From 00080fd654523a2feac2f543d7d0c079dce02551 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sat, 24 Nov 2018 18:48:08 +0000 Subject: [PATCH] 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. --- doc/CHANGES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index c14f0b89bd47..7d5737d279fd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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]