soc.h (e7e17c538604928b98107a08c2c5dc54745d85fe) | soc.h (d240ef3056528785a28ad9b3e5013205b06e7d03) |
---|---|
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> --- 382 unchanged lines hidden (view full) --- 391 392#define AM35XX_CLASS 0x35170034 393#define AM35XX_REV_ES1_0 AM35XX_CLASS 394#define AM35XX_REV_ES1_1 (AM35XX_CLASS | (0x1 << 8)) 395 396#define AM335X_CLASS 0x33500033 397#define AM335X_REV_ES1_0 AM335X_CLASS 398#define AM335X_REV_ES2_0 (AM335X_CLASS | (0x1 << 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> --- 382 unchanged lines hidden (view full) --- 391 392#define AM35XX_CLASS 0x35170034 393#define AM35XX_REV_ES1_0 AM35XX_CLASS 394#define AM35XX_REV_ES1_1 (AM35XX_CLASS | (0x1 << 8)) 395 396#define AM335X_CLASS 0x33500033 397#define AM335X_REV_ES1_0 AM335X_CLASS 398#define AM335X_REV_ES2_0 (AM335X_CLASS | (0x1 << 8)) |
399#define AM335X_REV_ES2_1 (AM335X_CLASS | (0x2 << 8)) |
|
399 400#define OMAP443X_CLASS 0x44300044 401#define OMAP4430_REV_ES1_0 (OMAP443X_CLASS | (0x10 << 8)) 402#define OMAP4430_REV_ES2_0 (OMAP443X_CLASS | (0x20 << 8)) 403#define OMAP4430_REV_ES2_1 (OMAP443X_CLASS | (0x21 << 8)) 404#define OMAP4430_REV_ES2_2 (OMAP443X_CLASS | (0x22 << 8)) 405#define OMAP4430_REV_ES2_3 (OMAP443X_CLASS | (0x23 << 8)) 406 --- 96 unchanged lines hidden --- | 400 401#define OMAP443X_CLASS 0x44300044 402#define OMAP4430_REV_ES1_0 (OMAP443X_CLASS | (0x10 << 8)) 403#define OMAP4430_REV_ES2_0 (OMAP443X_CLASS | (0x20 << 8)) 404#define OMAP4430_REV_ES2_1 (OMAP443X_CLASS | (0x21 << 8)) 405#define OMAP4430_REV_ES2_2 (OMAP443X_CLASS | (0x22 << 8)) 406#define OMAP4430_REV_ES2_3 (OMAP443X_CLASS | (0x23 << 8)) 407 --- 96 unchanged lines hidden --- |