OSDN Git Service

hw/block: m25p80: Implement AAI-WP command support for SST flashes
authorXuzhou Cheng <xuzhou.cheng@windriver.com>
Wed, 23 Dec 2020 02:00:25 +0000 (10:00 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Sat, 16 Jan 2021 18:57:21 +0000 (10:57 -0800)
commit465ef47abe3fd0722cf50a6073ccd9520bdbee95
tree7fc0a28cbf1a37cb7e333e6c7c91f04570131f5d
parent1695854b371cdd4d17835a406675245a8dfe6cff
hw/block: m25p80: Implement AAI-WP command support for SST flashes

Auto Address Increment (AAI) Word-Program is a special command of
SST flashes. AAI-WP allows multiple bytes of data to be programmed
without re-issuing the next sequential address location.

Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>
Message-id: 1608688825-81519-2-git-send-email-bmeng.cn@gmail.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/block/m25p80.c