summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/serengeti_cheetah/acpi_tables.c
Commit message (Expand)AuthorAgeFilesLines
* amdk8: Move to per-device ACPIVladimir Serbinenko2014-10-161-100/+2
* mainboard: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* AMD boards: Fix typosKyösti Mälkki2014-06-261-1/+1
* mainboard/*: Remove DUMP_ACPI_TABLES from amd boardsEdward O'Callaghan2014-04-261-41/+0
* Refactor some alignment handlingPatrick Georgi2012-04-201-2/+2
* Fix the blank in acpi_tables.czbao2012-04-191-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-22/+22
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* Trivial. Fix typo.Zheng Bao2010-12-071-1/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-3/+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-25/+0
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-9/+11
* 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-166/+161
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-11/+10
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-21/+21
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-4/+2
* 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
* Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek2009-02-031-12/+10
* Add dummy function for MCFG on those mainboards that provide ACPI but don't Stefan Reinauer2007-11-041-0/+6
* CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu2006-10-041-26/+106
* AMD Rev F supportYinghai Lu2006-10-041-0/+268