[PATCH 1/2] configs: enable SEMIHOSTING on qemu_arm64_defconfig
Sean Anderson
sean.anderson at seco.com
Mon Jul 31 23:06:46 CEST 2023
On 7/31/23 16:01, Heinrich Schuchardt wrote:
> We need a platform on which we can test our semihosting code.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> configs/qemu_arm64_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
> index 94bd966784..2080f5ee9a 100644
> --- a/configs/qemu_arm64_defconfig
> +++ b/configs/qemu_arm64_defconfig
> @@ -71,4 +71,5 @@ CONFIG_TPM2_MMIO=y
> CONFIG_USB=y
> CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_EHCI_PCI=y
> +CONFIG_SEMIHOSTING=y
> CONFIG_TPM=y
Reviewed-by: Sean Anderson <sean.anderson at seco.com>
More information about the U-Boot
mailing list