Lines Matching refs:bootloader
3 # Do not generate flash file when building bootloader
8 # Glue to build the bootloader subproject binary as an external
13 set(BOOTLOADER_BUILD_DIR "${build_dir}/bootloader")
14 set(BOOTLOADER_ELF_FILE "${BOOTLOADER_BUILD_DIR}/bootloader.elf")
17 "${BOOTLOADER_BUILD_DIR}/bootloader.bin"
18 "${BOOTLOADER_BUILD_DIR}/bootloader.map"
28 # Regardless, pass the main project's keys (signing/verification) to the bootloader subproject
43 fail_at_build_time(bootloader "Invalid bootloader target: bad sdkconfig?")
49 "${BOOTLOADER_BUILD_DIR}/bootloader-reflash-digest.bin"
50 "${BOOTLOADER_BUILD_DIR}/secure-bootloader-key-192.bin"
51 "${BOOTLOADER_BUILD_DIR}/secure-bootloader-key-256.bin"
57 # for use by the bootloader subproject. Replace the values in config with these absolute paths,
58 …# so that bootloader subproject does not need to assume main project dir to obtain path to the key…
127 externalproject_add(bootloader
142 add_dependencies(bootloader gen_secure_boot_keys)