ChromeOS: drop unused debug header description
No part of ChromeOS seems to use the debug header description, so drop it to make sure it does not get copied around wrongly. Change-Id: Icb0baedbf6112f11289b2ddd9618a955a424ddf7 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/989 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
adc05c14c7
commit
8bec7fbc0f
|
@ -68,14 +68,6 @@ Device (CRHW)
|
||||||
Package() { 0x001, 0, 22, "CougarPoint" }, // recovery button
|
Package() { 0x001, 0, 22, "CougarPoint" }, // recovery button
|
||||||
Package() { 0x002, 1, 57, "CougarPoint" }, // developer switch
|
Package() { 0x002, 1, 57, "CougarPoint" }, // developer switch
|
||||||
Package() { 0x003, 0, 48, "CougarPoint" }, // firmware write protect
|
Package() { 0x003, 0, 48, "CougarPoint" }, // firmware write protect
|
||||||
Package() { 0x100, 0, 9, "CougarPoint" }, // debug header gpio
|
|
||||||
Package() { 0x101, 0, 10, "CougarPoint" }, // debug header gpio 1
|
|
||||||
Package() { 0x102, 0, 12, "CougarPoint" }, // debug header gpio 2
|
|
||||||
Package() { 0x103, 0, 13, "CougarPoint" }, // debug header gpio 3
|
|
||||||
Package() { 0x104, 0, 14, "CougarPoint" }, // debug header gpio 4
|
|
||||||
Package() { 0x105, 0, 15, "CougarPoint" }, // debug header gpio 5
|
|
||||||
Package() { 0x106, 0, 24, "CougarPoint" }, // debug header gpio 6
|
|
||||||
Package() { 0x107, 0, 26, "CougarPoint" }, // debug header gpio 7
|
|
||||||
})
|
})
|
||||||
Return (OIPG)
|
Return (OIPG)
|
||||||
|
|
||||||
|
|
|
@ -68,14 +68,6 @@ Device (CRHW)
|
||||||
Package() { 0x001, 0, 42, "CougarPoint" }, // recovery button
|
Package() { 0x001, 0, 42, "CougarPoint" }, // recovery button
|
||||||
Package() { 0x002, 1, 17, "CougarPoint" }, // developer switch
|
Package() { 0x002, 1, 17, "CougarPoint" }, // developer switch
|
||||||
Package() { 0x003, 1, 68, "CougarPoint" }, // firmware write protect
|
Package() { 0x003, 1, 68, "CougarPoint" }, // firmware write protect
|
||||||
Package() { 0x100, 0, 9, "CougarPoint" }, // debug header gpio
|
|
||||||
Package() { 0x101, 0, 10, "CougarPoint" }, // debug header gpio 1
|
|
||||||
Package() { 0x102, 0, 12, "CougarPoint" }, // debug header gpio 2
|
|
||||||
Package() { 0x103, 0, 13, "CougarPoint" }, // debug header gpio 3
|
|
||||||
Package() { 0x104, 0, 14, "CougarPoint" }, // debug header gpio 4
|
|
||||||
Package() { 0x105, 0, 15, "CougarPoint" }, // debug header gpio 5
|
|
||||||
Package() { 0x106, 0, 24, "CougarPoint" }, // debug header gpio 6
|
|
||||||
Package() { 0x107, 0, 26, "CougarPoint" }, // debug header gpio 7
|
|
||||||
})
|
})
|
||||||
Return (OIPG)
|
Return (OIPG)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue