public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] splash: add more options/support
@ 2022-10-12 11:38 Julien Masson
  2022-10-12 11:38 ` [RESEND PATCH 1/2] splash: support raw image from MMC Julien Masson
  2022-10-12 11:38 ` [RESEND PATCH 2/2] splash: get devpart from environment variable Julien Masson
  0 siblings, 2 replies; 10+ messages in thread
From: Julien Masson @ 2022-10-12 11:38 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass

This patch series add several options/support for splashscreen feature:
- support raw image from MMC
- get devpart from environment variable

With these changes the user has now more options and can change default
configurations through environment variables.

Example: image located in splashscreen partition (MMC as raw)
```
splashsource=mmc_raw
splashdevpart=0#splashscreen
```

Julien Masson (2):
  splash: support raw image from MMC
  splash: get devpart from environment variable

 common/splash.c        |  6 ++++++
 common/splash_source.c | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

-- 
2.37.3


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

end of thread, other threads:[~2022-10-17  7:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12 11:38 [RESEND PATCH 0/2] splash: add more options/support Julien Masson
2022-10-12 11:38 ` [RESEND PATCH 1/2] splash: support raw image from MMC Julien Masson
2022-10-12 12:59   ` Simon Glass
2022-10-13 16:08     ` Julien Masson
2022-10-14 15:55       ` Simon Glass
2022-10-12 11:38 ` [RESEND PATCH 2/2] splash: get devpart from environment variable Julien Masson
2022-10-12 12:59   ` Simon Glass
2022-10-13 15:51     ` Julien Masson
2022-10-14 15:55       ` Simon Glass
2022-10-17  7:50         ` Julien Masson

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