diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..582b9ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +radio/* filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000..3ecbac4 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,3 @@ +[lfs] + url = "https://lfs.undocumented.software/lfs/blobs.git/info/lfs" + pushurl = "ssh://git@lfs.undocumented.software/lfs/blobs.git" diff --git a/Android.mk b/Android.mk index 3416496..cb5bfc0 100644 --- a/Android.mk +++ b/Android.mk @@ -6,4 +6,17 @@ LOCAL_PATH := $(call my-dir) ifeq ($(TARGET_DEVICE),bonito) +$(call add-radio-file,radio/abl.img) +$(call add-radio-file,radio/aop.img) +$(call add-radio-file,radio/cmnlib.img) +$(call add-radio-file,radio/cmnlib64.img) +$(call add-radio-file,radio/devcfg.img) +$(call add-radio-file,radio/hyp.img) +$(call add-radio-file,radio/keymaster.img) +$(call add-radio-file,radio/modem.img) +$(call add-radio-file,radio/qupfw.img) +$(call add-radio-file,radio/tz.img) +$(call add-radio-file,radio/xbl.img) +$(call add-radio-file,radio/xbl_config.img) + endif diff --git a/BoardConfigVendor.mk b/BoardConfigVendor.mk index 2fc9091..2ce9b7b 100644 --- a/BoardConfigVendor.mk +++ b/BoardConfigVendor.mk @@ -2,3 +2,16 @@ # # This file is generated by device/google/bonito/setup-makefiles.sh +AB_OTA_PARTITIONS += \ + abl \ + aop \ + cmnlib \ + cmnlib64 \ + devcfg \ + hyp \ + keymaster \ + modem \ + qupfw \ + tz \ + xbl \ + xbl_config diff --git a/radio/abl.img b/radio/abl.img new file mode 100644 index 0000000..5d8de68 --- /dev/null +++ b/radio/abl.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8654caeb22420e2b2eed624cb3b8a49037b06590e5f5165962f6516efb5da4 +size 1048576 diff --git a/radio/aop.img b/radio/aop.img new file mode 100644 index 0000000..49da941 --- /dev/null +++ b/radio/aop.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2d05e13bebac3108dd1e4862fd4a0f9b185b6377be83efd0d89a07559d193 +size 159744 diff --git a/radio/cmnlib.img b/radio/cmnlib.img new file mode 100644 index 0000000..4b7593b --- /dev/null +++ b/radio/cmnlib.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906ad4950bab6066b2f8c2dac845341bf1eb96e0d5875b56d4d5aca7672e24e4 +size 376832 diff --git a/radio/cmnlib64.img b/radio/cmnlib64.img new file mode 100644 index 0000000..d6f1362 --- /dev/null +++ b/radio/cmnlib64.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc486e60f4eecf802f68a109af77a27b8011c7c93e2c18c7a67c2fea3155553 +size 491520 diff --git a/radio/devcfg.img b/radio/devcfg.img new file mode 100644 index 0000000..1d5e92f --- /dev/null +++ b/radio/devcfg.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da9b6cb0773f8fcc4e1517f84c6500664b13aa8628db1c6befc23f464c5db37 +size 40960 diff --git a/radio/hyp.img b/radio/hyp.img new file mode 100644 index 0000000..a27c788 --- /dev/null +++ b/radio/hyp.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9dd771317bc2723660427554887a2eea07504ea19bb714c7fe24092392c030 +size 348160 diff --git a/radio/keymaster.img b/radio/keymaster.img new file mode 100644 index 0000000..abb467d --- /dev/null +++ b/radio/keymaster.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27825a0263a894378e9e87e4d5c3ee28dcf9ab657e483383fdf57bc6219aa894 +size 221184 diff --git a/radio/modem.img b/radio/modem.img new file mode 100644 index 0000000..ff2dcf5 --- /dev/null +++ b/radio/modem.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44531abe638cb6a213bee4db6d1e8c493cff82fbb5bcf733b6ef019e352997f +size 75116544 diff --git a/radio/qupfw.img b/radio/qupfw.img new file mode 100644 index 0000000..8c8a380 --- /dev/null +++ b/radio/qupfw.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5fa49bbda634704b414a33e83ed9a454263932842a99a62ff636d41c126a3e +size 49152 diff --git a/radio/tz.img b/radio/tz.img new file mode 100644 index 0000000..7225db6 --- /dev/null +++ b/radio/tz.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947289d2af58aa2e86e3b5c995d5faf5f9b30ebfc2d6eebd50fc3e4462f07160 +size 2048000 diff --git a/radio/xbl.img b/radio/xbl.img new file mode 100644 index 0000000..7951343 --- /dev/null +++ b/radio/xbl.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ca692c15b8168635859e4a9594a2b8285bd221217e0f00ac72eae8ad4e6640 +size 3645440 diff --git a/radio/xbl_config.img b/radio/xbl_config.img new file mode 100644 index 0000000..92cd7e0 --- /dev/null +++ b/radio/xbl_config.img @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d782938be4ed954290cc9b36eb393f2e793543c96b1b6adce47c80675c78d770 +size 118784