u-boot-brain/arch/arm/cpu/armv7/s5p-common
Przemyslaw Marczak fdbb740d7c s5p: cpu_info: print "cpu-model" if exists in dts
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: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-11-02 10:37:59 +09:00
..
cpu_info.c s5p: cpu_info: print "cpu-model" if exists in dts 2015-11-02 10:37:59 +09:00
Makefile armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
pwm.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
sromc.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
timer.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00