On Thu, 26 Dec 2024 at 08:28, Hao Wu <wuhao...@google.com> wrote: > > NPCM8XX boot block stores the DRAM size in SCRPAD_B register in GCR > module. Since we don't simulate a detailed memory controller, we > need to store this information directly similar to the NPCM7XX's > INCTR3 register. > > Signed-off-by: Hao Wu <wuhao...@google.com> > --- > hw/misc/npcm_gcr.c | 24 ++++++++++++++++++++++++ > include/hw/misc/npcm_gcr.h | 1 + > 2 files changed, 25 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM