Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2013 20:14:39 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 221725 for review
Message-ID:  <201302032014.r13KEdQp072072@skunkworks.freebsd.org>

index | next in thread | raw e-mail

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

Change 221725 by rwatson@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"`
 


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302032014.r13KEdQp072072>