Tim Gover
5c7dfdf3b7
test: Fixup paths for config test
2020-05-25 11:32:51 +01:00
Tim Gover
bf4849ce3b
Remove deprecated EEPROM from test script
...
The test script was failing because the deprecated bootloader EEPROM
image was removed. Migrate the test to use a different EEPROM version.
2019-10-29 10:32:21 +00:00
Tim Gover
57150a4104
test-rpi-eeprom-config: Add test cases for large config files
2019-10-08 15:15:21 +01:00
Tim Gover
1ba58068ea
Set unused data to zero if size of config is reduced
...
If the size of bootconf.txt is reduced then set the unused data
to all ones instead of leaving garbage at the end. The EEPROM
header contains the actual file but this makes it easier to
verify the image and makes overreads more obvious.
2019-09-24 13:39:42 +01:00
Tim Gover
694d936c99
Add unit test for rpi-eeprom-config
...
Add a basic unit test to verify that rpi-eeprom-config updates the
EEPROM image as expected (only the config + header updated).
2019-09-17 15:21:09 +01:00