1Qualcomm Technologies, Inc. 2=========================== 3 4Trusted Firmware-A (TF-A) implements the EL3 firmware layer for QTI SC7180. 5 6 7Boot Trace 8------------- 9 10Bootrom --> BL1/BL2 --> BL31 --> BL33 --> Linux kernel 11 12BL1/2 and BL33 can currently be supplied from Coreboot + Depthcharge 13 14How to build 15------------ 16 17Code Locations 18~~~~~~~~~~~~~~ 19 20- Trusted Firmware-A: 21 `link <https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git>`__ 22 23Build Procedure 24~~~~~~~~~~~~~~~ 25 26QTI SoC expects TF-A's BL31 to get integrated with other boot software 27Coreboot, so only bl31.elf need to get build from the TF-A repository. 28 29The build command looks like 30 31 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sc7180 COREBOOT=1 32 33update value of CROSS_COMPILE argument with your cross-compilation toolchain. 34 35Additional QTISECLIB_PATH=<path to qtiseclib> can be added in build command. 36if QTISECLIB_PATH is not added in build command stub implementation of qtiseclib 37is picked. qtiseclib with stub implementation doesn't boot device. This was 38added to satisfy compilation. 39 40QTISELIB for SC7180 is available at 41`link <https://review.coreboot.org/cgit/qc_blobs.git/plain/sc7180/qtiseclib/libqtisec.a>`__ 42