Pavol Rusnak
|
7504366a02
|
bootloader: simplify vtrust code
|
2017-12-15 20:57:54 +01:00 |
|
Pavol Rusnak
|
1a32e46e5d
|
bootloader: cleanup ui code
|
2017-12-15 15:26:36 +01:00 |
|
Pavol Rusnak
|
2f719526e7
|
bootloader: implement vendor keys lock
|
2017-12-13 23:08:15 +01:00 |
|
mcudev
|
2ea5d102a8
|
bootloader, firmware: remove unneeded call to display_orientation
|
2017-11-21 10:22:08 -05:00 |
|
Pavol Rusnak
|
e4360a7296
|
bootloader: change upgrade criteria to vendor keyset comparison
|
2017-11-07 13:46:18 +01:00 |
|
Pavol Rusnak
|
3636a5f1b1
|
bootloader/vendorheader: vtrust is bitmap not scalar
|
2017-11-06 16:31:09 +01:00 |
|
mcudev
|
d9a64fbb6a
|
touch: app note related updates and exit loop upon detection
|
2017-11-05 16:20:37 +01:00 |
|
Pavol Rusnak
|
3851404d04
|
small cosmetic changes to prodtest and others
|
2017-10-27 06:01:22 +02:00 |
|
Pavol Rusnak
|
36143033c4
|
bootloader: check vendor header / image header before flashing
|
2017-10-27 04:49:59 +02:00 |
|
Pavol Rusnak
|
4d36d0e1c1
|
trezorhal: use sectrue where possible
|
2017-10-27 03:58:00 +02:00 |
|
Pavol Rusnak
|
f73eb3effd
|
trezorhal: introduce secbool/sectrue/secfalse and use it where possible
|
2017-10-26 23:51:39 +02:00 |
|
Pavol Rusnak
|
7ddfdf69d6
|
trezorhal: support for non-continous areas in check_image_contents
|
2017-10-26 19:09:53 +02:00 |
|
Pavol Rusnak
|
89cc35b195
|
trezorhal: fix hash offset in check_image_contents
|
2017-10-26 18:53:20 +02:00 |
|
Pavol Rusnak
|
7c891e19e5
|
boardloader, bootloader: check image contents against hashes in the header
|
2017-10-26 17:16:59 +02:00 |
|
Pavol Rusnak
|
b4ff9deb6b
|
bootloader: better wording
|
2017-10-26 15:56:57 +02:00 |
|
Pavol Rusnak
|
63636be0a3
|
trezorhal: rework header checking to new format
|
2017-10-26 15:54:02 +02:00 |
|
Pavol Rusnak
|
0c6ee14ee1
|
trezorhal: move image related defines to image.h
|
2017-10-26 01:17:57 +02:00 |
|
Pavol Rusnak
|
e4003700cd
|
bootloader, firmware: update visuals
|
2017-10-25 15:20:06 +02:00 |
|
Pavol Rusnak
|
9e31e0f4d4
|
bootloader: stop/deinit usb for unplug events as well
|
2017-10-24 18:48:01 +02:00 |
|
mcudev
|
b922579173
|
bootloader: cleanup usb on firmware upload success before jumping to firmware (#68)
|
2017-10-24 18:45:02 +02:00 |
|
Pavol Rusnak
|
6e51ee251f
|
bootloader+firmware: call shutdown instead of inf-loop after main is finished
|
2017-10-24 17:23:06 +02:00 |
|
Pavol Rusnak
|
6b9751d30d
|
trezorhal: cleanup usb api
|
2017-10-20 18:51:05 +02:00 |
|
Pavol Rusnak
|
3033762618
|
trezorhal: make touch_init and usb_init return void, use ensure inside
|
2017-10-20 17:18:55 +02:00 |
|
Pavol Rusnak
|
5f256ce0b0
|
bootloader: show DOM QR code on welcome screen
|
2017-10-20 16:07:42 +02:00 |
|
Pavol Rusnak
|
b544fd3f81
|
bootloader: fix usb_init_all api
|
2017-10-20 16:03:51 +02:00 |
|
Pavol Rusnak
|
79fe9162b5
|
trezorhal: simplify api for init functions, use bool and void rather than int
|
2017-10-20 15:25:24 +02:00 |
|
mcudev
|
fc7b1cfe81
|
flash_init: remove empty function from all stages
|
2017-10-20 14:41:01 +02:00 |
|
mcudev
|
167d476fff
|
image_parse_header: remove undefined behavior and other updates (#61)
boardloader: bootloader: remove undefined behavior in header parsing, code cleanup
|
2017-10-19 18:45:57 +02:00 |
|
Pavol Rusnak
|
749b80ba03
|
bootloader: fix touch detection at start
|
2017-10-18 17:18:58 +02:00 |
|
Pavol Rusnak
|
e10d40f846
|
bootloader: restart into firmware after update, don't shutdown
|
2017-10-17 18:29:03 +02:00 |
|
Pavol Rusnak
|
c689b1f2cd
|
bootloader: remove debug code
|
2017-10-17 17:38:22 +02:00 |
|
Pavol Rusnak
|
17c3d2b56f
|
bootloader: implement UI according to mockup
|
2017-10-17 17:31:16 +02:00 |
|
Pavol Rusnak
|
4a14fb6c4d
|
boardloader: move periph_init to lowlevel.c
|
2017-10-17 11:44:53 +02:00 |
|
mcudev
|
45a4a944d0
|
boardloader, bootloader, firmware: only call periph_init in boardloader (#54)
|
2017-10-17 11:42:57 +02:00 |
|
Pavol Rusnak
|
82050912c4
|
bootloader: implement WipeDevice
|
2017-10-16 20:56:16 +02:00 |
|
mcudev
|
ca8d93ab5d
|
boardloader, bootloader, firmware: factor out display_pwm_init (#52)
|
2017-10-16 20:56:05 +02:00 |
|
Pavol Rusnak
|
2010213338
|
bootloader: first UI steps
|
2017-10-16 18:04:19 +02:00 |
|
mcudev
|
70594a9bfe
|
startup: setup the stack protector for the stage before main function (#46)
|
2017-10-14 12:25:13 +02:00 |
|
Pavol Rusnak
|
4c9e2d45a5
|
bootloader: use display_fade
|
2017-10-13 18:21:38 +02:00 |
|
Pavol Rusnak
|
204f0c55e4
|
bootloader: use ensure
|
2017-10-13 18:05:47 +02:00 |
|
Pavol Rusnak
|
2fc69bed61
|
embed: rename trassert to ensure
|
2017-10-12 16:06:53 +02:00 |
|
Pavol Rusnak
|
66b6406b7c
|
boardloader, bootloader: add write-protection and downgrade-protection respectively
|
2017-10-12 14:35:01 +02:00 |
|
Pavol Rusnak
|
9a0c8f4687
|
build: introduce PRODUCTION flag
|
2017-10-12 12:17:04 +02:00 |
|
Pavol Rusnak
|
380d08f1d0
|
embed: introduce trassert (trezor assert)
|
2017-10-12 00:35:14 +02:00 |
|
Pavol Rusnak
|
7babde646e
|
embed: more cleanup
|
2017-10-11 23:11:59 +02:00 |
|
Pavol Rusnak
|
6413c2c23e
|
embed: rework memory layout, enable stack protector
|
2017-10-11 21:19:52 +02:00 |
|
Pavol Rusnak
|
6693d61aa0
|
boardloader+bootloader: remove prints during normal operation
|
2017-10-05 20:19:04 +02:00 |
|
Pavol Rusnak
|
78f57d083c
|
add vendor trust to vendorheader
|
2017-10-05 17:31:39 +02:00 |
|
Pavol Rusnak
|
39b614499f
|
build: update production keys
|
2017-10-04 20:20:01 +02:00 |
|
Pavol Rusnak
|
b962ace27d
|
build: add production keys
|
2017-10-04 15:55:59 +02:00 |
|