From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pcengines-apu-firmware: Update to version 4.14.0.4 Date: Fri, 08 Oct 2021 15:43:49 +0200 Message-ID: <20211008134349.3472945-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5234233176116572169==" List-Id: --===============5234233176116572169== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 4.14.0.2 to 4.14.0.4 - Update of rootfile - Changelog v4.14.0.4 Release date: 2021-09-17 Changed: Rebased with official coreboot repository commit d9f5d90 Enabled EHCI controller by default on apu3-apu6 platforms Updated sortbootorder to v4.6.22 Added: Safeguard against setting watchdog timeout too low Known issues: apuled driver doesn't work in FreeBSD. Check the GPIOs document for w= orkaround. Some PCIe cards are not detected on certain OSes and/or in certain mP= CIe slots. Check the mPCIe modules document for solution/workaround. Booting with 2 USB 3.x sticks plugged in apu4 sometimes results in de= tecting only 1 stick Certain USB 3.x sticks happen to not appear in boot menu Booting Xen is unstable v4.14.0.3 Release date: 2021-08-06 Changed: Rebased with official coreboot repository commit c049c80 Signed-off-by: Adolf Belka --- config/rootfiles/packages/pcengines-apu-firmware | 12 ++++++------ lfs/pcengines-apu-firmware | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/rootfiles/packages/pcengines-apu-firmware b/config/rootfi= les/packages/pcengines-apu-firmware index 1eb3cf08c..3ae4e74e9 100644 --- a/config/rootfiles/packages/pcengines-apu-firmware +++ b/config/rootfiles/packages/pcengines-apu-firmware @@ -1,8 +1,8 @@ #lib/firmware/pcengines #lib/firmware/pcengines/apu -lib/firmware/pcengines/apu/apu1_v4.14.0.2.rom -lib/firmware/pcengines/apu/apu2_v4.14.0.2.rom -lib/firmware/pcengines/apu/apu3_v4.14.0.2.rom -lib/firmware/pcengines/apu/apu4_v4.14.0.2.rom -lib/firmware/pcengines/apu/apu5_v4.14.0.2.rom -lib/firmware/pcengines/apu/apu6_v4.14.0.2.rom +lib/firmware/pcengines/apu/apu1_v4.14.0.4.rom +lib/firmware/pcengines/apu/apu2_v4.14.0.4.rom +lib/firmware/pcengines/apu/apu3_v4.14.0.4.rom +lib/firmware/pcengines/apu/apu4_v4.14.0.4.rom +lib/firmware/pcengines/apu/apu5_v4.14.0.4.rom +lib/firmware/pcengines/apu/apu6_v4.14.0.4.rom diff --git a/lfs/pcengines-apu-firmware b/lfs/pcengines-apu-firmware index cf723ff83..0224b028f 100644 --- a/lfs/pcengines-apu-firmware +++ b/lfs/pcengines-apu-firmware @@ -24,14 +24,14 @@ =20 include Config =20 -VER =3D 4.14.0.2 +VER =3D 4.14.0.4 =20 THISAPP =3D pcengines-apu-firmware-$(VER) DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D pcengines-apu-firmware -PAK_VER =3D 8 +PAK_VER =3D 9 SUP_ARCH =3D i586 x86_64 =20 DEPS =3D firmware-update @@ -55,12 +55,12 @@ apu4_v$(VER).rom =3D $(DL_FROM)/apu4_v$(VER).rom apu5_v$(VER).rom =3D $(DL_FROM)/apu5_v$(VER).rom apu6_v$(VER).rom =3D $(DL_FROM)/apu6_v$(VER).rom =20 -apu1_v$(VER).rom_MD5 =3D e4d9ae35c2be9bf00c18426be5939eea -apu2_v$(VER).rom_MD5 =3D 03441c9c73b19e7f7dac609900ce5ea1 -apu3_v$(VER).rom_MD5 =3D ad98d3f992ca7bfc8ceb5e3f64f8d7ac -apu4_v$(VER).rom_MD5 =3D 1257cc73fe96e131da9d21207f6793ce -apu5_v$(VER).rom_MD5 =3D 442c34e47402fbe9c2f9c597f9e88bea -apu6_v$(VER).rom_MD5 =3D 958de4c34fecedd38fc95e602f28c627 +apu1_v$(VER).rom_MD5 =3D e60ce8d903cb1e301aae1160aa8413cd +apu2_v$(VER).rom_MD5 =3D 00da67aecd00e7479f0194ccc4ee5739 +apu3_v$(VER).rom_MD5 =3D 4f935c61fc4274c0b427d16d6aa0049a +apu4_v$(VER).rom_MD5 =3D 3aed8f5e1e543a3912c808fe68067dde +apu5_v$(VER).rom_MD5 =3D c39dbf45aa630c273fcace35fbc6324e +apu6_v$(VER).rom_MD5 =3D b81f9da0f39b355344b602868b2ddcff =20 install : $(TARGET) =20 --=20 2.33.0 --===============5234233176116572169==--