summaryrefslogtreecommitdiff
path: root/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
blob: 6c0d49046addafe004db88f3fb583ce7bf9fe854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

#
# Corstone-500 MACHINE
#
SRC_URI:append:corstone500 = " \
                   file://0001-armv7-adding-generic-timer-access-through-MMIO.patch \
                   file://0002-board-arm-add-corstone500-board.patch"

#
# Corstone1000 64-bit machines
#
DEPENDS:append:corstone1000 = " gnutls-native"
CORSTONE1000_DEVICE_TREE:corstone1000-mps3 = "corstone1000-mps3"
CORSTONE1000_DEVICE_TREE:corstone1000-fvp = "corstone1000-fvp"
EXTRA_OEMAKE:append:corstone1000 = ' DEVICE_TREE=${CORSTONE1000_DEVICE_TREE}'

SYSROOT_DIRS:append:corstone1000 = " /boot"

SRC_URI:append:corstone1000 = " \
        file://0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch    \
        file://0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch	  \
        file://0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch	  \
	file://0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch		  \
	file://0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch		  \
	file://0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch	  \
        file://0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch	  \
        file://0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch	  \
	file://0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch	  \
	file://0010-FF-A-v15-arm_ffa-efi-corstone1000-enable-MM-communic.patch	  \
	file://0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch	  \
	file://0012-arm-corstone1000-fix-unrecognized-filesystem-type.patch	  \
	file://0013-efi_loader-corstone1000-remove-guid-check-from-corst.patch	  \
	file://0014-efi_loader-populate-ESRT-table-if-EFI_ESRT-config-op.patch	  \
	file://0015-efi_firmware-add-get_image_info-for-corstone1000.patch	  \
	file://0016-efi_loader-fix-null-pointer-exception-with-get_image.patch	  \
	file://0017-arm-corstone1000-add-mmc-for-fvp.patch			  \
	file://0018-corstone1000-add-compressed-kernel-support.patch		  \
	file://0019-Introduce-external-sys-driver-to-device-tree.patch		  \
	file://0020-Add-mhu-and-rpmsg-client-to-u-boot-device-tree.patch	  \
	file://0021-arm-corstone1000-esrt-support.patch			  \
	file://0022-corstone1000-enable-distro-booting-command.patch		  \
	file://0023-corstone1000-add-fwu-metadata-store-info.patch		  \
	file://0024-fwu_metadata-make-sure-structures-are-packed.patch		  \
	file://0025-corstone1000-add-boot-index.patch				  \
	file://0026-corstone1000-adjust-boot-bank-and-kernel-location.patch	  \
	file://0027-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch	  \
	file://0028-nvmxip-move-header-to-include.patch			  \
	file://0029-corstone1000-set-kernel_addr-based-on-boot_idx.patch	  \
	file://0030-corstone1000-boot-index-from-active.patch			  \
	file://0031-corstone1000-enable-PSCI-reset.patch			  \
	file://0032-Enable-EFI-set-get-time-services.patch			  \
	file://0033-Increase-the-unzipped-Kernel-size.patch			  \
        "

#
# FVP BASE
#
SRC_URI:append:fvp-base = " file://bootargs.cfg \
	file://0001-Revert-vexpress64-pick-DRAM-size-from-DT.patch \
	"

#
# FVP BASER
#
SRC_URI:append:fvp-baser-aemv8r64 = " \
    file://0001-armv8-Add-ARMv8-MPU-configuration-logic.patch \
    file://0002-vexpress64-add-MPU-memory-map-for-the-BASER_FVP.patch \
    file://0003-armv8-Allow-disabling-exception-vectors-on-non-SPL-b.patch \
    file://0004-armv8-ARMV8_SWITCH_TO_EL1-improvements.patch \
    file://0005-armv8-Make-disabling-HVC-configurable-when-switching.patch \
    file://0006-vexpress64-Do-not-set-COUNTER_FREQUENCY.patch \
    file://0007-vexpress64-Enable-LIBFDT_OVERLAY-in-the-vexpress_aem.patch \
    file://0008-armv8-Allow-PRBAR-MPU-attributes-to-be-configured.patch \
    file://0009-armv8-Enable-icache-when-switching-exception-levels-.patch \
    "


#
# Juno Machines
#
SRC_URI:append:juno = " file://0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch"


#
# TC0 and TC1 MACHINES
#
SRC_URI:append:tc = " \
        file://bootargs.cfg \
        "