aarch64: Add support for ARM Server Base System Architecture (SBSA).

The SBSA is a hardware system architecture for servers based on
	64-bit ARM processors. The Server Base Boot Requirements (SBBR)
	specification defines a UEFI + ACPI interface for OS bootstrap,
	which is supported by a combination of a new UEFI bootloader
	(bootaa64.efi) and the addition of ACPI support in the
	GENERIC64 kernel config.
This commit is contained in:
jmcneill 2018-11-24 18:48:08 +00:00
parent ac81556715
commit 00080fd654
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2457 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2458 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -245,3 +245,10 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
kernel: Add NVMM, the NetBSD virtualization driver, with initial
support for x86. [maxv 20181107]
aarch64: Add support for kASan. [maxv 20181108]
aarch64: Add support for ARM Server Base System Architecture (SBSA).
The SBSA is a hardware system architecture for servers based on
64-bit ARM processors. The Server Base Boot Requirements (SBBR)
specification defines a UEFI + ACPI interface for OS bootstrap,
which is supported by a combination of a new UEFI bootloader
(bootaa64.efi) and the addition of ACPI support in the
GENERIC64 kernel config. [jmcneill 20181124]