summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/serengeti_cheetah_fam10/acpi_tables.c
Commit message (Expand)AuthorAgeFilesLines
* amdfam10 boards: Call get_bus_conf() just onceKyösti Mälkki2019-01-041-2/+0
* mainboard: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-10/+12
* mb/amd: Get rid of device_tElyes HAOUAS2018-05-091-2/+2
* cpu/amd/mtrr.h: Drop excessive includesKyösti Mälkki2016-12-061-1/+0
* cpu/x86/msr.h: Drop excessive includesKyösti Mälkki2016-12-061-1/+0
* mainboard/amd/serengeti_cheetah*: Use C89 comments style & remove commented codeElyes HAOUAS2016-10-241-9/+8
* src/mainboard/a-trend - emulation: Add space around operatorsElyes HAOUAS2016-09-201-4/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+2
* cbfs: Fix mismerge.Vladimir Serbinenko2015-06-021-1/+1
* Make DSDT a file in CBFS rather than embedding it into ramstage.Vladimir Serbinenko2015-06-021-9/+12
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* mainboard/{iwill,amd/serenget_*}: Fix ptr discards const qualifierEdward O'Callaghan2014-12-091-1/+1
* Kconfig: Remove ACPI_SSDTX_NUM.Vladimir Serbinenko2014-12-071-5/+0
* amdfam10: Move to per-device ACPIVladimir Serbinenko2014-11-221-113/+3
* acpi_add_ssdt_pstates: Remove function.Vladimir Serbinenko2014-10-171-3/+0
* 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
* 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-10/+10
* Fix the blank in acpi_tables.czbao2012-04-181-9/+9
* Move the ACPI FACP table to the front of the RSDT list. This is done to work ...Scott Duplichan2011-05-201-25/+25
* 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-2/+1
* Remove few more warnings and some dead code.Myles Watson2010-04-141-26/+0
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-13/+16
* 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-15/+13
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-23/+22
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-22/+22
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-2/+2
* move all register fram definitions to arch/register.hStefan Reinauer2009-10-241-1/+1
* Fix up the tree again...Stefan Reinauer2009-07-221-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
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Initial AMD Serengeti_Cheetah_FAM10 platform for Barcelona support.Marc Jones2007-12-191-0/+370