]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/jedec_flash.c
mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
[u-boot] / drivers / mtd / jedec_flash.c
index 9845e9364ed06078dee9b46910f9ce5cc79993a8..020647a7caf058cb64cb7616fcb84290367addf6 100644 (file)
@@ -234,6 +234,23 @@ static const struct amd_flash_info jedec_table[] = {
                        ERASEINFO(0x10000,7),
                }
        },
+       {
+               .mfr_id         = MANUFACTURER_AMD,
+               .dev_id         = AM29LV800BB,
+               .name           = "AMD AM29LV800BB",
+               .uaddr          = {
+                       [1] = MTD_UADDR_0x0555_0x02AA /* x16 */
+               },
+               .DevSize        = SIZE_1MiB,
+               .CmdSet         = CFI_CMDSET_AMD_LEGACY,
+               .NumEraseRegions= 4,
+               .regions        = {
+                       ERASEINFO(0x04000, 1),
+                       ERASEINFO(0x02000, 2),
+                       ERASEINFO(0x08000, 1),
+                       ERASEINFO(0x10000, 15),
+               }
+       },
 #endif
 };