PERFORCE change 95740 for review

Warner Losh imp at FreeBSD.org
Thu Apr 20 23:55:35 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95740

Change 95740 by imp at imp_hammer on 2006/04/20 23:54:53

	Make life easier for booting FreeBSD over the net.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootiic/arm_init.S#2 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootiic/arm_init.S#2 (text+ko) ====

@@ -100,9 +100,18 @@
 
 	.global BootCommandSection
 BootCommandSection:
+#ifdef SUPPORT_LINUX
 	.string "Bootloader for KB9202 Evaluation Board."
 	.string "c 0x20210000 0x10100000 0x80000        "
 	.string "m 0 0 0 0 0 0                          "
 	.string "t 0x20000100 console=ttyS0,115200 root=/dev/ram rw initrd=0x20210000,654933"
 	.string "e 0x10000000                           "
 	.string "                 "
+#else
+	.string "Bootloader for KB9202 Evaluation Board."
+	.string "m 42 53 44 0 0 1                       "
+	.string "ip 206 168 13 194                      "
+	.string "server_ip 206 168 13 207               "
+	.string "tftp 0x20000000 kernel.bin             "
+	.string "e 0x20000000                           "
+#endif


More information about the p4-projects mailing list