diff options
| author | Steve Sakoman <steve@sakoman.com> | 2010-08-17 14:39:34 -0700 | 
|---|---|---|
| committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-09-08 14:50:52 -0400 | 
| commit | b2b9169f0bc860ac34d7828df8730744394d8f6e (patch) | |
| tree | a267e19c62fbfc5794fd39da8d36c0b8952bef01 /arch/arm/include/asm/arch-omap3/sys_proto.h | |
| parent | ba9a11e4ea27d43bfc3d9f1787117fe4826b3ce7 (diff) | |
| download | olio-uboot-2014.01-b2b9169f0bc860ac34d7828df8730744394d8f6e.tar.xz olio-uboot-2014.01-b2b9169f0bc860ac34d7828df8730744394d8f6e.zip | |
ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX
TI has added new processors to the OMAP3 family.  This patch enhances
the code in sysinfo.c to detect which family member is present.
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index db7b42aed..4a28ba1c4 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -41,7 +41,9 @@ void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,  void watchdog_init(void);  void set_muxconf_regs(void); +u32 get_cpu_family(void);  u32 get_cpu_rev(void); +u32 get_sku_id(void);  u32 get_mem_type(void);  u32 get_sysboot_value(void);  u32 is_gpmc_muxed(void); |