U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>,
	Alexey Brodkin <Alexey.Brodkin@synopsys.com>,
	Bin Meng <bmeng.cn@gmail.com>,
	Dzmitry Sankouski <dsankouski@gmail.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Huang Jianan <jnhuang95@gmail.com>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Jose Marinho <jose.marinho@arm.com>,
	Joshua Watt <jpewhacker@gmail.com>, Marek Vasut <marex@denx.de>,
	Nikhil M Jain <n-jain1@ti.com>,
	Pavel Herrmann <morpheus.ibis@gmail.com>,
	Rasmus Villemoes <rasmus.villemoes@prevas.dk>,
	Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>,
	Tobias Waldekranz <tobias@waldekranz.com>,
	linux-erofs@lists.ozlabs.org
Subject: Re: [PATCH 00/24] bootstd: Support ChromiumOS better
Date: Thu, 24 Aug 2023 13:43:47 -0400	[thread overview]
Message-ID: <20230824174347.GA2382340@bill-the-cat> (raw)
In-Reply-To: <20230813142708.361456-1-sjg@chromium.org>

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

On Sun, Aug 13, 2023 at 08:26:28AM -0600, Simon Glass wrote:

> This updates the ChromiumOS bootmeth to detect multiple kernel partitions
> on a disk.
> 
> It also includes minor code improvements to the partition drivers,
> including accessors for the optional fields.
> 
> This series also includes some other related tweaks in testing.
> 
> It is available at u-boot-dm/methb-working

Please rebase this on top of current next, thanks.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

      parent reply	other threads:[~2023-08-24 17:43 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13 14:26 [PATCH 00/24] bootstd: Support ChromiumOS better Simon Glass
2023-08-13 14:26 ` [PATCH 01/24] part: Use desc instead of dev_desc Simon Glass
2023-08-13 14:26 ` [PATCH 02/24] part: amiga: " Simon Glass
2023-08-13 14:26 ` [PATCH 03/24] part: dos: " Simon Glass
2023-08-13 14:26 ` [PATCH 04/24] part: efi: " Simon Glass
2023-08-13 14:26 ` [PATCH 05/24] part: iso: " Simon Glass
2023-08-13 14:26 ` [PATCH 06/24] part: nac: " Simon Glass
2023-08-13 14:26 ` [PATCH 07/24] part: Add comments for static functions Simon Glass
2023-08-13 14:26 ` [PATCH 08/24] part: Add accessors for struct disk_partition uuid Simon Glass
2023-08-13 14:26 ` [PATCH 09/24] part: Add accessors for struct disk_partition type_uuid Simon Glass
2023-08-13 14:26 ` [PATCH 10/24] part: Add an accessor for struct disk_partition sys_ind Simon Glass
2023-08-13 14:26 ` [PATCH 11/24] part: efi: Add debugging for the signature check Simon Glass
2023-08-13 14:26 ` [PATCH 12/24] fs/erofs: Quieten test for filesystem presence Simon Glass
2023-08-14  3:45   ` Gao Xiang
2023-08-13 14:26 ` [PATCH 13/24] dm: core: Correct error handling when event fails Simon Glass
2023-08-13 14:26 ` [PATCH 14/24] uuid: Move function comments to header file Simon Glass
2023-08-13 14:26 ` [PATCH 15/24] sandbox: Add a way to access persistent test files Simon Glass
2023-08-13 14:26 ` [PATCH 16/24] test: Move 1MB.fat32.img and 2MB.ext2.img Simon Glass
2023-08-13 14:26 ` [PATCH 17/24] bootflow: Show an empty filename when there is none Simon Glass
2023-08-13 14:26 ` [PATCH 18/24] bootstd: test: Allow binding and using any mmc device Simon Glass
2023-08-13 14:26 ` [PATCH 19/24] bootstd: Add a test for bootmeth_cros Simon Glass
2023-08-13 14:26 ` [PATCH 20/24] part: Add a fallback for part_get_bootable() Simon Glass
2023-08-13 14:26 ` [PATCH 21/24] bootstd: Support bootmeths which can scan any partition Simon Glass
2023-08-13 14:26 ` [PATCH 22/24] uuid: Add ChromiumOS partition types Simon Glass
2023-08-13 14:26 ` [PATCH 23/24] bootstd: cros: Allow detection of any kernel partition Simon Glass
2023-08-13 14:26 ` [PATCH 24/24] CI: Add ChromiumOS utilities Simon Glass
2023-08-24 17:43 ` Tom Rini [this message]

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=20230824174347.GA2382340@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=abdellatif.elkhlifi@arm.com \
    --cc=bmeng.cn@gmail.com \
    --cc=dsankouski@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=jnhuang95@gmail.com \
    --cc=jose.marinho@arm.com \
    --cc=jpewhacker@gmail.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=marex@denx.de \
    --cc=morpheus.ibis@gmail.com \
    --cc=n-jain1@ti.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=sjg@chromium.org \
    --cc=stefan.herbrechtsmeier@weidmueller.com \
    --cc=tobias@waldekranz.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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