summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/dbm690t/acpi_tables.c
AgeCommit message (Expand)Author
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-07-26Make include paths more consistent. Fixes compilation errors for me.Myles Watson
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-09remove some amd mainboard warnings.Stefan Reinauer
2010-04-09Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson
2010-04-07move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer
2010-03-26Remove dead code and make white space more consistent for acpi_tables.cMyles Watson
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-19This patch is for AMD boards which can do the P state generation. This justRudolf Marek
2009-02-11Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929.Carl-Daniel Hailfinger
2009-02-03Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek
2009-01-28Correct FDAT->FADT typo.Carl-Daniel Hailfinger
2009-01-16The DBM90T code sets bit 10 in _PSS as part of the control value, butCarl-Daniel Hailfinger
2009-01-06The ACPI PSS CPU Pstate table was calculating the frequency incorrectly forMarc Jones
2008-12-23Remove a unneccessary typedef from acpi_tables.c in the AMD PistachioCarl-Daniel Hailfinger
2008-12-02I missed the svn add on r3787. These are the additional files. Joe Bao