Changes between Version 24 and Version 25 of venice/secure_boot


Ignore:
Timestamp:
04/02/2024 09:24:45 PM (5 weeks ago)
Author:
Tim Harvey
Comment:

fix typo for optee load address on 1GB and 2GB configurations

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v24 v25  
    330330export CFG_CORE_LARGE_PHYS_ADDR=n
    331331export CFG_CORE_ARM64_PA_BITS=32
    332 export CFG_TZDRAM_START=0x7f000000
     332export CFG_TZDRAM_START=0x7e000000
    333333}}}
    334334  - for 2GiB DRAM boards:
     
    337337export CFG_CORE_LARGE_PHYS_ADDR=n
    338338export CFG_CORE_ARM64_PA_BITS=32
    339 export CFG_TZDRAM_START=0xbf000000
     339export CFG_TZDRAM_START=0xbe000000
    340340}}}
    341341  - for 4GiB DRAM boards: