We have been using loader.efi on armv7 for a long time now. Remove support for booting with ubldr and the needed patches that were never upstreamed. While here add CONFIG_EFI_GRUB_ARM32_WORKAROUND=y in the Fragment as it's needed to have the cache flushed for us when loader.efi is started.
16 lines
348 B
Makefile
16 lines
348 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
PATCHFILES+= 939129/raw
|
|
|
|
MODEL= rpi2
|
|
BOARD_CONFIG= rpi_2_defconfig
|
|
FAMILY= rpi
|
|
|
|
U_BOOT_SLAVE_PORTREVISION_2021.04= 1
|
|
|
|
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
|
|
|
|
CONFIG_FRAGMENT= ${.CURDIR}/files/rpi2_fragment
|
|
FRAGMENT_NAME= rpi2_fragment
|
|
|
|
.include "${MASTERDIR}/Makefile"
|