All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot,v6,11/13] sunxi: Use binman for sunxi boards
Date: Sat, 14 Jan 2017 10:03:23 -0500	[thread overview]
Message-ID: <20170114150323.GF19689@bill-the-cat> (raw)
In-Reply-To: <20170114143802.51d5568634d41a8de40c6087@bidouilliste.com>

On Sat, Jan 14, 2017 at 02:38:02PM +0100, Emmanuel Vadot wrote:
> On Wed, 11 Jan 2017 22:08:03 -0700
> Simon Glass <sjg@chromium.org> wrote:
> 
> > Hi Emmanuel,
> > 
> > On 28 December 2016 at 03:57, Emmanuel Vadot <manu@bidouilliste.com> wrote:
> > > On Wed, 28 Dec 2016 11:30:10 +0100
> > > Emmanuel Vadot <manu@bidouilliste.com> wrote:
> > >
> > >>
> > >>  Hello Simon,
> > >>
> > >> On Fri, 23 Dec 2016 01:39:06 -0700
> > >> Simon Glass <sjg@chromium.org> wrote:
> > >>
> > >> > On 18 December 2016 at 19:48, Tom Rini <trini@konsulko.com> wrote:
> > >> > > On Fri, Nov 25, 2016 at 08:16:01PM -0700, Simon Glass wrote:
> > >> > >
> > >> > >> Move sunxi boards to use binman. This involves adding the image definition
> > >> > >> to the device tree and using it in the Makefile.
> > >> > >>
> > >> > >> Signed-off-by: Simon Glass <sjg@chromium.org>
> > >> > >
> > >> > > Reviewed-by: Tom Rini <trini@konsulko.com>
> > >> > >
> > >> > > --
> > >> > > Tom
> > >> >
> > >> > Applied to u-boot-dm and now in mainline.
> > >>
> > >>  Shouldn't all the config for sunxi board defines
> > >> CONFIG_SPL_OF_PLATDATA=y now so libfdt.so will be built ?
> > >>
> > >
> > >  Sorry, I meant the python module.
> > 
> > Well for now an easier solution is to build sandbox_spl once. My plan
> > is to upstream the Python bindings to libfdt, but it's slow going.
> > There should be no major consequence to not having the module. It is
> > just fractionally slower.
> > 
> > Regards,
> > Simon
> 
>  On FreeBSD we don't have fdtget as part as our base system and it's
> not available in the ports (well now it is).
>  For now we simply don't depend on CONFIG_SPL_OF_PLATDATA to compile
> the swig bindings as it's faster to compile/use it than using fdtget.
>  Maybe this patch
> https://people.freebsd.org/~manu/uboot/2017.01/0001-build-Always-build-the-libfdt-python-module.patch
> make sense to be upstream in u-boot ?
>  It doesn't take that long to compile the bindings and there is still
> the check on the presence of the swig binary.

Yes, I think the FreeBSD patch there should be upstream, it seems
reasonable enough for portability.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170114/1d275f4b/attachment.sig>

  reply	other threads:[~2017-01-14 15:03 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-26  3:15 [U-Boot] [PATCH v6 00/13] binman: A tool for creating firmware images Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 01/13] binman: Introduce binman, a tool for building binary images Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2017-01-16 20:25   ` Jörg Krause
2017-01-21  3:51     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 02/13] binman: Add basic entry types for U-Boot Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 03/13] binman: Add support for building x86 ROMs Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 04/13] binman: Add support for u-boot.img as an input binary Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 05/13] binman: Add support for building x86 ROMs with SPL Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 06/13] binman: Add support for building x86 images with FSP/CMC Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 07/13] binman: Add a build rule for binman Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:37     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 08/13] binman: Allow configuration options to be used in .dts files Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:38     ` Simon Glass
2016-11-26  3:15 ` [U-Boot] [PATCH v6 09/13] binman: Automatically include a U-Boot .dtsi file Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:38     ` Simon Glass
2016-11-26  3:16 ` [U-Boot] [PATCH v6 10/13] tegra: Use a U-Boot-specific " Simon Glass
2016-12-23  8:39   ` Simon Glass
2016-11-26  3:16 ` [U-Boot] [PATCH v6 11/13] sunxi: Use binman for sunxi boards Simon Glass
2016-12-19  2:48   ` [U-Boot] [U-Boot,v6,11/13] " Tom Rini
2016-12-23  8:39     ` Simon Glass
2016-12-28 10:30       ` Emmanuel Vadot
2016-12-28 10:57         ` Emmanuel Vadot
2017-01-12  5:08           ` Simon Glass
2017-01-14 13:38             ` Emmanuel Vadot
2017-01-14 15:03               ` Tom Rini [this message]
2016-11-26  3:16 ` [U-Boot] [PATCH v6 12/13] x86: Use binman all x86 boards Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:39     ` Simon Glass
2016-11-26  3:16 ` [U-Boot] [PATCH v6 13/13] binman: Drop microcode features from ifdtool Simon Glass
2016-12-18  3:41   ` Bin Meng
2016-12-23  8:39     ` Simon Glass
2016-11-30  2:29 ` [U-Boot] [PATCH v6 00/13] binman: A tool for creating firmware images Simon Glass

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=20170114150323.GF19689@bill-the-cat \
    --to=trini@konsulko.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 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.