diff options
| author | Andrew Davis <[email protected]> | 2025-05-05 12:46:01 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-09 15:10:33 -0600 |
| commit | feb55165233623648cb0a74953735b00ec6e322e (patch) | |
| tree | 2926bb16471dc7257a16480e09208d9de2c9cdd6 /board/phytec | |
| parent | 285d265f7dcf7b5a8984d7015b07b2e86de91420 (diff) | |
board: ti: sec-cfg.yaml: Fix OTP write_host_id order
The write_host_id is the last element here and order does matter. This
may have gone unnoticed before as by default all elements are 0, but
if this is updated to a different host, it will not work. Update
the order so write_host_id is the last element in all current secure
board configs.
Reported-by: Prashant Shivhare <[email protected]>
Signed-off-by: Andrew Davis <[email protected]>
Diffstat (limited to 'board/phytec')
| -rw-r--r-- | board/phytec/phycore_am62ax/sec-cfg.yaml | 2 | ||||
| -rw-r--r-- | board/phytec/phycore_am62x/sec-cfg.yaml | 2 | ||||
| -rw-r--r-- | board/phytec/phycore_am64x/sec-cfg.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/board/phytec/phycore_am62ax/sec-cfg.yaml b/board/phytec/phycore_am62ax/sec-cfg.yaml index ae6939eee9a..ce7a1d66dc5 100644 --- a/board/phytec/phycore_am62ax/sec-cfg.yaml +++ b/board/phytec/phycore_am62ax/sec-cfg.yaml @@ -248,7 +248,6 @@ sec-cfg: subhdr: magic: 0x4081 size: 69 - write_host_id: 0 otp_entry: - # 1 host_id: 0 @@ -346,6 +345,7 @@ sec-cfg: - # 32 host_id: 0 host_perms: 0 + write_host_id: 0 dkek_config: subhdr: magic: 0x5170 diff --git a/board/phytec/phycore_am62x/sec-cfg.yaml b/board/phytec/phycore_am62x/sec-cfg.yaml index 088b2dbaf11..3686ddf6bdf 100644 --- a/board/phytec/phycore_am62x/sec-cfg.yaml +++ b/board/phytec/phycore_am62x/sec-cfg.yaml @@ -248,7 +248,6 @@ sec-cfg: subhdr: magic: 0x4081 size: 69 - write_host_id: 0 otp_entry: - # 1 host_id: 0 @@ -346,6 +345,7 @@ sec-cfg: - # 32 host_id: 0 host_perms: 0 + write_host_id: 0 dkek_config: subhdr: magic: 0x5170 diff --git a/board/phytec/phycore_am64x/sec-cfg.yaml b/board/phytec/phycore_am64x/sec-cfg.yaml index b61551c3208..2cb1298c4a6 100644 --- a/board/phytec/phycore_am64x/sec-cfg.yaml +++ b/board/phytec/phycore_am64x/sec-cfg.yaml @@ -248,7 +248,6 @@ sec-cfg: subhdr: magic: 0x4081 size: 69 - write_host_id: 0 otp_entry: - # 1 host_id: 0 @@ -346,6 +345,7 @@ sec-cfg: - # 32 host_id: 0 host_perms: 0 + write_host_id: 0 dkek_config: subhdr: magic: 0x5170 |
