diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4f1089b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +radio/modem.img filter=lfs diff=lfs merge=lfs -text +radio/modemfirmware.img filter=lfs diff=lfs merge=lfs -text diff --git a/Android.mk b/Android.mk index 362133d..0cab927 100644 --- a/Android.mk +++ b/Android.mk @@ -3,3 +3,32 @@ # LOCAL_PATH := $(call my-dir) + +ifeq ($(TARGET_DEVICE),peridot) + +$(call add-radio-file-sha1-checked,radio/abl.img,865a1e64969f7928751c157bc799615a793ce1f4) +$(call add-radio-file-sha1-checked,radio/aop.img,a54917426cc1d340f65acc97ecd1c7919cce79b8) +$(call add-radio-file-sha1-checked,radio/aop_config.img,ea1cb477a39f48b85d4aaa92208e37a05e31321c) +$(call add-radio-file-sha1-checked,radio/bluetooth.img,bbdb3a9aab9becfb3249d120f914681211187c91) +$(call add-radio-file-sha1-checked,radio/countrycode.img,87c9f7b390040342c338039d69de840d94842d31) +$(call add-radio-file-sha1-checked,radio/cpucp.img,41b4ebf380a398a68c5d55268547dd2095a0b34b) +$(call add-radio-file-sha1-checked,radio/cpucp_dtb.img,e789ed96274974c5a21746902db9cbfd30442623) +$(call add-radio-file-sha1-checked,radio/devcfg.img,6e458a2fe41c49a97edb948b249236f11a657ca4) +$(call add-radio-file-sha1-checked,radio/dsp.img,af01b0f0ab17e08534c6cbd86709dd4c4e813065) +$(call add-radio-file-sha1-checked,radio/featenabler.img,f70dba47cf9f3b316365b308be4d48f49bda5b98) +$(call add-radio-file-sha1-checked,radio/hyp.img,0c5c3d6525184d769a801fd9176277df0ae48a56) +$(call add-radio-file-sha1-checked,radio/imagefv.img,52fd20f8eab7efb5747570a28b706d8b8e06c9d2) +$(call add-radio-file-sha1-checked,radio/keymaster.img,ba1c40ddb0c98dac7bd63c39939500388693a2cc) +$(call add-radio-file-sha1-checked,radio/modem.img,7532f40b1a4c9304cd215cc93516e803269fe6d2) +$(call add-radio-file-sha1-checked,radio/modemfirmware.img,2321bc92e2cab18d59a9d75c1ac3b26bfa2a4c27) +$(call add-radio-file-sha1-checked,radio/multiimgqti.img,85c6e03d0dd54630f5017c9c83517fbe19ad6af1) +$(call add-radio-file-sha1-checked,radio/qupfw.img,68791c9438713efb98918e204dc4895b6624503f) +$(call add-radio-file-sha1-checked,radio/shrm.img,0646b385e5cdb3dfbf725c99aa3011c722bbe4d4) +$(call add-radio-file-sha1-checked,radio/tz.img,a54311cf5a072e128978d79e2a38c75317db7ea8) +$(call add-radio-file-sha1-checked,radio/uefi.img,a00179be520540887d96db366e59a1ba12f0c07b) +$(call add-radio-file-sha1-checked,radio/uefisecapp.img,76c4a2f6a4b1967f4fbf876c07b9db4d77dbd88d) +$(call add-radio-file-sha1-checked,radio/xbl.img,5ed31e8a9003ca702a8bef279f25473bfb505558) +$(call add-radio-file-sha1-checked,radio/xbl_config.img,2e58d4f1cef305fbc7f1b807a9e503e771e4f885) +$(call add-radio-file-sha1-checked,radio/xbl_ramdump.img,7297ed892cdcc6957cceb677962d9b5d5fc3db51) + +endif diff --git a/BoardConfigVendor.mk b/BoardConfigVendor.mk index 18ed0ae..a86f0ff 100644 --- a/BoardConfigVendor.mk +++ b/BoardConfigVendor.mk @@ -1,3 +1,29 @@ # # Automatically generated file. DO NOT MODIFY # + +AB_OTA_PARTITIONS += \ + abl \ + aop \ + aop_config \ + bluetooth \ + countrycode \ + cpucp \ + cpucp_dtb \ + devcfg \ + dsp \ + featenabler \ + hyp \ + imagefv \ + keymaster \ + modem \ + modemfirmware \ + multiimgqti \ + qupfw \ + shrm \ + tz \ + uefi \ + uefisecapp \ + xbl \ + xbl_config \ + xbl_ramdump diff --git a/radio/abl.img b/radio/abl.img new file mode 100644 index 0000000..0e5b5cb Binary files /dev/null and b/radio/abl.img differ diff --git a/radio/aop.img b/radio/aop.img new file mode 100644 index 0000000..b628fe3 Binary files /dev/null and b/radio/aop.img differ diff --git a/radio/aop_config.img b/radio/aop_config.img new file mode 100644 index 0000000..e029cfe Binary files /dev/null and b/radio/aop_config.img differ diff --git a/radio/bluetooth.img b/radio/bluetooth.img new file mode 100644 index 0000000..91fcc66 Binary files /dev/null and b/radio/bluetooth.img differ diff --git a/radio/countrycode.img b/radio/countrycode.img new file mode 100644 index 0000000..d83230f Binary files /dev/null and b/radio/countrycode.img differ diff --git a/radio/cpucp.img b/radio/cpucp.img new file mode 100644 index 0000000..0664054 Binary files /dev/null and b/radio/cpucp.img differ diff --git a/radio/cpucp_dtb.img b/radio/cpucp_dtb.img new file mode 100644 index 0000000..b4b894c Binary files /dev/null and b/radio/cpucp_dtb.img differ diff --git a/radio/devcfg.img b/radio/devcfg.img new file mode 100644 index 0000000..5c20f1e Binary files /dev/null and b/radio/devcfg.img differ diff --git a/radio/dsp.img b/radio/dsp.img new file mode 100644 index 0000000..4ec9620 Binary files /dev/null and b/radio/dsp.img differ diff --git a/radio/featenabler.img b/radio/featenabler.img new file mode 100644 index 0000000..7cb2584 Binary files /dev/null and b/radio/featenabler.img differ diff --git a/radio/hyp.img b/radio/hyp.img new file mode 100644 index 0000000..2bbd280 Binary files /dev/null and b/radio/hyp.img differ diff --git a/radio/imagefv.img b/radio/imagefv.img new file mode 100644 index 0000000..669641c Binary files /dev/null and b/radio/imagefv.img differ diff --git a/radio/keymaster.img b/radio/keymaster.img new file mode 100644 index 0000000..483710a Binary files /dev/null and b/radio/keymaster.img differ diff --git a/radio/modem.img b/radio/modem.img new file mode 100644 index 0000000..4b6e4ce --- /dev/null +++ b/radio/modem.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30825f65c30175df31c89e03090ca863b35334e9acf8199c45d99af637d0edf6 +size 140406784 diff --git a/radio/modemfirmware.img b/radio/modemfirmware.img new file mode 100644 index 0000000..f0e08d0 --- /dev/null +++ b/radio/modemfirmware.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018bca99db9af02e7b1f8ee661fedb37b4c2cad2596ff4b910063d8aeb0403fc +size 194580480 diff --git a/radio/multiimgqti.img b/radio/multiimgqti.img new file mode 100644 index 0000000..b11b741 Binary files /dev/null and b/radio/multiimgqti.img differ diff --git a/radio/qupfw.img b/radio/qupfw.img new file mode 100644 index 0000000..2de34c0 Binary files /dev/null and b/radio/qupfw.img differ diff --git a/radio/shrm.img b/radio/shrm.img new file mode 100644 index 0000000..b93493c Binary files /dev/null and b/radio/shrm.img differ diff --git a/radio/tz.img b/radio/tz.img new file mode 100644 index 0000000..64ad546 Binary files /dev/null and b/radio/tz.img differ diff --git a/radio/uefi.img b/radio/uefi.img new file mode 100644 index 0000000..fa2de66 Binary files /dev/null and b/radio/uefi.img differ diff --git a/radio/uefisecapp.img b/radio/uefisecapp.img new file mode 100644 index 0000000..fea42f7 Binary files /dev/null and b/radio/uefisecapp.img differ diff --git a/radio/xbl.img b/radio/xbl.img new file mode 100644 index 0000000..5aebd5c Binary files /dev/null and b/radio/xbl.img differ diff --git a/radio/xbl_config.img b/radio/xbl_config.img new file mode 100644 index 0000000..db08a43 Binary files /dev/null and b/radio/xbl_config.img differ diff --git a/radio/xbl_ramdump.img b/radio/xbl_ramdump.img new file mode 100644 index 0000000..8aebdc6 Binary files /dev/null and b/radio/xbl_ramdump.img differ