summaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-12-31 17:11:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-02 14:35:04 +0000
commitb7d08923b91b57316a95ae858a178cd83d386e43 (patch)
tree94167b7fdac3bfe82fc6662e6c414c6c4cdf4fe4 /src/soc/amd/stoneyridge
parent7cd2047c7bc5b8a0d68f64134e9c0211d016a6b8 (diff)
downloadcoreboot-b7d08923b91b57316a95ae858a178cd83d386e43.tar.xz
amd/acpi: Drop empty PCSD device nodes
These devices were just added in 727ac0d263 (AMD {SoC, AGESA, binaryPI}: Don't use both of _ADR and _HID), but they don't provide any information and are not referenced anywhere. Change-Id: I862a3c43eb610e488eb7d9246feb94a6d1333ca0 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38033 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/acpi/northbridge.asl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/northbridge.asl b/src/soc/amd/stoneyridge/acpi/northbridge.asl
index b1c2d31bc2..208ea261f5 100644
--- a/src/soc/amd/stoneyridge/acpi/northbridge.asl
+++ b/src/soc/amd/stoneyridge/acpi/northbridge.asl
@@ -45,10 +45,6 @@ Device(AMRT) {
Name(_ADR, 0x00000000)
} /* end AMRT */
-Device(PCSD) { /* Processor configuration space devices */
- Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
-}
-
/* Internal Graphics */
Device(IGFX) {
Name(_ADR, 0x00010000)