Releases 4.0.x are based on PC Engines 20160304 release.
Releases 4.5.x and 4.6.x are based on mainline support submitted in this gerrit ref.
v4.0.18 - 2018-06-08
- Updated SeaBIOS to 1.11.0.5
- Updated sortbootorder to v4.6.9
- S1 button support for apu5b
v4.0.17 - 2018-05-11
- Infrastructure to include microcode update
- Support for new building system pce-fw-builder
- Memtest86+ is now a part of coreboot build system and does not have to be built externally
v4.0.16 - 2018-04-06
- APU4 target
- Enable serial console with S1 button feature
- Updated SeaBIOS to rel-1.11.0.4
make distclean
affects payloads too
v4.0.15 - 2018-03-01
- SeaBIOS default repository URL
- coreboot default console loglevel
- SMBIOS part number format
- upgraded SeaBIOS to rel-1.11.0.3
- upgraded sortbootorder to v4.6.5
- iPXE is built from master branch
- network card PCI ID is set properly according to target board
- apu features can be now restored to deafults by pressing
R
in sortbootorder
v4.0.14 - 2017-12-22
- upgraded SeaBIOS to 1.11.0.2
- removed sgabios
- iPXE is now built from mainline during coreboot compilation
v4.0.13 - 2017-09-29
- Generating build info header file
build.h
is now handled by shell scriptutil/genbuild_h/genbuild_h.sh
- Removed duplicated sign of life strings in
mainboard.c
andromstage.c
- Moved sign of life strings (except for memory information) from mainboard.c to romstage.c. They are printed ~0.3s after power on, instead of over 2s.
- Date format in sign of life string
v4.0.12 - 2017-08-30
- APU5 target
v4.0.11 - 2017-07-21
- Allow to force GPP3 PCIe CLK attached to mPCIe2 slot based on sortbootorder option
- updated sortbootorder to v4.5.7
v4.0.10 - 2017-06-30
- added sortbootorder to option menu
- updated sortbootorder to v4.5.6
v4.0.9 - 2017-05-30
- updated sortbootorder to v4.0.6
v4.0.8 - 2017-03-31
- added BIOS version in boot welcome string
- updated SeaBIOS to rel-1.10.2.1
- updated sortbootorder to v4.0.5.1
- added option to enable/disable EHCI0 controller. By default disabled in APU2 and enabled in APU3
- UART C and D are enabled by default
- changed 'PCEngines' to 'PC Engines' in smbios tables and welcome string
- changed 'APU' to 'apu' in smbios tables and welcome string
- fixed serial number in smbios tables for some apu boards (routine backported from mainline)
v4.0.7.2 - 2017-03-03
- (APU3 only) set GPIO33 (SIMSWAP) to output/low by default
v4.0.7.1 - 2017-03-02
- (APU3 only) set GPIO33 (SIMSWAP) to output/high by default
v4.0.7 - 2017-02-28
- APU3 target with EHCI0 enabled
- update to SeaBIOS rel-1.10.0.1
- update sortbootorder to v4.0.4
- disabled EHCI0 in APU2
- fixed RAM size displaying during the boot (for 2GB sku's)
- mPCIe1 working with ASM1061 based sata controllers
- USB drive stability improvements
v4.0.6 - 2017-01-12
- enable EHCI0 controller
v4.0.5 - 2017-01-03
- update sortbootorder to v4.0.3 (UART C/D toggling)
- reset J17 GPIO's (
NCT5104D
) during boot to inputs - update to SeaBIOS rel-1.9.2.3
v4.0.4 - 2016-12-20
- sgabios output disabled
v4.0.3 - 2016-12-14
- info about coreboot build date in initial sign of life message
- update to SeaBIOS rel-1.9.2.2
v4.0.2 - 2016-12-09
- made coreboot config version independent
- config to use correct version of SeaBIOS
v4.0.1.1 - 2016-09-12
v4.0.1 - 2016-09-12
- introduced versioning
- obtained
smbios
fields, such asboard serial
andSKU
- nct5104d driver backport
- check if
git
exists before calling it - missing
cbfs_find_string
inlibpayload
- executable bit to
xcompile
- reduced log level: display mainboard, DRAM and ECC info only
- improved SD card performance
- forced to use SD in 2.0 mode
- git repository in
Makefile