ACPI implementation for i945, ICH7, Kontron 986LCD-M
authorStefan Reinauer <stepan@coresystems.de>
Fri, 13 Mar 2009 00:44:09 +0000 (00:44 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 13 Mar 2009 00:44:09 +0000 (00:44 +0000)
commitcc46e73a0221d08a30c78adfc568f162cdda407d
tree615c999e79cbc8f4b388616d588159f9a782b3e4
parent47e42e5ebb8f912553cad57b4eebfccccfed511d
ACPI implementation for i945, ICH7, Kontron 986LCD-M

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3999 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
25 files changed:
src/mainboard/kontron/986lcd-m/Config.lb
src/mainboard/kontron/986lcd-m/acpi/cpu.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/ec.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/globalnvs.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/platform.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/sleepstates.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/superio.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/thermal.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/acpi/video.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/dsdt.asl [new file with mode: 0644]
src/mainboard/kontron/986lcd-m/dsdt.dsl [deleted file]
src/northbridge/intel/i945/acpi/i945.asl [new file with mode: 0644]
src/northbridge/intel/i945/acpi/i945_hostbridge.asl [new file with mode: 0644]
src/northbridge/intel/i945/acpi/i945_igd.asl [new file with mode: 0644]
src/northbridge/intel/i945/acpi/i945_peg.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_audio.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_irqlinks.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_lpc.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_pata.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_pci.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_pcie.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_sata.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_smbus.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7_usb.asl [new file with mode: 0644]