Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/include Document the VA range reserved for ...



details:   https://anonhg.NetBSD.org/src/rev/ccb76da625bc
branches:  trunk
changeset: 445414:ccb76da625bc
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 28 10:18:34 2018 +0000

description:
Document the VA range reserved for EFI runtime services.

diffstat:

 sys/arch/aarch64/include/vmparam.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 5399f151e74e -r ccb76da625bc sys/arch/aarch64/include/vmparam.h
--- a/sys/arch/aarch64/include/vmparam.h        Sun Oct 28 10:17:47 2018 +0000
+++ b/sys/arch/aarch64/include/vmparam.h        Sun Oct 28 10:18:34 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.7 2018/10/12 01:28:58 ryo Exp $ */
+/* $NetBSD: vmparam.h,v 1.8 2018/10/28 10:18:34 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -133,6 +133,12 @@
 #define VM_KERNEL_IO_ADDRESS   0xfffffffff0000000L
 #define VM_KERNEL_IO_SIZE      (VM_MAX_KERNEL_ADDRESS - VM_KERNEL_IO_ADDRESS)
 
+/*
+ * Reserved space for EFI runtime services
+ */
+#define        EFI_RUNTIME_VA          0xffff800000000000L
+#define        EFI_RUNTIME_SIZE        0x0000000040000000L
+
 /* virtual sizes (bytes) for various kernel submaps */
 #define USRIOSIZE              (PAGE_SIZE / 8)
 #define VM_PHYS_SIZE           (USRIOSIZE * PAGE_SIZE)



Home | Main Index | Thread Index | Old Index