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
/
pistachio
/
acpi_tables.c
Age
Commit message (
Expand
)
Author
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-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-09
AMD PISTACHIO mainboard support.
Maggie Li