move ifxmips uboot to package/
authorFelix Fietkau <nbd@openwrt.org>
Sat, 28 Jun 2008 19:53:41 +0000 (19:53 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 28 Jun 2008 19:53:41 +0000 (19:53 +0000)
commit783bb0e81c700fb0b71420854ae1d7175adf666b
tree67f797884968d898c9873b3c3dc7facff9064351
parentf5bdb5432fef3a596c4b87ed45f0ec00a637a622
move ifxmips uboot to package/

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