Ajoute le support easygate
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Apr 2007 21:46:29 +0000 (21:46 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Apr 2007 21:46:29 +0000 (21:46 +0000)
commit5a834359ace359edaac1ac3d73b3f61bfef78c00
tree0953091dc5ddee39b2121bed1252fb74383cf595
parent49b4a0fb8b7cdefa708764b682c8b4acdbc8a98f
Ajoute le support easygate

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6926 3c298f89-4303-0410-b956-a3cf2f4a3e73
55 files changed:
target/linux/easygate-2.6/Makefile [new file with mode: 0644]
target/linux/easygate-2.6/config/default [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/Makefile [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/cfe_env.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/info.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/int-handler.S [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/irq.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/nvram.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/prom.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/ser_init.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/setup.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/time.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/bcm963xx/wdt.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/cfe/Makefile [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/cfe/cfe.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/cfe/cfe_private.h [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/pci/fixup-bcm96348.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/pci/ops-bcm96348.c [new file with mode: 0644]
target/linux/easygate-2.6/files/arch/mips/pci/pci-bcm96348.c [new file with mode: 0644]
target/linux/easygate-2.6/files/drivers/mtd/maps/bcm963xx-flash.c [new file with mode: 0644]
target/linux/easygate-2.6/files/drivers/serial/bcm63xx_cons.c [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/cfe.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/6338_intr.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/6338_map_part.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/6345_intr.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/6345_map_part.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/6348_intr.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/6348_map_part.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/bcmTag.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/bcm_intr.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/bcm_map_part.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/bcmpci.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/bcmtypes.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/board.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/bootloaders.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/cpu-feature-overrides.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/asm-mips/mach-bcm963xx/nvram.h [new file with mode: 0644]
target/linux/easygate-2.6/files/include/linux/atmrt2684.h [new file with mode: 0644]
target/linux/easygate-2.6/image/Makefile [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/Makefile [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/Makefile [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/README [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/decompress.c [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/decompress.lds.in [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/head.S [new file with mode: 0644]
target/linux/easygate-2.6/image/lzma-loader/src/loader.lds.in [new file with mode: 0644]
target/linux/easygate-2.6/patches/001-bcm963xx.patch [new file with mode: 0644]
target/linux/easygate-2.6/patches/040-bcm963xx_flashmap.patch [new file with mode: 0644]
target/linux/easygate-2.6/patches/100-atm_hacks.patch [new file with mode: 0644]
target/linux/easygate-2.6/patches/150-sst_flash.patch [new file with mode: 0644]
target/linux/easygate-2.6/profiles/Atheros.mk [new file with mode: 0644]
target/linux/easygate-2.6/profiles/Broadcom.mk [new file with mode: 0644]
target/linux/easygate-2.6/profiles/Ralink.mk [new file with mode: 0644]