[U-Boot-Users] [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Update #2]

This patch (replaces patches submitted via DNX#2006110942000016 and DNX#2006111042000013):
* Adds support for AMD command set Top Boot flash geometry reversal * Adds support for reading JEDEC Manufacturer ID and Device ID * Adds support for displaying command set, manufacturer id and device ids (flinfo) * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined * Removes outdated change history (refer to git log instead)
Signed-off-by: Tolunay Orkun listmember@orkun.us ---
drivers/cfi_flash.c | 214 +++++++++++++++++++++++++++++++++++++-------------- include/flash.h | 8 ++ 2 files changed, 164 insertions(+), 58 deletions(-)

Tolunay Orkun wrote:
This patch (replaces patches submitted via DNX#2006110942000016 and DNX#2006111042000013):
- Adds support for AMD command set Top Boot flash geometry reversal
- Adds support for reading JEDEC Manufacturer ID and Device ID
- Adds support for displaying command set, manufacturer id and device ids (flinfo)
- Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
- Removes outdated change history (refer to git log instead)
Signed-off-by: Tolunay Orkun listmember@orkun.us
Signed-off-by: Timur Tabi timur@freescale.com
I re-tested this patch on our U-Boot tree that has code for additional Freescale 83xx platforms (WD is reviewing them). The patch applies cleanly and works great, so it can be applied before or after pulling our 83xx tree.
I also want to thank Tolunay again for working on this patch, because it fixes one of my bugs.
participants (2)
-
Timur Tabi
-
Tolunay Orkun