mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
For the traditional spin table setup, only the lowest page needs to be reserved. However, our PSCI stubs are slightly bigger and occupy a little over one page. These patches, already sent upstream, allow a variable number of initial pages to be reserved for the SMP stubs. We then set the values for these in our fragment to '2' to reserve the first and second page. Approved by: koobs (mentor) Approved by: manu (uboot, maintainer) MFH: 2020Q1 Differential Revision: https://reviews.freebsd.org/D24085
2 lines
68 B
Text
2 lines
68 B
Text
CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
|
|
CONFIG_RPI_EFI_NR_SPIN_PAGES=2
|