uboot/arch/blackfin/cpu
Mike Frysinger ff1a618ad2 Blackfin: traps: fix up printf warnings from debug
Cast uint32_t to void* for %p, and use %zu for size_t.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-11-18 22:13:26 -05:00
..
.gitignore Blackfin: add init.elf helper code 2011-07-12 02:17:45 -04:00
Makefile Blackfin: add init.elf helper code 2011-07-12 02:17:45 -04:00
bootcount.c
bootrom-asm-offsets.awk
bootrom-asm-offsets.c.in
cache.S
cpu.c Blackfin: split out async setup 2011-07-12 02:17:46 -04:00
cpu.h
gpio.c Blackfin: gpio: optimize free path a little 2011-07-12 02:17:45 -04:00
init.S Blackfin: add init.elf helper code 2011-07-12 02:17:45 -04:00
init.lds.S Blackfin: add init.elf helper code 2011-07-12 02:17:45 -04:00
initcode.c Blackfin: serial: convert to bfin_{read,write} helpers 2011-07-12 02:17:46 -04:00
initcode.h Blackfin: split out async setup 2011-07-12 02:17:46 -04:00
interrupt.S
interrupts.c Timer: Remove reset_timer() for non-Nios2 arches 2011-07-26 14:53:30 +02:00
jtag-console.c Blackfin: jtag-console: fix timer usage 2011-07-12 02:17:46 -04:00
os_log.c
reset.c Blackfin: dont reset SWRST on newer bf526 parts 2011-07-12 02:17:45 -04:00
serial.c Blackfin: uart: implement loop callback for post 2011-09-29 16:38:05 -04:00
serial.h Blackfin: serial: move early debug strings into .rodata section 2011-07-12 02:17:46 -04:00
start.S Blackfin: drop unused dma.h header from start code 2011-07-12 02:17:45 -04:00
traps.c Blackfin: traps: fix up printf warnings from debug 2011-11-18 22:13:26 -05:00
u-boot.lds
watchdog.c