diff options
author | Daniel Allred <d-allred@ti.com> | 2016-05-19 19:10:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:41:37 -0400 |
commit | 47c331ede1ef339425348cdc762e1feab6779d06 (patch) | |
tree | 5c2f911ed1b284beb27310df7207a0252fa897d3 /arch/arm/include/asm/arch-omap3/cpu.h | |
parent | 410f52579498ebe7863c0b88f417eb2d9fb25551 (diff) | |
download | u-boot-imx-47c331ede1ef339425348cdc762e1feab6779d06.zip u-boot-imx-47c331ede1ef339425348cdc762e1feab6779d06.tar.gz u-boot-imx-47c331ede1ef339425348cdc762e1feab6779d06.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/cpu.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/cpu.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h index 53cc2b0..e8aa786 100644 --- a/arch/arm/include/asm/arch-omap3/cpu.h +++ b/arch/arm/include/asm/arch-omap3/cpu.h @@ -59,13 +59,8 @@ struct ctrl_id { #endif /* __ASSEMBLY__ */ #endif /* __KERNEL_STRICT_NAMES */ -/* device type */ -#define DEVICE_MASK (0x7 << 8) +/* boot pin mask */ #define SYSBOOT_MASK 0x1F -#define TST_DEVICE 0x0 -#define EMU_DEVICE 0x1 -#define HS_DEVICE 0x2 -#define GP_DEVICE 0x3 /* device speed */ #define SKUID_CLK_MASK 0xf |