Lines Matching +full:tsi +full:- +full:channel +full:- +full:mask

4 TsiChung Liew(Tsi-Chung.Liew@freescale.com)
12 - board/freescale/m54455evb/m54455evb.c Dram setup, IDE pre init, and PCI init
13 - board/freescale/m54455evb/flash.c Atmel and INTEL flash support
14 - board/freescale/m54455evb/Makefile Makefile
15 - board/freescale/m54455evb/config.mk config make
16 - board/freescale/m54455evb/u-boot.lds Linker description
18 - common/cmd_bdinfo.c Clock frequencies output
19 - common/cmd_mii.c mii support
21 - arch/m68k/cpu/mcf5445x/cpu.c cpu specific code
22 - arch/m68k/cpu/mcf5445x/cpu_init.c Flexbus ChipSelect, Mux pins setup, icache and RTC extra regs
23 - arch/m68k/cpu/mcf5445x/interrupts.c cpu specific interrupt support
24 - arch/m68k/cpu/mcf5445x/speed.c system, pci, flexbus, and cpu clock
25 - arch/m68k/cpu/mcf5445x/Makefile Makefile
26 - arch/m68k/cpu/mcf5445x/config.mk config make
27 - arch/m68k/cpu/mcf5445x/start.S start up assembly code
29 - doc/README.m54455evb This readme file
31 - drivers/net/mcffec.c ColdFire common FEC driver
32 - drivers/serial/mcfuart.c ColdFire common UART driver
34 - include/asm-m68k/bitops.h Bit operation function export
35 - include/asm-m68k/byteorder.h Byte order functions
36 - include/asm-m68k/fec.h FEC structure and definition
37 - include/asm-m68k/fsl_i2c.h I2C structure and definition
38 - include/asm-m68k/global_data.h Global data structure
39 - include/asm-m68k/immap.h ColdFire specific header file and driver macros
40 - include/asm-m68k/immap_5445x.h mcf5445x specific header file
41 - include/asm-m68k/io.h io functions
42 - include/asm-m68k/m5445x.h mcf5445x specific header file
43 - include/asm-m68k/posix_types.h Posix
44 - include/asm-m68k/processor.h header file
45 - include/asm-m68k/ptrace.h Exception structure
46 - include/asm-m68k/rtc.h Realtime clock header file
47 - include/asm-m68k/string.h String function export
48 - include/asm-m68k/timer.h Timer structure and definition
49 - include/asm-m68k/types.h Data types definition
50 - include/asm-m68k/uart.h Uart structure and definition
51 - include/asm-m68k/u-boot.h U-Boot structure
53 - include/configs/M54455EVB.h Board specific configuration file
55 - arch/m68k/lib/board.c board init function
56 - arch/m68k/lib/cache.c
57 - arch/m68k/lib/interrupts Coldfire common interrupt functions
58 - arch/m68k/lib/m68k_linux.c
59 - arch/m68k/lib/time.c Timer functions (Dma timer and PIT)
60 - arch/m68k/lib/traps.c Exception init code
62 - rtc/mcfrtc.c Realtime clock Driver
66 1.1 pre-loader is no longer suppoer in thie coldfire family
69 CONFIG_MCF5445x -- define for all MCF5445x CPUs
70 CONFIG_M54455 -- define for all Freescale MCF54455 CPUs
71 CONFIG_M54455EVB -- define for M54455EVB board
73 CONFIG_MCFUART -- define to use common CF Uart driver
74 CONFIG_SYS_UART_PORT -- define UART port number, start with 0, 1 and 2
75 CONFIG_BAUDRATE -- define UART baudrate
77 CONFIG_MCFRTC -- define to use common CF RTC driver
78 CONFIG_SYS_MCFRTC_BASE -- provide base address for RTC in immap.h
79 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
80 RTC_DEBUG -- define to show RTC debug message
81 CONFIG_CMD_DATE -- enable to use date feature in U-Boot
83 CONFIG_MCFFEC -- define to use common CF FEC driver
84 CONFIG_MII -- enable to use MII driver
85 CONFIG_CF_DOMII -- enable to use MII feature in cmd_mii.c
86 CONFIG_SYS_DISCOVER_PHY -- enable PHY discovery
87 CONFIG_SYS_RX_ETH_BUFFER -- Set FEC Receive buffer
88 CONFIG_SYS_FAULT_ECHO_LINK_DOWN--
89 CONFIG_SYS_FEC0_PINMUX -- Set FEC0 Pin configuration
90 CONFIG_SYS_FEC1_PINMUX -- Set FEC1 Pin configuration
91 CONFIG_SYS_FEC0_MIIBASE -- Set FEC0 MII base register
92 CONFIG_SYS_FEC1_MIIBASE -- Set FEC0 MII base register
93 MCFFEC_TOUT_LOOP -- set FEC timeout loop
94 CONFIG_HAS_ETH1 -- define to enable second FEC in U-Boot
96 CONFIG_ISO_PARTITION -- enable ISO read/write
97 CONFIG_DOS_PARTITION -- enable DOS read/write
98 CONFIG_IDE_RESET -- define ide_reset()
99 CONFIG_IDE_PREINIT -- define ide_preinit()
100 CONFIG_ATAPI -- define ATAPI support
101 CONFIG_LBA48 -- define LBA48 (larger than 120GB) support
102 CONFIG_SYS_IDE_MAXBUS -- define max channel
103 CONFIG_SYS_IDE_MAXDEVICE -- define max devices per channel
104 CONFIG_SYS_ATA_BASE_ADDR -- define ATA base address
105 CONFIG_SYS_ATA_IDE0_OFFSET -- define ATA IDE0 offset
106 CONFIG_SYS_ATA_DATA_OFFSET -- define ATA data IO
107 CONFIG_SYS_ATA_REG_OFFSET -- define for normal register accesses
108 CONFIG_SYS_ATA_ALT_OFFSET -- define for alternate registers
109 CONFIG_SYS_ATA_STRIDE -- define for Interval between registers
110 _IO_BASE -- define for IO base address
112 CONFIG_MCFTMR -- define to use DMA timer
113 CONFIG_MCFPIT -- define to use PIT timer
115 CONFIG_SYS_FSL_I2C -- define to use FSL common I2C driver
116 CONFIG_SYS_I2C_SOFT -- define for I2C bit-banged
117 CONFIG_SYS_I2C_SPEED -- define for I2C speed
118 CONFIG_SYS_I2C_SLAVE -- define for I2C slave address
119 CONFIG_SYS_I2C_OFFSET -- define for I2C base address offset
120 CONFIG_SYS_IMMR -- define for MBAR offset
122 CONFIG_PCI -- define for PCI support
123 CONFIG_PCI_PNP -- define for Plug n play support
124 CONFIG_SYS_PCI_MEM_BUS -- PCI memory logical offset
125 CONFIG_SYS_PCI_MEM_PHYS -- PCI memory physical offset
126 CONFIG_SYS_PCI_MEM_SIZE -- PCI memory size
127 CONFIG_SYS_PCI_IO_BUS -- PCI IO logical offset
128 CONFIG_SYS_PCI_IO_PHYS -- PCI IO physical offset
129 CONFIG_SYS_PCI_IO_SIZE -- PCI IO size
130 CONFIG_SYS_PCI_CFG_BUS -- PCI Configuration logical offset
131 CONFIG_SYS_PCI_CFG_PHYS -- PCI Configuration physical offset
132 CONFIG_SYS_PCI_CFG_SIZE -- PCI Configuration size
134 CONFIG_EXTRA_CLOCK -- Enable extra clock such as vco, flexbus, pci, etc
136 CONFIG_SYS_MBAR -- define MBAR offset
138 CONFIG_SYS_ATMEL_BOOT -- To determine the U-Boot is booted from Atmel or Intel
140 CONFIG_MONITOR_IS_IN_RAM -- Not support
142 CONFIG_SYS_INIT_RAM_ADDR -- defines the base address of the MCF54455 internal SRAM
144 CONFIG_SYS_CSn_BASE -- defines the Chip Select Base register
145 CONFIG_SYS_CSn_MASK -- defines the Chip Select Mask register
146 CONFIG_SYS_CSn_CTRL -- defines the Chip Select Control register
148 CONFIG_SYS_ATMEL_BASE -- defines the Atmel Flash base
149 CONFIG_SYS_INTEL_BASE -- defines the Intel Flash base
151 CONFIG_SYS_SDRAM_BASE -- defines the DRAM Base
152 CONFIG_SYS_SDRAM_BASE1 -- defines the DRAM Base 1
154 2. MEMORY MAP UNDER U-BOOT AND LINUX KERNEL
157 Flash: 0x00000000-0x3FFFFFFF (1024MB)
158 DDR: 0x40000000-0x7FFFFFFF (1024MB)
159 SRAM: 0x80000000-0x8FFFFFFF (256MB)
160 ATA: 0x90000000-0x9FFFFFFF (256MB)
161 PCI: 0xA0000000-0xBFFFFFFF (512MB)
162 FlexBus: 0xC0000000-0xDFFFFFFF (512MB)
163 IP: 0xF0000000-0xFFFFFFFF (256MB)
165 2.2. For the initial bringup, we adopted a consistent memory scheme between U-Boot and
168 Flash0: 0x00000000-0x0007FFFF (512KB)
169 Flash1: 0x04000000-0x05FFFFFF (32MB)
171 Flash0: 0x00000000-0x01FFFFFF (32MB)
172 Flash1: 0x04000000-0x0407FFFF (512KB)
174 CPLD: 0x08000000-0x08FFFFFF (16MB)
175 FPGA: 0x09000000-0x09FFFFFF (16MB)
176 DDR: 0x40000000-0x4FFFFFFF (256MB)
177 SRAM: 0x80000000-0x80007FFF (32KB)
178 IP: 0xFC000000-0xFC0FFFFF (64KB)
182 3.1 SW1 Pin3: 0 - Boot from Atmel or 1 - INTEL
183 SW1 Pin4: 0 - ULPI chip not in reset state or 1 - ULPI chip in reset state
184 SW1 Pin5: 0 - Full ATA Bus enabled, FEC Phy1 powered down
185 1 - Upper 8 bits ATA data bus disabled, FEC PHY1 active
186 SW1 Pin6: 0 - FEC Phy0 active or 1 - FEC Phy0 powered down
187 SW1 Pin3: 0 - Boot from Atmel or 1 - INTEL
191 4.1 To create U-Boot the gcc-4.1-32 compiler set (ColdFire ELF version)
196 export CROSS_COMPILE=cross-compile-prefix
197 cd u-boot-1.x.x
199 make M54455EVB_config, or - default to atmel 33Mhz input clock
200 make M54455EVB_atmel_config, or - default to atmel 33Mhz input clock
201 make M54455EVB_a33_config, or - default to atmel 33Mhz input clock
202 make M54455EVB_a66_config, or - default to atmel 66Mhz input clock
203 make M54455EVB_intel_config, or - default to intel 33Mhz input clock
204 make M54455EVB_i33_config, or - default to intel 33Mhz input clock
205 make M54455EVB_i66_config, or - default to intel 66Mhz input clock
213 U-Boot 1.2.0-g98c80b46-dirty (Jul 26 2007 - 12:44:08)
215 CPU: Freescale MCF54455 (Mask:48 Version:1)
227 -> print
237 load=tftp ${loadaddr) ${u-boot}
241 mtdids=nor0=M54455EVB-1
242 mtdparts=M54455EVB-1:16m(user)
243 u-boot=u-boot54455.bin
256 -> bdinfo
274 ->
275 -> help
276 ? - alias for 'help'
277 base - print or set address offset
278 bdinfo - print Board Info structure
279 boot - boot default, i.e., run 'bootcmd'
280 bootd - boot default, i.e., run 'bootcmd'
281 bootelf - Boot from an ELF image in memory
282 bootm - boot application image from memory
283 bootp - boot image via network using BootP/TFTP protocol
284 bootvx - Boot vxWorks from an ELF image
285 cmp - memory compare
286 coninfo - print console devices and information
287 cp - memory copy
288 crc32 - checksum calculation
289 date - get/set/reset date & time
290 dcache - enable or disable data cache
291 diskboot- boot from IDE device
292 echo - echo args to console
293 erase - erase FLASH memory
294 ext2load- load binary file from a Ext2 filesystem
295 ext2ls - list files in a directory (default /)
296 fatinfo - print information about filesystem
297 fatload - load binary file from a dos filesystem
298 fatls - list files in a directory (default /)
299 flinfo - print FLASH memory information
300 fsinfo - print information about filesystems
301 fsload - load binary file from a filesystem image
302 go - start application at address 'addr'
303 help - print online help
304 i2c - I2C sub-system
305 icache - enable or disable instruction cache
306 ide - IDE sub-system
307 iminfo - print header information for application image
308 imls - list all images found in flash
309 itest - return true/false on integer compare
310 loadb - load binary file over serial line (kermit mode)
311 loads - load S-Record file over serial line
312 loady - load binary file over serial line (ymodem mode)
313 loop - infinite loop on address range
314 ls - list files in a directory (default /)
315 md - memory display
316 mii - MII utility commands
317 mm - memory modify (auto-incrementing)
318 mtest - simple RAM test
319 mw - memory write (fill)
320 nfs - boot image via network using NFS protocol
321 nm - memory modify (constant address)
322 pci - list and access PCI Configuration Space
323 ping - send ICMP ECHO_REQUEST to network host
324 printenv- print environment variables
325 protect - enable or disable FLASH write protection
326 rarpboot- boot image via network using RARP/TFTP protocol
327 reset - Perform RESET of the CPU
328 run - run commands in an environment variable
329 saveenv - save environment variables to persistent storage
330 setenv - set environment variables
331 sleep - delay execution for some time
332 source - run script from memory
333 tftpboot- boot image via network using TFTP protocol
334 version - print monitor version
335 ->bootm 4000000
339 Created: 2007-08-14 15:13:00 UTC
346 Linux version 2.6.20-gfe5136d6-dirty (mattw@kea) (gcc version 4.2.0 20070318 (pr
347 erelease) (Sourcery G++ Lite 4.2-20)) #108 Mon Aug 13 13:00:13 MDT 2007
351 ysmap-flash.0:5M(kernel)ro,-(jffs2)
355 Inode-cache hash table entries: 16384 (order: 3, 65536 bytes)
357 Mount-cache hash table entries: 1024
366 JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.
378 fec: PHY @ 0x0, ID 0x20005ca2 -- DP83849
381 physmap-flash.0: Found 1 x16 devices at 0x0 in 8-bit bank
385 2 cmdlinepart partitions found on MTD device physmap-flash.0
386 Creating 2 MTD partitions on "physmap-flash.0":
387 0x00000000-0x00500000 : "kernel"
389 0x00500000-0x01000000 : "jffs2"
404 eth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.