Age | Commit message (Expand) | Author |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
2010-07-09 | Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again. | Myles Watson |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-06-25 | Add new function to create all mptable entries for buses by | Patrick Georgi |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-07 | Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c... | Patrick Georgi |
2010-06-01 | Fix a format string to keep the compiler happy. | Marc Bertens |
2010-06-01 | CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS | Myles Watson |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-20 | Move generation of mptable entries for ISA to generic code. | Patrick Georgi |
2010-05-14 | clean up some prototypes | Stefan Reinauer |
2010-05-09 | Remove extra NULL #define in amdht code. The | Patrick Georgi |
2010-05-09 | Move includes to where they are needed. This allows to simplify | Patrick Georgi |
2010-05-08 | wipe some old unused code, this has been cleaned up now. | Stefan Reinauer |
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 | a single place for the romstage stack for copy_and_run. | Stefan Reinauer |
2010-04-25 | drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" | Stefan Reinauer |
2010-04-21 | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer |
2010-04-20 | Make VSA code selectable in Kconfig | Stefan Reinauer |
2010-04-20 | - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has | Stefan Reinauer |
2010-04-19 | - Make abuild -sb work again | Patrick Georgi |
2010-04-17 | This piece of code was somehow lost in the switch to Kconfig, and re-activates | Stefan Reinauer |
2010-04-16 | Don't use $(ROMCC) as dependency (due to ccache and scanbuild support | Patrick Georgi |
2010-04-16 | Build utils into their source directory equivalent in | Patrick Georgi |
2010-04-15 | Avoid two conflicting invocations of build_opt_tbl | Patrick Georgi |
2010-04-14 | get rid of this nerving crt0.d stuff | Stefan Reinauer |
2010-04-14 | zero warning days. Move RAMTOP and RAMBASE together. | Stefan Reinauer |
2010-04-14 | Remove few more warnings and some dead code. | Myles Watson |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer |
2010-04-13 | clean up LD scripts and add some comments and proper license headers | Stefan Reinauer |
2010-04-13 | Speed up coreboot_ram loading by moving the decompression stack | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-12 | Enable lazy evaluation of incs/lds for tiny bootblock, too. | Patrick Georgi |
2010-04-09 | This patch changes C7 CAR code to be a single assembler file instead | Stefan Reinauer |
2010-04-09 | fix the broken nvidia chipset boards, | 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-09 | thin out romcc epilogue and have it call copy_and_run as | Stefan Reinauer |
2010-04-08 | Split crt0.S.lb into prologue and epilogue | Patrick Georgi |
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-30 | get coreboot_ap memory training in cache mechanism in place. Didn't work since | Stefan Reinauer |
2010-03-30 | make crt0s and ldscripts evaluate late, so the chipset_* variables are there at | Stefan Reinauer |
2010-03-30 | fix ms9652_fam10 | Stefan Reinauer |
2010-03-30 | this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT. | Stefan Reinauer |
2010-03-29 | Don't include option_table.h every time we include mc146818rtc.h, that was a | Stefan Reinauer |
2010-03-29 | - drop GCC 2.x workaround, GCC 2.x is not supported anymore. | Stefan Reinauer |
2010-03-29 | - include option_table.h when it is created, and that's HAVE_OPTION_TABLE | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | 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-25 | Add support to build with ccache in the build system | Patrick Georgi |
2010-03-24 | oops, forgot to cleanup extra output in bootblock creation for dependency patch | Stefan Reinauer |
2010-03-24 | dependency tracking for coreboot | Stefan Reinauer |
2010-03-24 | CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. | Stefan Reinauer |
2010-03-23 | fix newly introduced printk_foo warnings.. | Stefan Reinauer |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | 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-17 | fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. | Stefan Reinauer |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-17 | drop unused variable | Stefan Reinauer |
2010-03-16 | Left over strip_quotes definition. Top level Makefile | Patrick Georgi |
2010-03-16 | Strip quotes from COREBOOT_ROM_DEPENDENCIES | Patrick Georgi |
2010-03-16 | Improve dependency tracking for coreboot.rom | Patrick Georgi |
2010-03-16 | Various changes to the buildsystem: | Patrick Georgi patrick.georgi |
2010-03-16 | This patch is what I needed to compile coreboot with LLVM. | Stefan Reinauer |
2010-03-15 | Add an AM2R2 entry in to the src/arch/i386/Makefile.inc. | Zheng Bao |
2010-03-14 | Add scan-build support to the build system. | Patrick Georgi |
2010-03-13 | Fix llshell | Stefan Reinauer |
2010-03-05 | Fix creation of coreboot.bootblock when -O2 is specified instead of -Os (4GB ... | Stefan Reinauer |
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 |