coreboot.git
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-17 Stefan Reinauerclean some more files in make clean
2010-03-17 Stefan Reinauerremove warnings from cs5530 driver. (trivial)
2010-03-17 Stefan Reinauermake clean: delete failover.inc and romstage.inc, drop...
2010-03-17 Stefan Reinauerdrop unused variable
2010-03-17 Myles WatsonSource all Kconfig files for Intel® CPU models..
2010-03-17 Eric W. BiedermanCatch non-static arrays in romcc. Not allowed.
2010-03-16 Stefan Reinauerpci drivers should be const.
2010-03-16 Stefan Reinauerit was reason for workaround rules already, and it...
2010-03-16 Patrick GeorgiLeft over strip_quotes definition. Top level Makefile
2010-03-16 Patrick GeorgiStrip quotes from COREBOOT_ROM_DEPENDENCIES
2010-03-16 Patrick GeorgiImprove dependency tracking for coreboot.rom
2010-03-16 Patrick Georgi... Various changes to the buildsystem:
2010-03-16 Zheng BaoDelete Config.lb in new southbridge folders.
2010-03-16 Zheng BaoAdd entries of RS780, SB700, Mahogany, Mahogany_fam10...
2010-03-16 Zheng BaoThe code can run on the Mahogany board, which is one...
2010-03-16 Zheng Bao1. Features of mahogany.
2010-03-16 Zheng BaoFeatures supported in RS780 code:
2010-03-16 Zheng BaoFeatures supported in SB700 code:
2010-03-16 Zheng Bao zheng.bao1. This patch is about the pci header of RS780 and...
2010-03-16 Patrick GeorgiMake CLANG selectable in Kconfig
2010-03-16 Stefan ReinauerThis patch is what I needed to compile coreboot with...
2010-03-16 Stefan Reinauerback out r5212 and r5210; Follow the thread of
2010-03-15 Stefan ReinauerCreate a new build.h on every make call; this makes...
2010-03-15 Patrick GeorgiUse copy_triple only on non-flattened nodes.
2010-03-15 Zheng BaoAdd an AM2R2 entry in to the src/arch/i386/Makefile...
2010-03-14 Patrick GeorgiFix segfault of romcc when complex assignment operators
2010-03-14 Patrick GeorgiMove deprecated Kconfig options to their own file,
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-14 Stefan ReinauerICH4 update, fix ATA init, drop SATA (chipset doesn...
2010-03-13 Stefan ReinauerFix llshell
2010-03-13 Uwe HermannUse CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).
2010-03-13 Keith HuiAdd SDRAMPWR_4DIMM Kconfig option (not user-visible...
2010-03-13 Knut KujatFix supermicro/h8qme_fam10 by enabling SPD ROM properly.
2010-03-11 Myles WatsonReplace spaces with tabs. Trivial.
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-10 Arne Georg... The following patch implements Opteron Fam 10 rev D...
2010-03-09 Marc Jonessb600 has problems with the virtual wire mode setup...
2010-03-08 Patrick GeorgiRemove Kconfig entries that disable
2010-03-08 Arne Georg... Set options to make AMD CAR code compile correctly,
2010-03-08 Mathias KrauseTrivial fix, use correct define.
2010-03-06 Patrick GeorgiMore readable recursive descent macro in Makefile
2010-03-06 Keith Hui440BX: Do not hardcode DIMM number + size anymore.
2010-03-06 Keith HuiAdd support for the 0x06B1 CPU ID for Celeron (Tualatin).
2010-03-05 Myles WatsonRemove redundant run_bios prototype. Trivial.
2010-03-05 Myles Watson1. Move run_bios prototype to device.h
2010-03-05 Stefan Reinaueri945 mini patch:
2010-03-05 Stefan ReinauerFix creation of coreboot.bootblock when -O2 is specifie...
2010-03-05 Keith HuiAdd support for the ASUS P2B-LS mainboard.
2010-03-05 Keith HuiAdd proper Slot 1 CPU support code/infrastructure.
2010-03-05 Stefan ReinauerThis patch fixes two things:
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Uwe HermannWhitespace changes to make s2912_fam10/ms9652_fam10...
2010-03-01 Uwe HermannDrop unused doit.sh files (trivial).
2010-03-01 Uwe HermannVarious cometic and coding-style fixes (trivial).
2010-03-01 Patrick Georgi- Simplify stack size determination: MAX_CPUS * STACK_SIZE
2010-03-01 Timothy PearsonAdd msi/ms9652_fam10 board.
2010-03-01 Timothy PearsonAllow per-board setting of HT clock and width so
2010-03-01 Stefan ReinauerFix YABEL guards; make debugging optional; fix some...
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-03-01 Patrick Georgi- Add rules that build either 4 or 5 ssdts (only those...
2010-02-28 Patrick GeorgiUse the romstraps build infrastructure created for...
2010-02-28 Stefan Reinauerdisable AP_CODE_IN_CAR. The K8 code has an alternate...
2010-02-28 Stefan Reinaueruse names instead of numbers where possible, also print...
2010-02-28 Stefan ReinauerAdd attribute((noreturn)) to romcc
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-28 Stefan Reinauerassert.h: have the same information on asserts in romcc...
2010-02-27 Patrick GeorgiPut .config, build/, coreboot-builds (abuild) and
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-27 Stefan ReinauerThis does the following:
2010-02-26 Zheng BaoWork around stack size breakage observed on fam10.
2010-02-25 Stefan Reinauerdrop unused file
2010-02-25 Patrick GeorgiMove the ldscripts logic to src/arch/i386/Makefile.inc
2010-02-25 Stefan ReinauerDrop i855pm port and rename i855gme to i855 instead.
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-25 Uwe HermannVarious minor fixes (trivial).
2010-02-25 Stefan ReinauerMake Kconfig more similar to newconfig: enable "HAVE_HI...
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-24 Anish K. PatelAdd Win Enterprises' PL6064 board
2010-02-24 Patrick GeorgiEnable user selectable bootblocks, and provide a bootbl...
2010-02-24 Patrick GeorgiThis patch fixes an issue with the wrong build rules...
2010-02-24 Stefan ReinauerRemove register pressure from e7501 driver by not indir...
2010-02-24 Knut KujatSeveral fixes to the supermicro/h8qme_fam10 board,...
2010-02-23 Rudolf MarekClobber registers as appropriate in AMD CAR code, and
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
2010-02-23 Patrick Georgi- Remove src/arch/i386/init/ldscript_cbfs.lb as it...
2010-02-23 Patrick GeorgiOnly handle code as "driver" that actually uses our...
2010-02-23 Zheng BaoFind out the svnversion we are working on is quite...
2010-02-23 Rudolf MarekDisable ACPI Resume on asus/m2v-mx_se, it's broken
2010-02-23 Jonathan A... Adjust msi/ms7135 DCACHE_RAM_* config to previous 32KiB...
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Stefan ReinauerFix SMM handler comment. Thanks for noticing, Peter!
2010-02-22 Patrick Georgi- Make walkcbfs capable of loading files other than...
2010-02-22 Stefan Reinauerdrop empty x86emu Makefile
2010-02-22 Stefan ReinauerInteltool: Add i830/Tolapai/Ich4 support
2010-02-22 Stefan Reinauermini update SMM:
2010-02-22 Stefan Reinauerdrop two warnings (trivial)
2010-02-22 Stefan ReinauerCONFIG_ was missing.
2010-02-22 Stefan Reinauerfix builds...
2010-02-22 Stefan Reinauerdon't call verify_copy_pirq_routing_table() if it's...
next