OSDN Git Service

Added port configuration layer.
authorShinichiro Nakamura <shinta.main.jp@gmail.com>
Fri, 13 Jul 2012 12:59:05 +0000 (21:59 +0900)
committerShinichiro Nakamura <shinta.main.jp@gmail.com>
Fri, 13 Jul 2012 12:59:05 +0000 (21:59 +0900)
commit6756f169064315b3f0485cb464faaf7eb323b8e0
treec0a134dfa3a54fb6de325f7e0e7e0e58053af2d1
parentaf42b73f5f5e1c66d511a704e9d0c28f0c9a960c
Added port configuration layer.
36 files changed:
firm/sample1/bootload/Makefile [new file with mode: 0644]
firm/sample1/bootload/defines.h [new file with mode: 0644]
firm/sample1/bootload/diskio.h [new file with mode: 0644]
firm/sample1/bootload/dram.c [new file with mode: 0644]
firm/sample1/bootload/dram.h [new file with mode: 0644]
firm/sample1/bootload/elf.c [new file with mode: 0644]
firm/sample1/bootload/elf.h [new file with mode: 0644]
firm/sample1/bootload/integer.h [new file with mode: 0644]
firm/sample1/bootload/interrupt.c [new file with mode: 0644]
firm/sample1/bootload/interrupt.h [new file with mode: 0644]
firm/sample1/bootload/intr.S [new file with mode: 0644]
firm/sample1/bootload/intr.h [new file with mode: 0644]
firm/sample1/bootload/lcd.c [new file with mode: 0644]
firm/sample1/bootload/lcd.h [new file with mode: 0644]
firm/sample1/bootload/ld.scr [new file with mode: 0644]
firm/sample1/bootload/led.c [new file with mode: 0644]
firm/sample1/bootload/led.h [new file with mode: 0644]
firm/sample1/bootload/lib.c [new file with mode: 0644]
firm/sample1/bootload/lib.h [new file with mode: 0644]
firm/sample1/bootload/main.c [new file with mode: 0644]
firm/sample1/bootload/mmc.c [new file with mode: 0644]
firm/sample1/bootload/pff.c [new file with mode: 0644]
firm/sample1/bootload/pff.h [new file with mode: 0644]
firm/sample1/bootload/portconf.h [new file with mode: 0644]
firm/sample1/bootload/re.c [new file with mode: 0644]
firm/sample1/bootload/re.h [new file with mode: 0644]
firm/sample1/bootload/serial.c [new file with mode: 0644]
firm/sample1/bootload/serial.h [new file with mode: 0644]
firm/sample1/bootload/startup.s [new file with mode: 0644]
firm/sample1/bootload/sw.c [new file with mode: 0644]
firm/sample1/bootload/sw.h [new file with mode: 0644]
firm/sample1/bootload/vector.c [new file with mode: 0644]
firm/sample1/bootload/vs1011e.c [new file with mode: 0644]
firm/sample1/bootload/vs1011e.h [new file with mode: 0644]
firm/sample1/bootload/xmodem.c [new file with mode: 0644]
firm/sample1/bootload/xmodem.h [new file with mode: 0644]