Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/virt No need to cover boot ROM with devmap



details:   https://anonhg.NetBSD.org/src/rev/1c92c7a27623
branches:  trunk
changeset: 836148:1c92c7a27623
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Sep 29 15:49:38 2018 +0000

description:
No need to cover boot ROM with devmap

diffstat:

 sys/arch/arm/virt/virt_platform.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 803b3ca5be8c -r 1c92c7a27623 sys/arch/arm/virt/virt_platform.h
--- a/sys/arch/arm/virt/virt_platform.h Sat Sep 29 15:10:44 2018 +0000
+++ b/sys/arch/arm/virt/virt_platform.h Sat Sep 29 15:49:38 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: virt_platform.h,v 1.1 2018/06/14 10:56:39 jmcneill Exp $ */
+/* $NetBSD: virt_platform.h,v 1.2 2018/09/29 15:49:38 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -32,8 +32,8 @@
 #include <arch/evbarm/fdt/platform.h>
 
 #define        VIRT_CORE_VBASE         KERNEL_IO_VBASE
-#define        VIRT_CORE_PBASE         0x00000000
-#define        VIRT_CORE_SIZE          0x10000000
+#define        VIRT_CORE_PBASE         0x08000000
+#define        VIRT_CORE_SIZE          0x08000000
 
 #define        VIRT_CORE_PTOV(p)       (((p) - VIRT_CORE_PBASE) + VIRT_CORE_VBASE)
 



Home | Main Index | Thread Index | Old Index