PERFORCE change 221725 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 3 20:14:41 UTC 2013


http://p4web.freebsd.org/@@221725?ac=10

Change 221725 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/02/03 20:14:18

	Teach flashit about the new boot area on the DE-4 Intel StrataFlash.
	(Hopefully.)

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd/flashit/flashit.sh#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd/flashit/flashit.sh#3 (text+ko) ====

@@ -8,6 +8,10 @@
 isf1_OFFSET=0
 isf1_MAXLEN=0x02000000
 
+boot_DEV=isf0
+boot_OFFSET=0x01F00000
+boot_MAXLEN=0x100000
+
 fpga_DEV=isf0
 fpga_OFFSET=0x00020000
 fpga_MAXLEN=0x00C00000
@@ -22,7 +26,7 @@
 kernel_OFFSET=0x00000000
 kernel_MAXLEN=0x02000000
 
-TARGETS="fpga:kernel:kernel2:root"
+TARGETS="boot:fpga:kernel:kernel2:root"
 
 prog=`basename "$0"`
 


More information about the p4-projects mailing list