soc.h (825e587af2e90e9b953849f3347a01d8f383d577) | soc.h (4a2ed4c0a3269a3a8cf269f5177f18c836ce869b) |
---|---|
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> --- 424 unchanged lines hidden (view full) --- 433#define AM35XX_REV_ES1_1 (AM35XX_CLASS | (0x1 << 8)) 434 435#define AM335X_CLASS 0x33500033 436#define AM335X_REV_ES1_0 AM335X_CLASS 437#define AM335X_REV_ES2_0 (AM335X_CLASS | (0x1 << 8)) 438#define AM335X_REV_ES2_1 (AM335X_CLASS | (0x2 << 8)) 439 440#define AM437X_CLASS 0x43700000 | 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> --- 424 unchanged lines hidden (view full) --- 433#define AM35XX_REV_ES1_1 (AM35XX_CLASS | (0x1 << 8)) 434 435#define AM335X_CLASS 0x33500033 436#define AM335X_REV_ES1_0 AM335X_CLASS 437#define AM335X_REV_ES2_0 (AM335X_CLASS | (0x1 << 8)) 438#define AM335X_REV_ES2_1 (AM335X_CLASS | (0x2 << 8)) 439 440#define AM437X_CLASS 0x43700000 |
441#define AM437X_REV_ES1_0 AM437X_CLASS | 441#define AM437X_REV_ES1_0 (AM437X_CLASS | (0x10 << 8)) 442#define AM437X_REV_ES1_1 (AM437X_CLASS | (0x11 << 8)) |
442 443#define OMAP443X_CLASS 0x44300044 444#define OMAP4430_REV_ES1_0 (OMAP443X_CLASS | (0x10 << 8)) 445#define OMAP4430_REV_ES2_0 (OMAP443X_CLASS | (0x20 << 8)) 446#define OMAP4430_REV_ES2_1 (OMAP443X_CLASS | (0x21 << 8)) 447#define OMAP4430_REV_ES2_2 (OMAP443X_CLASS | (0x22 << 8)) 448#define OMAP4430_REV_ES2_3 (OMAP443X_CLASS | (0x23 << 8)) 449 --- 95 unchanged lines hidden --- | 443 444#define OMAP443X_CLASS 0x44300044 445#define OMAP4430_REV_ES1_0 (OMAP443X_CLASS | (0x10 << 8)) 446#define OMAP4430_REV_ES2_0 (OMAP443X_CLASS | (0x20 << 8)) 447#define OMAP4430_REV_ES2_1 (OMAP443X_CLASS | (0x21 << 8)) 448#define OMAP4430_REV_ES2_2 (OMAP443X_CLASS | (0x22 << 8)) 449#define OMAP4430_REV_ES2_3 (OMAP443X_CLASS | (0x23 << 8)) 450 --- 95 unchanged lines hidden --- |