| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out common mptable code to mptable_init(). | Uwe Hermann | 2010-10-25 | 2 | -0/+27 |
* | Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. | Myles Watson | 2010-10-20 | 1 | -14/+0 |
* | Cosmetics in ioapic.c (trivial, no functional changes). | Uwe Hermann | 2010-10-14 | 1 | -19/+23 |
* | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann | 2010-10-12 | 1 | -1/+1 |
* | Build bootblock.S instead of bootblock.c. | Warren Turkal | 2010-10-12 | 1 | -3/+3 |
* | Rename build system variables to be more intuitive, and | Patrick Georgi | 2010-09-30 | 5 | -54/+53 |
* | drop excessive blank line | Stefan Reinauer | 2010-09-27 | 1 | -1/+0 |
* | Make globals in romstage break the build, so we don't have to | Patrick Georgi | 2010-09-25 | 1 | -0/+1 |
* | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer | 2010-09-25 | 1 | -2/+2 |
* | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann | 2010-09-23 | 1 | -4/+4 |
* | Generate and extract debug sysmbols for coreboot. *.debug files can be | Marc Jones | 2010-09-23 | 3 | -0/+15 |
* | Generate multiboot tables from coreboot tables. | Juhana Helovuo | 2010-09-13 | 2 | -79/+38 |
* | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch | 2010-09-09 | 3 | -15/+15 |
* | Add support for reserved regions to resources and coreboot tables. | Myles Watson | 2010-09-09 | 1 | -0/+17 |
* | Correct for size_t would be %zx, but coreboot's printf doesn't support this. | Jens Rottmann | 2010-08-17 | 1 | -2/+2 |
* | My forgotten CAR cleanup patch... | Stefan Reinauer | 2010-08-14 | 3 | -10/+20 |
* | bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were | Stefan Reinauer | 2010-08-14 | 4 | -30/+2 |
* | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek | 2010-07-16 | 1 | -1/+12 |
* | Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again. | Myles Watson | 2010-07-09 | 1 | -3/+0 |
* | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant | 2010-07-06 | 2 | -4/+4 |
* | Add new function to create all mptable entries for buses by | Patrick Georgi | 2010-06-25 | 2 | -0/+35 |
* | Same conversion as with resources from static arrays to lists, except | Myles Watson | 2010-06-09 | 1 | -3/+1 |
* | Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c... | Patrick Georgi | 2010-06-07 | 1 | -1/+1 |
* | Fix a format string to keep the compiler happy. | Marc Bertens | 2010-06-01 | 1 | -1/+1 |
* | CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS | Myles Watson | 2010-06-01 | 1 | -5/+5 |
* | also rename the config option. | Stefan Reinauer | 2010-05-25 | 1 | -1/+1 |
* | Move generation of mptable entries for ISA to generic code. | Patrick Georgi | 2010-05-20 | 2 | -0/+23 |
* | clean up some prototypes | Stefan Reinauer | 2010-05-14 | 1 | -0/+4 |
* | Remove extra NULL #define in amdht code. The | Patrick Georgi | 2010-05-09 | 1 | -2/+0 |
* | Move includes to where they are needed. This allows to simplify | Patrick Georgi | 2010-05-09 | 1 | -0/+2 |
* | wipe some old unused code, this has been cleaned up now. | Stefan Reinauer | 2010-05-08 | 2 | -73/+3 |
* | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer | 2010-04-27 | 36 | -204/+204 |
* | fix a bug in pcibios check. | Stefan Reinauer | 2010-04-26 | 1 | -40/+41 |
* | a single place for the romstage stack for copy_and_run. | Stefan Reinauer | 2010-04-25 | 2 | -10/+2 |
* | drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" | Stefan Reinauer | 2010-04-25 | 9 | -107/+63 |
* | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer | 2010-04-21 | 1 | -5/+5 |
* | Make VSA code selectable in Kconfig | Stefan Reinauer | 2010-04-20 | 1 | -0/+9 |
* | - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has | Stefan Reinauer | 2010-04-20 | 6 | -366/+2 |
* | - Make abuild -sb work again | Patrick Georgi | 2010-04-19 | 1 | -9/+9 |
* | This piece of code was somehow lost in the switch to Kconfig, and re-activates | Stefan Reinauer | 2010-04-17 | 1 | -1/+1 |
* | Don't use $(ROMCC) as dependency (due to ccache and scanbuild support | Patrick Georgi | 2010-04-16 | 2 | -2/+2 |
* | Build utils into their source directory equivalent in | Patrick Georgi | 2010-04-16 | 2 | -7/+7 |
* | Avoid two conflicting invocations of build_opt_tbl | Patrick Georgi | 2010-04-15 | 1 | -2/+6 |
* | get rid of this nerving crt0.d stuff | Stefan Reinauer | 2010-04-14 | 2 | -3/+3 |
* | zero warning days. Move RAMTOP and RAMBASE together. | Stefan Reinauer | 2010-04-14 | 1 | -0/+4 |
* | Remove few more warnings and some dead code. | Myles Watson | 2010-04-14 | 1 | -0/+3 |
* | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer | 2010-04-14 | 1 | -1/+1 |
* | clean up LD scripts and add some comments and proper license headers | Stefan Reinauer | 2010-04-13 | 4 | -86/+89 |
* | Speed up coreboot_ram loading by moving the decompression stack | Stefan Reinauer | 2010-04-13 | 1 | -2/+10 |
* | Move the CPU specific includes from | Patrick Georgi | 2010-04-12 | 1 | -49/+5 |