We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
[coreboot.git] / src / mainboard / amd / dbm690t / acpi_tables.c
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-09-25 Uwe HermannDrop some useless "../../../" in #includes (trivial).
2010-07-26 Myles WatsonMake include paths more consistent. Fixes compilation...
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-09 Stefan Reinauerremove some amd mainboard warnings.
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-07 Stefan Reinauermove amd K8/Fam10 "bus detection" function prototypes...
2010-03-26 Myles WatsonRemove dead code and make white space more consistent...
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-07-21 Stefan ReinauerThis fixes a couple of issues with older Linux kernels...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-02-19 Rudolf MarekThis patch is for AMD boards which can do the P state...
2009-02-11 Carl-Daniel HailfingerFix one leftover reference to AmlCode_ssdt which was...
2009-02-03 Rudolf MarekFollowing patch converts the run-time SSDT patching...
2009-01-28 Carl-Daniel HailfingerCorrect FDAT->FADT typo.
2009-01-16 Carl-Daniel HailfingerThe DBM90T code sets bit 10 in _PSS as part of the...
2009-01-06 Marc JonesThe ACPI PSS CPU Pstate table was calculating the frequ...
2008-12-23 Carl-Daniel HailfingerRemove a unneccessary typedef from acpi_tables.c in...
2008-12-02 Joe BaoI missed the svn add on r3787. These are the additional...