Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc aarch64: Add support for ARM Server Base System Architec...



details:   https://anonhg.NetBSD.org/src/rev/908878462e26
branches:  trunk
changeset: 446153:908878462e26
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Nov 24 18:48:08 2018 +0000

description:
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.

diffstat:

 doc/CHANGES |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 972fc6fab71f -r 908878462e26 doc/CHANGES
--- a/doc/CHANGES       Sat Nov 24 18:38:59 2018 +0000
+++ b/doc/CHANGES       Sat Nov 24 18:48:08 2018 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index