Changes between Version 25 and Version 26 of venice/secure_boot


Ignore:
Timestamp:
04/02/2024 09:31:41 PM (8 months ago)
Author:
Tim Harvey
Comment:

update FIT load address in TEE section for consistency

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v25 v26  
    298298  - CONFIG_IMX_HAB=y
    299299  - CONFIG_CMD_DEKBLOB=y
    300   - CONFIG_SPL_LOAD_FIT_ADDRESS=0x48000000
     300  - CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000
    301301  - CONFIG_OPTEE=y
    302302  - CONFIG_OPTEE_LOAD_ADDRESS= the (link/load) address for TEE that should match BL32_BASE for ATF and CFG_TZDRAM_START for OPTEE
     
    379379make imx8mm_venice_defconfig # choose imx8mm/imx8mn/imx8mp depending on board SOC
    380380# enable IMX_HAB/OPTEE
    381 make menuconfig # search for (with /) and set CONFIG_IMX_HAB=y CONFIG_CMD_DEKBLOB=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x48000000 CONFIG_OPTEE=y and CONFIG_OPTEE_LOAD_ADDRESS= set to the value of CFG_TZDRAM_START
     381make menuconfig # search for (with /) and set CONFIG_IMX_HAB=y CONFIG_CMD_DEKBLOB=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000 CONFIG_OPTEE=y and CONFIG_OPTEE_LOAD_ADDRESS= set to the value of CFG_TZDRAM_START
    382382make -j8 flash.bin
    383383}}}