sb600 has problems with the virtual wire mode setup in setup_ioapic(). It causes...
[coreboot.git] / src /
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 GleditschSet options to make AMD CAR code compile correctly,
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 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 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 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 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 Rudolf MarekDisable ACPI Resume on asus/m2v-mx_se, it's broken
2010-02-23 Jonathan A. KollaschAdjust 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 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-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 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-12 Joseph SmithThis patch allows a Kconfig option to choose between...
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 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 GeorgiForgot a CBFS_PREFIX change in appropriate commit ...
2010-02-10 Patrick GeorgiRemove two perl calls with sed, and adds an alternative
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 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 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
2010-02-05 Stefan ReinauerAdd -pipe .. notably speeds up windows builds.
2010-02-04 Harald GutmannThis patch fixes the build for the dsdt.asl/dsdt.c.
2010-02-04 Stefan Reinauertypo
2010-02-04 Ward VandewegeRevision 5051 broke Kconfig booting for the Tyan s2881...
2010-02-04 Stefan ReinauerMove CAR settings for all GX1, GX2, LX and Intel Slot2...
2010-02-03 Uwe HermannSupermicro H8QME-2+ (Fam10) whitespace fixes (trivial).
2010-02-03 Patrick GeorgiGuards against errors that are hard to track down:
2010-02-03 Uwe HermannFix incorrect board names in Kconfig strings (trivial).
2010-02-03 Knut KujatThis patch adds the Supermicro H8QME-2+ (fam10) Motherb...
2010-02-03 Stefan ReinauerThe UART2 on the AMD cs5536 is incorrectly configured...
2010-02-01 Joseph SmithAlot of it is trivial clean ups and 830 is now able...
2010-01-31 Stefan Reinauer- Improve help texts for option ROM initialization...
2010-01-30 Joseph SmithTrivial fixup on IP1000 and RM4100 copyright entries.
next