[U-Boot] [RFC PATCH 06/13] arm: add basic framework for Nexell S5P6818 support

Simon Glass sjg at chromium.org
Sat Dec 2 03:30:48 UTC 2017


On 29 November 2017 at 18:25, Andre Przywara <andre.przywara at arm.com> wrote:
> The Nexell S5P6818 is a typical SoC with ARM Cortex-A53 cores.
> It has many peripherals derived from Samsung SoCs (MMC, serial, I2C,
> Ethernet, ...).
> Add the required files to introduce this new SoC (family?) to U-Boot.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
>  arch/arm/Kconfig              |  6 ++++++
>  arch/arm/Makefile             |  1 +
>  arch/arm/mach-nexell/Kconfig  |  9 +++++++++
>  arch/arm/mach-nexell/Makefile |  7 +++++++
>  arch/arm/mach-nexell/board.c  | 41 +++++++++++++++++++++++++++++++++++++++++
>  include/configs/s5p6818.h     | 33 +++++++++++++++++++++++++++++++++
>  6 files changed, 97 insertions(+)
>  create mode 100644 arch/arm/mach-nexell/Kconfig
>  create mode 100644 arch/arm/mach-nexell/Makefile
>  create mode 100644 arch/arm/mach-nexell/board.c
>  create mode 100644 include/configs/s5p6818.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list