U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: "Kory Maincent (TI.com)" <kory.maincent@bootlin.com>,
	Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	Jagan Teki <jagan@amarulasolutions.com>,
	Andre Przywara <andre.przywara@arm.com>,
	Hans de Goede <hdegoede@redhat.com>,
	Mario Six <mario.six@gdsys.cc>,
	Stefano Babic <sbabic@nabladev.com>,
	Fabio Estevam <festevam@gmail.com>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	"Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>
Cc: Roger Quadros <rogerq@kernel.org>,
	Bajjuri Praneeth <praneeth@ti.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	u-boot@lists.denx.de,
	"Kory Maincent (TI.com)" <kory.maincent@bootlin.com>
Subject: Re: [PATCH v2 01/18] MAINTAINERS: Add maintainer for extension board support
Date: Fri, 10 Oct 2025 16:13:02 +0200	[thread overview]
Message-ID: <87tt06vo9d.fsf@kernel.org> (raw)
In-Reply-To: <20251009-feature_sysboot_extension_board-v2-1-e09b39e54de5@bootlin.com>

Hi Kory,

Welcome to the MAINTAINERS file.

On Thu, Oct 09, 2025 at 16:50, "Kory Maincent (TI.com)" <kory.maincent@bootlin.com> wrote:

> Add myself as maintainer for the extension board support that was
> originally added to track ongoing development and maintenance.
>
> Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>

> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12043a1f82e..e411e266c94 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1182,6 +1182,14 @@ F:	scripts/event_dump.py
>  F:	test/common/event.c
>  F:	test/py/tests/test_event_dump.py
>  
> +EXTENSION
> +M:	Kory Maincent <kory.maincent@bootlin.com>
> +S:	Maintained
> +F:	board/sunxi/chip.c
> +F:	board/ti/common/cape_detect.c
> +F:	cmd/extension_board.c
> +F:	include/extension_board.h
> +
>  FASTBOOT
>  M:	Mattijs Korpershoek <mkorpershoek@kernel.org>
>  S:	Maintained
>
> -- 
> 2.43.0

  parent reply	other threads:[~2025-10-10 14:13 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-09 14:50 [PATCH v2 00/18] Convert extension support to UCLASS and adds its support to boot flows Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 01/18] MAINTAINERS: Add maintainer for extension board support Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-10 14:13   ` Mattijs Korpershoek [this message]
2025-10-09 14:50 ` [PATCH v2 02/18] boot: Move extension board support from cmd/ to boot/ Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-10 12:33     ` Kory Maincent
2025-10-09 14:50 ` [PATCH v2 03/18] boot: Add UCLASS support for extension boards Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-10 13:35     ` Kory Maincent
2025-10-11  7:20       ` Simon Glass
2025-10-13 12:45         ` Kory Maincent
2025-10-13 13:41           ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 04/18] board: ti: Exclude cape detection from XPL builds Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 05/18] board: ti: Refactor cape detection code for readability Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 06/18] board: ti: Convert cape detection to use UCLASS framework Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 07/18] board: sunxi: Exclude DIP detection from XPL builds Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 08/18] board: sunxi: Refactor CHIP board extension code Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 09/18] board: sunxi: Convert extension support to UCLASS framework Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 10/18] board: sandbox: Improve extension board scan implementation Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 11/18] board: sandbox: Convert extension support to UCLASS framework Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 12/18] board: compulab: Exclude compulab extension board detection from XPL builds Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 13/18] board: compulab: Convert imx8mm-cl-iot-gate to UCLASS extension framework Kory Maincent (TI.com)
2025-10-09 14:50 ` [PATCH v2 14/18] boot: Remove legacy extension board support Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 15/18] boot: extension: Move overlay apply custom logic to command level Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 16/18] boot: pxe_utils: Add extension board devicetree overlay support Kory Maincent (TI.com)
2025-10-09 16:37   ` Kory Maincent
2025-10-10 11:13   ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 17/18] boot: bootmeth_efi: Refactor distro_efi_try_bootflow_files return logic Kory Maincent (TI.com)
2025-10-10 11:13   ` Simon Glass
2025-10-09 14:50 ` [PATCH v2 18/18] boot: bootmeth_efi: Add extension board devicetree overlay support Kory Maincent (TI.com)
2025-10-10 11:13   ` 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=87tt06vo9d.fsf@kernel.org \
    --to=mkorpershoek@kernel.org \
    --cc=andre.przywara@arm.com \
    --cc=festevam@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kory.maincent@bootlin.com \
    --cc=mario.six@gdsys.cc \
    --cc=paul.liu@linaro.org \
    --cc=praneeth@ti.com \
    --cc=rogerq@kernel.org \
    --cc=sbabic@nabladev.com \
    --cc=sjg@chromium.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox