soc.h (d608d71cd6d19792487d08333d63c7ff20294694) soc.h (5a898a782fee197c6d12d2d5d81868d69090df7b)
1/*
2 * OMAP cpu type detection
3 *
4 * Copyright (C) 2004, 2008 Nokia Corporation
5 *
6 * Copyright (C) 2009-11 Texas Instruments.
7 *
8 * Written by Tony Lindgren <tony.lindgren@nokia.com>

--- 399 unchanged lines hidden (view full) ---

408#define OMAP4460_REV_ES1_0 (OMAP446X_CLASS | (0x10 << 8))
409#define OMAP4460_REV_ES1_1 (OMAP446X_CLASS | (0x11 << 8))
410
411#define OMAP447X_CLASS 0x44700044
412#define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8))
413
414#define OMAP54XX_CLASS 0x54000054
415#define OMAP5430_REV_ES1_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x10 << 8))
1/*
2 * OMAP cpu type detection
3 *
4 * Copyright (C) 2004, 2008 Nokia Corporation
5 *
6 * Copyright (C) 2009-11 Texas Instruments.
7 *
8 * Written by Tony Lindgren <tony.lindgren@nokia.com>

--- 399 unchanged lines hidden (view full) ---

408#define OMAP4460_REV_ES1_0 (OMAP446X_CLASS | (0x10 << 8))
409#define OMAP4460_REV_ES1_1 (OMAP446X_CLASS | (0x11 << 8))
410
411#define OMAP447X_CLASS 0x44700044
412#define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8))
413
414#define OMAP54XX_CLASS 0x54000054
415#define OMAP5430_REV_ES1_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x10 << 8))
416#define OMAP5430_REV_ES2_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x20 << 8))
416#define OMAP5432_REV_ES1_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x10 << 8))
417#define OMAP5432_REV_ES1_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x10 << 8))
418#define OMAP5432_REV_ES2_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x20 << 8))
417
418void omap2xxx_check_revision(void);
419void omap3xxx_check_revision(void);
420void omap4xxx_check_revision(void);
421void omap5xxx_check_revision(void);
422void omap3xxx_check_features(void);
423void ti81xx_check_features(void);
424void omap4xxx_check_features(void);

--- 75 unchanged lines hidden ---
419
420void omap2xxx_check_revision(void);
421void omap3xxx_check_revision(void);
422void omap4xxx_check_revision(void);
423void omap5xxx_check_revision(void);
424void omap3xxx_check_features(void);
425void ti81xx_check_features(void);
426void omap4xxx_check_features(void);

--- 75 unchanged lines hidden ---