u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] board: sl28: various updates
@ 2022-07-14 13:05 Michael Walle
  2022-07-14 13:05 ` [PATCH v2 1/5] armv8: layerscape: spl: mark OCRAM as non-secure Michael Walle
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Michael Walle @ 2022-07-14 13:05 UTC (permalink / raw)
  To: u-boot; +Cc: Michael Walle

This is a resend of the original v1 series. It was just rebased.
Apparently not all patches made it into u-boot. Unfortunately,
there was no feedback at all.

This is an update for the sl28 board which adds support for
 - 8 GiB memory variant
 - different boot sources, like eMMC, SD-card
 - dynamic prompts
 - various cleanups

changes since v1:
 - rebased onto the latest master

Michael Walle (5):
  armv8: layerscape: spl: mark OCRAM as non-secure
  board: sl28: implement additional bootsources
  board: sl28: add user friendly names for the boot sources
  board: sl28: support dynamic prompts
  board: sl28: remove COUNTER_FREQUENCY_REAL

 arch/arm/cpu/armv8/fsl-layerscape/spl.c | 11 +++++
 board/kontron/sl28/common.c             | 22 ++++++++++
 board/kontron/sl28/sl28.c               | 43 ++++++++++++++++++++
 board/kontron/sl28/sl28.h               | 16 ++++++++
 board/kontron/sl28/spl.c                | 54 ++++++++++++++++++++++++-
 configs/kontron_sl28_defconfig          |  6 ++-
 include/configs/kontron_sl28.h          |  2 -
 7 files changed, 150 insertions(+), 4 deletions(-)
 create mode 100644 board/kontron/sl28/sl28.h

-- 
2.30.2


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

end of thread, other threads:[~2022-08-23  7:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 13:05 [PATCH v2 0/5] board: sl28: various updates Michael Walle
2022-07-14 13:05 ` [PATCH v2 1/5] armv8: layerscape: spl: mark OCRAM as non-secure Michael Walle
2022-07-14 13:05 ` [PATCH v2 2/5] board: sl28: implement additional bootsources Michael Walle
2022-07-14 13:05 ` [PATCH v2 3/5] board: sl28: add user friendly names for the boot sources Michael Walle
2022-07-14 13:05 ` [PATCH v2 4/5] board: sl28: support dynamic prompts Michael Walle
2022-07-14 13:05 ` [PATCH v2 5/5] board: sl28: remove COUNTER_FREQUENCY_REAL Michael Walle
2022-08-22  8:57 ` [PATCH v2 0/5] board: sl28: various updates Peng Fan
2022-08-22 23:42 ` Peng Fan
2022-08-23  7:48   ` michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).