summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2024-02-19 11:45:26 +0000
committerFelix Held <felix-coreboot@felixheld.de>2024-02-22 13:39:53 +0000
commit9c40215ef264e056e9db6dcf019affdd832bfc57 (patch)
treeb5906d08805522ba011a980fc37877886ccf4088 /src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb
parentfb401e74da0cd03ef2ee9dc8b2dc8863a5c25a84 (diff)
downloadcoreboot-9c40215ef264e056e9db6dcf019affdd832bfc57.tar.gz
coreboot-9c40215ef264e056e9db6dcf019affdd832bfc57.tar.bz2
coreboot-9c40215ef264e056e9db6dcf019affdd832bfc57.zip
mb/intel/adlrvp: Remove ADLRVP_M mainboard
These boards are not commerically available so can be removed. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Icc853a9df44a4a770db76e119644f0b4c7fcc2c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80613 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb')
-rw-r--r--src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb b/src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb
deleted file mode 100644
index a3860c6f76c3..000000000000
--- a/src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb
+++ /dev/null
@@ -1,34 +0,0 @@
-chip soc/intel/alderlake
- device domain 0 on
- device ref pch_espi on
- chip ec/google/chromeec
- use conn0 as mux_conn[0]
- use conn1 as mux_conn[1]
- device pnp 0c09.0 on end
- end
- end
- device ref pmc hidden
-
- # The pmc_mux chip driver is a placeholder for the
- # PMC.MUX device in the ACPI hierarchy.
- chip drivers/intel/pmc_mux
- device generic 0 on
- chip drivers/intel/pmc_mux/conn
- use usb2_port1 as usb2_port
- use tcss_usb3_port1 as usb3_port
- # SBU is fixed, HSL follows CC
- register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
- device generic 0 alias conn0 on end
- end
- chip drivers/intel/pmc_mux/conn
- use usb2_port2 as usb2_port
- use tcss_usb3_port2 as usb3_port
- # SBU is fixed, HSL follows CC
- register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
- device generic 1 alias conn1 on end
- end
- end
- end
- end
- end
-end