
Stanislav Galabov (4): - Properly calculate ATA_SECTORWORDS, using a fixed-size integer, so it works for both 32-bit and 64-bit targets - Use CONFIG_IDE_SWAP_IO when running on big-endian MIPS (32 or 64-bit) in QEMU so that IDE transfers work properly - Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets. Specifically tested on MIPS under QEMU (works with all combination of bit-ness and endian-ness) - Add support for 64-bit MIPS to examples/standalone
api/api.c | 58 +++++++++++++++++++++---------------------- examples/api/Makefile | 4 +++ examples/api/crt0.S | 13 +++++----- examples/api/glue.c | 18 +++++++------- examples/standalone/stubs.c | 18 ++++++++++++++ include/ata.h | 2 +- include/configs/qemu-mips.h | 4 +++ include/configs/qemu-mips64.h | 4 +++ 8 files changed, 76 insertions(+), 45 deletions(-)