Update of /cvsroot/blob/blob/src/blob In directory usw-pr-cvs1:/tmp/cvs-serv13597 Modified Files: accelent_sa.c assabet.c badge4.c brutus.c clart.c frodo.c h3600.c idr.c jornada720.c nesa.c pleb.c shannon.c system3.c Log Message: Make flash_descriptors const Index: accelent_sa.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/accelent_sa.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- accelent_sa.c 4 Feb 2002 18:02:42 -0000 1.1 +++ accelent_sa.c 13 Feb 2002 00:08:54 -0000 1.2 @@ -50,7 +50,7 @@ /* flash descriptor for Accelent IDP flash. */ /* Accelent IDP uses 2xINTEL e28F640 Chips */ -static flash_descriptor_t accelent_sa_flash_descriptors[] = +static const flash_descriptor_t accelent_sa_flash_descriptors[] = { { size: 2 * 128 * 1024, Index: assabet.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/assabet.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- assabet.c 3 Jan 2002 16:07:17 -0000 1.6 +++ assabet.c 13 Feb 2002 00:08:54 -0000 1.7 @@ -34,7 +34,7 @@ /* flash descriptor for Assabet flash */ /* 2x Intel 28F128J3A strataflash (16MB) */ -static flash_descriptor_t assabet_flash_descriptors[] = +static const flash_descriptor_t assabet_flash_descriptors[] = { { size: 2 * 128 * 1024, Index: badge4.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/badge4.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- badge4.c 23 Jan 2002 18:09:42 -0000 1.5 +++ badge4.c 13 Feb 2002 00:08:54 -0000 1.6 @@ -34,7 +34,7 @@ /* flash descriptor for Badge4 flash */ /* 1 x Intel 28F320C3BA100 Advanced+ Boot Block Flash (32 Mbit) */ /* http://developer.intel.com/design/flcomp/datashts/29064512.pdf */ -static flash_descriptor_t badge4_flash_descriptors[] = +static const flash_descriptor_t badge4_flash_descriptors[] = { { /* Eight 4 KW Parameter Bottom Blocks (64K bytes) */ Index: brutus.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/brutus.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- brutus.c 3 Jan 2002 16:07:17 -0000 1.5 +++ brutus.c 13 Feb 2002 00:08:54 -0000 1.6 @@ -34,7 +34,7 @@ /* flash descriptor for Brutus flash. */ /* I have *really* no idea what kind of flash Brutus uses */ -static flash_descriptor_t brutus_flash_descriptors[] = +static const flash_descriptor_t brutus_flash_descriptors[] = { #warning "Please verify Brutus flash layout" { Index: clart.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/clart.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- clart.c 3 Jan 2002 16:07:17 -0000 1.5 +++ clart.c 13 Feb 2002 00:08:54 -0000 1.6 @@ -34,7 +34,7 @@ /* flash descriptor for CreditLART flash */ /* 1x Intel 28F256J3A strataflash (16MB) */ -static flash_descriptor_t clart_flash_descriptors[] = +static const flash_descriptor_t clart_flash_descriptors[] = { { size: 128 * 1024, Index: frodo.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/frodo.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- frodo.c 1 Feb 2002 14:38:55 -0000 1.1 +++ frodo.c 13 Feb 2002 00:08:54 -0000 1.2 @@ -34,7 +34,7 @@ /* flash descriptor for FRODO flash */ /* 2x Intel 28F128J3A strataflash (32MB) */ -static flash_descriptor_t frodo_flash_descriptors[] = +static const flash_descriptor_t frodo_flash_descriptors[] = { { size: 2 * 128 * 1024, Index: h3600.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/h3600.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h3600.c 3 Jan 2002 16:07:17 -0000 1.5 +++ h3600.c 13 Feb 2002 00:08:54 -0000 1.6 @@ -70,7 +70,7 @@ /* flash descriptor for H3600 flash */ /* 2x Intel 28F640J3A (16MB) */ -static flash_descriptor_t h3600_flash_descriptors[] = +static const flash_descriptor_t h3600_flash_descriptors[] = { { size: 2 * 128 * 1024, Index: idr.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/idr.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- idr.c 11 Feb 2002 22:46:53 -0000 1.8 +++ idr.c 13 Feb 2002 00:08:54 -0000 1.9 @@ -33,7 +33,7 @@ /* flash descriptor for IDR flash */ /* 1x Intel 28F128J3A strataflash (16MB) */ -static flash_descriptor_t idr_flash_descriptors[] = +static const flash_descriptor_t idr_flash_descriptors[] = { { size: 128 * 1024, Index: jornada720.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/jornada720.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- jornada720.c 15 Jan 2002 01:45:01 -0000 1.4 +++ jornada720.c 13 Feb 2002 00:08:54 -0000 1.5 @@ -36,7 +36,7 @@ /* 2 x Intel 28F128J3A StrataFlash (16 MB) [32MB total] */ /* http://developer.intel.com/design/flcomp/datashts/29066709.pdf */ -static flash_descriptor_t jornada720_flash_descriptors[] = +static const flash_descriptor_t jornada720_flash_descriptors[] = { { /* One hundred twenty eight 128KB blocks */ Index: nesa.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/nesa.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- nesa.c 21 Jan 2002 19:46:44 -0000 1.6 +++ nesa.c 13 Feb 2002 00:08:54 -0000 1.7 @@ -34,7 +34,7 @@ /* flash descriptor for NESA flash */ /* 2x AMD Am29LV160DB flash (4MB) */ -static flash_descriptor_t nesa_flash_descriptors[] = +static const flash_descriptor_t nesa_flash_descriptors[] = { { size: 2 * 16 * 1024, Index: pleb.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/pleb.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- pleb.c 3 Jan 2002 16:07:18 -0000 1.5 +++ pleb.c 13 Feb 2002 00:08:54 -0000 1.6 @@ -51,7 +51,7 @@ /* flash descriptor for PLEB flash. */ -static flash_descriptor_t pleb_flash_descriptors[] = +static const flash_descriptor_t pleb_flash_descriptors[] = { #warning "Please add PLEB flash layout" { Index: shannon.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/shannon.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- shannon.c 20 Jan 2002 04:56:20 -0000 1.7 +++ shannon.c 13 Feb 2002 00:08:54 -0000 1.8 @@ -31,7 +31,7 @@ /* flash descriptor for SHANNON flash */ /* 2x AMD *whatever* flash (4MB) */ -static flash_descriptor_t shannon_flash_descriptors[] = +static const flash_descriptor_t shannon_flash_descriptors[] = { { size: 2 * 8 * 1024, Index: system3.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/system3.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- system3.c 3 Jan 2002 16:07:18 -0000 1.9 +++ system3.c 13 Feb 2002 00:08:54 -0000 1.10 @@ -65,7 +65,7 @@ /* flash descriptor for System3 flash. */ /* System 3 uses 2xINTEL e28F640 Chips */ -static flash_descriptor_t system3_flash_descriptors[] = +static const flash_descriptor_t system3_flash_descriptors[] = { { size: 2 * 128 * 1024, |