On Wed, 22 Jul 2026 00:13:35 +0800, Tao Ding <[email protected]> wrote: > diff --git a/hw/riscv/k230.c b/hw/riscv/k230.c > index 7fd1ec4c25..ff834d6724 100644 > --- a/hw/riscv/k230.c > +++ b/hw/riscv/k230.c > @@ -234,6 +234,9 @@ static void k230_soc_realize(DeviceState *dev, Error > **errp) > qdev_get_gpio_in(DEVICE(&s->decomp_gzip), i)); > } > > + /* Noc stub, the k230 decomp_gzip driver in uboot will access this > region */ > + create_unimplemented_device("noc-stub", 0x91302000, 0x1000); > + > /* unimplemented devices */ > create_unimplemented_device("kpu.l2-cache", > memmap[K230_DEV_KPU_L2_CACHE].base,
Please disregard the Reviewed-by tag in my previous reply; it used an obsolete identity. The review itself is unchanged. Reviewed-by: Junze Cao <[email protected]> -- Junze Cao <[email protected]>
