[U-Boot] [PATCH u-boot 2/2] ARM: meson: Add cpu info display for GX SoCs
Simon Glass
sjg at chromium.org
Sun Apr 8 13:50:40 UTC 2018
Hi,
On 28 March 2018 at 05:54, Neil Armstrong <narmstrong at baylibre.com> wrote:
> The Amlogic SoCs have a registers containing the die revision
> and packaging type to determine the SoC family and package marketing
> name like S905X for the GXL SoC Family.
> This code is taken for the Linux meson-gx-socinfo driver and adapted
> to U-Boot printing.
>
> Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
> ---
> arch/arm/include/asm/arch-meson/gx.h | 1 +
> arch/arm/mach-meson/Makefile | 2 +-
> arch/arm/mach-meson/cpu_info.c | 105 +++++++++++++++++++++++++++++++++++
> configs/khadas-vim_defconfig | 2 +-
> configs/libretech-cc_defconfig | 2 +-
> configs/odroid-c2_defconfig | 2 +-
> configs/odroid_defconfig | 1 +
> configs/p212_defconfig | 2 +-
> 8 files changed, 112 insertions(+), 5 deletions(-)
> create mode 100644 arch/arm/mach-meson/cpu_info.c
Please can you use driver model's CPU interface for this?
Regards,
Simon
More information about the U-Boot
mailing list