uboot/drivers
Mike Frysinger 4c2105cb9f cfi_flash: reverse geometry for newer STM parts
For newer STM parts where CFI >= 1.1, there is a byte in the extended
structure that declares the flash layout type (just like the AMD parts),
so key off of that to find out when we need to reverse the geometry.

This can be seen with M29W640 parts where U-Boot does:
Bank # 1: CFI conformant FLASH (16 x 16)  Size: 8 MB in 135 Sectors
  AMD Standard command set, Manufacturer ID: 0x20, Device ID: 0x22ED
  Erase timeout: 8192 ms, write timeout: 1 ms
  Buffer write timeout: 1 ms, buffer size: 16 bytes

  Sector Start Addresses:
  20000000   RO   20002000   RO   20004000   RO   20006000   RO   20008000   RO
  2000A000   RO   2000C000   RO   2000E000   RO   20010000   RO   20020000   RO
  ...

But Linux does:
physmap platform flash device: 00800000 at 20000000
physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank.
                 Manufacturer ID 0x000020 Chip ID 0x0022ed
physmap-flash.0: Swapping erase regions for top-boot CFI table.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Stefan Roese <sr@denx.de>
2011-06-29 10:05:19 +02:00
..
bios_emulator Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
block mvsata: issue hard reset on initialization 2011-05-23 08:58:32 +02:00
dma Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
fpga add Xilinx_abort_fn to Xilinx_Spartan3_Slave_Serial_fns 2010-11-30 21:59:21 +01:00
gpio AT91: change includes from asm/arch/io.h to asm/io.h 2011-05-18 07:56:51 +02:00
hwmon hwmon: Extend lm63.c to support LM64 2011-05-12 23:01:34 +02:00
i2c I2C: Add driver for ST-Ericsson U8500 i2c 2011-06-01 19:22:47 +02:00
input Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
misc Minor coding style cleanup. 2011-05-19 22:22:44 +02:00
mmc S5P: add set_mmc_clk for external clock control 2011-05-26 19:33:09 +09:00
mtd cfi_flash: reverse geometry for newer STM parts 2011-06-29 10:05:19 +02:00
net macb: fix compile warning 2011-06-21 22:26:22 +02:00
pci IXP42x PCI rewrite 2011-06-23 08:25:18 +02:00
pcmcia Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
power ftpmu010: fix relocation and enhance features 2011-04-27 19:38:08 +02:00
qe fsl: Change fsl_phy_enet_if to phy_interface_t 2011-04-20 15:09:35 -05:00
rtc AT91: change includes from asm/arch/io.h to asm/io.h 2011-05-18 07:56:51 +02:00
serial Merge branch 'master' of git://git.denx.de/u-boot-arm 2011-06-23 15:37:33 +02:00
spi ATMEL spi_dataflash driver - fix to build again 2011-06-21 22:26:22 +02:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb usb: convert to partial linking 2011-06-25 09:53:10 +02:00
video powerpc: use 'video-mode' environment variable to configure DIU 2011-04-28 21:31:16 +02:00
watchdog AT91: fix at91sam_wdt.c to reworked header files 2011-05-18 07:56:51 +02:00