fix(lemans_evk): move BL2 to pIMEM instead of system IMEMSystem IMEM starting range on most of Qcom platforms is reserved forcrashdump diagnostic logs. So let's rather load BL2 on pIMEM insteadto
fix(lemans_evk): move BL2 to pIMEM instead of system IMEMSystem IMEM starting range on most of Qcom platforms is reserved forcrashdump diagnostic logs. So let's rather load BL2 on pIMEM insteadto allow the existing crashdump feature supported by system IMEM towork.XBL sets up the first window of pIMEM as 5MB starting 0x1c000000, soit's available for TF-A (BL2, BL31) and OP-TEE stages to use.Change-Id: I224021542c437cb645a997e7653976beff175cdcReviewed-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
show more ...
feat(qti): reorganize hoya-based SoCs under a common family directoryGroup the hoya-based SoC platforms (sc7180, kodiak, lemans, qcs615)under a new plat/qti/hoya/ directory to better classify and
feat(qti): reorganize hoya-based SoCs under a common family directoryGroup the hoya-based SoC platforms (sc7180, kodiak, lemans, qcs615)under a new plat/qti/hoya/ directory to better classify and organizethe platform code by SoC family.The following platforms are moved under plat/qti/hoya/:- sc7180: Qualcomm SC7180 SoC- kodiak: Qualcomm SC7280-based SoC, supporting rb3gen2 and sc7280_chrome board configurations- lemans: Qualcomm Lemans SoC, supporting lemans_evk board configuration- qcs615: Qualcomm QCS615 SoCThe shared qtiseclib (security library interface) for these SoCs is alsorelocated to plat/qti/hoya/qtiseclib/, as it is specific to thehoya-based SoC family.Change-Id: I9592d86e4a5ad02350cbcb3f178983bfe31e242dSigned-off-by: dongnanw <dongnanw@qti.qualcomm.com>