Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/dreamcast/conf Move the CPU/clock/memory-related op...
details: https://anonhg.NetBSD.org/src/rev/eecf1cf140c0
branches: trunk
changeset: 526391:eecf1cf140c0
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri May 03 01:36:02 2002 +0000
description:
Move the CPU/clock/memory-related options to std.dreamcast, since
they are constant across all Dreamcast systems.
diffstat:
sys/arch/dreamcast/conf/GENERIC | 12 +-----------
sys/arch/dreamcast/conf/std.dreamcast | 12 +++++++++++-
2 files changed, 12 insertions(+), 12 deletions(-)
diffs (51 lines):
diff -r afc5914b6b18 -r eecf1cf140c0 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC Fri May 03 01:34:48 2002 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC Fri May 03 01:36:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.23 2002/04/25 15:06:25 atatat Exp $
+# $NetBSD: GENERIC,v 1.24 2002/05/03 01:36:02 thorpej Exp $
#
# GENERIC machine description file
#
@@ -31,16 +31,6 @@
options MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks
#options MEMORY_DISK_ROOT_SIZE=6000
-# CPU support
-options SH4
-options SH7750
-options PCLOCK=49900000 # 50MHz
-#options PCLOCK=50000000 # 50MHz
-options IOM_ROM_BEGIN=0x00000000
-options IOM_ROM_SIZE=0x00100000 # 1MB
-options IOM_RAM_BEGIN=0x8c000000
-options IOM_RAM_SIZE=0x01000000 # 16MB
-
# Standard system options
#options UCONSOLE # users can use TIOCCONS (for xconsole)
#options INSECURE # disable kernel security levels
diff -r afc5914b6b18 -r eecf1cf140c0 sys/arch/dreamcast/conf/std.dreamcast
--- a/sys/arch/dreamcast/conf/std.dreamcast Fri May 03 01:34:48 2002 +0000
+++ b/sys/arch/dreamcast/conf/std.dreamcast Fri May 03 01:36:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.dreamcast,v 1.3 2001/11/20 12:56:25 lukem Exp $
+# $NetBSD: std.dreamcast,v 1.4 2002/05/03 01:36:02 thorpej Exp $
#
# standard, required NetBSD/dreamcast 'options'
@@ -6,5 +6,15 @@
options EXEC_SCRIPT # exec #! scripts
+# CPU support
+options SH4
+options SH7750
+options PCLOCK=49900000 # 50MHz
+#options PCLOCK=50000000 # 50MHz
+options IOM_ROM_BEGIN=0x00000000
+options IOM_ROM_SIZE=0x00100000 # 1MB
+options IOM_RAM_BEGIN=0x8c000000
+options IOM_RAM_SIZE=0x01000000 # 16MB
+
makeoptions ENDIAN="-EL"
makeoptions LDSCRIPTBASE="shl.x" # for little endian
Home |
Main Index |
Thread Index |
Old Index