All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request v5] Pull request for branch for-2011.08/bootloaders
Date: Mon, 11 Jul 2011 22:46:06 +0200	[thread overview]
Message-ID: <cover.1310417153.git.thomas.petazzoni@free-electrons.com> (raw)

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 (10):
      linux: rename LINUX26 to LINUX
      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, remove 2010.03

 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/u-boot-2010.03-fix-avr32.patch  |    5 -
 boot/{u-boot => uboot}/Config.in            |   24 +++-
 boot/{u-boot/u-boot.mk => uboot/uboot.mk}   |   90 +++++-------
 boot/xloader/Config.in                      |   15 ++
 boot/xloader/xloader.mk                     |   37 +++++
 linux/Config.in                             |   15 ++
 linux/linux.mk                              |  208 ++++++++++++++-------------
 package/Makefile.package.in                 |   16 ++-
 15 files changed, 248 insertions(+), 207 deletions(-)
 delete mode 100644 boot/u-boot/u-boot-2010.03-fix-avr32.patch
 rename boot/{u-boot => uboot}/Config.in (85%)
 rename boot/{u-boot/u-boot.mk => uboot/uboot.mk} (57%)
 create mode 100644 boot/xloader/Config.in
 create mode 100644 boot/xloader/xloader.mk

Thanks,
-- 
Thomas Petazzoni

             reply	other threads:[~2011-07-11 20:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 20:46 Thomas Petazzoni [this message]
2011-07-11 20:46 ` [Buildroot] [PATCH 01/11] linux: rename LINUX26 to LINUX Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 02/11] linux: convert to the GENTARGETS infrastructure Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 03/11] u-boot: rename to uboot Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 04/11] Improve TARGETS handling for bootloaders and kernel Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 05/11] linux: allow specification of a custom Git repository as a source Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 06/11] u-boot: allow specification of custom Git repo as source Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 07/11] Add x-loader bootloader Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 08/11] barebox: bump version Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 09/11] at91dataflashboot: use "config" instead of "menuconfig" Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 10/11] linux: add support for 3.x and -rc versions Thomas Petazzoni
2011-07-11 20:46 ` [Buildroot] [PATCH 11/11] uboot: Add 2011.06, remove 2010.03 Thomas Petazzoni
2011-07-11 21:45 ` [Buildroot] [pull request v5] Pull request for branch for-2011.08/bootloaders Peter Korsgaard
2011-07-11 22:05   ` Thomas Petazzoni
2011-07-12  7:25     ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1310417153.git.thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.