> From: Kautuk Consul <kcon...@ventanamicro.com> > Sent: Friday, September 23, 2022 3:03 PM > To: Rayagonda Kokatanur <rayagonda.kokata...@broadcom.com>; Sean Anderson > <sean.ander...@seco.com>; Rick Jian-Zhi Chen(陳建志) <r...@andestech.com>; Leo > Yu-Chi Liang(梁育齊) <ycli...@andestech.com>; Bin Meng <bmeng...@gmail.com>; > Simon Glass <s...@chromium.org>; Ilias Apalodimas > <ilias.apalodi...@linaro.org>; Alexandru Gagniuc <mr.nuke...@gmail.com>; > Philippe Reynes <philippe.rey...@softathome.com>; Heinrich Schuchardt > <xypron.g...@gmx.de>; Rasmus Villemoes <rasmus.villem...@prevas.dk>; Eugen > Hristev <eugen.hris...@microchip.com>; Stefan Roese <s...@denx.de>; Loic > Poulain <loic.poul...@linaro.org>; Peng Fan <peng....@nxp.com>; Michal Simek > <michal.si...@amd.com> > Cc: u-boot@lists.denx.de; Kautuk Consul <kcon...@ventanamicro.com> > Subject: [PATCH v5 3/3] board: qemu-riscv: enable semihosting > > To enable semihosting we also need to enable the following configs in > defconfigs: > CONFIG_SEMIHOSTING > CONFIG_SPL_SEMIHOSTING > CONFIG_SEMIHOSTING_SERIAL > CONFIG_SERIAL_PROBE_ALL > CONFIG_SPL_FS_EXT4 > CONFIG_SPL_FS_FAT > > Signed-off-by: Kautuk Consul <kcon...@ventanamicro.com> > --- > configs/qemu-riscv32_defconfig | 4 ++++ > configs/qemu-riscv32_smode_defconfig | 4 ++++ > configs/qemu-riscv32_spl_defconfig | 7 +++++++ > configs/qemu-riscv64_defconfig | 4 ++++ > configs/qemu-riscv64_smode_defconfig | 4 ++++ > configs/qemu-riscv64_spl_defconfig | 7 +++++++ > 6 files changed, 30 insertions(+)
Reviewed-by: Rick Chen <r...@andestech.com>