From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][RFC] bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
Date: Tue, 21 Oct 2008 15:47:28 -0400 [thread overview]
Message-ID: <200810211547.28807.vapier@gentoo.org> (raw)
In-Reply-To: <20081021193505.305A2835694E@gemini.denx.de>
On Tuesday 21 October 2008, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1224520793-28186-1-git-send-email-galak@kernel.crashing.org> you
wrote:
> > Added the ability to config out bootm support for Linux, NetBSD, RTEMS
> >
> > Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> > ---
> >
> > Looking for suggestions on how to deal with enabling LINUX, NETBSD, and
> > RTEMS.
>
> ...
>
> > --- a/common/cmd_bootm.c
> > +++ b/common/cmd_bootm.c
> > @@ -103,13 +103,23 @@ extern int do_reset (cmd_tbl_t *cmdtp, int flag,
> > int argc, char *argv[]); typedef int boot_os_fn (int flag, int argc, char
> > *argv[],
> > bootm_headers_t *images); /* pointers to os/initrd/fdt */
> >
> > +#define CONFIG_BOOTM_LINUX 1
> > +#define CONFIG_BOOTM_NETBSD 1
> > +#define CONFIG_BOOTM_RTEMS 1
>
> The only somewhat reasonable thing I can come up with is to add a
> "#define CONFIG_BOOTM_LINUX" to all board config files, so all
> support Linux by default, and leave it up to the board maintainers to
> add additioonal OS support if needed.
sounds great to me
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20081021/be5e7cd1/attachment.pgp
prev parent reply other threads:[~2008-10-21 19:47 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-20 16:39 [U-Boot] [PATCH][RFC] bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} Kumar Gala
2008-10-21 19:35 ` Wolfgang Denk
2008-10-21 19:36 ` Kumar Gala
2008-10-21 19:42 ` Wolfgang Denk
2008-10-21 19:46 ` Jerry Van Baren
2008-10-21 19:50 ` Jerry Van Baren
2008-10-21 19:47 ` Kumar Gala
2008-10-21 21:01 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-09 12:55 ` [U-Boot] [PATCH] move default bootm config options to config_cmd_default.h Mike Frysinger
2009-09-09 13:06 ` Wolfgang Denk
2009-09-09 14:07 ` Mike Frysinger
2009-09-09 14:28 ` Wolfgang Denk
2009-09-09 15:34 ` Mike Frysinger
2009-11-04 21:46 ` [U-Boot] [PATCH 1/4] config_defaults.h: new header for common u-boot config defaults Mike Frysinger
2009-12-02 21:55 ` Wolfgang Denk
2009-12-03 2:15 ` [U-Boot] [PATCH 1/4 v2] " Mike Frysinger
2010-01-17 23:05 ` Wolfgang Denk
2009-11-04 21:46 ` [U-Boot] [PATCH 2/4] gzip/zlib: make features optional Mike Frysinger
2010-01-21 21:24 ` Wolfgang Denk
2010-01-22 0:30 ` [U-Boot] [PATCH v2] " Mike Frysinger
2010-01-25 23:05 ` Wolfgang Denk
2009-11-04 21:46 ` [U-Boot] [PATCH 3/4] sha1: add dedicated config option Mike Frysinger
2010-01-18 2:08 ` [U-Boot] [PATCH 3/4 v2] " Mike Frysinger
2010-01-21 21:21 ` Wolfgang Denk
2009-11-04 21:46 ` [U-Boot] [PATCH 4/4] bootm: allow people to disable this command Mike Frysinger
2010-01-21 21:17 ` Wolfgang Denk
2010-01-22 0:34 ` Mike Frysinger
2010-01-22 11:59 ` Wolfgang Denk
2008-10-21 19:47 ` Mike Frysinger [this message]
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=200810211547.28807.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox