Statistics
| Branch: | Revision:

root / hw / acpi_ich9.h @ 82ca8912

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
83c9f4ca 03/01/2013 04:01 pm Paolo Bonzini

hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved....

503b19fc 01/04/2013 09:51 am Gerd Hoffmann

apci: assign memory regions to ich9 lpc device

Get rid of get_system_io() usage.

Signed-off-by: Gerd Hoffmann <>

76a7daf9 12/04/2012 02:52 pm Gerd Hoffmann

apci: switch ich9 gpe to memory api

Signed-off-by: Gerd Hoffmann <>

10cc69b0 12/04/2012 02:52 pm Gerd Hoffmann

apci: switch ich9 smi to memory api

Signed-off-by: Gerd Hoffmann <>

cacaab8b 12/04/2012 02:52 pm Gerd Hoffmann

apci: switch ich9 to memory api

Signed-off-by: Gerd Hoffmann <>

e516572f 11/26/2012 05:35 pm Jason Baron

ich9: Add acpi support and definitions

Lay the groundwork for subsequent ich9 support.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Jason Baron <>
Signed-off-by: Anthony Liguori <>