You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `chip_info` structure is currently located inconsistently between
the `mask_rom` and `test_rom`. In `mask_rom`, it resides in the last
128 bytes, but in `test_rom`, it's offset by an additional 32 bytes
(to `last 160 bytes`).
Given `chip_info`'s small size (12 bytes), it can safely occupy bytes
116-128 from the end of the ROM, leaving the final 32 bytes (0-31) for
the scrambling tool's digest.
This change aligns `test_rom`'s `chip_info` placement with `mask_rom`'s.
Change-Id: I10bde4d9b856511030c34ed373569eaa00c8af04
Signed-off-by: Yi-Hsuan Deng <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
0 commit comments