]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Add virtio-mmio support to m68k virt machine"
authorTom Rini <trini@konsulko.com>
Fri, 22 May 2026 22:46:42 +0000 (16:46 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 22 May 2026 22:47:54 +0000 (16:47 -0600)
Daniel Palmer <daniel@thingy.jp> says:

Lets start making the m68k virt machine support useful.

First we need to fix some m68k endian issues.

Then allow virtio mmio driver instances to be created with
platform data and fix a minor endian issue.

Finally, add the code for the board to create the instances.

Link: https://lore.kernel.org/r/20260516074016.885146-1-daniel@thingy.jp

Trivial merge