bootloaders: move bootloader build code to boot/
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Mar 2010 17:20:45 +0000 (18:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 10 Jun 2010 19:05:12 +0000 (21:05 +0200)
commit649b5b92509dba021ed47ef4c04f358de83ba36f
treee0f22590fe9a99eba5565bbb4738b6f833b2c9fb
parent7c709f4affc44f3bbc9a09fec8d84ae3807e31e7
bootloaders: move bootloader build code to boot/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
56 files changed:
Config.in
Makefile
boot/Config.in [new file with mode: 0644]
boot/at91bootstrap/Config.in [new file with mode: 0644]
boot/at91bootstrap/at91bootstrap.mk [new file with mode: 0644]
boot/at91dataflashboot/Config.in [new file with mode: 0644]
boot/at91dataflashboot/at91dataflashboot.mk [new file with mode: 0644]
boot/common.mk [new file with mode: 0644]
boot/grub/Config.in [new file with mode: 0644]
boot/grub/grub.100-autoreconf.patch [new file with mode: 0644]
boot/grub/grub.200-fix_mbr_handling.patch [new file with mode: 0644]
boot/grub/grub.300-honor_UCLIBC_HAS_LFS.patch [new file with mode: 0644]
boot/grub/grub.400-nic_update2.patch.bz2 [new file with mode: 0644]
boot/grub/grub.mk [new file with mode: 0644]
boot/grub/menu.lst [new file with mode: 0644]
boot/grub/splash.xpm.gz [new file with mode: 0644]
boot/grub2/Config.in [new file with mode: 0644]
boot/grub2/grub-1.95-001-fix-grub-install.patch [new file with mode: 0644]
boot/grub2/grub2.mk [new file with mode: 0644]
boot/syslinux/Config.in [new file with mode: 0644]
boot/syslinux/syslinux-3.82-makefile.patch [new file with mode: 0644]
boot/syslinux/syslinux.mk [new file with mode: 0644]
boot/u-boot/Config.in [new file with mode: 0644]
boot/u-boot/Makefile.in [new file with mode: 0644]
boot/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 [new file with mode: 0644]
boot/yaboot/Config.in [new file with mode: 0644]
boot/yaboot/yaboot.mk [new file with mode: 0644]
target/Config.in
target/Makefile.in
target/device/Atmel/Config.in
target/device/Atmel/DataFlashBoot/Config.in [deleted file]
target/device/Atmel/DataFlashBoot/DataflashBoot.mk [deleted file]
target/device/Atmel/Makefile.in
target/device/Atmel/at91bootstrap/Config.in [deleted file]
target/device/Atmel/at91bootstrap/at91bootstrap.mk [deleted file]
target/powerpc/Makefile.in [deleted file]
target/powerpc/yaboot/Config.in [deleted file]
target/powerpc/yaboot/yaboot.mk [deleted file]
target/u-boot/Config.in [deleted file]
target/u-boot/Makefile.in [deleted file]
target/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 [deleted file]
target/x86/Makefile.in [deleted file]
target/x86/grub/Config.in [deleted file]
target/x86/grub/grub.100-autoreconf.patch [deleted file]
target/x86/grub/grub.200-fix_mbr_handling.patch [deleted file]
target/x86/grub/grub.300-honor_UCLIBC_HAS_LFS.patch [deleted file]
target/x86/grub/grub.400-nic_update2.patch.bz2 [deleted file]
target/x86/grub/grub.mk [deleted file]
target/x86/grub/menu.lst [deleted file]
target/x86/grub/splash.xpm.gz [deleted file]
target/x86/grub2/Config.in [deleted file]
target/x86/grub2/grub-1.95-001-fix-grub-install.patch [deleted file]
target/x86/grub2/grub2.mk [deleted file]
target/x86/syslinux/Config.in [deleted file]
target/x86/syslinux/syslinux-3.82-makefile.patch [deleted file]
target/x86/syslinux/syslinux.mk [deleted file]