mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
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. |
||
|---|---|---|
| .. | ||
| cfi_bus_fdt.c | ||
| cfi_bus_ixp4xx.c | ||
| cfi_core.c | ||
| cfi_dev.c | ||
| cfi_disk.c | ||
| cfi_reg.h | ||
| cfi_var.h | ||