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

Rick Chen rickchen36 at gmail.com
Wed Oct 12 03:33:54 CEST 2022


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


More information about the U-Boot mailing list