Changes between Version 14 and Version 15 of venice/secure_boot


Ignore:
Timestamp:
03/20/2024 05:27:13 PM (8 weeks ago)
Author:
Tim Harvey
Comment:

add example diff in defconfig for TEE and non-TEE cases

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v14 v15  
    111111make menuconfig # select CONFIG_IMX_HAB=y and CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000
    112112make flash.bin
     113}}}
     114  - for clarity here are the differences in defconfig:
     115{{{#!bash
     116$ make savedefconfig && diff defconfig configs/imx8mm_venice_defconfig
     117scripts/kconfig/conf  --savedefconfig=defconfig Kconfig
     11821,22d20
     119< CONFIG_IMX_HAB=y
     120< # CONFIG_CMD_DEKBLOB is not set
     12131d28
     122< CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000
    113123}}}
    114124 3. create a signed_flash.bin
     
    327337make -j8 flash.bin
    328338}}}
     339  - for clarity here are the differences in defconfig for imx8mm with 4GB configuration:
     340{{{#!bash
     341$ make savedefconfig && diff defconfig configs/imx8mm_venice_defconfig
     342scripts/kconfig/conf  --savedefconfig=defconfig Kconfig
     34321d20
     344< CONFIG_IMX_HAB=y
     34530d28
     346< CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000
     347139d136
     348< CONFIG_OPTEE_LOAD_ADDRESS=0xfe000000
     349161d157
     350< # CONFIG_OPTEE_LIB is not set
     351}}}
    329352 1. Sign it:
    330353{{{#!bash