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>
This commit is contained in:
parent
7cd2047c7b
commit
b7d08923b9
|
@ -24,10 +24,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
Device(PCSD) { /* Processor configuration space devices */
|
||||
Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
|
||||
}
|
||||
|
||||
/* The internal GFX bridge */
|
||||
Device(AGPB) {
|
||||
Name(_ADR, 0x00010000)
|
||||
|
|
|
@ -44,10 +44,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
Device(PCSD) { /* Processor configuration space devices */
|
||||
Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
|
||||
}
|
||||
|
||||
/* Dev2 is also an external GFX bridge */
|
||||
Device(PBR2) {
|
||||
Name(_ADR, 0x00020000)
|
||||
|
|
|
@ -44,10 +44,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
Device(PCSD) { /* Processor configuration space devices */
|
||||
Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
|
||||
}
|
||||
|
||||
/* Gpp 0 */
|
||||
Device(PBR4) {
|
||||
Name(_ADR, 0x00020001)
|
||||
|
|
|
@ -44,10 +44,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
Device(PCSD) { /* Processor configuration space devices */
|
||||
Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
|
||||
}
|
||||
|
||||
/* Dev2 is also an external GFX bridge */
|
||||
Device(PBR2) {
|
||||
Name(_ADR, 0x00020000)
|
||||
|
|
|
@ -44,10 +44,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
Device(PCSD) { /* Processor configuration space devices */
|
||||
Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
|
||||
}
|
||||
|
||||
/* Gpp 0 */
|
||||
Device(PBR4) {
|
||||
Name(_ADR, 0x00020001)
|
||||
|
|
|
@ -44,10 +44,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
Device(PCSD) { /* Processor configuration space devices */
|
||||
Name(_ADR, 0x00180000) /* Dev# = BSP Dev#, Func# = 0 */
|
||||
}
|
||||
|
||||
/* Gpp 0 */
|
||||
Device(PBR4) {
|
||||
Name(_ADR, 0x00020001)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue