rpi: Kconfig option for initial page reservation
authorKyle Evans <kevans@FreeBSD.org>
Wed, 26 Feb 2020 21:37:13 +0000 (15:37 -0600)
committerMatthias Brugger <mbrugger@suse.com>
Wed, 13 May 2020 12:04:49 +0000 (14:04 +0200)
commitc6badda85c6f29904aa8f55c508921d38b93cc60
treeee3b716a9caa6d2240641ed27e17c5ae1d569d5f
parentcdabf301db84de7717340b391c97b762890469cd
rpi: Kconfig option for initial page reservation

While the nearly-universal default for the Raspberry Pi family is to use
spin tables and the spin table implementation provided by the Raspberry Pi
Foundation, FreeBSD and others may use a PSCI implementation instead.

Accommodate these setups by allowing them to configure for more than one
page to be reserved in the initial reservation.  The default reservation
remains as one page.

Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
arch/arm/mach-bcm283x/Kconfig
board/raspberrypi/rpi/Kconfig [new file with mode: 0644]