summaryrefslogtreecommitdiff
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-03-23 21:28:25 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-03-23 21:28:25 +0000
commit492fafe8792bf21f034d34bbef0e3d38383fa989 (patch)
tree70f59cc155b207bc3903ceedbb4ad4c0ce5f43d5 /bootloader/main-pp.c
parent564daa1a6855cd0194dad3d2ec0de3e443117fa9 (diff)
downloadrockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.gz
rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.zip
Packard Bell Vibe 500: remove the old bootloader code (actually a lack of code) and make the main-pp.c acting like a true bootloader for the DAP. It's the first step to integrate the DAP with the RBUtil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25311 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index fe93f14eaa..a2562f8a9d 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -84,6 +84,9 @@ extern int show_logo(void);
84#elif CONFIG_KEYPAD == SANSA_FUZE_PAD 84#elif CONFIG_KEYPAD == SANSA_FUZE_PAD
85#define BOOTLOADER_BOOT_OF BUTTON_LEFT 85#define BOOTLOADER_BOOT_OF BUTTON_LEFT
86 86
87#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
88#define BOOTLOADER_BOOT_OF BUTTON_OK
89
87#endif 90#endif
88 91
89/* Maximum allowed firmware image size. 10MB is more than enough */ 92/* Maximum allowed firmware image size. 10MB is more than enough */
@@ -170,6 +173,7 @@ struct tea_key tea_keytable[] = {
170 { "view", { 0x70e19bda, 0x0c69ea7d, 0x2b8b1ad1, 0xe9767ced } }, 173 { "view", { 0x70e19bda, 0x0c69ea7d, 0x2b8b1ad1, 0xe9767ced } },
171 { "sa9200", { 0x33ea0236, 0x9247bdc5, 0xdfaedf9f, 0xd67c9d30 } }, 174 { "sa9200", { 0x33ea0236, 0x9247bdc5, 0xdfaedf9f, 0xd67c9d30 } },
172 { "hdd1630", { 0x04543ced, 0xcebfdbad, 0xf7477872, 0x0d12342e } }, 175 { "hdd1630", { 0x04543ced, 0xcebfdbad, 0xf7477872, 0x0d12342e } },
176 { "vibe500", { 0xe3a66156, 0x77c6b67a, 0xe821dca5, 0xca8ca37c } },
173}; 177};
174 178
175/* 179/*