Age | Commit message (Expand) | Author |
2010-10-14 | Cosmetics in ioapic.c (trivial, no functional changes). | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-09 | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-26 | fix a bug in pcibios check. | Stefan Reinauer |
2010-04-25 | drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" | Stefan Reinauer |
2010-04-20 | - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has | Stefan Reinauer |
2010-04-09 | drop now unussed cpu_reset.inc | Stefan Reinauer |
2010-04-09 | Drop the need for cpu_reset, it's really just a short cut to stage2. | Stefan Reinauer |
2010-04-09 | drop unused files, and we only use ASM_LOG_LEVEL in one file now | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |
2010-03-30 | that version of console_tx_byte is private. | Stefan Reinauer |
2010-03-29 | This patch fixes build.h dependencies in coreboot again. | Stefan Reinauer |
2010-03-28 | drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more | Stefan Reinauer |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-23 | fix newly introduced printk_foo warnings.. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | Get rid of a few warnings: | Myles Watson |
2010-03-18 | Remove fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-17 | Remove failover/fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-16 | This patch is what I needed to compile coreboot with LLVM. | Stefan Reinauer |
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 | This is a general cleanup patch | Stefan Reinauer |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2010-01-05 | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer |
2009-12-31 | romcc: | Patrick Georgi |
2009-12-23 | Tiny Bootblock, step 1/n. | Patrick Georgi |
2009-11-27 | Eliminate special case id.inc/id.lds in favor of a configuration variable ID_... | Patrick Georgi |
2009-11-10 | * Simplify acpi_add_table | Stefan Reinauer |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
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-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-16 | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson |
2009-10-14 | cbfs_and_run_core() did not check the return code of cbfs_load_stage() | Carl-Daniel Hailfinger |
2009-10-04 | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-22 | If no pci access method has been set for the device tree so far (e.g. | Carl-Daniel Hailfinger |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |