Add the timestamp of the update to the pieeprom.sig file.

Add the timestamp to pieeprom.sig for use with a future bootloader
update.

This is not relevant for the VL805 firmware because it is not
configurable.
This commit is contained in:
Tim Gover
2020-10-17 13:32:57 +01:00
parent f24abcd305
commit 7612907337
2 changed files with 21 additions and 3 deletions

View File

@@ -22,6 +22,9 @@ MAX_BOOTCONF_SIZE = 2024
# The number, order and size of the sections depends on the bootloader version
# but the following mask can be used to test for section headers and skip
# unknown data.
#
# The last 4KB of the EEPROM image is reserved for internal use by the
# bootloader and may be overwritten during the update process.
MAGIC = 0x55aaf00f
MAGIC_MASK = 0xfffff00f
FILE_MAGIC = 0x55aaf11f # id for modifiable file, currently only bootconf.txt