]> git.proxmox.com Git - mirror_qemu.git/commit
hw/mem: Stubbed out NPCM7xx Memory Controller model
authorHavard Skinnemoen <hskinnemoen@google.com>
Fri, 11 Sep 2020 05:20:56 +0000 (22:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Sep 2020 13:24:59 +0000 (14:24 +0100)
commit1351f892467bd8d9655b43b8fbf10a8d08890612
tree783d0e2a79f0cca2296078950412cdba0043cdd3
parentc752bb079beb57a8527e55859ce4c416fb1663c3
hw/mem: Stubbed out NPCM7xx Memory Controller model

This just implements the bare minimum to cause the boot block to skip
memory initialization.

Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Alexander Bulekov <alxndr@bu.edu>
Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com>
Message-id: 20200911052101.2602693-10-hskinnemoen@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/npcm7xx.c
hw/mem/meson.build
hw/mem/npcm7xx_mc.c [new file with mode: 0644]
include/hw/arm/npcm7xx.h
include/hw/mem/npcm7xx_mc.h [new file with mode: 0644]