Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Correct the location of SDRAM in the com...
details: https://anonhg.NetBSD.org/src/rev/11acf9fe8838
branches: trunk
changeset: 744748:11acf9fe8838
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Feb 12 05:44:26 2020 +0000
description:
Correct the location of SDRAM in the comment describing the IXP425
memory map. SDRAM is located at 0x00000000 and has aliases at 0x10000000,
0x20000000, and 0x30000000.
diffstat:
sys/arch/arm/xscale/ixp425reg.h | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r a642a2ea15d4 -r 11acf9fe8838 sys/arch/arm/xscale/ixp425reg.h
--- a/sys/arch/arm/xscale/ixp425reg.h Wed Feb 12 01:51:52 2020 +0000
+++ b/sys/arch/arm/xscale/ixp425reg.h Wed Feb 12 05:44:26 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixp425reg.h,v 1.22 2012/11/12 18:00:38 skrll Exp $ */
+/* $NetBSD: ixp425reg.h,v 1.23 2020/02/12 05:44:26 thorpej Exp $ */
/*
* Copyright (c) 2003
* Ichiro FUKUHARA <ichiro%ichiro.org@localhost>.
@@ -54,8 +54,14 @@
* 4800 0000 ---------------------------
*
* 4000 0000 ---------------------------
+ * SDRAM (alias)
+ * 3000 0000 ---------------------------
+ * SDRAM (alias)
+ * 2000 0000 ---------------------------
+ * SDRAM (alias)
+ * 1000 0000 ---------------------------
* SDRAM
- * 1000 0000 ---------------------------
+ * 0000 0000 ---------------------------
*/
/*
Home |
Main Index |
Thread Index |
Old Index