]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: omap-common: Add device type to CPU string
authorDaniel Allred <d-allred@ti.com>
Fri, 20 May 2016 00:10:52 +0000 (19:10 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:41:37 +0000 (15:41 -0400)
commit47c331ede1ef339425348cdc762e1feab6779d06
tree5c2f911ed1b284beb27310df7207a0252fa897d3
parent410f52579498ebe7863c0b88f417eb2d9fb25551
ARM: omap-common: Add device type to CPU string

Update the CPU string output so that the device
type is now included as part of the CPU string that
is printed as the SPL or u-boot comes up. This update
adds a suffix of the form "-GP" or "-HS" for production
devices, so that general purpose (GP) and high security
(HS) can be distiguished. Applies to all OMAP5 variants.

Signed-off-by: Daniel Allred <d-allred@ti.com>
Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap-common/hwinit-common.c
arch/arm/include/asm/arch-omap3/cpu.h
arch/arm/include/asm/omap_common.h