From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 03/17] sandbox: Add support for generic board
Date: Mon, 22 Apr 2013 10:11:13 -0400 [thread overview]
Message-ID: <20130422141113.GP14952@bill-the-cat> (raw)
In-Reply-To: <20130422140310.GO14952@bill-the-cat>
On Mon, Apr 22, 2013 at 10:03:10AM -0400, Tom Rini wrote:
> On Sat, Apr 20, 2013 at 11:42:38AM -0700, Simon Glass wrote:
>
> > Add generic board support for sandbox.
> [snip]
> > diff --git a/arch/sandbox/include/asm/u-boot.h b/arch/sandbox/include/asm/u-boot.h
> > index de8120a..7b93acb 100644
> > --- a/arch/sandbox/include/asm/u-boot.h
> > +++ b/arch/sandbox/include/asm/u-boot.h
> > @@ -36,6 +36,11 @@
> > #ifndef _U_BOOT_H_
> > #define _U_BOOT_H_ 1
> >
> > +#ifdef CONFIG_SYS_GENERIC_BOARD
> > +/* Use the generic board which requires a unified bd_info */
> > +#include <asm-generic/u-boot.h>
> > +#else
>
> You're converting the whole arch here, so just drop the
> non-CONFIG_SYS_GENERIC_BOARD code?
>
> [snip]
> > diff --git a/arch/sandbox/lib/Makefile b/arch/sandbox/lib/Makefile
> > index fbe579b..b1ae168 100644
> > --- a/arch/sandbox/lib/Makefile
> > +++ b/arch/sandbox/lib/Makefile
> > @@ -27,7 +27,9 @@ include $(TOPDIR)/config.mk
> >
> > LIB = $(obj)lib$(ARCH).o
> >
> > +ifndef CONFIG_SYS_GENERIC_BOARD
> > COBJS-y += board.o
> > +endif
>
> Then board.c goes away too.
In short, squash 3/4/5 into one patch.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130422/207e3580/attachment.pgp>
next prev parent reply other threads:[~2013-04-22 14:11 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-20 18:42 [U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 01/17] Trigger generic board error only when building Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 02/17] sandbox: Provide a way to map from host RAM to U-Boot RAM Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 03/17] sandbox: Add support for generic board Simon Glass
2013-04-22 14:03 ` Tom Rini
2013-04-22 14:11 ` Tom Rini [this message]
2013-04-26 12:54 ` Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 04/17] sandbox: Use generic board init Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 05/17] sandbox: Remove old board init code Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 06/17] sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 07/17] fdt: Add a parameter to fdt_valid() Simon Glass
2013-05-06 23:41 ` Jerry Van Baren
2013-04-20 18:42 ` [U-Boot] [PATCH v3 08/17] Add getenv_hex() to return an environment variable as hex Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 09/17] fdt: Allow fdt command to check and update control FDT Simon Glass
2013-05-06 23:41 ` Jerry Van Baren
2013-04-20 18:42 ` [U-Boot] [PATCH v3 10/17] sandbox: fdt: Support fdt command for sandbox Simon Glass
2013-05-06 23:42 ` Jerry Van Baren
2013-04-20 18:42 ` [U-Boot] [PATCH v3 11/17] fdt: Skip checking FDT if the pointer is NULL Simon Glass
2013-05-06 23:43 ` Jerry Van Baren
2013-04-20 18:42 ` [U-Boot] [PATCH v3 12/17] Revert "fdt- Tell the FDT library where the device tree is" Simon Glass
2013-05-06 23:43 ` Jerry Van Baren
2013-04-20 18:42 ` [U-Boot] [PATCH v3 13/17] sandbox: Allow -c argument to provide a command list Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 14/17] sandbox: Support 'source' command Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 15/17] fs: Add support for saving data to filesystems Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 16/17] sandbox: fs: Add support for saving files to host filesystem Simon Glass
2013-04-20 18:42 ` [U-Boot] [PATCH v3 17/17] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT Simon Glass
2013-04-22 15:18 ` [U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements Tom Rini
2013-04-22 16:08 ` Simon Glass
2013-04-26 13:10 ` Simon Glass
2013-05-01 20:18 ` Tom Rini
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=20130422141113.GP14952@bill-the-cat \
--to=trini@ti.com \
--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