u-boot-brain/drivers
Haavard Skinnemoen 467bcee11f cfi_flash: Add manufacturer-specific fixups
Run fixups based on the JEDEC manufacturer ID independent of the
command set ID.

This changes current behaviour: Previously, geometry reversal for AMD
chips were done based on the command set ID, while they are now done
based on the JEDEC manufacturer and device ID.

Also add fixup for top-boot Atmel chips. A fixup is needed for
AT49BV6416(T) too, but since u-boot currently only reads the low byte
of the device ID, there's no way to tell it apart from AT49BV642D,
which should not have this fixup. Since AT49BV642D support is
necessary to get ATNGW100 board support into mainline, I've commented
out the fixup for now.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-12-17 15:48:38 +01:00
..
bios_emulator Fix compiler warnings for PPC systems. Update CHANGELOG. 2007-11-18 16:36:27 +01:00
block drivers/block : move block drivers to drivers/block 2007-11-25 23:28:51 +01:00
hwmon drivers/hwmon : move hardware monitor drviers to drivers/hwmon 2007-11-25 23:28:50 +01:00
i2c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
input drivers/input : move input drivers to drivers/input 2007-11-25 23:28:49 +01:00
misc drivers/misc : move misc drivers to drivers/misc 2007-11-25 23:28:51 +01:00
mtd cfi_flash: Add manufacturer-specific fixups 2007-12-17 15:48:38 +01:00
net drivers/net : move net drivers to drivers/net 2007-11-25 18:35:17 +01:00
pci drivers/pci : move pci drivers to drivers/pci 2007-11-24 20:35:55 +01:00
pcmcia drivers/pcmcia : move pcmcia drivers to drivers/pcmcia 2007-11-24 20:35:56 +01:00
qe Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 2007-09-15 20:48:41 +02:00
rtc drivers/rtc : move rtc drivers to drivers/rtc 2007-11-25 23:28:50 +01:00
serial drivers/serial : move serial drivers to drivers/serial 2007-11-25 23:24:16 +01:00
usb drivers/usb : move usb drivers to drivers/usb 2007-11-25 23:27:38 +01:00
video drivers/video : move video drivers to drivers/video 2007-11-25 18:35:11 +01:00