mb/google/fatcat/var/fatcat: Add FW_CONFIG for UFC and WFC
BUG=b:348678529 TEST=Able to build google/fatcat. Change-Id: I4061b9b4c1e515e8c078c67f30f29eee87b84a66 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84645 Reviewed-by: YH Lin <yueherngl@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
7a52c9a7d9
commit
79180bb19c
1 changed files with 10 additions and 0 deletions
|
|
@ -52,6 +52,16 @@ fw_config
|
|||
option KB_ABSENT 0
|
||||
option KB_PRESENT 1
|
||||
end
|
||||
field UFC 20 21
|
||||
option UFC_ABSENT 0
|
||||
option UFC_MIPI 1
|
||||
option UFC_USB 2
|
||||
end
|
||||
field WFC 22 23
|
||||
option WFC_ABSENT 0
|
||||
option WFC_MIPI 1
|
||||
option WFC_USB 2
|
||||
end
|
||||
end
|
||||
|
||||
chip soc/intel/pantherlake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue