Re: [PATCH v5 3/3] board: qemu-riscv: enable semihosting

From: Kautuk Consul kconsul@ventanamicro.com Sent: Friday, September 23, 2022 3:03 PM To: Rayagonda Kokatanur rayagonda.kokatanur@broadcom.com; Sean Anderson sean.anderson@seco.com; Rick Jian-Zhi Chen(陳建志) rick@andestech.com; Leo Yu-Chi Liang(梁育齊) ycliang@andestech.com; Bin Meng bmeng.cn@gmail.com; Simon Glass sjg@chromium.org; Ilias Apalodimas ilias.apalodimas@linaro.org; Alexandru Gagniuc mr.nuke.me@gmail.com; Philippe Reynes philippe.reynes@softathome.com; Heinrich Schuchardt xypron.glpk@gmx.de; Rasmus Villemoes rasmus.villemoes@prevas.dk; Eugen Hristev eugen.hristev@microchip.com; Stefan Roese sr@denx.de; Loic Poulain loic.poulain@linaro.org; Peng Fan peng.fan@nxp.com; Michal Simek michal.simek@amd.com Cc: u-boot@lists.denx.de; Kautuk Consul kconsul@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 kconsul@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 rick@andestech.com
participants (1)
-
Rick Chen