Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | COMPATIBLE_MACHINE = "fvp-baser-aemv8r64" |
| 2 | |
| 3 | FILESEXTRAPATHS:prepend := "${THISDIR}/files/${MACHINE}:" |
| 4 | SRC_URI:append = " \ |
| 5 | file://0001-aarch64-Rename-labels-and-prepare-for-lower-EL-booti.patch \ |
| 6 | file://0002-aarch64-Prepare-for-EL1-booting.patch \ |
| 7 | file://0003-aarch64-Prepare-for-lower-EL-booting.patch \ |
| 8 | file://0004-gic-v3-Prepare-for-gicv3-with-EL2.patch \ |
| 9 | file://0005-aarch64-Prepare-for-booting-with-EL2.patch \ |
| 10 | file://0006-aarch64-Introduce-EL2-boot-code-for-Armv8-R-AArch64.patch \ |
| 11 | file://0007-Allow-enable-psci-to-choose-between-smc-and-hvc.patch \ |
| 12 | file://0008-aarch64-Disable-CNTPCT_EL0-trap-for-v8-R64.patch \ |
| 13 | file://0009-lds-Mark-the-mem-range.patch \ |
| 14 | file://0010-common-Introduce-the-libfdt.patch \ |
| 15 | file://0011-common-Add-essential-libc-functions.patch \ |
| 16 | file://0012-Makefile-Add-the-libfdt-to-the-Makefile-system.patch \ |
| 17 | file://0013-platform-Add-print_hex-func.patch \ |
| 18 | file://0014-common-Add-mem-usage-to-memreserve.patch \ |
| 19 | file://0015-boot-Add-the-enable-keep-el-compile-option.patch \ |
| 20 | file://0016-Makefile-Change-COUNTER_FREQ-to-100-MHz.patch \ |
| 21 | file://0017-PSCI-Apply-flush-cache-after-setting-branch_data.patch \ |
| 22 | file://0018-PSCI-Add-function-call-entry-point.patch \ |
| 23 | file://0019-lds-Rearrange-and-mark-the-sections.patch \ |
| 24 | file://0020-common-Provide-firmware-info-using-libfdt.patch \ |
| 25 | file://0021-boot-Enable-firmware-node-initialization.patch \ |
| 26 | " |
| 27 | |
| 28 | BOOT_WRAPPER_AARCH64_CMDLINE = "\ |
| 29 | earlycon console=ttyAMA0 loglevel=8 rootfstype=ext4 root=/dev/vda1 rw" |
| 30 | |
| 31 | EXTRA_OECONF += "--enable-psci=hvc --enable-keep-el" |
| 32 | |
| 33 | TUNE_CCARGS = "" |
| 34 | |
| 35 | BOOT_WRAPPER_AARCH64_KERNEL = "u-boot.bin" |
| 36 | do_deploy[depends] += "u-boot:do_deploy" |