Attention is currently required from: Shelley Chen, Taniya Das, Venkat Thogaru, Julius Werner, Sudheer Amrabadi.
Venkat Thogaru has uploaded a new patch set (#9) to the change originally created by Sudheer Amrabadi. ( https://review.coreboot.org/c/coreboot/+/68384 )
Change subject: soc/qualcomm/sc7280: Add socinfo_pro_part() function in coreboot ......................................................................
soc/qualcomm/sc7280: Add socinfo_pro_part() function in coreboot
The API socinfo_pro_part is added to help to differentiate between PRO and NON_PRO SKUs. Returns 1 for Pro and 0 for NON_PRO SKUs.
BUG=b:248187555 TEST=Validate boards are detected correctly on PRO and NON_PRO SKUs
Signed-off-by: Taniya Das quic_tdas@quicinc.com Change-Id: Id9f23696384a6c1a89000292eafebd8a16c273ca --- M src/soc/qualcomm/sc7280/include/soc/socinfo.h M src/soc/qualcomm/sc7280/socinfo.c 2 files changed, 90 insertions(+), 33 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/68384/9