Lines Matching +full:bit +full:- +full:banged

4 TsiChung Liew(Tsi-Chung.Liew@freescale.com)
12 - board/freescale/m5373evb/m5373evb.c Dram setup
13 - board/freescale/m5373evb/mii.c Mii access
14 - board/freescale/m5373evb/Makefile Makefile
15 - board/freescale/m5373evb/config.mk config make
16 - board/freescale/m5373evb/u-boot.lds Linker description
18 - arch/m68k/cpu/mcf532x/cpu.c cpu specific code
19 - arch/m68k/cpu/mcf532x/cpu_init.c FBCS, Mux pins, icache and RTC extra regs
20 - arch/m68k/cpu/mcf532x/interrupts.c cpu specific interrupt support
21 - arch/m68k/cpu/mcf532x/speed.c system, pci, flexbus, and cpu clock
22 - arch/m68k/cpu/mcf532x/Makefile Makefile
23 - arch/m68k/cpu/mcf532x/config.mk config make
24 - arch/m68k/cpu/mcf532x/start.S start up assembly code
26 - doc/README.m5373evb This readme file
28 - drivers/net/mcffec.c ColdFire common FEC driver
29 - drivers/serial/mcfuart.c ColdFire common UART driver
30 - drivers/rtc/mcfrtc.c Realtime clock Driver
32 - include/asm-m68k/bitops.h Bit operation function export
33 - include/asm-m68k/byteorder.h Byte order functions
34 - include/asm-m68k/fec.h FEC structure and definition
35 - include/asm-m68k/fsl_i2c.h I2C structure and definition
36 - include/asm-m68k/global_data.h Global data structure
37 - include/asm-m68k/immap.h ColdFire specific header file and driver macros
38 - include/asm-m68k/immap_532x.h mcf532x specific header file
39 - include/asm-m68k/io.h io functions
40 - include/asm-m68k/m532x.h mcf532x specific header file
41 - include/asm-m68k/posix_types.h Posix
42 - include/asm-m68k/processor.h header file
43 - include/asm-m68k/ptrace.h Exception structure
44 - include/asm-m68k/rtc.h Realtime clock header file
45 - include/asm-m68k/string.h String function export
46 - include/asm-m68k/timer.h Timer structure and definition
47 - include/asm-m68k/types.h Data types definition
48 - include/asm-m68k/uart.h Uart structure and definition
49 - include/asm-m68k/u-boot.h U-Boot structure
51 - include/configs/M5373EVB.h Board specific configuration file
53 - arch/m68k/lib/board.c board init function
54 - arch/m68k/lib/cache.c
55 - arch/m68k/lib/interrupts Coldfire common interrupt functions
56 - arch/m68k/lib/m68k_linux.c
57 - arch/m68k/lib/time.c Timer functions (Dma timer and PIT)
58 - arch/m68k/lib/traps.c Exception init code
62 1.1 pre-loader is no longer suppoer in thie coldfire family
65 CONFIG_MCF532x -- define for all MCF532x CPUs
66 CONFIG_M5373 -- define for all Freescale MCF5373 CPUs
67 CONFIG_M5373EVB -- define for M5373EVB board
69 CONFIG_MCFUART -- define to use common CF Uart driver
70 CONFIG_SYS_UART_PORT -- define UART port number, start with 0, 1 and 2
71 CONFIG_BAUDRATE -- define UART baudrate
73 CONFIG_MCFRTC -- define to use common CF RTC driver
74 CONFIG_SYS_MCFRTC_BASE -- provide base address for RTC in immap.h
75 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
76 RTC_DEBUG -- define to show RTC debug message
77 CONFIG_CMD_DATE -- enable to use date feature in U-Boot
79 CONFIG_MCFFEC -- define to use common CF FEC driver
80 CONFIG_MII -- enable to use MII driver
81 CONFIG_CF_DOMII -- enable to use MII feature in cmd_mii.c
82 CONFIG_SYS_DISCOVER_PHY -- enable PHY discovery
83 CONFIG_SYS_RX_ETH_BUFFER -- Set FEC Receive buffer
84 CONFIG_SYS_FAULT_ECHO_LINK_DOWN--
85 CONFIG_SYS_FEC0_PINMUX -- Set FEC0 Pin configuration
86 CONFIG_SYS_FEC0_MIIBASE -- Set FEC0 MII base register
87 MCFFEC_TOUT_LOOP -- set FEC timeout loop
89 CONFIG_MCFTMR -- define to use DMA timer
90 CONFIG_MCFPIT -- define to use PIT timer
92 CONFIG_SYS_I2C_FSL -- define to use FSL common I2C driver
93 CONFIG_SYS_I2C_SOFT -- define for I2C bit-banged
94 CONFIG_SYS_I2C_SPEED -- define for I2C speed
95 CONFIG_SYS_I2C_SLAVE -- define for I2C slave address
96 CONFIG_SYS_I2C_OFFSET -- define for I2C base address offset
97 CONFIG_SYS_IMMR -- define for MBAR offset
99 CONFIG_SYS_MBAR -- define MBAR offset
101 CONFIG_MONITOR_IS_IN_RAM -- Not support
103 CONFIG_SYS_INIT_RAM_ADDR -- defines the base address of the MCF5373 internal SRAM
105 CONFIG_SYS_CSn_BASE -- defines the Chip Select Base register
106 CONFIG_SYS_CSn_MASK -- defines the Chip Select Mask register
107 CONFIG_SYS_CSn_CTRL -- defines the Chip Select Control register
109 CONFIG_SYS_SDRAM_BASE -- defines the DRAM Base
111 2. MEMORY MAP UNDER U-BOOT AND LINUX KERNEL
114 Flash: 0x00000000-0x3FFFFFFF (1024MB)
115 DDR: 0x40000000-0x7FFFFFFF (1024MB)
116 SRAM: 0x80000000-0x8FFFFFFF (256MB)
117 IP: 0xF0000000-0xFFFFFFFF (256MB)
119 2.2. For the initial bringup, we adopted a consistent memory scheme between U-Boot and
121 Flash0: 0x00000000-0x00FFFFFF (16MB)
123 DDR: 0x40000000-0x4FFFFFFF (256MB)
124 SRAM: 0x80000000-0x80007FFF (32KB)
125 IP: 0xFC000000-0xFC0FFFFF (64KB)
129 3.1 To create U-Boot the gcc-4.1-xx compiler set (ColdFire ELF or
134 export CROSS_COMPILE=cross-compile-prefix
135 cd u-boot-1.x.x
145 U-Boot 1.3.0 (Nov 8 2007 - 12:44:08)
158 -> print
165 load=tftp ${loadaddr) ${u-boot}
169 u-boot=u-boot.bin
180 -> bdinfo
193 ->
194 -> help
195 ? - alias for 'help'
196 base - print or set address offset
197 bdinfo - print Board Info structure
198 boot - boot default, i.e., run 'bootcmd'
199 bootd - boot default, i.e., run 'bootcmd'
200 bootelf - Boot from an ELF image in memory
201 bootm - boot application image from memory
202 bootp - boot image via network using BootP/TFTP protocol
203 bootvx - Boot vxWorks from an ELF image
204 cmp - memory compare
205 coninfo - print console devices and information
206 cp - memory copy
207 crc32 - checksum calculation
208 date - get/set/reset date & time
209 dcache - enable or disable data cache
210 echo - echo args to console
211 erase - erase FLASH memory
212 flinfo - print FLASH memory information
213 go - start application at address 'addr'
214 help - print online help
215 i2c - I2C sub-system
216 icache - enable or disable instruction cache
217 iminfo - print header information for application image
218 imls - list all images found in flash
219 itest - return true/false on integer compare
220 loadb - load binary file over serial line (kermit mode)
221 loads - load S-Record file over serial line
222 loady - load binary file over serial line (ymodem mode)
223 loop - infinite loop on address range
224 ls - list files in a directory (default /)
225 md - memory display
226 mii - MII utility commands
227 mm - memory modify (auto-incrementing)
228 mtest - simple RAM test
229 mw - memory write (fill)
230 nand - NAND sub-system
231 nboot - boot from NAND device
232 nfs - boot image via network using NFS protocol
233 nm - memory modify (constant address)
234 ping - send ICMP ECHO_REQUEST to network host
235 printenv- print environment variables
236 protect - enable or disable FLASH write protection
237 rarpboot- boot image via network using RARP/TFTP protocol
238 reset - Perform RESET of the CPU
239 run - run commands in an environment variable
240 saveenv - save environment variables to persistent storage
241 setenv - set environment variables
242 sleep - delay execution for some time
243 source - run script from memory
244 tftpboot- boot image via network using TFTP protocol
245 version - print monitor version
246 -> tftp 0x40800000 uImage
255 -> bootm 0x40800000
258 Created: 2007-11-07 20:33:08 UTC
265 Linux version 2.6.22-uc1 (mattw@loa) (gcc version 4.2.1 (Sourcery G++ Lite 4.2-7
269 …bytes) Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) Memory available: 28092k/32768k…
271 USB-MCF537x: (HOST module) EHCI device is registered
272 USB-MCF537x: (OTG module) EHCI device is registered
273 USB-MCF537x: (OTG module) UDC device is registered
280 JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
289 fec: PHY @ 0x1, ID 0x20005c90 -- DP83848
292 0x00000000-0x0022b000 : "ROMfs"
293 … 0x73 (ST Micro NAND 16MiB 3,3V 8-b) Scanning device for bad blocks Creating 1 MTD partitions on "…
294 0x00000000-0x01000000 : "M53xx flash partition 1"
295 QSPI: spi->max_speed_hz 300000
298 M537x - Disable UART1 when using Audio
302 drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered
306 …ed kernel memory: 64k freed (0x401f5000 - 0x40204000) init started: BusyBox v1.00 (2007.11.07-19:…
310 info, udhcpc (v0.9.9-pre) started
311 eth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.
323 BusyBox v1.00 (2007.11.07-19:57+0000) Built-in shell (msh) Enter 'help' for a list of built-in comm…