2026.07 RC3

This commit is contained in:
Peter Robinson 2026-05-29 14:14:46 +01:00
commit a1afa6b9d7
15 changed files with 1407 additions and 692 deletions

View file

@ -1,4 +1,4 @@
From 4e6c3762cc86f6fab6f18ffd2a99ff921cd0fd38 Mon Sep 17 00:00:00 2001
From 7eabab2fda12b7a4417e5c7f29a507dfa9e7fffd Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Sun, 3 May 2026 09:24:34 +0100
Subject: [PATCH] enable https boot by default
@ -24,7 +24,7 @@ index c71c6824a19..8ff14adffe1 100644
depends on PROT_TCP_LWIP
depends on MBEDTLS_LIB
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 0b6c2eaac60..268d9eb8544 100644
index 4cb13ae7c8a..20733429962 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -609,6 +609,7 @@ config EFI_BOOTMGR
@ -33,8 +33,8 @@ index 0b6c2eaac60..268d9eb8544 100644
bool "EFI HTTP Boot support"
+ default y
depends on NET
depends on CMDLINE
select CMD_NET
select CMD_DHCP
diff --git a/lib/mbedtls/Kconfig b/lib/mbedtls/Kconfig
index 789721ee6cd..7a241c2bc26 100644
--- a/lib/mbedtls/Kconfig