|
From: <abe...@us...> - 2011-11-03 21:34:07
|
Revision: 5247
http://astlinux.svn.sourceforge.net/astlinux/?rev=5247&view=rev
Author: abelbeck
Date: 2011-11-03 21:34:01 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
add net6501 board type
Modified Paths:
--------------
branches/1.0/scripts/master-build
Added Paths:
-----------
branches/1.0/project/astlinux/board/net6501/
branches/1.0/project/astlinux/board/net6501/runnix.conf
branches/1.0/project/astlinux/board/net6501/target_skeleton/
branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/
branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/inittab
branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/rc.modules
Added: branches/1.0/project/astlinux/board/net6501/runnix.conf
===================================================================
--- branches/1.0/project/astlinux/board/net6501/runnix.conf (rev 0)
+++ branches/1.0/project/astlinux/board/net6501/runnix.conf 2011-11-03 21:34:01 UTC (rev 5247)
@@ -0,0 +1,10 @@
+# Kernel command line
+KCMD="root=/dev/ram0 rw init=/linuxrc astimg=ASTVER.run astlinux=net6501 astkd=auto asturw=auto astlive ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 console=ttyS0,19200n8"
+# Offset for root filesystem
+# OFFSET="32256"
+# location of kernel binary inside root (include mountpoint)
+KERN="/mnt/root/boot/bzImage"
+# root fs type
+FSTYPE="squashfs"
+# initrd location relative to runnix /
+INITRD="/mnt/base/os/initrd.img"
Added: branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/inittab
===================================================================
--- branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/inittab (rev 0)
+++ branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/inittab 2011-11-03 21:34:01 UTC (rev 5247)
@@ -0,0 +1,12 @@
+#
+# /etc/inittab
+#
+# $Id: inittab 1681 2004-09-01 18:12:49Z $
+#
+
+console::sysinit:/etc/rc sysinit
+console::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
+
+# Stuff to do before rebooting
+::ctrlaltdel:/sbin/reboot
+::shutdown:/etc/rc shutdown
Property changes on: branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/inittab
___________________________________________________________________
Added: svn:executable
+ *
Added: branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/rc.modules (rev 0)
+++ branches/1.0/project/astlinux/board/net6501/target_skeleton/etc/rc.modules 2011-11-03 21:34:01 UTC (rev 5247)
@@ -0,0 +1,22 @@
+# These modules get modprobe'd when the system starts up.
+rtc
+#Comment out the modules you don't need, and change the order to
+#move eth0 to eth1, etc.
+#Ethernet support
+#10/100 first, then Gigabit
+#3c59x
+#typhoon
+#tulip
+#eepro100
+#natsemi
+#via-rhine
+#forcedeth
+#8139cp
+#8139too
+#pcnet32
+#acenic
+#e1000
+e1000e
+#ns83820
+#r8169
+#tg3
Modified: branches/1.0/scripts/master-build
===================================================================
--- branches/1.0/scripts/master-build 2011-11-03 21:16:53 UTC (rev 5246)
+++ branches/1.0/scripts/master-build 2011-11-03 21:34:01 UTC (rev 5247)
@@ -5,7 +5,7 @@
FAT_SIZE=192
-BOARDS="geni586 geni586-serial net5501 alix via via-serial viac7 viac7-serial net4801 wrap"
+BOARDS="geni586 geni586-serial net6501 net5501 alix via via-serial viac7 viac7-serial net4801 wrap"
RUNFS_DIR="output/build/runfs"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|