Home
last modified time | relevance | path

Searched refs:BL2_S_IMAGE_START (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.6.0/platform/ext/target/nxp/lpcxpresso55s69/scripts/
Dbuild_tfm_demo_bl2.py11BL2_S_IMAGE_START = os.popen('findstr BL2_S_IMAGE_START ..\config.cmake').read().split("set(BL2_S_… variable
14BL2_S_IMAGE_START = os.popen('grep "BL2_S_IMAGE_START" ../config.cmake').read().split("set(BL2_S_I…
25 BL2_S_IMAGE_START = parser.defs['values']['FLASH_AREA_0_OFFSET'] variable
27 BL2_NS_IMAGE_START = BL2_S_IMAGE_START + parser.defs['values']['FLASH_S_PARTITION_SIZE']
34 print("BL2_S_IMAGE_START = " + BL2_S_IMAGE_START)
Dflash_bl2_PyOCD.py12BL2_S_IMAGE_START = os.popen('findstr BL2_S_IMAGE_START:STRING= ..\CMakeCache.txt').read().split(… variable
16BL2_S_IMAGE_START = os.popen('grep "BL2_S_IMAGE_START:STRING=" ../CMakeCache.txt').read().split('…
24 os.system('pyocd flash tfm_s_ns_signed.bin --base-address ' + BL2_S_IMAGE_START + ' -t ' + target) …
Dflash_bl2_JLink.py14BL2_S_IMAGE_START = os.popen('findstr BL2_S_IMAGE_START:STRING= ..\CMakeCache.txt').read().split(… variable
18BL2_S_IMAGE_START = os.popen('grep "BL2_S_IMAGE_START:STRING=" ../CMakeCache.txt').read().split('…
35 os.system('echo loadfile tfm_s_ns_signed.bin ' + BL2_S_IMAGE_START + ' >> ' + FILE) # flash the sig…
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/lpcxpresso55s69/
Dconfig.cmake17 set(BL2_S_IMAGE_START "0x8000" CACHE STRING "Base address of the secure… variable