From: Lionel Flandrin <lionel@svkt.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] u-boot: Add support for Altera mkpimage generation
Date: Fri, 10 Feb 2017 10:10:31 +0100 [thread overview]
Message-ID: <20170210091030.dalq2ch2xazgb2w7@ed> (raw)
In-Reply-To: <20170209233323.7f57c186@free-electrons.com>
On Thu, Feb 09, 2017 at 11:33:23PM +0100, Thomas Petazzoni wrote:
> Hello,
>
> On Mon, 30 Jan 2017 11:33:26 +0100, Lionel Flandrin wrote:
> > This image format is used by Altera's SoC FPGAs BootROMs.
> >
> > Signed-off-by: Lionel Flandrin <lionel@svkt.org>
>
> I missed it on my first review, but it seems like you missed it as
> well: we already have some logic in uboot.mk to call mkpimage. See the
> BR2_TARGET_UBOOT_ALTERA_SOCFPGA_IMAGE_CRC option.
>
> This should be extended rather than having two options doing the same
> thing.
I didn't miss it but the existing code is used for u-boot SPL
generation, I didn't think there was an easy way to reuse it for
"full" u-boot packaging (but admitedly my Make-foo is a bit
weak). It's a different set of options.
The previous altera chips only had a 64K internal RAM which meant that
you almost always had to use a SPL to bootstrap the bootloader. The
newer chips however contain 256K of internal RAM so you can fit a full
u-boot in a single stage quite snugly.
> Thanks!
>
> Thomas
Thank you for reviewing this,
--
Lionel Flandrin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170210/7b5e1554/attachment.asc>
next prev parent reply other threads:[~2017-02-10 9:10 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 11:16 [Buildroot] [PATCH 1/3] mkpimage: rewrite to support header version 1 Lionel Flandrin
2017-01-26 11:17 ` [Buildroot] [PATCH 2/3] u-boot: Add support for Altera mkpimage generation Lionel Flandrin
2017-01-26 11:17 ` [Buildroot] [PATCH 3/3] DEVELOPERS: Add Lionel Flandrin to package/mkpimage Lionel Flandrin
2017-01-26 11:25 ` [Buildroot] [PATCH 1/3] mkpimage: rewrite to support header version 1 Lionel Flandrin
2017-01-26 11:28 ` Lionel Flandrin
2017-01-27 8:17 ` Thomas Petazzoni
2017-01-27 9:52 ` Lionel Flandrin
2017-01-28 8:42 ` Thomas Petazzoni
2017-01-28 11:27 ` Lionel Flandrin
2017-01-30 10:33 ` [Buildroot] [PATCH 1/2] mkpimage: bump to latest barebox version Lionel Flandrin
2017-01-30 10:33 ` [Buildroot] [PATCH 2/2] u-boot: Add support for Altera mkpimage generation Lionel Flandrin
2017-02-09 22:33 ` Thomas Petazzoni
2017-02-10 9:10 ` Lionel Flandrin [this message]
2017-02-10 9:30 ` Thomas Petazzoni
2017-02-10 13:21 ` Lionel Flandrin
2017-02-13 13:59 ` [Buildroot] [PATCH 1/2] u-boot: add an option to generate u-boot-dtb.bin Lionel Flandrin
2017-02-13 13:59 ` [Buildroot] [PATCH 2/2] u-boot: add support for full image socfpga mkpimage support Lionel Flandrin
2017-02-13 14:27 ` Thomas Petazzoni
2017-02-13 14:57 ` Lionel Flandrin
2017-02-13 15:20 ` Thomas Petazzoni
2017-02-13 15:33 ` [Buildroot] [PATCH v2 2/2] u-boot: add support for full image socfpga mkpimage Lionel Flandrin
2017-03-05 21:31 ` Thomas Petazzoni
2017-03-05 21:30 ` [Buildroot] [PATCH 1/2] u-boot: add an option to generate u-boot-dtb.bin Thomas Petazzoni
2017-02-09 22:34 ` [Buildroot] [PATCH 1/2] mkpimage: bump to latest barebox version 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=20170210091030.dalq2ch2xazgb2w7@ed \
--to=lionel@svkt.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox