Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request v4] Pull request for branch for-2011.08/bootloaders
@ 2011-07-11 13:53 Thomas Petazzoni
  2011-07-11 13:53 ` [Buildroot] [PATCH 01/12] linux: rename LINUX26 to LINUX Thomas Petazzoni
                   ` (11 more replies)
  0 siblings, 12 replies; 30+ messages in thread
From: Thomas Petazzoni @ 2011-07-11 13:53 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a new version of the remaining patches to convert the
bootloaders and the kernel to the GENTARGETS infrastructure + misc
related fixes.

Changes since v3 :

 * Updated against latest master, removed all already merged patches

 * Removed the renaming BR2_TARGET -> BR2_BOOT for bootloaders, in
   order not to break existing configuration files. As U-Boot options
   were named BR2_TARGET_UBOOT but the directory and package was named
   u-boot, we had to rename everything to uboot (without the dash).

 * Use yes '' | make oldconfig in the kernel configuration step
   instead of messing around with a _defconfig.

 * Add support for Linux 3.x versions and -rc versions.

 * Bump U-Boot.

Regards,

Thomas

The following changes since commit bd76bc5f80b963570e8eda92efc961e683264402:

  CHANGES: update with recent changes (2011-07-11 07:44:24 +0200)

are available in the git repository at:
  http://free-electrons.com/~thomas/buildroot.git for-2011.08/bootloaders

Philippe Reynes (1):
      Add x-loader bootloader

Thomas Petazzoni (11):
      linux: rename LINUX26 to LINUX
      linux: indent and align some definitions
      linux: convert to the GENTARGETS infrastructure
      u-boot: rename to uboot
      Improve TARGETS handling for bootloaders and kernel
      linux: allow specification of a custom Git repository as a source
      u-boot: allow specification of custom Git repo as source
      barebox: bump version
      at91dataflashboot: use "config" instead of "menuconfig"
      linux: add support for 3.x and -rc versions
      uboot: Add 2011.06

 boot/Config.in                                     |    3 +-
 boot/at91bootstrap/at91bootstrap.mk                |    8 -
 boot/at91dataflashboot/Config.in                   |    2 +-
 boot/at91dataflashboot/at91dataflashboot.mk        |    9 -
 boot/barebox/barebox.mk                            |    5 +-
 boot/grub/grub.mk                                  |    9 -
 boot/syslinux/syslinux.mk                          |    9 -
 boot/{u-boot => uboot}/Config.in                   |   20 ++-
 .../uboot-2010.03-fix-avr32.patch}                 |    0
 boot/{u-boot/u-boot.mk => uboot/uboot.mk}          |   89 ++++-----
 boot/xloader/Config.in                             |   15 ++
 boot/xloader/xloader.mk                            |   37 ++++
 linux/Config.in                                    |   15 ++
 linux/linux.mk                                     |  209 ++++++++++----------
 package/Makefile.package.in                        |   16 ++-
 15 files changed, 251 insertions(+), 195 deletions(-)
 rename boot/{u-boot => uboot}/Config.in (84%)
 rename boot/{u-boot/u-boot-2010.03-fix-avr32.patch => uboot/uboot-2010.03-fix-avr32.patch} (100%)
 rename boot/{u-boot/u-boot.mk => uboot/uboot.mk} (58%)
 create mode 100644 boot/xloader/Config.in
 create mode 100644 boot/xloader/xloader.mk

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2011-07-11 20:45 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 13:53 [Buildroot] [pull request v4] Pull request for branch for-2011.08/bootloaders Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 01/12] linux: rename LINUX26 to LINUX Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 02/12] linux: indent and align some definitions Thomas Petazzoni
2011-07-11 19:30   ` Peter Korsgaard
2011-07-11 20:42     ` Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 03/12] linux: convert to the GENTARGETS infrastructure Thomas Petazzoni
2011-07-11 19:31   ` Peter Korsgaard
2011-07-11 20:42     ` Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 04/12] u-boot: rename to uboot Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 05/12] Improve TARGETS handling for bootloaders and kernel Thomas Petazzoni
2011-07-11 19:34   ` Peter Korsgaard
2011-07-11 20:42     ` Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 06/12] linux: allow specification of a custom Git repository as a source Thomas Petazzoni
2011-07-11 19:35   ` Peter Korsgaard
2011-07-11 13:53 ` [Buildroot] [PATCH 07/12] u-boot: allow specification of custom Git repo as source Thomas Petazzoni
2011-07-11 19:38   ` Peter Korsgaard
2011-07-11 19:44     ` Thomas Petazzoni
2011-07-11 20:06       ` Peter Korsgaard
2011-07-11 13:53 ` [Buildroot] [PATCH 08/12] Add x-loader bootloader Thomas Petazzoni
2011-07-11 19:43   ` Peter Korsgaard
2011-07-11 20:45     ` Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 09/12] barebox: bump version Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 10/12] at91dataflashboot: use "config" instead of "menuconfig" Thomas Petazzoni
2011-07-11 19:45   ` Peter Korsgaard
2011-07-11 13:53 ` [Buildroot] [PATCH 11/12] linux: add support for 3.x and -rc versions Thomas Petazzoni
2011-07-11 19:57   ` Peter Korsgaard
2011-07-11 20:45     ` Thomas Petazzoni
2011-07-11 13:53 ` [Buildroot] [PATCH 12/12] uboot: Add 2011.06 Thomas Petazzoni
2011-07-11 19:58   ` Peter Korsgaard
2011-07-11 20:45     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox