* [PATCH] configs: starfive: enable wget https
@ 2025-11-12 0:54 E Shattow
2025-11-30 11:00 ` E Shattow
0 siblings, 1 reply; 4+ messages in thread
From: E Shattow @ 2025-11-12 0:54 UTC (permalink / raw)
To: Minda Chen, Hal Feng, Leo Liang, Heinrich Schuchardt, Tom Rini
Cc: u-boot, E Shattow
Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB)
Signed-off-by: E Shattow <e@freeshell.de>
---
configs/starfive_visionfive2_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index fa83ecfa10f..a754134a313 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -76,6 +76,7 @@ CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
CONFIG_CMD_WDT=y
CONFIG_CMD_WGET=y
+CONFIG_WGET_HTTPS=y
CONFIG_CMD_BOOTSTAGE=y
CONFIG_OF_BOARD=y
CONFIG_DEVICE_TREE_INCLUDES="starfive-visionfive2-u-boot.dtsi"
@@ -154,3 +155,4 @@ CONFIG_USB_GADGET=y
# CONFIG_WATCHDOG_AUTOSTART is not set
CONFIG_WDT=y
CONFIG_WDT_STARFIVE=y
+CONFIG_MBEDTLS_LIB=y
base-commit: caa740df9cae5ddc74b18b88a4fea43e27b2fdf6
--
2.50.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] configs: starfive: enable wget https
2025-11-12 0:54 [PATCH] configs: starfive: enable wget https E Shattow
@ 2025-11-30 11:00 ` E Shattow
2025-11-30 18:35 ` Heinrich Schuchardt
2025-12-04 12:02 ` Leo Liang
0 siblings, 2 replies; 4+ messages in thread
From: E Shattow @ 2025-11-30 11:00 UTC (permalink / raw)
To: Minda Chen, Hal Feng, Leo Liang, Heinrich Schuchardt, Tom Rini; +Cc: u-boot
Hi to all,
On 11/11/25 16:54, E Shattow wrote:
> Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB)
>
> Signed-off-by: E Shattow <e@freeshell.de>
> ---
> configs/starfive_visionfive2_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
> index fa83ecfa10f..a754134a313 100644
> --- a/configs/starfive_visionfive2_defconfig
> +++ b/configs/starfive_visionfive2_defconfig
> @@ -76,6 +76,7 @@ CONFIG_CMD_PCI=y
> CONFIG_CMD_USB=y
> CONFIG_CMD_WDT=y
> CONFIG_CMD_WGET=y
> +CONFIG_WGET_HTTPS=y
> CONFIG_CMD_BOOTSTAGE=y
> CONFIG_OF_BOARD=y
> CONFIG_DEVICE_TREE_INCLUDES="starfive-visionfive2-u-boot.dtsi"
> @@ -154,3 +155,4 @@ CONFIG_USB_GADGET=y
> # CONFIG_WATCHDOG_AUTOSTART is not set
> CONFIG_WDT=y
> CONFIG_WDT_STARFIVE=y
> +CONFIG_MBEDTLS_LIB=y
>
> base-commit: caa740df9cae5ddc74b18b88a4fea43e27b2fdf6
If there are no objections then can this then be applied for the 2026.01
release?
-E
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] configs: starfive: enable wget https
2025-11-30 11:00 ` E Shattow
@ 2025-11-30 18:35 ` Heinrich Schuchardt
2025-12-04 12:02 ` Leo Liang
1 sibling, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2025-11-30 18:35 UTC (permalink / raw)
To: E Shattow, Minda Chen, Hal Feng, Leo Liang, Tom Rini; +Cc: u-boot
Am 30. November 2025 12:00:03 MEZ schrieb E Shattow <e@freeshell.de>:
>Hi to all,
>
>On 11/11/25 16:54, E Shattow wrote:
>> Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB)
>>
>> Signed-off-by: E Shattow <e@freeshell.de>
>> ---
>> configs/starfive_visionfive2_defconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
>> index fa83ecfa10f..a754134a313 100644
>> --- a/configs/starfive_visionfive2_defconfig
>> +++ b/configs/starfive_visionfive2_defconfig
>> @@ -76,6 +76,7 @@ CONFIG_CMD_PCI=y
>> CONFIG_CMD_USB=y
>> CONFIG_CMD_WDT=y
>> CONFIG_CMD_WGET=y
>> +CONFIG_WGET_HTTPS=y
>> CONFIG_CMD_BOOTSTAGE=y
>> CONFIG_OF_BOARD=y
>> CONFIG_DEVICE_TREE_INCLUDES="starfive-visionfive2-u-boot.dtsi"
>> @@ -154,3 +155,4 @@ CONFIG_USB_GADGET=y
>> # CONFIG_WATCHDOG_AUTOSTART is not set
>> CONFIG_WDT=y
>> CONFIG_WDT_STARFIVE=y
>> +CONFIG_MBEDTLS_LIB=y
>>
>> base-commit: caa740df9cae5ddc74b18b88a4fea43e27b2fdf6
>
>If there are no objections then can this then be applied for the 2026.01
>release?
>
>-E
With mbedTLS U-Boot pulls in libgcc which on current Ubuntu requires RVA23 and leads to crashes on the VF2 board. We need to move to using a private GCC library. I am on it.
Best regards
Heinrich
Best regards
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] configs: starfive: enable wget https
2025-11-30 11:00 ` E Shattow
2025-11-30 18:35 ` Heinrich Schuchardt
@ 2025-12-04 12:02 ` Leo Liang
1 sibling, 0 replies; 4+ messages in thread
From: Leo Liang @ 2025-12-04 12:02 UTC (permalink / raw)
To: E Shattow; +Cc: Minda Chen, Hal Feng, Heinrich Schuchardt, Tom Rini, u-boot
Hi E,
On Sun, Nov 30, 2025 at 03:00:03AM -0800, E Shattow wrote:
> [EXTERNAL MAIL]
>
> Hi to all,
>
> On 11/11/25 16:54, E Shattow wrote:
> > Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB)
> >
> > Signed-off-by: E Shattow <e@freeshell.de>
> > ---
> > configs/starfive_visionfive2_defconfig | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
> > index fa83ecfa10f..a754134a313 100644
> > --- a/configs/starfive_visionfive2_defconfig
> > +++ b/configs/starfive_visionfive2_defconfig
> > @@ -76,6 +76,7 @@ CONFIG_CMD_PCI=y
> > CONFIG_CMD_USB=y
> > CONFIG_CMD_WDT=y
> > CONFIG_CMD_WGET=y
> > +CONFIG_WGET_HTTPS=y
> > CONFIG_CMD_BOOTSTAGE=y
> > CONFIG_OF_BOARD=y
> > CONFIG_DEVICE_TREE_INCLUDES="starfive-visionfive2-u-boot.dtsi"
> > @@ -154,3 +155,4 @@ CONFIG_USB_GADGET=y
> > # CONFIG_WATCHDOG_AUTOSTART is not set
> > CONFIG_WDT=y
> > CONFIG_WDT_STARFIVE=y
> > +CONFIG_MBEDTLS_LIB=y
> >
> > base-commit: caa740df9cae5ddc74b18b88a4fea43e27b2fdf6
>
> If there are no objections then can this then be applied for the 2026.01
> release?
>
> -E
Roger!
I will merge this patch after Heinrich's libgcc implementation patch is merged.
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Best regards,
Leo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-04 12:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 0:54 [PATCH] configs: starfive: enable wget https E Shattow
2025-11-30 11:00 ` E Shattow
2025-11-30 18:35 ` Heinrich Schuchardt
2025-12-04 12:02 ` Leo Liang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.