[boot] move boot related packages to their own folder
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Oct 2012 13:44:25 +0000 (13:44 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Oct 2012 13:44:25 +0000 (13:44 +0000)
commita3a71d430b762ca48c6030c92d268a86b9f9137d
tree5937de88cb9dca7bfebc4dc3dce3cf904bf65357
parent05a3ece84affbb56ac43d1bf67b15d06bb354ca0
[boot] move boot related packages to their own folder

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33781 3c298f89-4303-0410-b956-a3cf2f4a3e73
208 files changed:
package/boot/fconfig/Makefile [new file with mode: 0644]
package/boot/grub2/Makefile [new file with mode: 0644]
package/boot/grub2/patches/100-grub_setup_root.patch [new file with mode: 0644]
package/boot/kexec-tools/Config.in [new file with mode: 0644]
package/boot/kexec-tools/Makefile [new file with mode: 0644]
package/boot/kexec-tools/patches/0004-mips_regdefs.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/Makefile [new file with mode: 0644]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/Makefile [new file with mode: 0644]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/config.mk [new file with mode: 0644]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/lowlevel_init.S [new file with mode: 0644]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/nbg460n.c [new file with mode: 0644]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/u-boot.lds [new file with mode: 0644]
package/boot/uboot-ar71xx/files/cpu/mips/ar71xx_serial.c [new file with mode: 0644]
package/boot/uboot-ar71xx/files/drivers/net/ag71xx.c [new file with mode: 0644]
package/boot/uboot-ar71xx/files/drivers/net/ag71xx.h [new file with mode: 0644]
package/boot/uboot-ar71xx/files/drivers/net/phy/rtl8366.h [new file with mode: 0644]
package/boot/uboot-ar71xx/files/drivers/net/phy/rtl8366_mii.c [new file with mode: 0644]
package/boot/uboot-ar71xx/files/drivers/spi/ar71xx_spi.c [new file with mode: 0644]
package/boot/uboot-ar71xx/files/include/asm-mips/ar71xx.h [new file with mode: 0644]
package/boot/uboot-ar71xx/files/include/asm-mips/ar71xx_gpio.h [new file with mode: 0644]
package/boot/uboot-ar71xx/files/include/configs/nbg460n.h [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/001-ar71xx.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/002-ar71xx-spi.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/010-enet-ag71xx.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/011-switch-rtl8366sr.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/020-freebsd-compat.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/021-darwin_compat.patch [new file with mode: 0644]
package/boot/uboot-ar71xx/patches/022-getline_backport.patch [new file with mode: 0644]
package/boot/uboot-envtools/Makefile [new file with mode: 0644]
package/boot/uboot-envtools/files/ar71xx [new file with mode: 0644]
package/boot/uboot-envtools/files/kirkwood [new file with mode: 0644]
package/boot/uboot-envtools/files/lantiq [new file with mode: 0644]
package/boot/uboot-envtools/files/ramips [new file with mode: 0644]
package/boot/uboot-envtools/files/uboot-envtools.sh [new file with mode: 0644]
package/boot/uboot-envtools/patches/001-crc32_func_signature.patch [new file with mode: 0644]
package/boot/uboot-envtools/patches/002-makefile.patch [new file with mode: 0644]
package/boot/uboot-envtools/patches/003-nor-eraselen.patch [new file with mode: 0644]
package/boot/uboot-envtools/patches/004-allow_mac_change.patch [new file with mode: 0644]
package/boot/uboot-kirkwood/Makefile [new file with mode: 0644]
package/boot/uboot-kirkwood/files/board/iomega/iconnect/Makefile [new file with mode: 0644]
package/boot/uboot-kirkwood/files/board/iomega/iconnect/iconnect.c [new file with mode: 0644]
package/boot/uboot-kirkwood/files/board/iomega/iconnect/iconnect.h [new file with mode: 0644]
package/boot/uboot-kirkwood/files/board/iomega/iconnect/kwbimage.cfg [new file with mode: 0644]
package/boot/uboot-kirkwood/files/include/configs/iconnect.h [new file with mode: 0644]
package/boot/uboot-kirkwood/patches/0001-ib62x0.patch [new file with mode: 0644]
package/boot/uboot-kirkwood/patches/0002-kwboot.patch [new file with mode: 0644]
package/boot/uboot-kirkwood/patches/0003-ide_bus.patch [new file with mode: 0644]
package/boot/uboot-kirkwood/patches/100-iconnect.patch [new file with mode: 0644]
package/boot/uboot-kirkwood/patches/110-dockstar.patch [new file with mode: 0644]
package/boot/uboot-omap35xx/Makefile [new file with mode: 0644]
package/boot/uboot-omap35xx/files/include/configs/omap3_overo.h [new file with mode: 0644]
package/boot/uboot-omap4/Makefile [new file with mode: 0644]
package/boot/uboot-pxa/Makefile [new file with mode: 0644]
package/boot/uboot-pxa/patches/001-squashfs_rootfstype_cmdline.patch [new file with mode: 0644]
package/boot/uboot-xburst/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/board/n516/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/board/n516/config.mk [new file with mode: 0644]
package/boot/uboot-xburst/files/board/n516/flash.c [new file with mode: 0644]
package/boot/uboot-xburst/files/board/n516/n516.c [new file with mode: 0644]
package/boot/uboot-xburst/files/board/n516/u-boot-nand.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/board/n516/u-boot.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/board/nanonote/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/board/nanonote/config.mk [new file with mode: 0644]
package/boot/uboot-xburst/files/board/nanonote/nanonote.c [new file with mode: 0644]
package/boot/uboot-xburst/files/board/nanonote/u-boot-nand.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/board/nanonote/u-boot.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/board/sakc/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/board/sakc/config.mk [new file with mode: 0644]
package/boot/uboot-xburst/files/board/sakc/sakc.c [new file with mode: 0644]
package/boot/uboot-xburst/files/board/sakc/u-boot-nand.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/board/sakc/u-boot.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz4740.c [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz4740_nand.c [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz_lcd.c [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz_lcd.h [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz_mmc.c [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz_mmc.h [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/jz_serial.c [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/mmc_protocol.h [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.c [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.h [new file with mode: 0644]
package/boot/uboot-xburst/files/cpu/mips/usb_boot.S [new file with mode: 0644]
package/boot/uboot-xburst/files/include/asm-mips/jz4740.h [new file with mode: 0644]
package/boot/uboot-xburst/files/include/configs/avt2.h [new file with mode: 0644]
package/boot/uboot-xburst/files/include/configs/n516.h [new file with mode: 0644]
package/boot/uboot-xburst/files/include/configs/nanonote.h [new file with mode: 0644]
package/boot/uboot-xburst/files/include/configs/qi_lb60.h [new file with mode: 0644]
package/boot/uboot-xburst/files/include/configs/sakc.h [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/n516/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/n516/config.mk [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/n516/u-boot.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/nanonote/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/nanonote/config.mk [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/nanonote/u-boot.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/sakc/Makefile [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/sakc/config.mk [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/board/sakc/u-boot.lds [new file with mode: 0644]
package/boot/uboot-xburst/files/nand_spl/nand_boot_jz4740.c [new file with mode: 0644]
package/boot/uboot-xburst/patches/001-xburst.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/005-i2c.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/009-n516.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/010-sakc.patch [new file with mode: 0644]
package/boot/yamonenv/Makefile [new file with mode: 0644]
package/boot/yamonenv/patches/001-yamonenv_mtd_partition.patch [new file with mode: 0644]
package/fconfig/Makefile [deleted file]
package/grub2/Makefile [deleted file]
package/grub2/patches/100-grub_setup_root.patch [deleted file]
package/kexec-tools/Config.in [deleted file]
package/kexec-tools/Makefile [deleted file]
package/kexec-tools/patches/0004-mips_regdefs.patch [deleted file]
package/uboot-ar71xx/Makefile [deleted file]
package/uboot-ar71xx/files/board/zyxel/nbg460n/Makefile [deleted file]
package/uboot-ar71xx/files/board/zyxel/nbg460n/config.mk [deleted file]
package/uboot-ar71xx/files/board/zyxel/nbg460n/lowlevel_init.S [deleted file]
package/uboot-ar71xx/files/board/zyxel/nbg460n/nbg460n.c [deleted file]
package/uboot-ar71xx/files/board/zyxel/nbg460n/u-boot.lds [deleted file]
package/uboot-ar71xx/files/cpu/mips/ar71xx_serial.c [deleted file]
package/uboot-ar71xx/files/drivers/net/ag71xx.c [deleted file]
package/uboot-ar71xx/files/drivers/net/ag71xx.h [deleted file]
package/uboot-ar71xx/files/drivers/net/phy/rtl8366.h [deleted file]
package/uboot-ar71xx/files/drivers/net/phy/rtl8366_mii.c [deleted file]
package/uboot-ar71xx/files/drivers/spi/ar71xx_spi.c [deleted file]
package/uboot-ar71xx/files/include/asm-mips/ar71xx.h [deleted file]
package/uboot-ar71xx/files/include/asm-mips/ar71xx_gpio.h [deleted file]
package/uboot-ar71xx/files/include/configs/nbg460n.h [deleted file]
package/uboot-ar71xx/patches/001-ar71xx.patch [deleted file]
package/uboot-ar71xx/patches/002-ar71xx-spi.patch [deleted file]
package/uboot-ar71xx/patches/010-enet-ag71xx.patch [deleted file]
package/uboot-ar71xx/patches/011-switch-rtl8366sr.patch [deleted file]
package/uboot-ar71xx/patches/020-freebsd-compat.patch [deleted file]
package/uboot-ar71xx/patches/021-darwin_compat.patch [deleted file]
package/uboot-ar71xx/patches/022-getline_backport.patch [deleted file]
package/uboot-envtools/Makefile [deleted file]
package/uboot-envtools/files/ar71xx [deleted file]
package/uboot-envtools/files/kirkwood [deleted file]
package/uboot-envtools/files/lantiq [deleted file]
package/uboot-envtools/files/ramips [deleted file]
package/uboot-envtools/files/uboot-envtools.sh [deleted file]
package/uboot-envtools/patches/001-crc32_func_signature.patch [deleted file]
package/uboot-envtools/patches/002-makefile.patch [deleted file]
package/uboot-envtools/patches/003-nor-eraselen.patch [deleted file]
package/uboot-envtools/patches/004-allow_mac_change.patch [deleted file]
package/uboot-kirkwood/Makefile [deleted file]
package/uboot-kirkwood/files/board/iomega/iconnect/Makefile [deleted file]
package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.c [deleted file]
package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.h [deleted file]
package/uboot-kirkwood/files/board/iomega/iconnect/kwbimage.cfg [deleted file]
package/uboot-kirkwood/files/include/configs/iconnect.h [deleted file]
package/uboot-kirkwood/patches/0001-ib62x0.patch [deleted file]
package/uboot-kirkwood/patches/0002-kwboot.patch [deleted file]
package/uboot-kirkwood/patches/0003-ide_bus.patch [deleted file]
package/uboot-kirkwood/patches/100-iconnect.patch [deleted file]
package/uboot-kirkwood/patches/110-dockstar.patch [deleted file]
package/uboot-omap35xx/Makefile [deleted file]
package/uboot-omap35xx/files/include/configs/omap3_overo.h [deleted file]
package/uboot-omap4/Makefile [deleted file]
package/uboot-pxa/Makefile [deleted file]
package/uboot-pxa/patches/001-squashfs_rootfstype_cmdline.patch [deleted file]
package/uboot-xburst/Makefile [deleted file]
package/uboot-xburst/files/board/n516/Makefile [deleted file]
package/uboot-xburst/files/board/n516/config.mk [deleted file]
package/uboot-xburst/files/board/n516/flash.c [deleted file]
package/uboot-xburst/files/board/n516/n516.c [deleted file]
package/uboot-xburst/files/board/n516/u-boot-nand.lds [deleted file]
package/uboot-xburst/files/board/n516/u-boot.lds [deleted file]
package/uboot-xburst/files/board/nanonote/Makefile [deleted file]
package/uboot-xburst/files/board/nanonote/config.mk [deleted file]
package/uboot-xburst/files/board/nanonote/nanonote.c [deleted file]
package/uboot-xburst/files/board/nanonote/u-boot-nand.lds [deleted file]
package/uboot-xburst/files/board/nanonote/u-boot.lds [deleted file]
package/uboot-xburst/files/board/sakc/Makefile [deleted file]
package/uboot-xburst/files/board/sakc/config.mk [deleted file]
package/uboot-xburst/files/board/sakc/sakc.c [deleted file]
package/uboot-xburst/files/board/sakc/u-boot-nand.lds [deleted file]
package/uboot-xburst/files/board/sakc/u-boot.lds [deleted file]
package/uboot-xburst/files/cpu/mips/jz4740.c [deleted file]
package/uboot-xburst/files/cpu/mips/jz4740_nand.c [deleted file]
package/uboot-xburst/files/cpu/mips/jz_lcd.c [deleted file]
package/uboot-xburst/files/cpu/mips/jz_lcd.h [deleted file]
package/uboot-xburst/files/cpu/mips/jz_mmc.c [deleted file]
package/uboot-xburst/files/cpu/mips/jz_mmc.h [deleted file]
package/uboot-xburst/files/cpu/mips/jz_serial.c [deleted file]
package/uboot-xburst/files/cpu/mips/mmc_protocol.h [deleted file]
package/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.c [deleted file]
package/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.h [deleted file]
package/uboot-xburst/files/cpu/mips/usb_boot.S [deleted file]
package/uboot-xburst/files/include/asm-mips/jz4740.h [deleted file]
package/uboot-xburst/files/include/configs/avt2.h [deleted file]
package/uboot-xburst/files/include/configs/n516.h [deleted file]
package/uboot-xburst/files/include/configs/nanonote.h [deleted file]
package/uboot-xburst/files/include/configs/qi_lb60.h [deleted file]
package/uboot-xburst/files/include/configs/sakc.h [deleted file]
package/uboot-xburst/files/nand_spl/board/n516/Makefile [deleted file]
package/uboot-xburst/files/nand_spl/board/n516/config.mk [deleted file]
package/uboot-xburst/files/nand_spl/board/n516/u-boot.lds [deleted file]
package/uboot-xburst/files/nand_spl/board/nanonote/Makefile [deleted file]
package/uboot-xburst/files/nand_spl/board/nanonote/config.mk [deleted file]
package/uboot-xburst/files/nand_spl/board/nanonote/u-boot.lds [deleted file]
package/uboot-xburst/files/nand_spl/board/sakc/Makefile [deleted file]
package/uboot-xburst/files/nand_spl/board/sakc/config.mk [deleted file]
package/uboot-xburst/files/nand_spl/board/sakc/u-boot.lds [deleted file]
package/uboot-xburst/files/nand_spl/nand_boot_jz4740.c [deleted file]
package/uboot-xburst/patches/001-xburst.patch [deleted file]
package/uboot-xburst/patches/005-i2c.patch [deleted file]
package/uboot-xburst/patches/009-n516.patch [deleted file]
package/uboot-xburst/patches/010-sakc.patch [deleted file]
package/yamonenv/Makefile [deleted file]
package/yamonenv/patches/001-yamonenv_mtd_partition.patch [deleted file]