mb/google/brask/variants/moli: add fw_config for usb retimer
add USBC0_RETIMER into 2, 3 bits for usb retimer. BUG=b:232486478 TEST=emerge-brask coreboot. Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com> Change-Id: Idaf2e53387476d344d2c838a6e762f5a4c582989 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64330 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Zhuohao Lee <zhuohao@google.com>
This commit is contained in:
parent
68e6dc9832
commit
604060c586
|
@ -1,4 +1,8 @@
|
|||
fw_config
|
||||
field USBC0_RETIMER 2 3
|
||||
option USBC0_RETIMER_ABSENT 0
|
||||
option USBC0_RETIMER_PRESENT 1
|
||||
end
|
||||
field STORAGE 4 5
|
||||
option STORAGE_UNKNOWN 0
|
||||
option STORAGE_NVME 1
|
||||
|
|
Loading…
Reference in New Issue