adds ifxmips, uboot-ifxmips and removes etrax from 8.09 branch
authorJohn Crispin <john@openwrt.org>
Tue, 30 Sep 2008 08:12:06 +0000 (08:12 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 30 Sep 2008 08:12:06 +0000 (08:12 +0000)
commit2e6ab844ee985e740d32a9f440e2c186f0f1b57c
tree0be6df0304d6affcd285b228190f7104d941af4e
parent963c6ed4de096996b55b276d2a4c697d28bc4c24
adds ifxmips, uboot-ifxmips and removes etrax from 8.09 branch

SVN-Revision: 12811
158 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/etrax/Makefile [deleted file]
target/linux/etrax/config-default [deleted file]
target/linux/etrax/files/drivers/usb/host/hc_crisv10.c [deleted file]
target/linux/etrax/files/drivers/usb/host/hc_crisv10.h [deleted file]
target/linux/etrax/image/Config.in [deleted file]
target/linux/etrax/image/Makefile [deleted file]
target/linux/etrax/image/boot_linux [deleted file]
target/linux/etrax/image/e100boot/Makefile [deleted file]
target/linux/etrax/image/mkfimage/Makefile [deleted file]
target/linux/etrax/image/mkfimage/src/Makefile [deleted file]
target/linux/etrax/image/mkfimage/src/mkfimage.c [deleted file]
target/linux/etrax/patches/100-compile_fixes.patch [deleted file]
target/linux/etrax/patches/101-cris-eth-driver.patch [deleted file]
target/linux/etrax/patches/102-missing_arch_include.patch [deleted file]
target/linux/etrax/patches/200-samsung_flash.patch [deleted file]
target/linux/etrax/patches/201-flashsize.patch [deleted file]
target/linux/etrax/patches/300-sysfs.patch [deleted file]
target/linux/etrax/patches/301-usb_support.patch [deleted file]
target/linux/etrax/profiles/100-generic.mk [deleted file]
target/linux/etrax/profiles/101-vhdl-nofb.mk [deleted file]
target/linux/ifxmips/Makefile [new file with mode: 0644]
target/linux/ifxmips/base-files/etc/hotplug.d/button/00-reset [new file with mode: 0644]
target/linux/ifxmips/base-files/etc/inittab [new file with mode: 0644]
target/linux/ifxmips/config-2.6.26 [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/Kconfig [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/Makefile [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/board.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/clock.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/dma-core.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/gpio.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/interrupt.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/pmu.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/prom.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/reset.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/setup.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/ifxmips/timer.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/pci/ops-ifxmips.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/ifxmips_eeprom.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/ifxmips_mei_core.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/ifxmips_ssc.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/leds/leds-ifxmips.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/serial/ifxmips_asc.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifx_peripheral_definitions.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifx_ssc.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifx_ssc_defines.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_cgu.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_dma.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_ebu.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gpio.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gptu.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_irq.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_led.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_mei.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_mei_app.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_mei_app_ioctl.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_mei_bsp.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_mei_ioctl.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_mei_linux.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_pmu.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_prom.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/irq.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/war.h [new file with mode: 0644]
target/linux/ifxmips/image/Makefile [new file with mode: 0644]
target/linux/ifxmips/patches/100-board.patch [new file with mode: 0644]
target/linux/ifxmips/patches/110-drivers.patch [new file with mode: 0644]
target/linux/ifxmips/patches/160-cfi-swap.patch [new file with mode: 0644]
target/linux/ifxmips/patches/170-dma_hack.patch [new file with mode: 0644]
target/linux/ifxmips/profiles/100-Atheros.mk [new file with mode: 0644]
target/linux/ifxmips/profiles/200-Ralink.mk [new file with mode: 0644]
target/linux/ifxmips/series [new file with mode: 0644]
target/linux/ifxmips/wget-log [new file with mode: 0644]