add u-boot sources for danube
authorJohn Crispin <john@openwrt.org>
Sun, 11 May 2008 14:13:15 +0000 (14:13 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 11 May 2008 14:13:15 +0000 (14:13 +0000)
commit4d4f7d4c845901f0353c492f05c4f837dfd1e049
tree8cad938f65f89fb196fadb1ebae436282f4ee313
parent2b05ed626c650657e29575f209ea80e6553f8a55
add u-boot sources for danube

SVN-Revision: 11108
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]