]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
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>
33 files changed:
Config.in
Makefile
boot/Config.in [new file with mode: 0644]
boot/at91bootstrap/Config.in [moved from target/device/Atmel/at91bootstrap/Config.in with 92% similarity]
boot/at91bootstrap/at91bootstrap.mk [moved from target/device/Atmel/at91bootstrap/at91bootstrap.mk with 96% similarity]
boot/at91dataflashboot/Config.in [moved from target/device/Atmel/DataFlashBoot/Config.in with 76% similarity]
boot/at91dataflashboot/at91dataflashboot.mk [moved from target/device/Atmel/DataFlashBoot/DataflashBoot.mk with 100% similarity]
boot/common.mk [new file with mode: 0644]
boot/grub/Config.in [moved from target/x86/grub/Config.in with 100% similarity]
boot/grub/grub.100-autoreconf.patch [moved from target/x86/grub/grub.100-autoreconf.patch with 100% similarity]
boot/grub/grub.200-fix_mbr_handling.patch [moved from target/x86/grub/grub.200-fix_mbr_handling.patch with 100% similarity]
boot/grub/grub.300-honor_UCLIBC_HAS_LFS.patch [moved from target/x86/grub/grub.300-honor_UCLIBC_HAS_LFS.patch with 100% similarity]
boot/grub/grub.400-nic_update2.patch.bz2 [moved from target/x86/grub/grub.400-nic_update2.patch.bz2 with 100% similarity]
boot/grub/grub.mk [moved from target/x86/grub/grub.mk with 98% similarity]
boot/grub/menu.lst [moved from target/x86/grub/menu.lst with 100% similarity]
boot/grub/splash.xpm.gz [moved from target/x86/grub/splash.xpm.gz with 100% similarity]
boot/grub2/Config.in [moved from target/x86/grub2/Config.in with 100% similarity]
boot/grub2/grub-1.95-001-fix-grub-install.patch [moved from target/x86/grub2/grub-1.95-001-fix-grub-install.patch with 100% similarity]
boot/grub2/grub2.mk [moved from target/x86/grub2/grub2.mk with 98% similarity]
boot/syslinux/Config.in [moved from target/x86/syslinux/Config.in with 100% similarity]
boot/syslinux/syslinux-3.82-makefile.patch [moved from target/x86/syslinux/syslinux-3.82-makefile.patch with 100% similarity]
boot/syslinux/syslinux.mk [moved from target/x86/syslinux/syslinux.mk with 96% similarity]
boot/u-boot/Config.in [moved from target/u-boot/Config.in with 100% similarity]
boot/u-boot/Makefile.in [moved from target/u-boot/Makefile.in with 99% similarity]
boot/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 [moved from target/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 with 100% similarity]
boot/yaboot/Config.in [moved from target/powerpc/yaboot/Config.in with 100% similarity]
boot/yaboot/yaboot.mk [moved from target/powerpc/yaboot/yaboot.mk with 100% similarity]
target/Config.in
target/Makefile.in
target/device/Atmel/Config.in
target/device/Atmel/Makefile.in
target/powerpc/Makefile.in [deleted file]
target/x86/Makefile.in [deleted file]