aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-03-11 16:00:20 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-03-11 16:24:20 +0000
commitce19e8fa438f7013881b71956f39cf299e6fce46 (patch)
tree59ebd2c22d29d5c72eda663fb4eaaa448e491599 /package/boot
parentda339a6d3f78f86bb653f29dd1d1aea8351bfdad (diff)
downloadupstream-ce19e8fa438f7013881b71956f39cf299e6fce46.tar.gz
upstream-ce19e8fa438f7013881b71956f39cf299e6fce46.tar.bz2
upstream-ce19e8fa438f7013881b71956f39cf299e6fce46.zip
tools: mkimage: add patches for 64-bit MediaTek BootROM
Add patches for mkimage to allow using it instead of the binary-only 'bromimage' tool to generate bl2 for MT7622. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch b/package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch
deleted file mode 100644
index 60b221ad5f..0000000000
--- a/package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: arm-trusted-firmware-mediatek-2021-02-25-1220acb0/plat/mediatek/mt7622/platform.mk
-===================================================================
---- arm-trusted-firmware-mediatek-2021-02-25-1220acb0.orig/plat/mediatek/mt7622/platform.mk
-+++ arm-trusted-firmware-mediatek-2021-02-25-1220acb0/plat/mediatek/mt7622/platform.mk
-@@ -99,9 +99,9 @@ BL2_SOURCES += drivers/mmc/mmc.c \
- BROM_HEADER_TYPE := sdmmc
- CPPFLAGS += -DMSDC_INDEX=1
- DEVICE_HEADER_OFFSET ?= 0x80000
--ifeq ($(BROM_SIGN_KEY),)
--$(error BootROM signing key is required for SD booting. Please specify BROM_SIGN_KEY)
--endif
-+#ifeq ($(BROM_SIGN_KEY),)
-+#$(error BootROM signing key is required for SD booting. Please specify BROM_SIGN_KEY)
-+#endif
- endif
- ifeq ($(BOOT_DEVICE),snand)
- include ${MTK_PLAT}/common/drivers/snfi/mtk-snand.mk