| Commit message (Expand) | Author | Age | Files | Lines |
* | * fix crt0s/ldscripts paths to fix out of tree build. | Stefan Reinauer | 2010-01-30 | 7 | -5/+38 |
* | coreboot has 13 instances of IOAPIC setup distributed across a lot | Stefan Reinauer | 2010-01-16 | 6 | -87/+180 |
* | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer | 2010-01-16 | 4 | -5/+44 |
* | - Makefile.romccboard.inc supports tinybootblock romcc boards, too. | Patrick Georgi | 2010-01-08 | 1 | -0/+5 |
* | Kconfig builds all boards now. | Patrick Georgi | 2010-01-06 | 1 | -7/+2 |
* | - Let AMD CAR code pick the right XIP area | Rudolf Marek | 2010-01-05 | 1 | -0/+8 |
* | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer | 2010-01-05 | 2 | -0/+2 |
* | - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] | Patrick Georgi | 2010-01-04 | 1 | -2/+2 |
* | romcc: | Patrick Georgi | 2009-12-31 | 4 | -25/+65 |
* | Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio... | Libra Li | 2009-12-23 | 1 | -0/+25 |
* | Tiny Bootblock, step 1/n. | Patrick Georgi | 2009-12-23 | 7 | -31/+289 |
* | Allow user to specify the size of a newly created cbfs image | Patrick Georgi | 2009-12-21 | 1 | -1/+1 |
* | Clean up amd/dbm690t and kontron/986lcd-m some more (not | Patrick Georgi | 2009-12-18 | 1 | -1/+1 |
* | Not all boards cope with automatically sized bootblocks, leading to 4GB | Patrick Georgi | 2009-12-01 | 1 | -13/+1 |
* | Eliminate special case id.inc/id.lds in favor of a configuration variable ID_... | Patrick Georgi | 2009-11-27 | 2 | -4/+4 |
* | Let ld(1) calculate the required size for code in the bootblock | Maciej Pijanka | 2009-11-27 | 1 | -1/+13 |
* | Make the kconfig-style build work in mingw: | Patrick Georgi | 2009-11-21 | 1 | -2/+2 |
* | Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be defined | Patrick Georgi | 2009-11-12 | 1 | -6/+1 |
* | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson | 2009-11-12 | 2 | -0/+5 |
* | Get rid of the ugly warning the right way. | Myles Watson | 2009-11-12 | 1 | -5/+3 |
* | Revert my too-hasty commit. | Myles Watson | 2009-11-11 | 1 | -3/+4 |
* | Silence an ugly-looking warning. Two casts were not enough, so just don't cast | Myles Watson | 2009-11-11 | 1 | -4/+3 |
* | Rework bootblock size handling: | Patrick Georgi | 2009-11-11 | 2 | -8/+2 |
* | * Simplify acpi_add_table | Stefan Reinauer | 2009-11-10 | 4 | -106/+199 |
* | Split the two usages of __ROMCC__: | Myles Watson | 2009-11-06 | 4 | -4/+4 |
* | if x86emu was running for VGA init a corrupted low table RSDP | Stefan Reinauer | 2009-11-05 | 1 | -0/+1 |
* | Drop remainder of PPC port | Stefan Reinauer | 2009-10-28 | 48 | -3441/+0 |
* | Remove all build/ prefixes in the build output. | Uwe Hermann | 2009-10-28 | 1 | -7/+8 |
* | Create lib.h for homeless prototypes. | Myles Watson | 2009-10-28 | 2 | -2/+2 |
* | Replace hard coded build with $(obj) paths. | Myles Watson | 2009-10-28 | 1 | -4/+3 |
* | Prefix all build output file names of files which end up in the build | Uwe Hermann | 2009-10-27 | 1 | -11/+11 |
* | Improve coreboot build output and eliminate some warnings: | Uwe Hermann | 2009-10-27 | 3 | -6/+6 |
* | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka | 2009-10-27 | 5 | -2/+9 |
* | reasonable output in cbfs loading (part 2) | Stefan Reinauer | 2009-10-26 | 1 | -11/+27 |
* | CBMEM high table memory manager. | Stefan Reinauer | 2009-10-26 | 4 | -76/+181 |
* | re-order console output functions, add proper prototypes, | Stefan Reinauer | 2009-10-24 | 5 | -34/+48 |
* | move all register fram definitions to arch/register.h | Stefan Reinauer | 2009-10-24 | 2 | -8/+35 |
* | VGA BIOS can be added independently of having a payload | Peter Stuge | 2009-10-23 | 1 | -1/+1 |
* | Clean up some #ifdef CONFIG_* | Myles Watson | 2009-10-19 | 1 | -7/+7 |
* | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson | 2009-10-17 | 1 | -1/+1 |
* | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson | 2009-10-16 | 3 | -15/+15 |
* | Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. | Myles Watson | 2009-10-16 | 1 | -1/+0 |
* | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson | 2009-10-15 | 10 | -24/+24 |
* | cbfs_and_run_core() did not check the return code of cbfs_load_stage() | Carl-Daniel Hailfinger | 2009-10-14 | 1 | -0/+5 |
* | Add const to get rid of some warnings when passing quoted strings. | Myles Watson | 2009-10-09 | 4 | -23/+23 |
* | Remove extra CONFIG variables. | Myles Watson | 2009-10-09 | 1 | -13/+0 |
* | More kconfig cleanups: | Uwe Hermann | 2009-10-09 | 1 | -1/+1 |
* | Various Kconfig fixes and improvements: | Uwe Hermann | 2009-10-07 | 2 | -18/+14 |
* | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi | 2009-10-04 | 3 | -4/+4 |
* | This removes the uses of the buildrom utility and the coreboot.strip | Patrick Georgi | 2009-10-04 | 2 | -16/+1 |