Changes between Version 28 and Version 29 of venice/secure_boot


Ignore:
Timestamp:
04/17/2024 05:10:41 PM (3 weeks ago)
Author:
Samuel Lee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v28 v29  
    359359cp firmware-imx-8.10/firmware/ddr/synopsys/lpddr4*.bin .
    360360}}}
    361  1. Build OP-TEE
     361 1. Build OP-TEE (**This must be rebuilt every time you build OP-TEE):
    362362{{{#!bash
    363363make -j8 -C tee \
     
    369369  O=out && ${CROSS_COMPILE}objcopy -O binary tee/out/core/tee.elf ./tee.bin
    370370}}}
    371  1. Build ATF:
     371 1. Build ATF (**This must be rebuilt every time you build OP-TEE):
    372372{{{#!bash
    373373make -j8 -C atf SPD=opteed PLAT=$PLAT BL32_BASE=$CFG_TZDRAM_START && \