Module Name: src Committed By: jmcneill Date: Sat Nov 24 18:48:08 UTC 2018
Modified Files: src/doc: CHANGES Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2457 -r1.2458 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2457 src/doc/CHANGES:1.2458 --- src/doc/CHANGES:1.2457 Thu Nov 8 08:32:57 2018 +++ src/doc/CHANGES Sat Nov 24 18:48:08 2018 @@ -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]