[PATCH v5 0/8] Add virtio-mmio support to m68k virt machine

Tom Rini trini at konsulko.com
Tue May 5 00:09:57 CEST 2026


On Thu, Apr 16, 2026 at 06:39:19PM +0900, Daniel Palmer wrote:

> 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.

We get this in CI:
drivers/virtio/virtio_mmio.c:359:15: warning: cast to 'void *' from
 smaller integer type 'phys_addr_t' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  359 |         priv->base = (void __iomem *)plat->base;
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      1 warning generated.

With clang, please fix.

Also, it seems that "sysreset: qemu virt: Use __raw_writel()" has a
duplicate Signed-off-by from you, please fix that as well. Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260504/1ba38e32/attachment.sig>


More information about the U-Boot mailing list