diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2014-06-20 15:07:29 +0100 |
---|---|---|
committer | Ryan Harkin <ryan.harkin@linaro.org> | 2014-06-20 15:19:38 +0100 |
commit | 8093f8970e989cb2c73acbd7600f277e8f32fe73 (patch) | |
tree | 690c8e6e93aa5b8aa9f1678536770f382d1fa14a /config.txt | |
parent | abc2d5945b0ae21c3ce7a644f4faff98b43a94a5 (diff) | |
download | vexpress-firmware-8093f8970e989cb2c73acbd7600f277e8f32fe73.tar.gz |
add board_recovery_image_0.6
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'config.txt')
-rw-r--r-- | config.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config.txt b/config.txt new file mode 100644 index 0000000..7a7f7de --- /dev/null +++ b/config.txt @@ -0,0 +1,28 @@ +TITLE: V2M-Juno 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
+
+DVIMODE: VGA ;VGA or SVGA or XGA or SXGA or UXGA
+
+MBLOG: FALSE ;LOG MB MICRO in run mode FALSE/UART0/UART1
+DBLOG: FALSE ;LOG DB MICRO in run mode FALSE/UART1 (when MBLOG is not UART1)
+
+USERSWITCH: 00000000 ;UserSwitch[7:0] in binary
+CONFSWITCH: 00000000 ;Configuration Switch[7:0] in binary, Core[0:1] Cluster[2]
+ASSERTNPOR: TRUE ;External resets assert nPOR
+WDTRESET: RESETMB ;Watchdog reset options NONE/RESETMB/RESETDB
+
+PCIMASTER: DB1 ;Port Failover DB1/SL3
+MASTERSITE: DB1 ;Boot Master DB1/SL3
+
+REMOTE: NONE ;Selects remote command via USB or FTP NONE/USB/FTP
+
+MCCMACADDRESS: 0xFFFFFFFFFFFF ;MCC MAC Address (must be even MAC address)
+SMCMACADDRESS: 0xFFFFFFFFFFFF ;SMC MAC Address
+
+HOSTNAME: V2M-JUNO-A2 ;Host name for FTP [15 characters max]
|