[PATCH 0/12] cfi_flash: improvment
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Nov 26 14:43:53 EST 2010
Hi,
the following patch series improve the current flash
by adding the atmel flash supportm fixing some issues and factorising
more the code
Found during the adding of the at91rm9200ek
please pull
The following changes since commit 53dbaf3fc7b8371ed1e24ef96715e41d60b8ebc3:
Merge branch 'master' into next (2010-11-19 09:35:15 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git cfi
Jean-Christophe PLAGNIOL-VILLARD (12):
cfi_flash: move intel real protect flash support to cfi_flash_intel.c
cfi_flash: add Atmel real protect flash support
cfi_flash: move flash_read_uchar from inline to noinline
cfi_flash: use amd and standard reset flash command at probing
cfi_flash: synchronize command offsets with Linux CFI driver
cfi_flash: update manufacturer id flash support
cfi_flash: Introduce read and write accessors
cfi_flash: Read whole QRY structure in one go
cfi_flash: do not reset flash when probe fails
cfi_flash: move reset command assigment to specific chipset init function
cfi_flash: introduce flash cmdset fixup
cfi_flash_amd: Add manufacturer-specific fixups
drivers/nor/cfi_flash.c | 303 +++++++++++++++++++----------------------
drivers/nor/cfi_flash.h | 120 +++++++++++++----
drivers/nor/cfi_flash_amd.c | 172 ++++++++++++++++++++----
drivers/nor/cfi_flash_intel.c | 52 ++++++--
4 files changed, 420 insertions(+), 227 deletions(-)
Best Regards,
J.
More information about the barebox
mailing list