aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Riordan <jriordan001@gmail.com>2016-08-03 01:34:17 -0400
committerNyks45 <winglow45@gmail.com>2016-10-12 17:38:06 +0200
commit42871ebed0d975ae57b57bcc5766df0739b3788c (patch)
tree08121a30fe8e13ebf61fc267d3287c340c922507
parente2315e7c4f5f97525943e1504feeb4655b165836 (diff)
Add boot/recovery keys for M-bootloader image signing
Change-Id: Ibe7d52937ce33f3a9c3528f2dafb0d20ad44d83b
-rw-r--r--BoardConfig.mk4
-rw-r--r--keys/boot_z00a.sigbin0 -> 1076 bytes
-rw-r--r--keys/recovery_z00a.sigbin0 -> 1080 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c978c05..03ce36b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -22,6 +22,10 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/asus/Z00A
# Charger
BOARD_HEALTHD_CUSTOM_CHARGER_RES := device/asus/Z00A/charger/images
+# Mkbootimg
+BOARD_BOOT_KEY := device/asus/Z00A/keys/boot_z00a.sig
+BOARD_RECOVERY_KEY := device/asus/Z00A/keys/recovery_z00a.sig
+
# Partitions
BOARD_USERDATAIMAGE_PARTITION_SIZE := 59261286400
diff --git a/keys/boot_z00a.sig b/keys/boot_z00a.sig
new file mode 100644
index 0000000..642a030
--- /dev/null
+++ b/keys/boot_z00a.sig
Binary files differ
diff --git a/keys/recovery_z00a.sig b/keys/recovery_z00a.sig
new file mode 100644
index 0000000..26ab594
--- /dev/null
+++ b/keys/recovery_z00a.sig
Binary files differ