From e4fefb5f616c9d6b8f61348352bd947554bcf40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Fri, 29 May 2026 19:06:41 +0200 Subject: [PATCH] boot/palo: bump to 2.29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: * psc_misc: Add function to get PDC firmware version * ipl: Fix mfg mode on C8000, rp34x0 and rp44x0 This has been tested on hp 712, booting from network and from disk. Signed-off-by: Vincent Stehlé Signed-off-by: Julien Olivain --- boot/palo/palo.hash | 2 +- boot/palo/palo.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/palo/palo.hash b/boot/palo/palo.hash index 2a7e2ef89a..9019d00f04 100644 --- a/boot/palo/palo.hash +++ b/boot/palo/palo.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 73db9f60d439c4ae9d31b049671283e01d95ae364fc78b4db37eed5523218d6c palo-2.28.tar.gz +sha256 bca096116d403b7d370794d84853c4f4a4703d604c01a645d1fbd1c5be42a7e0 palo-2.29.tar.gz sha256 fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7 COPYING diff --git a/boot/palo/palo.mk b/boot/palo/palo.mk index dadb0cde92..d2761042f5 100644 --- a/boot/palo/palo.mk +++ b/boot/palo/palo.mk @@ -4,7 +4,7 @@ # ################################################################################ -PALO_VERSION = 2.28 +PALO_VERSION = 2.29 PALO_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/snapshot PALO_LICENSE = GPL-2.0 PALO_LICENSE_FILES = COPYING