summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/dbm690t/acpi_tables.c
Commit message (Expand)AuthorAgeFilesLines
* amdk8: Move to per-device ACPIVladimir Serbinenko2014-10-161-106/+2
* AMD boards: Fix typosKyösti Mälkki2014-06-261-1/+1
* mainboard/*: Remove DUMP_ACPI_TABLES from amd boardsEdward O'Callaghan2014-04-261-35/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Refactor some alignment handlingPatrick Georgi2012-04-201-1/+1
* Use default table creator macro for all SSDTsStefan Reinauer2011-10-131-1/+1
* Move the ACPI FACP table to the front of the RSDT list. This is done to work ...Scott Duplichan2011-05-201-21/+21
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-2/+1
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Remove few more warnings and some dead code.Myles Watson2010-04-141-22/+0
* remove some amd mainboard warnings.Stefan Reinauer2010-04-091-2/+0
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-3/+4
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-071-1/+1
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-261-69/+0
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-17/+15
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-21/+21
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-1/+1
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-211-8/+8
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-041-1/+1
* This patch is for AMD boards which can do the P state generation. This justRudolf Marek2009-02-191-473/+4
* Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929.Carl-Daniel Hailfinger2009-02-111-1/+0
* Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek2009-02-031-12/+10
* Correct FDAT->FADT typo.Carl-Daniel Hailfinger2009-01-281-1/+1
* The DBM90T code sets bit 10 in _PSS as part of the control value, butCarl-Daniel Hailfinger2009-01-161-6/+15
* The ACPI PSS CPU Pstate table was calculating the frequency incorrectly forMarc Jones2009-01-061-4/+3
* Remove a unneccessary typedef from acpi_tables.c in the AMD PistachioCarl-Daniel Hailfinger2008-12-231-1/+1
* I missed the svn add on r3787. These are the additional files. Joe Bao2008-12-021-0/+755