K 10 svn:author V 8 jchandra K 8 svn:date V 27 2012-02-27T13:57:14.252953Z K 7 svn:log V 260 CFI fixes for big endian architectures. The commands and responses are little-endian which has to be bswapped, while raw read of data need not be. Make the default cfi_read and cfi_write do 'htole', and provide a cfi_read_raw which is used for reading data. END