summaryrefslogtreecommitdiff
path: root/bootloader/x1000/recovery.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-06-07 21:09:14 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-07-19 13:43:38 +0100
commit2fce0a98f8b3f0efd15cc1463430023f739dab30 (patch)
tree452b343b8ca9080465c55e36abee55900c077067 /bootloader/x1000/recovery.c
parentc72f9c6d0f35e07546e5c045313b6d5984f4e0ca (diff)
downloadrockbox-2fce0a98f8b3f0efd15cc1463430023f739dab30.tar.gz
rockbox-2fce0a98f8b3f0efd15cc1463430023f739dab30.zip
x1000: add flash ONFI info dumper to bootloader
Dumps parts of the standard ONFI info located at page 0x01 of the OTP area to a file for easy copy'n'pasting. Change-Id: Ie0ba66d27c400737f14deec7c21e9dcb144028a6
Diffstat (limited to 'bootloader/x1000/recovery.c')
-rw-r--r--bootloader/x1000/recovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/x1000/recovery.c b/bootloader/x1000/recovery.c
index e6cc041d99..371500826f 100644
--- a/bootloader/x1000/recovery.c
+++ b/bootloader/x1000/recovery.c
@@ -69,6 +69,7 @@ static const struct menuitem debug_menu_items[] = {
69 {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable}, 69 {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable},
70#endif 70#endif
71 {MENUITEM_ACTION, "Flash info", &show_flash_info}, 71 {MENUITEM_ACTION, "Flash info", &show_flash_info},
72 {MENUITEM_ACTION, "Flash ONFI info", &show_flash_onfi_info},
72#ifdef OF_PLAYER_ADDR 73#ifdef OF_PLAYER_ADDR
73 {MENUITEM_ACTION, "Dump OF player", &dump_of_player}, 74 {MENUITEM_ACTION, "Dump OF player", &dump_of_player},
74#endif 75#endif