summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap3/sys_proto.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-08-17 21:39:34 (GMT)
committerSandeep Paulraj <s-paulraj@ti.com>2010-09-08 18:50:52 (GMT)
commitb2b9169f0bc860ac34d7828df8730744394d8f6e (patch)
treea267e19c62fbfc5794fd39da8d36c0b8952bef01 /arch/arm/include/asm/arch-omap3/sys_proto.h
parentba9a11e4ea27d43bfc3d9f1787117fe4826b3ce7 (diff)
downloadu-boot-b2b9169f0bc860ac34d7828df8730744394d8f6e.tar.xz
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.h2
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 db7b42a..4a28ba1 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);