From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/5] x86: Use multiple images
Date: Fri, 4 Sep 2020 12:30:54 +0300 [thread overview]
Message-ID: <20200904093054.GG1891694@smile.fi.intel.com> (raw)
In-Reply-To: <20200904012856.1175506-2-sjg@chromium.org>
On Thu, Sep 03, 2020 at 07:28:52PM -0600, Simon Glass wrote:
> We already use binman's 'multiple-images' feature with Chrome OS and we
> want to use it for Edison. There is no real down-side.
>
> Adjust x86 to always use multiple-images.
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> arch/x86/dts/u-boot.dtsi | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
> index fa8106c8b8c..90badcc15c9 100644
> --- a/arch/x86/dts/u-boot.dtsi
> +++ b/arch/x86/dts/u-boot.dtsi
> @@ -6,7 +6,6 @@
>
> #include <config.h>
>
> -#ifdef CONFIG_CHROMEOS
> / {
> binman {
> multiple-images;
> @@ -14,12 +13,6 @@
> };
> };
> };
> -#else
> -/ {
> - rom: binman {
> - };
> -};
> -#endif
>
> #ifdef CONFIG_ROM_SIZE
> &rom {
> --
> 2.28.0.526.ge36021eeef-goog
>
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2020-09-04 9:30 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-04 1:28 [PATCH 0/5] edison: Support for writing an xFSTK image Simon Glass
2020-09-04 1:28 ` [PATCH 1/5] x86: Use multiple images Simon Glass
2020-09-04 9:30 ` Andy Shevchenko [this message]
2020-09-04 1:28 ` [PATCH 2/5] binman: Show an error when a file is missing Simon Glass
2020-09-04 9:33 ` Andy Shevchenko
2020-09-07 1:43 ` Simon Glass
2020-09-07 9:05 ` Andy Shevchenko
2020-09-07 13:57 ` Simon Glass
2020-09-04 1:28 ` [PATCH 3/5] binman: Support adding a U-Boot environment Simon Glass
2020-09-04 9:37 ` Andy Shevchenko
2020-09-04 1:28 ` [PATCH 4/5] x86: edison: Generate an image suitable for xFSTK Simon Glass
2020-09-04 9:39 ` Andy Shevchenko
2020-09-04 1:28 ` [PATCH 5/5] x86: edison: Add documentation for using am xFSTK image Simon Glass
2020-09-04 9:43 ` Andy Shevchenko
2020-09-04 9:46 ` [PATCH 0/5] edison: Support for writing an " Andy Shevchenko
2020-09-05 3:23 ` Simon Glass
2020-09-07 8:04 ` Andy Shevchenko
2020-09-07 13:57 ` Simon Glass
2020-09-07 14:12 ` Tom Rini
2020-09-07 14:15 ` Simon Glass
2020-09-07 15:10 ` Andy Shevchenko
2020-09-22 7:11 ` Bin Meng
2020-09-22 22:03 ` Simon Glass
2020-09-24 3:22 ` Bin Meng
2020-09-24 3:27 ` Bin Meng
2020-09-25 1:00 ` 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=20200904093054.GG1891694@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.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