diff options
author | Keith Hui <buurin@gmail.com> | 2020-03-28 21:54:17 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-20 06:41:25 +0000 |
commit | 4ec683d0776c50af3d93d158235b834f5d65b579 (patch) | |
tree | fa48287a13cc02d93b10cc50013a802c191c40a2 /src/mainboard/asus/p2b/variants/p2b-f/overridetree.cb | |
parent | a48e7111209f7257cf40b317dc4df42e7c13ae24 (diff) |
mb/asus/p2b*: Switch to overridetree
All variants will use the same lid/thermal-polarity config as a result,
which looks the same for all recently boot-tested variants anyway.
Change-Id: Iaaae4eae41ab0037e72375b255d9d1c3eca8d383
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39905
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p2b/variants/p2b-f/overridetree.cb')
-rw-r--r-- | src/mainboard/asus/p2b/variants/p2b-f/overridetree.cb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/asus/p2b/variants/p2b-f/overridetree.cb b/src/mainboard/asus/p2b/variants/p2b-f/overridetree.cb new file mode 100644 index 0000000000..f0fc054568 --- /dev/null +++ b/src/mainboard/asus/p2b/variants/p2b-f/overridetree.cb @@ -0,0 +1,14 @@ +chip northbridge/intel/i440bx # Northbridge + device domain 0 on # PCI domain + chip southbridge/intel/i82371eb # Southbridge + device pci 4.0 on # ISA bridge + chip superio/winbond/w83977tf # Super I/O (FIXME: It's W83977EF!) + device pnp 3f0.6 on # Consumer IR + end + device pnp 3f0.a on # ACPI + end + end + end + end + end +end |