Age | Commit message (Expand) | Author |
2009-10-01 | This is now set up more like the real hardware likes it. | Ronald G. Minnich |
2009-09-30 | Fix payload loading in various corner cases when working | Patrick Georgi |
2009-09-30 | Compress stage if CONFIG_COMPRESS is activated, instead of | Patrick Georgi |
2009-09-30 | Hm, quickfix to prevent the following crash, no idea yet what happens: | Uwe Hermann |
2009-09-30 | Add initial inteltool support for Intel 440BX/440LX and 82371AB/EB/MB. | Maciej Pijanka |
2009-09-30 | Add supermicro h8dmr fam10 target. This is largely a mashup of the tyan s2912 | Ward Vandewege |
2009-09-30 | Fix endless loop when trying to add a too large file to CBFS, | Patrick Georgi |
2009-09-29 | Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. | Myles Watson |
2009-09-29 | Remove pre-CBFS _vgabios_start and _vgabios_end. | Myles Watson |
2009-09-29 | A keyboard controller fix to stop the code from waiting for a code that never | Marc Jones |
2009-09-29 | Fix a number of board names in Kconfig (trivial). | Uwe Hermann |
2009-09-29 | Remove MAINBOARD_OPTIONS, which is a relic from early | Patrick Georgi |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-09-29 | More consistent use of "default n" and "select XYZ" in | Patrick Georgi |
2009-09-29 | Make the error messages somewhat less incomprehensible. I forget | Ronald G. Minnich |
2009-09-28 | Trivial config fix for Serengeti Cheetah. Change a type and a default. | Myles Watson |
2009-09-28 | Trivial config fix for Serengeti Cheetah. Remove duplication, add a default. | Myles Watson |
2009-09-26 | This adds a simple script to build a default toolchain for coreboot | Stefan Reinauer |
2009-09-26 | This patch changes following in getpir application. | Mohamed Mansoor |
2009-09-26 | * drop libgcc from coreboot_apc.o, not needed. | Stefan Reinauer |
2009-09-25 | check for ELF payloads in cbfstool | Cristi Magherusan |
2009-09-25 | drop some dead code, clarify small comments and small cleanups to malloc.c | Stefan Reinauer |
2009-09-25 | improve lzma error messages. When coreboot panics because lzma decompression | Stefan Reinauer |
2009-09-25 | Trivial fixups to get this board further along. | Ronald G. Minnich |
2009-09-25 | Fix build of romcc boards. | Myles Watson |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-09-25 | Rename CONFIG_SERIAL_CONSOLE to match newconfig. | Myles Watson |
2009-09-24 | Make build_opt_tbl depend on config.h since it uses it. This fixes: | Myles Watson |
2009-09-24 | Remove HyperTransport support from boards that don't need it. | Myles Watson |
2009-09-24 | Re-enable option table for the ASUS MEW-VM and fix build. | Uwe Hermann |
2009-09-24 | Add detection support for the SMSC FDC37M602. | Uwe Hermann |
2009-09-24 | Trivial fix for kbuildall: initialize "i", not CURRENTARGET [sic] | Patrick Georgi |
2009-09-24 | Make all Kconfig enabled boards build (tested with kbuildall). | Patrick Georgi |
2009-09-23 | fix some wrong occurences of the FSF's address (trivial) | Stefan Reinauer |
2009-09-23 | fix some wrong versions of the FSF's address (trivial) | Stefan Reinauer |
2009-09-23 | Fix the bounce_size global so that the bounce buffer works with CBFS. | Myles Watson |
2009-09-23 | Looks like this should have become cpu init code after growing up. The | Stefan Reinauer |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-09-23 | Add Kconfig support for Tyan s2881. | Myles Watson |
2009-09-23 | Separate payload compression from stage compression. | Myles Watson |
2009-09-22 | Fix compilation for serengeti when HAVE_ACPI_TABLES is set. Trivial. | Myles Watson |
2009-09-22 | src/Kconfig: Remove HT-specific options. | Myles Watson |
2009-09-22 | failoverR.diff: Revert my failover change since Kconfig only supports fallback. | Myles Watson |
2009-09-22 | tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... | Myles Watson |
2009-09-22 | This separates the code for each command in cbfstool. For the good and for the | Stefan Reinauer |
2009-09-22 | * guard all mallocs in cbfstool | Stefan Reinauer |
2009-09-22 | .. make abuild Kconfig proof for the time being. | Stefan Reinauer |
2009-09-22 | back out some overzealous renames | Stefan Reinauer |
2009-09-22 | Kill dead comment. | Carl-Daniel Hailfinger |
2009-09-22 | Help text for maximum and default console loglevel in Kconfig. | Carl-Daniel Hailfinger |
2009-09-22 | r4534 introduced devicetree.cb in every mainboard directory, but didn't | Carl-Daniel Hailfinger |
2009-09-22 | r4646 enabled early usage of pci_{read,write}_config{8,16,32} | Carl-Daniel Hailfinger |
2009-09-22 | If no pci access method has been set for the device tree so far (e.g. | Carl-Daniel Hailfinger |
2009-09-17 | I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system. | Myles Watson |
2009-09-17 | Remove warnings from Kconfig. Trivial. | Myles Watson |
2009-09-17 | Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. | Myles Watson |
2009-09-17 | Move VGA BIOS settings from the payload menu into it's own menu | Peter Stuge |
2009-09-17 | There was a missing addition of the size of the .notes.pinfo | Ronald G. Minnich |
2009-09-17 | This is a patch for killing IPMI on the s1850 -- or at least geting the BMC | Ronald G. Minnich |
2009-09-17 | copyright name error. | Ronald G. Minnich |
2009-09-16 | kbuildall is a utility that generates default configs for all | Patrick Georgi |
2009-09-16 | Build cbfstool with debug flags and don't strip the executable | Patrick Georgi |
2009-09-15 | This is an otherwise dead platform. I'm just committing the basics that | Ronald G. Minnich |
2009-09-15 | Don't mix int and boolean for kconfig variables. It might work, it might not. | Patrick Georgi |
2009-09-15 | More error checking when trying to open files in | Patrick Georgi |
2009-09-14 | Use the coreboot pci config read/write functions instead of direct cf8/cfc | Marc Jones |
2009-09-14 | In the mainboard selection, the selected mainboard is printed twice in | Patrick Georgi |
2009-09-14 | Build cbfstool with native data size. Trivial change. | Patrick Georgi |
2009-09-14 | New cbfstool. Works without mmap or fork/exec and | Patrick Georgi |
2009-09-10 | fix compilation issues for pirq checker tool (trivial) | Stefan Reinauer |
2009-09-04 | Fix clean rules for the tex files. | Uwe Hermann |
2009-09-04 | Fix various build issues and errors in LinuxBIOS-AMD64.tex. | Uwe Hermann |
2009-09-04 | Use driver-y instead of obj-y for model_6xx_init.o. | Uwe Hermann |
2009-09-01 | As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted to | Rudolf Marek |
2009-09-01 | port msrtool to darwin. | Stefan Reinauer |
2009-09-01 | * Add OSX/Darwin support | Stefan Reinauer |
2009-09-01 | nvramtool: | Stefan Reinauer |
2009-09-01 | Clean up Mac OS X support of inteltool | Stefan Reinauer |
2009-08-29 | add i810 and ich0 | Stefan Reinauer |
2009-08-29 | File I missed committing. | Ronald G. Minnich |
2009-08-29 | This is the final set of changes to allow rumba to build. Rumba is not | Ronald G. Minnich |
2009-08-29 | Set the mainboard/amd directory up to support more than one. | Ronald G. Minnich |
2009-08-29 | Fixes per Uwe's comments. | Ronald G. Minnich |
2009-08-28 | This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i... | Arnaud Maye |
2009-08-28 | r4534 introduced devicetree.cb in every mainboard directory, but didn't | Carl-Daniel Hailfinger |
2009-08-28 | Add kconfig support for all Intel 82810 (i810) boards. | Uwe Hermann |
2009-08-28 | kconfig: Board name variable fixes and updates (trivial). | Uwe Hermann |
2009-08-28 | This is the beginning of support for Geode and Kconfig in v2. | Ronald G. Minnich |
2009-08-28 | Move DCACHE support into the cpu family for AMD model_fxx. | Myles Watson |
2009-08-28 | Add Kconfig support for PCI option ROMS. | Myles Watson |
2009-08-28 | Move some config variables that are in one or two mainboards to | Ronald G. Minnich |
2009-08-28 | Silence unneeded #warnings, change to code comments (trіvial). | Uwe Hermann |
2009-08-28 | The resource allocator complained about 0-sized fixed | Patrick Georgi |
2009-08-28 | Fix broken compilation. As CBFS is now enabled by default, | Arnaud Maye |
2009-08-27 | Correct typos /SMCSC/SMSC/ in Kconfig. | Myles Watson |
2009-08-27 | For Carl-Daniel: make x86emu silent again. | Stefan Reinauer |
2009-08-27 | Added support for the AMD S1G1 socket in kconfig | Cristi Magherusan |
2009-08-27 | Added support for the AMD RS690 and SB600 southbridges in Kconfig | Cristi Măgherușan |
2009-08-27 | Change some more image names to "fallback" (not "image"). | Uwe Hermann |
2009-08-27 | Revert test for pre-commit hook functionality. Commits are now checked for pr... | Patrick Georgi |