diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2013-06-14 13:02:30 +0100 |
---|---|---|
committer | Ryan Harkin <ryan.harkin@linaro.org> | 2013-06-14 13:02:30 +0100 |
commit | f983bdacc0d2316b3aa6c508b2c9820d10bdf61f (patch) | |
tree | f0437d1aeb7bb04133c71012bbb44cb6d21db130 /config.txt | |
download | vexpress-firmware-f983bdacc0d2316b3aa6c508b2c9820d10bdf61f.tar.gz |
Versatile Express 3.0
boards/Recovery folder from Versatile Express 3.0 DVD
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'config.txt')
-rwxr-xr-x | config.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/config.txt b/config.txt new file mode 100755 index 0000000..74728af --- /dev/null +++ b/config.txt @@ -0,0 +1,29 @@ +TITLE: Versatile Express Configuration File
+
+[CONFIGURATION]
+AUTORUN: FALSE ;Auto Run from power on
+TESTMENU: FALSE ;MB Peripheral Test Menu
+
+UPDATE: FALSE ;Force JTAG and FPGA update to DBs
+VERIFY: FALSE ;Force FPGA verify to DBs
+
+SLIDESHOW: FALSE ;CLCD Slideshow
+MUXFPGA: MB ;MB or DB1 or DB2
+DVIMODE: VGA ;VGA or SVGA or XGA or SXGA or UXGA
+
+MBLOG: TRUE ;LOG MB MICRO TO UART1 in run mode
+DBLOG: TRUE ;LOG DB MICRO TO UART2/3 in run mode
+
+USERSWITCH: 00000000 ;UserSwitch[7:0] in binary
+CONFSWITCH: 00000000 ;Configuration Switch[7:0] in binary
+ASSERTNPOR: TRUE ;External resets assert nPOR
+WDTRESET: RESETMB ;Watchdog reset options NONE/RESETMB/RESETDB
+
+PCIMASTER: DB1 ;Port Failover DB1/DB2/NONE
+MASTERSITE: DB1 ;Boot Master DB1/DB2
+MEMORYMAP: LEGACY ;Select Memory map LEGACY/AS1
+USB_REMOTE: FALSE ;Selects remote command via USB
+
+MACADDRESS: 0xFFFFFFFFFFFF ;MAC Address
+
+
|