| Commit message (Expand) | Author | Age | Files | Lines |
* | at91dataflashboot: fix patch target | Peter Korsgaard | 2010-06-14 | 1 | -1/+2 |
* | at91bootstrap: add help text | Peter Korsgaard | 2010-06-14 | 1 | -0/+6 |
* | at91bootstrap: don't depend on BR .config | Peter Korsgaard | 2010-06-14 | 1 | -1/+1 |
* | Add support for the Barebox bootloader | Thomas Petazzoni | 2010-06-12 | 3 | -0/+76 |
* | at91dataflashboot: add two patches | Thomas Petazzoni | 2010-06-12 | 2 | -0/+65 |
* | at91dataflashboot: add a patch step | Thomas Petazzoni | 2010-06-12 | 1 | -1/+5 |
* | at91dataflashboot: various fixes | Thomas Petazzoni | 2010-06-12 | 1 | -8/+6 |
* | at91dataflashboot: fix configuration options | Thomas Petazzoni | 2010-06-12 | 1 | -4/+6 |
* | at91bootstrap: fix AT91BOOTSTRAP_BINARY | Thomas Petazzoni | 2010-06-12 | 1 | -5/+1 |
* | at91bootstrap: fix install procedure | Thomas Petazzoni | 2010-06-12 | 1 | -5/+4 |
* | at91bootstrap: don't use the ATMEL_MIRROR thing | Thomas Petazzoni | 2010-06-12 | 1 | -2/+1 |
* | at91bootstrap: bump version to 2.13 | Thomas Petazzoni | 2010-06-12 | 1 | -4/+2 |
* | at91bootstrap: add a check to verify that BR2_TARGET_AT91BOOTSTRAP_BOARD is set | Thomas Petazzoni | 2010-06-12 | 1 | -0/+5 |
* | at91bootstrap: remove unused/useless code | Thomas Petazzoni | 2010-06-12 | 1 | -12/+0 |
* | at91bootstrap: fix incorrect config option comment | Thomas Petazzoni | 2010-06-12 | 1 | -4/+1 |
* | at91bootstrap: fix the boot source selection | Thomas Petazzoni | 2010-06-12 | 1 | -6/+0 |
* | at91bootstrap: simplify configuration | Thomas Petazzoni | 2010-06-12 | 1 | -8/+0 |
* | at91bootstrap: do not default to $(BOARD_NAME) | Thomas Petazzoni | 2010-06-12 | 1 | -1/+1 |
* | syslinux: depends on host-nasm | Thomas Petazzoni | 2010-06-12 | 1 | -2/+2 |
* | syslinux: remove the unnecessary SYSLINUX_SUPPORTED_ARCH check | Thomas Petazzoni | 2010-06-12 | 1 | -20/+0 |
* | syslinux: bump version and fix build | Thomas Petazzoni | 2010-06-12 | 3 | -24/+34 |
* | grub2: only available on x86 and PowerPC and mark as BROKEN | Thomas Petazzoni | 2010-06-12 | 1 | -0/+5 |
* | grub2: remove non-existing options | Thomas Petazzoni | 2010-06-12 | 2 | -36/+0 |
* | grub2: fix build | Thomas Petazzoni | 2010-06-12 | 2 | -45/+27 |
* | grub2: bump version | Thomas Petazzoni | 2010-06-12 | 1 | -4/+4 |
* | grub/grub2: update splash image location | Thomas Petazzoni | 2010-06-12 | 2 | -2/+2 |
* | grub/grub2: drop unnecessary dependency on uclibc | Thomas Petazzoni | 2010-06-12 | 2 | -2/+2 |
* | grub2: remove GRUB2_ARCH_SUPPORTED | Thomas Petazzoni | 2010-06-12 | 1 | -19/+0 |
* | grub: remove GRUB_SUPPORTED_ARCH | Thomas Petazzoni | 2010-06-12 | 1 | -19/+0 |
* | u-boot: use BR2_TARGET_UBOOT_VERSION instead of BR2_UBOOT_VERSION | Thomas Petazzoni | 2010-06-12 | 2 | -2/+2 |
* | u-boot: beautify option prompts | Thomas Petazzoni | 2010-06-12 | 1 | -5/+5 |
* | u-boot: re-add infrastructure to specify custom tarball | Thomas Petazzoni | 2010-06-12 | 2 | -4/+23 |
* | u-boot: add a few comments | Thomas Petazzoni | 2010-06-12 | 1 | -0/+4 |
* | u-boot: remove unused U_BOOT_TARGET_TOOLS variable | Thomas Petazzoni | 2010-06-12 | 1 | -2/+1 |
* | u-boot: further simplify the configuration | Thomas Petazzoni | 2010-06-12 | 2 | -352/+8 |
* | u-boot: support building for mkimage | Thomas Petazzoni | 2010-06-12 | 1 | -7/+21 |
* | u-boot: remove useless symbolic link | Thomas Petazzoni | 2010-06-10 | 1 | -4/+1 |
* | u-boot: remove patch for obsolete version | Thomas Petazzoni | 2010-06-10 | 1 | -13/+0 |
* | u-boot: simplify custom patch handling | Thomas Petazzoni | 2010-06-10 | 2 | -11/+8 |
* | u-boot: remove reference to old 1.2.0-atmel version | Thomas Petazzoni | 2010-06-10 | 1 | -4/+0 |
* | u-boot: remove u-boot-status make target | Thomas Petazzoni | 2010-06-10 | 1 | -15/+0 |
* | u-boot: remove arch specific patches infrastructure | Thomas Petazzoni | 2010-06-10 | 1 | -2/+0 |
* | u-boot: remove option to configure download site | Thomas Petazzoni | 2010-06-10 | 2 | -5/+1 |
* | u-boot: rename Makefile.in to u-boot.mk for coherency | Thomas Petazzoni | 2010-06-10 | 1 | -0/+0 |
* | u-boot: remove ancient versions | Thomas Petazzoni | 2010-06-10 | 1 | -26/+0 |
* | u-boot: do not default to $(BOARD_NAME) for the board name | Thomas Petazzoni | 2010-06-10 | 1 | -1/+0 |
* | boot: remove references to COPYTO | Thomas Petazzoni | 2010-06-10 | 2 | -8/+1 |
* | yaboot: drop support | Thomas Petazzoni | 2010-06-10 | 3 | -50/+0 |
* | bootloaders: move bootloader build code to boot/ | Thomas Petazzoni | 2010-06-10 | 25 | -0/+3036 |