From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 08/12] Add x-loader bootloader
Date: Mon, 11 Jul 2011 21:43:47 +0200 [thread overview]
Message-ID: <87ei1wli18.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <a50f6419bfba04ed1c24b23be18752b12c951c7d.1310392269.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Mon, 11 Jul 2011 15:53:52 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> From: Philippe Reynes <tremyfr@yahoo.fr>
Thomas> Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas> merge xloader
A bit more info would be good. There seem to be quite a few xloader
trees around. Is this the best choice for omap3, omap4, .. ?
Thomas> ---
Thomas> boot/Config.in | 1 +
Thomas> boot/xloader/Config.in | 15 +++++++++++++++
Thomas> boot/xloader/xloader.mk | 37 +++++++++++++++++++++++++++++++++++++
Thomas> 3 files changed, 53 insertions(+), 0 deletions(-)
Thomas> create mode 100644 boot/xloader/Config.in
Thomas> create mode 100644 boot/xloader/xloader.mk
Thomas> diff --git a/boot/Config.in b/boot/Config.in
Thomas> index 67adae8..2a97695 100644
Thomas> --- a/boot/Config.in
Thomas> +++ b/boot/Config.in
Thomas> @@ -6,6 +6,7 @@ source "boot/syslinux/Config.in"
Thomas> source "boot/uboot/Config.in"
Thomas> source "boot/at91bootstrap/Config.in"
Thomas> source "boot/at91dataflashboot/Config.in"
Thomas> +source "boot/xloader/Config.in"
Thomas> endmenu
Thomas> diff --git a/boot/xloader/Config.in b/boot/xloader/Config.in
Thomas> new file mode 100644
Thomas> index 0000000..fe9a20c
Thomas> --- /dev/null
Thomas> +++ b/boot/xloader/Config.in
Thomas> @@ -0,0 +1,15 @@
Thomas> +menuconfig BR2_TARGET_XLOADER
Thomas> + bool "X-loader"
Thomas> + depends on BR2_arm
This could be more explicit like BR2_cortex_a8 || BR2_cortex_a9 I
believe.
Thomas> + help
Thomas> + The x-loader bootloader. It is mainly used on OMAP-based
Thomas> + platforms.
Thomas> +
Thomas> +if BR2_TARGET_XLOADER
Thomas> +config BR2_TARGET_XLOADER_BOARDNAME
Thomas> + string "x-loader board name"
Thomas> + help
Thomas> + One of x-loader supported boards to be built.
Thomas> + This will be suffixed with _config to meet x-loader
Thomas> + standard naming.
Thomas> +endif
Perhaps we should add a custom git location option like for u-boot /
linux.
Otherwise it looks good.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2011-07-11 19:43 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
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=87ei1wli18.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.