summaryrefslogtreecommitdiff
path: root/SOFTWARE
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-07-01 11:17:12 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-07-24 13:23:45 +0100
commit3c3c6f52530660a7fb3203e3b8ae41054c22c194 (patch)
treed1b5f04c5980c0b70efc9eb334ac8947e52e8509 /SOFTWARE
parente330bfa72b9c73f994eb03b24d7401a398aa6ace (diff)
tc2: add blank.img
blank.img is placed where the UEFI config is stored. When the user first flashes their board with the firmware, blank.img (which is all zeros) will be written to the NOR flash, effectively erasing the UEFI config. Then, when UEFI starts, it will spot that the config is blank and create a default set. Subsequent reboots will not re-write blank.img, so the config will persist. Users can also erase the UEFI config manually by updating the timestamp of blank.img and rebooting the board. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'SOFTWARE')
-rw-r--r--SOFTWARE/blank.imgbin0 -> 196608 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/SOFTWARE/blank.img b/SOFTWARE/blank.img
new file mode 100644
index 0000000..95ea767
--- /dev/null
+++ b/SOFTWARE/blank.img
Binary files differ