add u-boot sources for danube
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 May 2008 14:13:15 +0000 (14:13 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 May 2008 14:13:15 +0000 (14:13 +0000)
commit9a24ac5b8c947665253a616bfc273e0ccb141e41
tree0657d1101a95896275d2f9cb22d757cd7b794fb8
parente43a5d11b511501338787c90c209606c37816cb4
add u-boot sources for danube

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11108 3c298f89-4303-0410-b956-a3cf2f4a3e73
82 files changed:
target/linux/ifxmips/image/Makefile
target/linux/ifxmips/image/u-boot/Makefile [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/Makefile [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/README [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/config.mk [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_111.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_166.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_PROMOSDDR400.h [new file with mode: 0755]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_Samsung_166.h [new file with mode: 0755]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_e111.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_e166.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_psc_166.h [new file with mode: 0755]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_r111.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_r166.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/flash.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/lowlevel_init.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/pmuenable.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/u-boot-bootstrap.lds [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/board/danube/u-boot.lds [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/common/flash_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/Makefile [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/asc_serial.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/asc_serial.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_eth.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_serial.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_usb_ohci.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_usb_ohci.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/cache.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/config.mk [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/cpu.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_asc.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cache.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cgu.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cgu.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_clock.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cpu.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_start.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/incaip_clock.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/incaip_wdt.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/interrupts.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/start.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/start_bootstrap.S [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/drivers/ifx_sw.c [new file with mode: 0755]
target/linux/ifxmips/image/u-boot/files/include/LzmaWrapper.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/asm-mips/danube.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/asm-mips/errno.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/asm-mips/ifx_asc.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/asm-mips/inca-ip2.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/asm-mips/pinstrap.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/asm-mips/romconfig.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/boot.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/configs/danube.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/configs/ifx_cfg.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/include/configs/ifx_extra_env.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaDecode.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaDecode.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaTypes.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaWrapper.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/Makefile [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/bootstrap_board_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/console.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/crc32.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/ctype.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/devices.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/display_options.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/lists.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/string.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/time.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_bootstrap/vsprintf.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaDecode.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaDecode.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaTypes.h [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaWrapper.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/net/net_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/net/nfs_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/net/tftp_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/tools/crc32_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/files/tools/environment_danube.c [new file with mode: 0644]
target/linux/ifxmips/image/u-boot/patches/100-ifx.patch [new file with mode: 0644]