From 372738f16134c1bc224faa2889268fcd71761eab Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Sun, 21 Oct 2007 16:58:49 +0800 Subject: [PATCH] --- yaml --- r: 71943 b: refs/heads/master c: 1e5b24431b58d821502bb56e67af3e74854feaf2 h: refs/heads/master i: 71941: 85592da476002ec54057428d3485467e278f3880 71939: 79ddff25102b23d18aa468f331590ae6502f0c01 71935: a69fa14142e4dbea3c212c36ce2029b7dc6b7967 v: v3 --- [refs] | 2 +- trunk/include/asm-blackfin/mach-bf548/defBF54x_base.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f99790fd59af..d2589d0fd7c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 73b0c0b0c1fa06acc3a02a58f301b0db0818d3d0 +refs/heads/master: 1e5b24431b58d821502bb56e67af3e74854feaf2 diff --git a/trunk/include/asm-blackfin/mach-bf548/defBF54x_base.h b/trunk/include/asm-blackfin/mach-bf548/defBF54x_base.h index e2632db74baa..d40db5cc5d5f 100644 --- a/trunk/include/asm-blackfin/mach-bf548/defBF54x_base.h +++ b/trunk/include/asm-blackfin/mach-bf548/defBF54x_base.h @@ -47,6 +47,10 @@ /* Debug/MP/Emulation Registers (0xFFC00014 - 0xFFC00014) */ #define CHIPID 0xffc00014 +/* CHIPID Masks */ +#define CHIPID_VERSION 0xF0000000 +#define CHIPID_FAMILY 0x0FFFF000 +#define CHIPID_MANUFACTURE 0x00000FFE /* System Reset and Interrupt Controller (0xFFC00100 - 0xFFC00104) */