Re: [PATCH 7/7] hw/riscv: k230: add a noc stub region in K230 board
Junze Cao <[email protected]> Sun, 26 Jul 2026 15:44:59 +0800
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <178505189962.940286.11302517412616157706.b4-review@b4> |
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]>