index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
amd
/
dbm690t
/
acpi_tables.c
Age
Commit message (
Expand
)
Author
2016-12-06
cpu/amd/mtrr.h: Drop excessive includes
Kyösti Mälkki
2016-12-06
cpu/x86/msr.h: Drop excessive includes
Kyösti Mälkki
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-10-16
amdk8: Move to per-device ACPI
Vladimir Serbinenko
2014-06-26
AMD boards: Fix typos
Kyösti Mälkki
2014-04-26
mainboard/*: Remove DUMP_ACPI_TABLES from amd boards
Edward O'Callaghan
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-04-20
Refactor some alignment handling
Patrick Georgi
2011-10-13
Use default table creator macro for all SSDTs
Stefan Reinauer
2011-05-20
Move the ACPI FACP table to the front of the RSDT list. This is done to work ...
Scott Duplichan
2010-12-08
second round name simplification. drop the <component>_ prefix.
stepan
2010-10-12
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-09-25
Drop some useless "../../../" in #includes (trivial).
Uwe Hermann
2010-07-26
Make include paths more consistent. Fixes compilation errors for me.
Myles Watson
2010-04-14
Remove few more warnings and some dead code.
Myles Watson
2010-04-09
remove some amd mainboard warnings.
Stefan Reinauer
2010-04-09
Copy acpi blobs in two parts to make sure gcc does the right thing.
Myles Watson
2010-04-07
move amd K8/Fam10 "bus detection" function prototypes to a common place.
Stefan Reinauer
2010-03-26
Remove dead code and make white space more consistent for acpi_tables.c
Myles Watson
2010-03-24
Get rid of type-punned pointer errors.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
trivial warning fixes, mostly for ACPI code
Stefan Reinauer
2009-10-09
Add const to get rid of some warnings when passing quoted strings.
Myles Watson
2009-07-21
This fixes a couple of issues with older Linux kernels (that expect an XSDT as
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-02-19
This patch is for AMD boards which can do the P state generation. This just
Rudolf Marek
2009-02-11
Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929.
Carl-Daniel Hailfinger
2009-02-03
Following patch converts the run-time SSDT patching via update_ssdt funtion to
Rudolf Marek
2009-01-28
Correct FDAT->FADT typo.
Carl-Daniel Hailfinger
2009-01-16
The DBM90T code sets bit 10 in _PSS as part of the control value, but
Carl-Daniel Hailfinger
2009-01-06
The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for
Marc Jones
2008-12-23
Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio
Carl-Daniel Hailfinger
2008-12-02
I missed the svn add on r3787. These are the additional files.
Joe Bao