K 10 svn:author V 8 jchandra K 8 svn:date V 27 2012-03-27T15:13:12.541802Z K 7 svn:log V 317 CFI fixes for big endian archs. The flash commands and responses are little-endian and have to be byte swapped on big-endian systems. However the raw read of data need not be swapped. Make the cfi_read and cfi_write do the swapping, and provide a cfi_read_raw which does not byte swap for reading data from flash. END