diff options
author | Dave Chapman <dave@dchapman.com> | 2009-10-10 11:46:23 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2009-10-10 11:46:23 +0000 |
commit | 4fe2ee02215730c2217135ef1e6dd4585a0c2439 (patch) | |
tree | 46a481cd84da1ccf6524c904789ee5bdf2322512 /apps/plugins/viewers.config | |
parent | e51dbc0f4f4779f6d0ea510b487c79faca3c128f (diff) | |
download | rockbox-4fe2ee02215730c2217135ef1e6dd4585a0c2439.tar.gz rockbox-4fe2ee02215730c2217135ef1e6dd4585a0c2439.zip |
Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to encrypt (or decrypt) a firmware image for writing to a Nano 2G's firmware partition with ipodpatcher (patch for ipodpatcher is at FS#10609). Also introduce BOOTFILE_EXT2 define for an alternative firmware file extension and add .ipodx for the Nano 2G (.ipod is for unencrypted images, similar to older ipods, and .ipodx is for encrypted images and include the 2KB hash block and modelname 'nn2x').
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23068 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewers.config')
-rw-r--r-- | apps/plugins/viewers.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/viewers.config b/apps/plugins/viewers.config index a572c6abfa..e3b15fe116 100644 --- a/apps/plugins/viewers.config +++ b/apps/plugins/viewers.config | |||
@@ -58,3 +58,5 @@ link,viewers/shortcuts_view,- | |||
58 | *,viewers/shortcuts_append,- | 58 | *,viewers/shortcuts_append,- |
59 | *,apps/md5sum,- | 59 | *,apps/md5sum,- |
60 | lua,viewers/lua,- | 60 | lua,viewers/lua,- |
61 | ipod,viewers/crypt_firmware,- | ||
62 | ipodx,viewers/crypt_firmware,- | ||