public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add for imx8x SoC get_boot_type command
@ 2026-01-24  5:50 Heiko Schocher
  2026-01-24  5:50 ` [PATCH v1 1/2] imx: scu_api: implement sc_misc_get_boot_type Heiko Schocher
  2026-01-24  5:50 ` [PATCH v1 2/2] imx8qx: misc: add command for getting boottype Heiko Schocher
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Schocher @ 2026-01-24  5:50 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Heiko Schocher, Andrew Goodbody, Fabio Estevam, John Ripple,
	NXP i.MX U-Boot Team, Stefano Babic, Tom Rini, Walter Schweizer


add function sc_misc_get_boot_type() which requests from the
SC the current used boottype and add a comand "boottype" which
saves the current boot_type in environment variable "boottype",
so we can use this later.


Heiko Schocher (2):
  imx: scu_api: implement sc_misc_get_boot_type
  imx8qx: misc: add command for getting boottype

 arch/arm/mach-imx/imx8/misc.c  | 27 +++++++++++++++++++++++++++
 drivers/misc/imx8/scu_api.c    | 25 +++++++++++++++++++++++++
 include/firmware/imx/sci/sci.h |  1 +
 3 files changed, 53 insertions(+)

Azure build (series is in a bunch of siemens patches sending
now to mainline):
https://dev.azure.com/hs0298/hs/_build/results?buildId=202&view=results

-- 
2.20.1

base-commit: 5c3e84731b68d26340e6acf8e27c7c680aa55360

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-26  1:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-24  5:50 [PATCH v1 0/2] Add for imx8x SoC get_boot_type command Heiko Schocher
2026-01-24  5:50 ` [PATCH v1 1/2] imx: scu_api: implement sc_misc_get_boot_type Heiko Schocher
2026-01-26  1:47   ` Peng Fan
2026-01-24  5:50 ` [PATCH v1 2/2] imx8qx: misc: add command for getting boottype Heiko Schocher
2026-01-26  1:50   ` Peng Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox