1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

sysutils/u-boot-bhyve-arm64: Fix the GIC redistributor size

This is needed when booting multi-vCPU guests.

Reviewed by:	manu
Obtained from:	jrtc27
Sponsored by:	Innovate UK
Differential Revision:	https://reviews.freebsd.org/D42995
This commit is contained in:
Mark Johnston 2023-12-11 11:55:12 -05:00
parent b0297e87d0
commit bd62eb84db
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2023.10= 1
MODEL= bhyve-arm64
BOARD_CONFIG= bhyve_arm64_defconfig
FAMILY= bhyve

View File

@ -36,7 +36,7 @@
+ /* GICv3 */
+ .virt = 0x2f100000UL,
+ .phys = 0x2f100000UL,
+ .size = 0x20000UL,
+ .size = 0xf00000UL,
+ .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
+ PTE_BLOCK_NON_SHARE |
+ PTE_BLOCK_PXN | PTE_BLOCK_UXN