flash/nor: Factor out CFI memory read/write functions
commitdb23c13d42f49da238bed548d3421c1651ad7072
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 21 Apr 2019 13:54:38 +0000 (21 15:54 +0200)
committerPaul Fertser <fercerpav@gmail.com>
Sun, 5 Jan 2020 14:29:57 +0000 (5 14:29 +0000)
tree088d4818e45ab8e9aaa4572297c9fd84c674a7f5
parent790bd27181c13f816fcce59f3ab23d3b2f21f94d
flash/nor: Factor out CFI memory read/write functions

Create separate memory read/write functions which facilitate access
to the CFI NOR, so that they can be replaced by controller-specific
functions if necessary. This would become necessary when implementing
support for e.g. HyperFlash controllers, which do not directly map
the HyperFlash into the address space.

Change-Id: I1bba1edfd397cb37bfedb43efe2dd03feb26a375
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Reviewed-on: http://openocd.zylin.com/5145
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
src/flash/nor/cfi.c