pcengines-apu-firmware: Update to version 4.14.0.4

- 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 workaround.
        Some PCIe cards are not detected on certain OSes and/or in certain mPCIe slots.
         Check the mPCIe modules document for solution/workaround.
        Booting with 2 USB 3.x sticks plugged in apu4 sometimes results in detecting
         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 <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Adolf Belka
2021-10-08 15:43:49 +02:00
committed by Arne Fitzenreiter
parent f85e3493ac
commit 65710b528a
2 changed files with 14 additions and 14 deletions

View File

@@ -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

View File

@@ -24,14 +24,14 @@
include Config
VER = 4.14.0.2
VER = 4.14.0.4
THISAPP = pcengines-apu-firmware-$(VER)
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = pcengines-apu-firmware
PAK_VER = 8
PAK_VER = 9
SUP_ARCH = i586 x86_64
DEPS = firmware-update
@@ -55,12 +55,12 @@ apu4_v$(VER).rom = $(DL_FROM)/apu4_v$(VER).rom
apu5_v$(VER).rom = $(DL_FROM)/apu5_v$(VER).rom
apu6_v$(VER).rom = $(DL_FROM)/apu6_v$(VER).rom
apu1_v$(VER).rom_MD5 = e4d9ae35c2be9bf00c18426be5939eea
apu2_v$(VER).rom_MD5 = 03441c9c73b19e7f7dac609900ce5ea1
apu3_v$(VER).rom_MD5 = ad98d3f992ca7bfc8ceb5e3f64f8d7ac
apu4_v$(VER).rom_MD5 = 1257cc73fe96e131da9d21207f6793ce
apu5_v$(VER).rom_MD5 = 442c34e47402fbe9c2f9c597f9e88bea
apu6_v$(VER).rom_MD5 = 958de4c34fecedd38fc95e602f28c627
apu1_v$(VER).rom_MD5 = e60ce8d903cb1e301aae1160aa8413cd
apu2_v$(VER).rom_MD5 = 00da67aecd00e7479f0194ccc4ee5739
apu3_v$(VER).rom_MD5 = 4f935c61fc4274c0b427d16d6aa0049a
apu4_v$(VER).rom_MD5 = 3aed8f5e1e543a3912c808fe68067dde
apu5_v$(VER).rom_MD5 = c39dbf45aa630c273fcace35fbc6324e
apu6_v$(VER).rom_MD5 = b81f9da0f39b355344b602868b2ddcff
install : $(TARGET)