All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: valentinliu@icloud.com, u-boot@lists.u-boot-project.org,
	mkorpershoek@kernel.org, igor.opaniuk@gmail.com,
	alchark@flipper.net, quentin.schulz@cherry.de,
	marek.vasut+renesas@mailbox.org, daniel@makrotopia.org,
	rs@ti.com
Subject: Re: [PATCH v1 1/2] boot: android: Add Android 13+ bootflow support to bootmeth.
Date: Thu, 20 Aug 2026 09:10:21 -0600	[thread overview]
Message-ID: <20260820151021.GI523975@bill-the-cat> (raw)
In-Reply-To: <CAFLszTj8g4xxzt9A7txOhDMU6hLe2=twZoZPo_sr7Z5m=6BC4A@mail.gmail.com>

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

On Thu, Aug 20, 2026 at 06:31:18AM -0600, Simon Glass wrote:
> Hi Valentin,
> 
> On 2026-08-18T17:53:00, Valentin Liu <valentinliu@icloud.com> wrote:
> > boot: android: Add Android 13+ bootflow support to bootmeth.
> 
> Please drop the trailing period and keep the subject under 60 characters.
> 
> >
> > The devices launching Android 13+ were using a new partition
> > named init_boot to store generic ramdisk.
> 
> >
> > In the new bootflow, kernel still be stored in boot image,
> > however, the First Stage files in ramdisk were moved to
> > init_boot image. We should load it to memory and verify it
> > so that the kernel can execute init program to continue booting.
> >
> > Currently, we have supported loading the init_boot image by
> > abootimg command, but we still need bring this ability to
> > bootmeth, so that booting Android 13+ will be more easily.
> 
> Please use present/imperative tense throughout: 'were using' -> 'use',
> 'kernel still be stored' -> 'the kernel is still stored', 'were moved'
> -> 'are moved', 'we still need bring' -> 'we still need to bring',
> 'more easily' -> 'easier'.

We do not have any sort of grammar rules and requirements like that in
the project, please stop giving people feedback like this.

-- 
Tom

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

  reply	other threads:[~2026-08-20 15:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-18 17:53 [PATCH v1 1/2] boot: android: Add Android 13+ bootflow support to bootmeth Valentin Liu
2026-08-18 17:53 ` [PATCH v1 2/2] boot: android: Add AVB verification support for different bootflow Valentin Liu
2026-08-20 12:31   ` Simon Glass
2026-08-20 12:31 ` [PATCH v1 1/2] boot: android: Add Android 13+ bootflow support to bootmeth Simon Glass
2026-08-20 15:10   ` Tom Rini [this message]
2026-08-20 16:41   ` Re:Re: " 刘垣辰

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=20260820151021.GI523975@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=alchark@flipper.net \
    --cc=daniel@makrotopia.org \
    --cc=igor.opaniuk@gmail.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=mkorpershoek@kernel.org \
    --cc=quentin.schulz@cherry.de \
    --cc=rs@ti.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.u-boot-project.org \
    --cc=valentinliu@icloud.com \
    /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.