aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/arm-trusted-firmware-mediatek/patches
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-07-13 21:06:36 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-08-28 20:33:15 +0100
commita4933cdd121d1689764445441f6e7fcf67dd3beb (patch)
tree43d8cdbc1891015fc3ef4d7efd467079bee8ec06 /package/boot/arm-trusted-firmware-mediatek/patches
parentd118cbdfece181994a96d1bcb1868bd807d481bf (diff)
downloadupstream-a4933cdd121d1689764445441f6e7fcf67dd3beb.tar.gz
upstream-a4933cdd121d1689764445441f6e7fcf67dd3beb.tar.bz2
upstream-a4933cdd121d1689764445441f6e7fcf67dd3beb.zip
uboot-mediatek: add support for compressed BL3/FIP image
MediaTek's ARM Trusted Firmware v2.7+ allows the images inside a FIP structure to be compressed. Make use of that for boards with NOR flash. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/arm-trusted-firmware-mediatek/patches')
-rw-r--r--package/boot/arm-trusted-firmware-mediatek/patches/100-increase-nor-bl3-size.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/boot/arm-trusted-firmware-mediatek/patches/100-increase-nor-bl3-size.patch b/package/boot/arm-trusted-firmware-mediatek/patches/100-increase-nor-bl3-size.patch
deleted file mode 100644
index 8de3cd77f6..0000000000
--- a/package/boot/arm-trusted-firmware-mediatek/patches/100-increase-nor-bl3-size.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/plat/mediatek/mt7622/bl2_boot_nor.c
-+++ b/plat/mediatek/mt7622/bl2_boot_nor.c
-@@ -12,7 +12,7 @@
- #define MT7622_NOR_MAP_BASE 0x30000000
-
- #define FIP_BASE 0x20000
--#define FIP_SIZE 0x80000
-+#define FIP_SIZE 0xa0000
-
- const io_block_spec_t mtk_boot_dev_fip_spec = {
- .offset = MT7622_NOR_MAP_BASE + FIP_BASE,