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
/
tyan
/
s2895
/
acpi_tables.c
Age
Commit message (
Expand
)
Author
2013-10-14
ck804: obtain I/O APIC base address for ACPI MADT from allocator
Jonathan A. Kollasch
2013-10-12
Nvidia boards: acpi_tables.c: Remove intermediate variable in ACPI interrupt ...
Jonathan A. Kollasch
2012-04-20
Refactor some alignment handling
Patrick Georgi
2011-10-13
Use default table creator macro for all SSDTs
Stefan Reinauer
2010-12-08
second round name simplification. drop the <component>_ prefix.
stepan
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-09
Copy acpi blobs in two parts to make sure gcc does the right thing.
Myles Watson
2010-03-24
Get rid of type-punned pointer errors.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-10-16
Fix IRQ9 and allow ACPI without an MP table for Tyan s289x.
Myles Watson
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-03-10
This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still
Myles Watson