AMD PI: remove unuseful ACPI code

sata.asl and superio.asl are empty files. Remove them.

Change-Id: Icd3e990aa713281e46dcbd8e0847166c77656b1c
Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com>
Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com>
Reviewed-on: http://review.coreboot.org/10505
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
WANG Siyuan 2015-06-10 12:36:44 +08:00 committed by Marc Jones
parent d2119760a8
commit b3932e4975
6 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
/* No SATA functionality */

View File

@ -1 +0,0 @@
/* No Super I/O device or functionality yet */

View File

@ -1 +0,0 @@
/* No SATA functionality */

View File

@ -1 +0,0 @@
/* No Super I/O device or functionality yet */

View File

@ -45,7 +45,6 @@ Method(_OSC,4)
/* 0:11.0 - SATA */
Device(STCR) {
Name(_ADR, 0x00110000)
#include "acpi/sata.asl"
} /* end STCR */
/* 0:14.0 - SMBUS */

View File

@ -104,5 +104,4 @@ Device(LIBR) {
IRQNoFlags(){13}
})
} /* End Device(_SB.PCI0.LpcIsaBr.COPR) */
#include "acpi/superio.asl"
} /* end LIBR */