]> git.pld-linux.org Git - packages/uboot.git/blame - hardkernel-uboot-uboot_payload.patch
add image for raspberry pi (arm64); rel 2
[packages/uboot.git] / hardkernel-uboot-uboot_payload.patch
CommitLineData
b481b637
JP
1--- hardkernel-uboot-odroid/fip/Makefile.orig 2021-03-29 03:39:35.000000000 +0200
2+++ hardkernel-uboot-odroid/fip/Makefile 2021-11-21 17:32:49.696089392 +0100
3@@ -13,6 +13,7 @@
4 AML_USER_KEY := $(srctree)/$(BOARDDIR)/aml-user-key.sig
5 FIP_BL32_PROCESS =
6 DDR_FW_NAME := aml_ddr.fw
7+UBOOT_PAYLOAD := $(buildtree)/u-boot.bin
8
9 ifeq ($(CONFIG_AML_BL33_COMPRESS_ENABLE),y)
10 BL33_COMPRESS_FLAG := --compress lz4
11@@ -71,7 +72,7 @@
12
13 FIP_ARGS := --bl30 $(buildtree)/fip/bl30_new.bin \
14 --bl31 $(buildsrc)/fip/$(SOC)/bl31.$(BL3X_SUFFIX) \
15- --bl33 $(buildtree)/u-boot.bin
16+ --bl33 $(UBOOT_PAYLOAD)
17
18 $(buildtree)/fip/fip.bin: FORCE
19 $(Q)echo Building $@...
20@@ -122,7 +123,7 @@
21 --input $(buildsrc)/fip/$(SOC)/bl32.$(BL3X_SUFFIX) \
22 --output $(buildtree)/fip/bl32.$(BL3X_SUFFIX).enc))
23 $(call encrypt_step, --bl3sig --type bl33 $(V3_PROCESS_FLAG) $(BL33_COMPRESS_FLAG) \
24- --input $(buildtree)/u-boot.bin \
25+ --input $(UBOOT_PAYLOAD) \
26 --output $(buildtree)/fip/bl33.bin.enc)
27 endif
28 $(call encrypt_step, --bl2sig \
This page took 0.262326 seconds and 4 git commands to generate.