mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH 0/3] ARM: images: Use piggydata
Date: Mon, 14 Jan 2019 17:34:50 +0100	[thread overview]
Message-ID: <20190114163450.aydh27jptkc6p24y@pengutronix.de> (raw)
In-Reply-To: <20181120084100.8737-1-s.hauer@pengutronix.de>

Hi,

There are still two references to 'pblx' in the tree:

$ g grep pblx
Documentation/boards/mxs.rst:self extracting barebox image (``*.pblx``) and the prepare stage
common/Kconfig:          The pblx is a self extracting barebox binary.

Do those need to be updated, or can they stay?

 - Roland

On Tue, Nov 20, 2018 at 09:40:57AM +0100, Sascha Hauer wrote:
> This series simplifies the generation of multi PBL images. Instead of
> appending the compressed binary to the decompressor we link the
> compressed binary directly into the PBL image. This has been done for
> the single PBL case forever and unlike what I thought when creating
> multi image support this is possible and actually easier with multi
> PBL images aswell.
> 
> Sascha Hauer (3):
>   scripts: imx-image: Add support for max_load_size option
>   ARM: i.MX: Add max_load_size option to boards that will need it
>   ARM: images: use piggydata
> 
>  .../cm-fx6/flash-header-mx6-cm-fx6.imxcfg     |   1 +
>  .../flash-header-imx8mq-evk.imxcfg            |   1 +
>  .../flash-header-technexion-wandboard.imxcfg  |   1 +
>  .../zii-imx6q-rdu2/flash-header-rdu2.imxcfg   |   1 +
>  arch/arm/cpu/sections.c                       |   1 -
>  arch/arm/cpu/uncompress.c                     |  18 +-
>  arch/arm/include/asm/sections.h               |   1 -
>  arch/arm/lib/pbl.lds.S                        |   6 +-
>  arch/arm/mach-imx/include/mach/imx-header.h   |   1 +
>  arch/arm/mach-imx/xload-common.c              |  21 +-
>  images/.gitignore                             |   2 -
>  images/Makefile                               |  41 +-
>  images/Makefile.am33xx                        | 120 ++--
>  images/Makefile.at91                          |   8 +-
>  images/Makefile.bcm283x                       |   8 +-
>  images/Makefile.imx                           | 617 +++++++++---------
>  images/Makefile.mvebu                         |  88 +--
>  images/Makefile.mxs                           |  20 +-
>  images/Makefile.omap3                         |   6 +-
>  images/Makefile.rockchip                      |   8 +-
>  images/Makefile.socfpga                       |  38 +-
>  images/Makefile.tegra                         |  68 +-
>  images/Makefile.vexpress                      |   8 +-
>  images/piggy.S                                |   6 +
>  scripts/imx/imx-image.c                       |  10 +-
>  scripts/imx/imx.c                             |  13 +
>  26 files changed, 549 insertions(+), 564 deletions(-)
>  create mode 100644 images/piggy.S
> 
> -- 
> 2.19.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2019-01-14 16:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-20  8:40 Sascha Hauer
2018-11-20  8:40 ` [PATCH 1/3] scripts: imx-image: Add support for max_load_size option Sascha Hauer
2018-11-20  8:40 ` [PATCH 2/3] ARM: i.MX: Add max_load_size option to boards that will need it Sascha Hauer
2018-11-30  6:11   ` Andrey Smirnov
2018-11-30  7:35     ` Sascha Hauer
2018-12-01  0:34       ` Andrey Smirnov
2018-11-20  8:41 ` [PATCH 3/3] ARM: images: use piggydata Sascha Hauer
2019-01-14 16:34 ` Roland Hieber [this message]
2019-01-14 17:22   ` [PATCH 0/3] ARM: images: Use piggydata Sam Ravnborg

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=20190114163450.aydh27jptkc6p24y@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.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