Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver source file...
[openocd.git] / src / flash / at91sam7_old.h
1 /***************************************************************************
2 * Copyright (C) 2006 by Magnus Lundin *
3 * lundin@mlu.mine.nu *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the *
17 * Free Software Foundation, Inc., *
18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19 ***************************************************************************/
20 #ifndef AT91SAM7_OLD_H
21 #define AT91SAM7_OLD_H
22
23 #include "flash.h"
24 #include "target.h"
25
26 typedef struct at91sam7_old_flash_bank_s
27 {
28 u32 working_area;
29 u32 working_area_size;
30
31 /* chip id register */
32 u32 cidr;
33 u16 cidr_ext;
34 u16 cidr_nvptyp;
35 u16 cidr_arch;
36 u16 cidr_sramsiz;
37 u16 cidr_nvpsiz;
38 u16 cidr_nvpsiz2;
39 u16 cidr_eproc;
40 u16 cidr_version;
41 char * target_name;
42
43 /* flash geometry */
44 u16 num_pages;
45 u16 pagesize;
46 u16 pages_in_lockregion;
47 u8 num_erase_regions;
48 u8 num_planes;
49 u32 *erase_region_info;
50
51 /* nv memory bits */
52 u16 num_lockbits;
53 u16 lockbits[4];
54 u16 num_nvmbits;
55 u16 nvmbits;
56 u8 securitybit;
57 u8 flashmode[4]; /* 0: not init, 1: fmcn for nvbits (1uS), 2: fmcn for flash (1.5uS) */
58
59 /* main clock status */
60 u8 mck_valid;
61 u32 mck_freq;
62
63 } at91sam7_old_flash_bank_t;
64
65 /* AT91SAM7 control registers */
66 #define DBGU_CIDR_old 0xFFFFF240
67 #define CKGR_MCFR_old 0xFFFFFC24
68 #define CKGR_MCFR_MAINRDY_old 0x10000
69 #define CKGR_PLLR_old 0xFFFFFC2c
70 #define CKGR_PLLR_DIV_old 0xff
71 #define CKGR_PLLR_MUL_old 0x07ff0000
72 #define PMC_MCKR_old 0xFFFFFC30
73 #define PMC_MCKR_CSS_old 0x03
74 #define PMC_MCKR_PRES_old 0x1c
75
76 /* Flash Controller Commands */
77 #define WP_old 0x01
78 #define SLB_old 0x02
79 #define WPL_old 0x03
80 #define CLB_old 0x04
81 #define EA_old 0x08
82 #define SGPB_old 0x0B
83 #define CGPB_old 0x0D
84 #define SSB_old 0x0F
85
86 /* MC_FSR bit definitions */
87 #define MC_FSR_FRDY_old 1
88 #define MC_FSR_EOL_old 2
89
90 /* AT91SAM7 constants */
91 #define RC_FREQ_old 32000
92
93 /* FLASH_TIMING_MODES */
94 #define FMR_TIMING_NONE_old 0
95 #define FMR_TIMING_NVBITS_old 1
96 #define FMR_TIMING_FLASH_old 2
97
98 #endif /* AT91SAM7_OLD_H */

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)