Kapil Porwal has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68220 )
Change subject: mb/google/rex: Add initial fw config ......................................................................
mb/google/rex: Add initial fw config
Add initial fw config as per config.star. BUG=none TEST=emerge-rex coreboot. TBD
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: I66f8b3e4ab414c03b8d63fdd31e0f3f424619340 --- M src/mainboard/google/rex/variants/rex0/overridetree.cb 1 file changed, 43 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/68220/1
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index 55c355e..2a4e6fd 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -1,3 +1,32 @@ +fw_config + field AUDIO 0 3 + option AUDIO_UNKNOWN 0 + option MAX98357_ALC5682I_I2S 1 + end + field CELLULAR 4 5 + option CELLULAR_ABSENT 0 + option CELLULAR_USB 1 + option CELLULAR_PCIE 2 + end + field UFC 6 7 + option UFC_USB 0 + option UFC_MIPI 1 + end + field WFC 8 9 + option WFC_USB 0 + option WFC_MIPI 1 + end + field DB_SD 10 11 + option SD_ABSENT 0 + option SD_GL9755S 1 + end + field DB_USB 12 13 + option USB_ABSENT 0 + option USB3 1 + option USB4 2 + end +end + chip soc/intel/meteorlake
register "usb2_ports[1]" = "USB2_PORT_TYPE_C(OC0)" # USB2_C0