1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core/embed/bootloader_ci
2021-03-04 15:59:25 +01:00
..
bootloader_flash.jlink core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 2020-08-21 14:39:56 +02:00
bootui.c chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
bootui.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
ChangeLog chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
header.S chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_cancel.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_confirm.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_done.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_fail.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_info.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_install.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_logo.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_safeplace.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_welcome.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
icon_wipe.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
main.c fix(core): small secbool refactor for bootloader_ci 2021-03-04 12:14:26 +01:00
memory.ld chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
messages.c fix(core): unify bootloader_ci with bootloader 2021-03-04 15:59:25 +01:00
messages.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
protob core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 2020-08-21 14:39:56 +02:00
README.md feat(core): bootloader_ci: wipe device without confirmation 2021-01-26 17:21:16 +01:00
startup.s chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00
version.h chore(core): bootloader_ci - decouple file links from original bootloader 2021-01-27 23:43:38 +01:00

Bootloader for CI device tests

This bootloader always runs into bootloader mode, waits for firmware to be uploaded, then runs the firmware.

Storage is not erased. If you wish to erase storage you can send WipeDevice message to the bootloader.

All user interaction is removed (no clicking or confirmations required) so that it can be used in an automated way for tests.

The bootloader will run any firmware that looks "sane" (good header, hashes), but does not check any trust flags.

Firmware must be compiled with PRODUCTION=0 because otherwise it would replace the bootloader and lock device.