summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-08-20 15:05:58 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-08-30 17:21:05 +1000
commitde8950d63da5ce199a94e3f094a7e13da3eeca6c (patch)
treea7d4c0459dcbaa0a8bd6ce380dece2585ae35a1a
parent71a369b37ad7c21940e3950662076e925372a5ca (diff)
downloadrockbox-de8950d.tar.gz
rockbox-de8950d.zip
upgtools: add NWZ-E45x Series key and signature
Also fix a typo in the script makefile Change-Id: Ie747d8b99ca0f6a98bbcaf1c82e66c7788f00e6e
-rw-r--r--utils/nwztools/scripts/Makefile2
-rw-r--r--utils/nwztools/upgtools/upgtool.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/utils/nwztools/scripts/Makefile b/utils/nwztools/scripts/Makefile
index ed6e725291..590fe775ba 100644
--- a/utils/nwztools/scripts/Makefile
+++ b/utils/nwztools/scripts/Makefile
@@ -25,7 +25,7 @@ else
endif
clean:
- rm -rf *.UPG
+ rm -rf *.upg
list_targets:
$(upgtool) -m ?; true # upgtool returns an error in this case, ignore it
diff --git a/utils/nwztools/upgtools/upgtool.c b/utils/nwztools/upgtools/upgtool.c
index 65d34ed2ef..fc5cf0fb92 100644
--- a/utils/nwztools/upgtools/upgtool.c
+++ b/utils/nwztools/upgtools/upgtool.c
@@ -94,6 +94,7 @@ struct upg_entry_t
struct nwz_model_t g_model_list[] =
{
+ { "nwz-e45x", HAS_KAS | HAS_KEY | HAS_SIG | CONFIRMED, "8a01b624bfbfde4a1662a1772220e3c5", "6173819e", "30b82e5c"},
{ "nwz-e46x", HAS_KAS | HAS_KEY | HAS_SIG | CONFIRMED, "89d813f8f966efdebd9c9e0ea98156d2", "eb4431eb", "4f1d9cac" },
{ "nwz-a86x", HAS_KAS | HAS_KEY | HAS_SIG | CONFIRMED, "a7c4af6c28b8900a783f307c1ba538c5", "c824e4e2", "7c262bb0" },
/* The following keys were obtained by brute forcing firmware upgrades,