summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorDaniel Palmer <[email protected]>2026-05-16 16:39:57 +0900
committerTom Rini <[email protected]>2026-05-22 16:47:54 -0600
commit3e2b261647a78929f494a932fad4e80e607a2fef (patch)
tree928e3e60ecd25ccbdfbcc7b6fd6ac9a6ff0fc8a6 /scripts/basic
parent75a1d7280a72d587d54b6af653234a96210f7177 (diff)
m68k: Fix writew(), writel(), readw(), readl() endianness for classic m68k
In Linux these are meant to read a little-endian value and swap to the CPU endian. In u-boot for m68k this is currently broken and prevents virtio-mmio from functioning. This change is only for classic m68k. Coldfire has read big-endian, no swap for these in u-boot and Linux and existing drivers probably depend on this. Tested-by: Angelo Dureghello <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Kuan-Wei Chiu <[email protected]> Acked-by: Angelo Dureghello <[email protected]> Signed-off-by: Daniel Palmer <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions