;-------------------------------------------------------------------------- ; ; ; PEEDI target configuration file for Xilinx Virtex-5 ; PowerPC PPC440 ; ; Ronetix ; ; Supported devices : Xilinx Virtex-5 ; ; Board : XMF5-100-64-256 50/75M Rev. C ; ; Revision : 1.0 ; ; Date : Nov 02, 2021 ; ;-------------------------------------------------------------------------- ;-------------------------------------------------------------------------- ; The following section contains licenses that are required for PEEDI ; to operate. ; ; These licenses must be filled before using this file. ; ; Example: ; [LICENSE] ; KEY = UPDATE_24MAY2007, 1111-1111-1111-1 ; KEY = ARM7, 2222-2222-2222-2 ; ; The minimum required licenses are provided when PEEDI is purchased ; and are printed on the bottom side of PEEDI. ; [LICENSE] ; The license keys for one or more PEEDIs can be loaded from an external file FILE = eep:license.txt ;------------------------------------------------------------------------------- [DEBUGGER] PROTOCOL = gdb_remote REMOTE_PORT = 2000 ; TCP/IP port [TARGET] PLATFORM = PPC400 [PLATFORM_PPC400] JTAG_CHAIN = 4, 4 ; list of IR lenght of all TAP controller in JTAG chain JTAG_CHAIN_AUX = 2, 6, 0x20, 0 ; TAP pos in JTAG_CHAIN, IR, Bypass cmd, DR bypass bits JTAG_CLOCK = 1000 ; JTAG Clock in [kHz] TRST_TYPE = PUSHPULL ; type of TRST output: OPENDRAIN or PUSHPULL RESET_TIME = 20 ; lenght of RESET pulse in ms; 0 means no RESET TIME_AFTER_RESET = 2000 CORE0 = PPC440_VIRTEX CORE0_INIT = INIT_PPC440 CORE0_STARTUP_MODE = reset CORE0_BREAKMODE = soft CORE0_ENDIAN = big CORE0_WORKSPACE = 0xFFFC0000, 0x10000 ; SRAM CORE0_MEMMAP = 0xFFFC0000, 0xFFFFFFFF ; SRAM ; Default path to be used if only a file name (without the full path) is ; provided to a PEEDI command or for the FILE parameter in the Flash sections ; Examples: ; In a console: ; "flash prog tftp://192.168.3.1/image.elf" ; is equal to ; "flash prog image.elf" ; ; In a Flash Profile: ; FILE="tftp://192.168.3.1/image.bin", BIN, 0 ; is equal to ; FILE="image.bin", BIN, 0 ; CORE0_PATH = "tftp://192.168.3.60" ;CORE0_PATH = "card://" CORE0_FILE = "u-boot.bin", BIN, 0x0010000 ; default file [INIT_PPC440] ; Setup TLB mem management tlbc 0 63 mem management tlbw 0 0x00000290 0x00000000 0x00000c3f mem management tlbw 1 0x00000390 0x00000000 0x0000043f mem management tlbw 2 0x10000290 0x10000000 0x0000043f mem management tlbw 3 0x10000390 0x10000000 0x0000043f mem management tlbw 4 0x20000290 0x20000000 0x0000043f mem management tlbw 5 0x20000390 0x20000000 0x0000043f mem management tlbw 6 0x30000290 0x30000000 0x0000043f mem management tlbw 7 0x30000390 0x30000000 0x0000043f mem management tlbw 8 0x40000290 0x40000000 0x0000043f mem management tlbw 9 0x40000390 0x40000000 0x0000043f mem management tlbw 10 0x50000290 0x50000000 0x0000043f mem management tlbw 11 0x50000390 0x50000000 0x0000043f mem management tlbw 12 0x60000290 0x60000000 0x0000043f mem management tlbw 13 0x60000390 0x60000000 0x0000043f mem management tlbw 14 0x70000290 0x70000000 0x00000c3f mem management tlbw 15 0x70000390 0x70000000 0x0000043f mem management tlbw 16 0x80000290 0x80000000 0x00000c3f mem management tlbw 17 0x80000390 0x80000000 0x0000043f mem management tlbw 18 0x90000290 0x90000000 0x0000043f mem management tlbw 19 0x90000390 0x90000000 0x0000043f mem management tlbw 20 0xa0000290 0xa0000000 0x0000043f mem management tlbw 21 0xa0000390 0xa0000000 0x0000043f mem management tlbw 22 0xb0000290 0xb0000000 0x0000043f mem management tlbw 23 0xb0000390 0xb0000000 0x0000043f mem management tlbw 24 0xc0000290 0xc0000000 0x0000043f mem management tlbw 25 0xc0000390 0xc0000000 0x0000043f mem management tlbw 26 0xd0000290 0xd0000000 0x0000043f mem management tlbw 27 0xd0000390 0xd0000000 0x0000043f mem management tlbw 28 0xe0000290 0xe0000000 0x0000043f mem management tlbw 29 0xe0000390 0xe0000000 0x0000043f mem management tlbw 30 0xf0000290 0xf0000000 0x0000043f mem management tlbw 31 0xf0000390 0xf0000000 0x0000043f ; Clear DBCR1 and DBCR2 set dcr 0x135 0x00000000 ;DBCR1 set dcr 0x136 0x00000000 ;DBCR2 [SERIAL] ; serial port configuration BAUD = 115200 STOP_BITS = 1 PARITY = NONE TCP_PORT = 0 [TELNET] PROMPT = "virtex-5> " ; telnet prompt