coreboot.git
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...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-21 Stefan ReinauerAdd Doxyfile to bayou
2010-02-20 Zheng Baotrival. All the changes is about comment and spaces.
2010-02-19 Patrick GeorgiRevert deletion of src/arch/i386/init.
2010-02-19 Myles Watson1. Change CONFIG_DEBUG to DEBUG in util/x86emu/*
2010-02-16 Stefan Reinauerfix APCI typos.
2010-02-15 Stefan Reinauerfix clock polling in pc97317 driver.
2010-02-15 Uwe HermannDocument the reason for r5124 in the code/Makefile...
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-14 Uwe HermannAdd missing Copyright line, sorry.
2010-02-14 Anish K PatelAdd w83627hf_set_clksel_48() function which sets CLKSEL...
2010-02-13 Marc JonesI was having problems building a working romcc with...
2010-02-12 Peter Stugeromcc: Fix a few (harmless) warnings
2010-02-12 Joseph SmithThis patch allows a Kconfig option to choose between...
2010-02-12 Stefan Reinauerupdate doxygen config file to latest doxygen version
2010-02-12 Stefan ReinauerAdd two YABEL options to Kconfig
2010-02-11 Patrick GeorgiFix AUTO_XIP_ROM_BASE issues on AMD boards with certain...
2010-02-11 Patrick GeorgiAdapt all uses of CONFIG_XIP_ROM_BASE to use
2010-02-11 Patrick GeorgiDon't remove config.h on "make clean"
2010-02-11 Patrick Georgiromcc: Ignore empty string tokens. So far, romcc emitte...
2010-02-11 Stefan Reinauer$(DISTRO_CFLAGS) is newconfig heritage and was never...
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-10 Patrick GeorgiImprove compiler detection and configuration in xcompile.
2010-02-10 Uwe HermannDo not print the full path name to coreboot.rom in...
2010-02-10 Patrick GeorgiForgot a CBFS_PREFIX change in appropriate commit ...
2010-02-10 Patrick GeorgiRemove uses of the shell to remove double quotes, or...
2010-02-10 Patrick GeorgiHandle potential race condition with $(obj)/util/cbfstool
2010-02-10 Patrick GeorgiRemove two perl calls with sed, and adds an alternative
2010-02-10 Stefan Reinauerfix doxyfile path
2010-02-10 Stefan Reinauerpython is no longer used in abuild.
2010-02-10 Stefan ReinauerDrop src/config alltogether
2010-02-09 Patrick GeorgiEmergency fix: r5102 carried some local change that...
2010-02-09 Patrick GeorgiAdd image updating support. When selecting it, it
2010-02-09 Patrick GeorgiAllow building images with different prefixes (ie....
2010-02-09 Stefan ReinauerI took Rob Landley's nice "menuconfig2html.py" script...
2010-02-09 Patrick GeorgiActually set HAVE_OPTION_TABLES for the boards that...
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-09 Patrick GeorgiThe COM2 enable code is global now. Use global API and
2010-02-09 Edwin BeasantPort of CS5536 early UART setup from v3.
2010-02-08 Stefan Reinauerupdate coreboot trunk version
2010-02-08 Stefan Reinauerget rid of old news.
2010-02-08 Patrick GeorgiClean up ACPI:
2010-02-08 Stefan Reinauerstraighten naming scheme for application processor...
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Stefan Reinauerfix further build.h dependencies that were undetected...
2010-02-07 Patrick Georgiromcc _also_ has to wait for build.h to be generated.
2010-02-07 Patrick Georginewconfig is no more.
2010-02-05 Stefan Reinauerthis should get the VIA VT8454c in shape with Kconfig
next