Age | Commit message (Expand) | Author |
2010-03-01 | - Simplify stack size determination: MAX_CPUS * STACK_SIZE | Patrick Georgi |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-03-01 | - Add rules that build either 4 or 5 ssdts (only those variants exist in the ... | Patrick Georgi |
2010-02-28 | Use the romstraps build infrastructure created for "tinybootblock" | Patrick Georgi |
2010-02-28 | - Add config flag for boards that have their own fadt.c | Patrick Georgi |
2010-02-27 | - make HAVE_HARD_RESET match what newconfig did | Patrick Georgi |
2010-02-26 | Work around stack size breakage observed on fam10. | Zheng Bao |
2010-02-25 | Move the ldscripts logic to src/arch/i386/Makefile.inc | Patrick Georgi |
2010-02-25 | Unify crt0s setup to src/arch/i386/Makefile.inc. This variable | Patrick Georgi |
2010-02-24 | Enable user selectable bootblocks, and provide a bootblock that | Patrick Georgi |
2010-02-24 | This patch fixes an issue with the wrong build rules being selected. | Patrick Georgi |
2010-02-23 | - Remove src/arch/i386/init/ldscript_cbfs.lb as it's not used anymore | Patrick Georgi |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-22 | - Make walkcbfs capable of loading files other than the first | Patrick Georgi |
2010-02-22 | don't call verify_copy_pirq_routing_table() if it's not there. | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2010-02-19 | Revert deletion of src/arch/i386/init. | Patrick Georgi |
2010-02-19 | 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/* | Myles Watson |
2010-02-16 | fix APCI typos. | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-11 | Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, | Patrick Georgi |
2010-02-11 | Adapt all uses of CONFIG_XIP_ROM_BASE to use | Patrick Georgi |
2010-02-11 | $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do | Stefan Reinauer |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-10 | Remove two perl calls with sed, and adds an alternative | Patrick Georgi |
2010-02-10 | Drop src/config alltogether | Stefan Reinauer |
2010-02-09 | Emergency fix: r5102 carried some local change that doesn't | Patrick Georgi |
2010-02-09 | Add image updating support. When selecting it, it | Patrick Georgi |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-09 | Move all the copies of the romstage.inc rule to | Patrick Georgi |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-03 | Guards against errors that are hard to track down: | Patrick Georgi |
2010-01-30 | * fix crt0s/ldscripts paths to fix out of tree build. | Stefan Reinauer |
2010-01-16 | coreboot has 13 instances of IOAPIC setup distributed across a lot | Stefan Reinauer |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2010-01-08 | - Makefile.romccboard.inc supports tinybootblock romcc boards, too. | Patrick Georgi |
2010-01-06 | Kconfig builds all boards now. | Patrick Georgi |
2010-01-05 | - Let AMD CAR code pick the right XIP area | Rudolf Marek |
2010-01-05 | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer |
2010-01-04 | - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] | Patrick Georgi |
2009-12-31 | romcc: | Patrick Georgi |
2009-12-23 | Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio... | Libra Li |
2009-12-23 | Tiny Bootblock, step 1/n. | Patrick Georgi |
2009-12-21 | Allow user to specify the size of a newly created cbfs image | Patrick Georgi |
2009-12-18 | Clean up amd/dbm690t and kontron/986lcd-m some more (not | Patrick Georgi |
2009-12-01 | Not all boards cope with automatically sized bootblocks, leading to 4GB | Patrick Georgi |
2009-11-27 | Eliminate special case id.inc/id.lds in favor of a configuration variable ID_... | Patrick Georgi |
2009-11-27 | Let ld(1) calculate the required size for code in the bootblock | Maciej Pijanka |
2009-11-21 | Make the kconfig-style build work in mingw: | Patrick Georgi |
2009-11-12 | Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be defined | Patrick Georgi |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-11-12 | Get rid of the ugly warning the right way. | Myles Watson |
2009-11-11 | Revert my too-hasty commit. | Myles Watson |
2009-11-11 | Silence an ugly-looking warning. Two casts were not enough, so just don't cast | Myles Watson |
2009-11-11 | Rework bootblock size handling: | Patrick Georgi |
2009-11-10 | * Simplify acpi_add_table | Stefan Reinauer |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-11-05 | if x86emu was running for VGA init a corrupted low table RSDP | Stefan Reinauer |
2009-10-28 | Drop remainder of PPC port | Stefan Reinauer |
2009-10-28 | Remove all build/ prefixes in the build output. | Uwe Hermann |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |
2009-10-28 | Replace hard coded build with $(obj) paths. | Myles Watson |
2009-10-27 | Prefix all build output file names of files which end up in the build | Uwe Hermann |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-26 | reasonable output in cbfs loading (part 2) | Stefan Reinauer |
2009-10-26 | CBMEM high table memory manager. | Stefan Reinauer |
2009-10-24 | re-order console output functions, add proper prototypes, | Stefan Reinauer |
2009-10-24 | move all register fram definitions to arch/register.h | Stefan Reinauer |
2009-10-23 | VGA BIOS can be added independently of having a payload | Peter Stuge |
2009-10-19 | Clean up some #ifdef CONFIG_* | Myles Watson |
2009-10-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |
2009-10-16 | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson |
2009-10-16 | Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. | Myles Watson |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-14 | cbfs_and_run_core() did not check the return code of cbfs_load_stage() | Carl-Daniel Hailfinger |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-10-09 | Remove extra CONFIG variables. | Myles Watson |
2009-10-09 | More kconfig cleanups: | Uwe Hermann |
2009-10-07 | Various Kconfig fixes and improvements: | Uwe Hermann |
2009-10-04 | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi |
2009-10-04 | This removes the uses of the buildrom utility and the coreboot.strip | Patrick Georgi |
2009-10-04 | Remove a bit of pre-cbfs build system infrastructure. | Patrick Georgi |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-09-24 | Make build_opt_tbl depend on config.h since it uses it. This fixes: | Myles Watson |
2009-09-23 | Fix the bounce_size global so that the bounce buffer works with CBFS. | Myles Watson |
2009-09-23 | Separate payload compression from stage compression. | Myles Watson |
2009-09-22 | If no pci access method has been set for the device tree so far (e.g. | Carl-Daniel Hailfinger |
2009-08-29 | This is the final set of changes to allow rumba to build. Rumba is not | Ronald G. Minnich |
2009-08-27 | Make all those locally used functions static instead of exporting them. (triv) | Stefan Reinauer |
2009-08-25 | Use the gnu make .SILENT: mechanism instead of requiring | Patrick Georgi |
2009-08-25 | Improve build output. | Uwe Hermann |
2009-08-25 | Properly check for the LZMA compression variable, and fix a print | Patrick Georgi |
2009-08-25 | Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'. | Uwe Hermann |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-20 | 20090819-2-trim-down-cbfs: | Patrick Georgi |
2009-08-17 | Allow setting up a VGABIOS image in Kconfig | Cristi Magherusan |