mb/google/brya/var/skolas4es: add WFC definitions to fw_config

Reserve bits 15 and 16 in the fw_config to be used to specify WFC
population status.

Possible values for field WFC bits include:
  option WFC_ABSENT             0
  option_WFC_MIPI_OVTI5675      1
  option WFC_MIPI_OVTI8856      2

BUG=b:239613517
BRANCH=firmware-brya-14505.B
TEST='emerge-brya coreboot' and make sure it compiles successfully.

Change-Id: If797b79f0d094816eeb3df7bfded06e92e4e6a32
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65989
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Nick Vaccaro 2022-07-19 14:50:37 -07:00 committed by Martin Roth
parent a284a36535
commit 7710c68e2a
1 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,11 @@ fw_config
option UFC_USB 0 option UFC_USB 0
option UFC_MIPI_IMX208 1 option UFC_MIPI_IMX208 1
end end
# Bits 15 and 16 were intended for WFC but never declared here field WFC 15 16
option WFC_ABSENT 0
option WFC_MIPI_OVTI5675 1
option WFC_MIPI_OVTI8856 2
end
field HPS 17 17 field HPS 17 17
option HPS_ABSENT 0 option HPS_ABSENT 0
option HPS_PRESENT 1 option HPS_PRESENT 1