Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

exynos

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Przemyslaw Marczak authored
    The CPU name for Exynos was concatenated with cpu id,
    but for new Exynos platforms, like Chromebook Peach Pi
    based on Exynos5800, the name of SoC variant does not
    include the real SoC cpu id (0x5422).
    
    For such case, the CPU name should be defined in device tree.
    
    This commit introduces new device-tree property for Exynos:
    - "cpu-model" - with cpu name string
    If defined, then the cpu id is not printed.
    
    Signed-off-by: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
    Cc: Minkyu Kang <mk7.kang@samsung.com>
    Cc: Simon Glass <sjg@chromium.org>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    Tested-by: default avatarAnand Moon <linux.amoon@gmail.com>
    Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
    fdbb740d
    History
    Name Last commit Last update
    ..