I was having problems building a working romcc with the -O2
[coreboot.git] / src /
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.
2010-01-30 Stefan ReinauerThese lines slipped in. Sorry for the inconvenience.
2010-01-30 Stefan Reinauerifeq wants a space before the (
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2010-01-29 Joseph SmithRCA RM4100 and Thomson IP1000 auto.c rework.
2010-01-27 Patrick Georgireformat Kconfig file, too.
2010-01-27 Edwin BeasantAdd the MSR writes that are needed to provide VGA legac...
2010-01-27 Edwin BeasantChange memory map of geode lx: 768kb-systop is a
2010-01-26 Edwin BeasantMark c0000-fffff as usable on geode-lx. SeaBIOS needs it.
2010-01-26 Edwin Beasant- Clean up and comment writing of MSRs for cache contro...
2010-01-25 Patrick GeorgiFix ACPI build on a couple of boards (now that it's...
2010-01-25 Stefan ReinauerThis code was copied from amdk8 and never really made...
2010-01-25 Patrick GeorgiMore Kconfig changes to improve match with newconfig:
2010-01-25 Patrick GeorgiAlign several kconfig options to match newconfig:
2010-01-20 Stefan ReinauerThese two files accidently got a wrong license header.
2010-01-19 Stefan ReinauerKontron 986LCD-M MP table:
2010-01-19 Stefan ReinauerAdd Yabel support (int 15 5fXX callbacks for vga bios...
2010-01-19 Stefan Reinauerdrop COREBOOT_V2 and COREBOOT_V4 define. We're not...
2010-01-18 Patrick GeorgiMove all IOAPIC selection to southbridges, and remove...
2010-01-18 Stefan Reinauerrun preprocessor on DSDT of D945GCLF, otherwise
2010-01-18 Stefan Reinauerget rid of Kconfig warning.
2010-01-17 Stefan ReinauerAdd support for the Roda RK886EX a.k.a Rocky III+ rugge...
2010-01-17 Stefan ReinauerInitial PCIe tuning: Enable Active State Power Manageme...
2010-01-17 Stefan ReinauerAdd support for the Texas Instruments Cardbus+Firewire...
2010-01-17 Stefan ReinauerAdd support for Renesas M3885x Embedded Controller
2010-01-17 Stefan ReinauerAdd support for the SMSC LPC47n227 SuperI/O chip
2010-01-17 Stefan ReinauerICH7 update
2010-01-17 Stefan ReinauerSupport a few more i945 variants. With this framework...
2010-01-16 Stefan Reinauercoreboot has 13 instances of IOAPIC setup distributed...
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2010-01-16 Stefan ReinauerIntel D945GCLF: Enable SMI and ACPI in Kconfig, too...
2010-01-16 Stefan Reinauer(trivial) cosmetics for i82801gx cmos failover.
2010-01-16 Stefan Reinauer* drop reset files from 945 mainboards (and use southbr...
2010-01-16 Stefan ReinauerMake internal functions static in speedstep ACPI genera...
2010-01-16 Stefan ReinauerFix stack base for Atom CPUs, the resume mechanism...
2010-01-16 Stefan ReinauerMicro-optimization: movl $0 --> xorl.
2010-01-16 Stefan Reinauernew microcode for Intel Core 2(tm) CPUs
2010-01-16 Stefan ReinauerRTC: Don't drop the alpha specific code but get it...
2010-01-11 Patrick GeorgiMake qemu use the udelay function in src/pc80/udelay_io.c
2010-01-08 Patrick Georgi- Makefile.romccboard.inc supports tinybootblock romcc...
2010-01-06 Myles WatsonMove fam10 temp files from build/ to build/northbridge...
2010-01-06 Patrick GeorgiFix amdht on newer compilers.
2010-01-06 Patrick GeorgiKconfig builds all boards now.
2010-01-05 Rudolf Marek- Let AMD CAR code pick the right XIP area
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
2010-01-04 Patrick Georgi- use LAPIC timer if selected (instead of TSC all the...
2010-01-03 Stefan Reinauerimprove debug output.
2009-12-31 Patrick Georgiromcc:
2009-12-28 Zheng Baotrival. All the changes is about comment and spaces.
2009-12-23 Marc JonesFix technexion tim5690 build failure - REALMODE option...
2009-12-23 Stefan Reinauernewconfig compilation failed with
2009-12-23 Libra LiAdd mainboard x86emu interrupt function support. Add...
2009-12-23 Patrick GeorgiTiny Bootblock, step 1/n.
2009-12-21 Patrick GeorgiAllow user to specify the size of a newly created cbfs...
2009-12-21 Patrick GeorgiMake coreboot load VSA from CBFS on amd/gx2.
2009-12-18 Patrick GeorgiClean up amd/dbm690t and kontron/986lcd-m some more...
2009-12-17 Stefan ReinauerMake "KBuild report" a bit happier
2009-12-14 Myles WatsonThe drivers for the k8t890 weren't being built. Increas...
2009-12-10 Patrick GeorgiPush VSA into CBFS for amd/lx systems. It's not hooked...
2009-12-02 Myles WatsonTrivial fixes for kconfig. They fix all non-fam10...
2009-12-02 Myles WatsonTrivial fix for kconfig socket 441 (typo was 411) so...
2009-12-01 Patrick GeorgiNot all boards cope with automatically sized bootblocks...
2009-12-01 Stefan ReinauerAtom only supports 32bit MTRRs (trivial)
2009-12-01 Zheng BaoTrivial. SCH4304 and SCH4307 have the same device id.
next