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:
parent
d2119760a8
commit
b3932e4975
|
@ -1 +0,0 @@
|
||||||
/* No SATA functionality */
|
|
|
@ -1 +0,0 @@
|
||||||
/* No Super I/O device or functionality yet */
|
|
|
@ -1 +0,0 @@
|
||||||
/* No SATA functionality */
|
|
|
@ -1 +0,0 @@
|
||||||
/* No Super I/O device or functionality yet */
|
|
|
@ -45,7 +45,6 @@ Method(_OSC,4)
|
||||||
/* 0:11.0 - SATA */
|
/* 0:11.0 - SATA */
|
||||||
Device(STCR) {
|
Device(STCR) {
|
||||||
Name(_ADR, 0x00110000)
|
Name(_ADR, 0x00110000)
|
||||||
#include "acpi/sata.asl"
|
|
||||||
} /* end STCR */
|
} /* end STCR */
|
||||||
|
|
||||||
/* 0:14.0 - SMBUS */
|
/* 0:14.0 - SMBUS */
|
||||||
|
|
|
@ -104,5 +104,4 @@ Device(LIBR) {
|
||||||
IRQNoFlags(){13}
|
IRQNoFlags(){13}
|
||||||
})
|
})
|
||||||
} /* End Device(_SB.PCI0.LpcIsaBr.COPR) */
|
} /* End Device(_SB.PCI0.LpcIsaBr.COPR) */
|
||||||
#include "acpi/superio.asl"
|
|
||||||
} /* end LIBR */
|
} /* end LIBR */
|
||||||
|
|
Loading…
Reference in New Issue