mbox series

[v3,0/5] board: sl28: various updates

Message ID 20220823093018.3157715-1-michael@walle.cc
Headers show
Series board: sl28: various updates | expand

Message

Michael Walle Aug. 23, 2022, 9:30 a.m. UTC
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 v2:
 - only mark secure ram on layerscape SoCs which actually have it.

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 | 13 ++++++
 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, 152 insertions(+), 4 deletions(-)
 create mode 100644 board/kontron/sl28/sl28.h

Comments

Peng Fan (OSS) Sept. 7, 2022, 3:17 a.m. UTC | #1
On 8/23/2022 5:30 PM, Michael Walle wrote:
> 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 v2:
>   - only mark secure ram on layerscape SoCs which actually have it.
> 
> 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 | 13 ++++++
>   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, 152 insertions(+), 4 deletions(-)
>   create mode 100644 board/kontron/sl28/sl28.h
> 

Applied, PR sent.

Thanks,
Peng.