Commit da0584b
plat-qcom: hoya: lemans: wire up fuse PTA and QFPROM for PAS authentication
Extend Lemans' target.mk so CFG_QCOM_PAS_AUTH pulls in the whole fuse
access chain the signature-authentication path needs:
CFG_QCOM_PAS_AUTH=y
-> force CFG_QCOM_FUSE_PTA=y (fuse PTA the TA reads at runtime)
-> force CFG_QCOM_QFPROM=y (driver behind the fuse PTA)
-> force CFG_QCOM_CMD_DB=y (voltage-rail lookup for fuse writes)
-> force CFG_QCOM_RPMH_CLIENT=y (voltage-rail sequencing)
The old CFG_QCOM_QFPROM_FUSEPROV chain that also enabled QFPROM is
folded into the same block so QFPROM_FUSEPROV and the new fuse-PTA
consumer share one enable and there is no accidental drift between
them.
With this change, a stock Lemans build now brings up the entire PAS
authentication stack (segment hash verification and signature
authentication) end to end: PAS PTA, fuse PTA, qfprom driver, and the
qcom_pas TA. Kodiak keeps the plain PTA-side flow untouched.
Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@qti.qualcomm.com>
Assisted-by: Cline:gpt-51 parent 422eb06 commit da0584b
1 file changed
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
| |||
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments