;-------------------------------------------------------------------------- ; ; ; PEEDI target configuration file ; ; Ronetix ; ; Supported devices : TI OMAP L139 (ARM926E + DSP) ; ; Board : Hawkboard ; ; Revision : 1.0 ; ; Date : November 12, 2010 ; ; The file is delivered "AS IS" without warranty or condition of any ; kind, either express, implied or statutory. This includes without ; limitation any warranty or condition with respect to merchantability or ; fitness for any particular purpose, or against the infringements of ; intellectual property rights of others. ; ;-------------------------------------------------------------------------- ;-------------------------------------------------------------------------- ; The following section contains licenses that are required for PEEDI to ; operate. These licenses must be filled before using this file. ; The [LICENSE] section may contain license keys for one or more PEEDIs. ; ; Example: ; [LICENSE] ; KEY = UPDATE_24MAY2010, 1111-1111-1111-1 ; KEY = XXXXX, 2222-2222-2222-2 ; ; The [LICENSE] section may point to an external file which contains ; license keys for one or more PEEDIs. The external file must include ; the text [LICENSE] followed by all keys. ; ; Example: ; [LICENSE] ; FILE = tftp://192.168.3.1/license.txt ; or ; FILE=eep:license.txt ; or ; FILE = ftp://user:password@192.168.3.1/license.txt ; ; ; PEEDI is shipped with license keys stored in "eep:license.txt" and ; printed on a label on the bottom side of PEEDI. ; [LICENSE] FILE = eep:license.txt ;-------------------------------------------------------------------------- [DEBUGGER] PROTOCOL = gdb_remote ; gdb remote REMOTE_PORT = 2000 ; TCP/IP port [TARGET] PLATFORM = ARM [PLATFORM_ARM] ; list of IR length of all TAP controller in JTAG chain JTAG_CHAIN = 6, 4 ; IcePick (IRLen 6) - ARM (IRLen 4) JTAG_CLOCK = 3000 ; JTAG Clock in [kHz] - init, normal TRST_TYPE = PUSHPULL ; type of TRST output: OPENDRAIN or PUSHPULL RESET_TIME = 20 ; length of RESET pulse in ms; 0 means no RESET TIME_AFTER_RESET = 200 RESET_TYPE = ICEPICK-C, 2, 0 ; enable TAP2, no warm reset CORE0 = ARM926E, 1 ; TAP 1 is ARM926E CPU CORE0_INIT = INIT_OMAPL138 ; init section for Hawkboard board CORE0_ENDIAN = little CORE0_FLASH0 = FLASH_NAND CORE0_WORKSPACE = 0x80000000, 0x10000 ; internal SRAM CORE0_VECTOR_CATCH_MASK = 0 ; 0x18 CORE0_STARTUP_MODE = RESET ; startup mode after reset CORE0_BREAKMODE = soft ; default breakpoint mode for the debugger: ; soft - use software breakpoints ; hard - use hardware breakpoints CORE_BREAK_PATTERN = 0xDFFFDFFF ; software breakpoint pattern CORE0_PATH = "tftp://192.168.3.60" ; default path ;-------------------------------------------------------------------------- [INIT_OMAPL138] ; setup PSC mem wr 0x01C10A38 0x103 ; power on ARM on next reset mem wr 0x01C10A3C 0x100 ; power off DSP on next reset mem wr 0x01C10A0C 0x3 ; enable EMIFA mem wr 0x01C10120 0x1 ; do it! ; setup PINMUX mem wr 0x01C14144 0x11111111 mem wr 0x01C14150 0x01100000 mem wr 0x01C1413C 0x10110010 ; setup EMIFA mem wr 0x68000060 0x12 ; select CS3 [FLASH_NAND] CHIP = NAND_FLASH DATA_BASE = 0x62000000 ; data ADDR_BASE = 0x62000008 ; commands (ALE) CMD_BASE = 0x62000010 ; addreses (CLE) FILE = "u-boot.bin", BIN, 0x20000 ERASE_BAD_BLOCKS = NO OOB_INFO = OMAPL138_ECC [SERIAL] ; serial port configuration BAUD = 115200 STOP_BITS = 1 PARITY = NONE TCP_PORT = 0 [TELNET] PROMPT = "omapl> " ; telnet prompt ;BACKSPACE = 127 ; comment out for autodetect [DISPLAY] BRIGHTNESS = 20 ; LED indicator brightness VOLUME = 25 ; beeper volume