id.c (f9cd49033b349b8be3bb1f01b39eed837853d880) id.c (e4c060db2c13f10de09101afc564763f9fd0019a)
1/*
2 * linux/arch/arm/mach-omap1/id.c
3 *
4 * OMAP1 CPU identification code
5 *
6 * Copyright (C) 2004 Nokia Corporation
7 * Written by Tony Lindgren <tony@atomide.com>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 */
13
14#include <linux/module.h>
15#include <linux/kernel.h>
16#include <linux/init.h>
17#include <linux/io.h>
18#include <asm/system_info.h>
19
1/*
2 * linux/arch/arm/mach-omap1/id.c
3 *
4 * OMAP1 CPU identification code
5 *
6 * Copyright (C) 2004 Nokia Corporation
7 * Written by Tony Lindgren <tony@atomide.com>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 */
13
14#include <linux/module.h>
15#include <linux/kernel.h>
16#include <linux/init.h>
17#include <linux/io.h>
18#include <asm/system_info.h>
19
20#include <plat/cpu.h>
20#include "soc.h"
21
22#include <mach/hardware.h>
23
24#include "common.h"
25
26#define OMAP_DIE_ID_0 0xfffe1800
27#define OMAP_DIE_ID_1 0xfffe1804
28#define OMAP_PRODUCTION_ID_0 0xfffe2000

--- 182 unchanged lines hidden ---
21
22#include <mach/hardware.h>
23
24#include "common.h"
25
26#define OMAP_DIE_ID_0 0xfffe1800
27#define OMAP_DIE_ID_1 0xfffe1804
28#define OMAP_PRODUCTION_ID_0 0xfffe2000

--- 182 unchanged lines hidden ---