This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
tillitis-key
Watch
1
Star
0
Fork
0
You've already forked tillitis-key
mirror of
https://github.com/tillitis/tillitis-key1.git
synced
2025-03-13 10:36:53 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tillitis-key
/
hw
/
application_fpga
/
application_fpga.bin.sha256
2 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fpga/fw: Resize ROM and FW_RAM, add RESETINFO partition In order to be able to leave data for firmware signalling the intention with a reset or to leave data for the next app in a chain of apps, we introduce a part of FW_RAM that can be used to store this data. In order to do this, we: - Change size of ROM from 6 KB to 8 KB. - Change size of FW_RAM, from 2 KB to 4 KB. - Add RESETINFO memory partition inside FW_RAM. - Add generation of map file. - Change CFLAGS from using -O2 to using -Os. - Update address ranges for valid access to ROM and FW_RAM. - Move stack to be located before data+bss and the RESETINFO data above them. This also means we introduce hardware stack overflow protection through the Security Monitor. - Revise firmware README to the new use of FW_RAM.
2025-02-19 16:45:05 +01:00
5287588b9929a5709859e5fd85cc585dda6524821740bd06829258be7e9fad7d application_fpga.bin
Reference in New Issue
Copy Permalink