summaryrefslogtreecommitdiff
path: root/bootloader/x1000/recovery.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-05-30 14:08:02 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-05-30 14:08:02 +0100
commit4d01168b9bcdb8c060604cbd851e4ea13b4aa9b5 (patch)
treebee76112f4066f60e80fa5d0511a27cef3224a6c /bootloader/x1000/recovery.c
parente05aa27124461ccf85109ae8d249924895f07a3e (diff)
downloadrockbox-4d01168b9bcdb8c060604cbd851e4ea13b4aa9b5.tar.gz
rockbox-4d01168b9bcdb8c060604cbd851e4ea13b4aa9b5.zip
x1000: add flash probe tool to bootloader
The flash probe mimics the boot ROM's flash read routines and dumps the manufacturer & device IDs and 16-byte parameter data to a file on the SD card. Change-Id: I3d413bd0cc05a9d7f2285b85454420c3e90274e9
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 c53fa376b9..e6cc041d99 100644
--- a/bootloader/x1000/recovery.c
+++ b/bootloader/x1000/recovery.c
@@ -68,6 +68,7 @@ static const struct menuitem debug_menu_items[] = {
68#ifdef HAVE_SCREENDUMP 68#ifdef HAVE_SCREENDUMP
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#ifdef OF_PLAYER_ADDR 72#ifdef OF_PLAYER_ADDR
72 {MENUITEM_ACTION, "Dump OF player", &dump_of_player}, 73 {MENUITEM_ACTION, "Dump OF player", &dump_of_player},
73#endif 74#endif