diff options
| author | wdenk <wdenk> | 2004-07-10 21:45:47 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-07-10 21:45:47 +0000 | 
| commit | 8b07a1103dc7dcadc80c4a9681cfa7d225e8e224 (patch) | |
| tree | 8017b2826d62ec6d8289b8f1170627dc5c21ffcf /include/flash.h | |
| parent | 0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2 (diff) | |
| download | olio-uboot-2014.01-8b07a1103dc7dcadc80c4a9681cfa7d225e8e224.tar.xz olio-uboot-2014.01-8b07a1103dc7dcadc80c4a9681cfa7d225e8e224.zip | |
* Patch by Fred Klatt, 25 Jun 2004:
  Add support for WindRiver's SBC8560 board
* Patch by Nicolas Lacressonniere, 24 Jun 2004
  Small Bugs fixes for "at91rm9200dk" board:
  - Timing modifications for SPI DataFlash access
  - Fix NAND flash detection bug
* Patch by Nicolas Lacressonniere, 24 Jun 2004:
  Add Support for Flash AT49BV6416 for AT91RM9200DK board
Diffstat (limited to 'include/flash.h')
| -rw-r--r-- | include/flash.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/flash.h b/include/flash.h index 51a7ae0af..0b28da7fa 100644 --- a/include/flash.h +++ b/include/flash.h @@ -200,8 +200,9 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of  #define AMD_ID_LV640U	0x22D722D7	/* 29LV640U ID (64 M, uniform sectors)	*/ -#define ATM_ID_BV1614	0x000000C0	/* 49BV1614 ID */ +#define ATM_ID_BV1614	0x000000C0	/* 49BV1614  ID */  #define ATM_ID_BV1614A	0x000000C8	/* 49BV1614A ID */ +#define ATM_ID_BV6416	0x000000D6	/* 49BV6416  ID */  #define FUJI_ID_29F800BA  0x22582258	/* MBM29F800BA ID  (8M) */  #define FUJI_ID_29F800TA  0x22D622D6	/* MBM29F800TA ID  (8M) */ |