commit | ac6fb1e92be8633ba9da70b6e0f28f6daa80d780 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri May 11 16:51:18 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 18 15:44:21 2018 +0200 |
tree | 43410ece4c02757a1f932c63c279b816d2a421b4 | |
parent | cf3bff56fdbed99b1e64752af84f28324b209934 [diff] |
display5: config: Add GPT verification and restoration code on SWUpdate entry If GPT gets broken, then after N boot attempts we will run the SWUpdate restoration image. On its enter we will check GPT and restore it if needed. To test it: display5 > mmc write 0x12000000 4 8 It will overwrite the primary GPT table. Signed-off-by: Lukasz Majewski <lukma@denx.de>