platforms/iq10-evk: add SA8797P (Nord) UFS and SPI-NOR support#132
Open
Sumit Garg (b49020) wants to merge 1 commit into
Open
platforms/iq10-evk: add SA8797P (Nord) UFS and SPI-NOR support#132Sumit Garg (b49020) wants to merge 1 commit into
Sumit Garg (b49020) wants to merge 1 commit into
Conversation
Contributor
Fails the checks. |
Add partition layouts and contents manifests for the IQ10-EVK board (SA8797P / Nord), following the iq-9075-evk two-phase model: the open boot stack on UFS (flash phase 1) and the SAIL safety-island firmware on SPI-NOR (flash phase 2). The UFS layout uses six LUNs (0-5). LUN0 is the HLOS LUN with an EFI system partition plus a rootfs that grows to fill the disk, matching iq-9075-evk. LUN1/2 are the A/B boot LUNs (XBL, TME, multi-image, APDP), LUN3 is OTP (CDT + DDR training), and LUN4/5 are the A/B firmware LUNs. The open-firmware images are tz (TF-A BL2), uefi (fip.elf = TF-A BL31 + OP-TEE BL32 + EDK2 BL33) and apdp (nord_apdp.mbn debug policy) over the stock -01760 meta. The SPI-NOR layout holds the 32MB SAIL set (Zephyr hyp + FUSA sailsw1-6 + calibration) with an A/B mirror. Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
468f53e to
2c6b69c
Compare
Member
Author
Fixed the CI issue, thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add partition layouts and contents manifests for the IQ10-EVK board (SA8797P / Nord), following the iq-9075-evk two-phase model: the open boot stack on UFS (flash phase 1) and the SAIL safety-island firmware on SPI-NOR (flash phase 2).
The UFS layout uses six LUNs (0-5). LUN0 is the HLOS LUN with an EFI system partition plus a rootfs that grows to fill the disk, matching iq-9075-evk. LUN1/2 are the A/B boot LUNs (XBL, TME, multi-image, APDP), LUN3 is OTP (CDT + DDR training), and LUN4/5 are the A/B firmware LUNs. The open-firmware images are tz (TF-A BL2), uefi (fip.elf = TF-A BL31 + OP-TEE BL32 + EDK2 BL33) and apdp (nord_apdp.mbn debug policy) over the stock -01760 meta. The SPI-NOR layout holds the 32MB SAIL set (Zephyr hyp + FUSA sailsw1-6 + calibration) with an A/B mirror.
Assisted-by: Claude:claude-opus-4-8