[PATCH v2 0/5] board: sl28: various updates

Michael Walle michael at walle.cc
Thu Jul 14 15:05:18 CEST 2022


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



More information about the U-Boot mailing list