diff options
author | Shelley Chen <shchen@google.com> | 2024-01-08 14:07:57 -0800 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2024-01-17 05:19:31 +0000 |
commit | ab9c751404467575690d6925af8c3afde83c3e64 (patch) | |
tree | 87b5c0a9f04838a6c1c051d03fcc46f453500e76 /src/mainboard/google/brox | |
parent | 596b23eff797c49e73e2ca81bc39d48cecb3c8b3 (diff) |
mb/google/brox: Set up FW_CONFIG
Brox project has FW_CONFIG bits already set up in the project file for
the retimer and for storage, so make sure that the brox device tree
matches those settings.
BUG=b:311450057,b:300690448,b:319058143
BRANCH=None
TEST=emerge-brox coreboot chromeos-bootimage
will check if this helps detect the storage device in the factory
Change-Id: Iaf43003b7e8210eee9016d779839d7048c15825f
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79854
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brox')
-rw-r--r-- | src/mainboard/google/brox/variants/brox/overridetree.cb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb index c9767bc358..4aaaf5fe60 100644 --- a/src/mainboard/google/brox/variants/brox/overridetree.cb +++ b/src/mainboard/google/brox/variants/brox/overridetree.cb @@ -1,3 +1,28 @@ +fw_config + field RETIMER 0 1 + option RETIMER_UNKNOWN 0 + option RETIMER_BYPASS 1 + option RETIMER_JHL8040 2 + end + field STORAGE 2 3 + option STORAGE_UNKNOWN 0 + option STORAGE_UFS 1 + option STORAGE_NVME 2 + end + field WIFI 4 4 + option WIFI_CNVI 0 + option WIFI_PCIE 1 + end + field AUDIO 5 7 + option AUDIO_UNKNOWN 0 + option AUDIO_REALTEK_ALC256 1 + end + field UFS_CAMERA 8 9 + option UFS_CAMERA_NONE 0 + option UFS_CAMERA_OV2740 1 + end +end + chip soc/intel/alderlake device domain 0 on device ref igpu on |