PC Engines apu coreboot Open Source Firmware v4.11.0.3
PC Engines apu coreboot Open Source Firmware v4.11.0.3
Key changes
Mainline:
- Rebased with official coreboot repository commit 98eeb96.
- Updated sortbootorder to v4.6.17 fixing PS2 keyboard error.
coreboot community
Patches sent for review:
Patches merged by community:
-
sb/amd/{agesa,pi}: use ACPIMMIO common block wherever possible
-
mb/pcengines/apu1/bootblock.c: Add possibility to redirect output to COM2
-
superio/nuvoton/nct5104d: Add virtual LDN for simple GPIO IO control
-
mb/pcengines/apu2/mainboard.c: Add SMBIOS type 16 and 17 entries
Total:
- 1131 lines added,
- 829 lines removed,
to official coreboot repository.
Statistics
The chart shows the total files changed from release tag against the rebase point of given release specified in CHANGELOG (CHANGELOG.md and gitlab-ci.yml excluded from statistics). Check the statistics with:
git diff --stat 98eeb96 ':(exclude).gitlab-ci.yml' ':(exclude)CHANGELOG.md'
93 files changed, 3073 insertions(+), 395 deletions(-)
The chart represents the total line added and deleted on the PC Engines coreboot fork against the rebase point for a given release. Check the statistics with:
git diff --stat 98eeb96 ':(exclude).gitlab-ci.yml' ':(exclude)CHANGELOG.md'
93 files changed, 3073 insertions(+), 395 deletions(-)
Two files have not been included in the diff as mentioned above since they are not a part of coreboot tree.
The number of changed files and lines decreased due to certain changes merged by community.
Testing
-
PC Engines hardware configuration matrix - hardware configurations available for testing in 3mdeb laboratory.
-
PC Engines release validation results - please note there are separate sheets for each board-release.
Test changes in this release:
- added test for Watchdog triggering reboot verification after coldboot (1 test case)
- Mainline:
- PASSED: 429 (-2)
- FAILED: 20 (+6)
- PASSED [%]: 95.55% (-1.30%)
Slightly worse overall PASSED
tests percentage results from the on-going
random USB detection problem and TinyCore boot stability.
Binaries
Mainline
See how to verify the signatures on asciinema
What we planned
-
Improve the support of TPM2 in coreboot and SeaBIOS. Currently there is only the TCPA (TPM1.2) log support in coreboot. Additionally SeaBIOS overwrites existing entries in TPM2 log area.
cbmem
utility also lacks support for displaying TPM2 log area.WORK IN PROGRESS
-
Reorganize runtime configuration by making it persistent across updates and accessible from user space. Also prepare a tool for offline binary modification.
WORK IN PROGRESS
-
Vital Product Data (VPD) support. User will have possibility to store and change VPD configuration in Read-Write section of SPI flash. Moreover, default VPD keys and values will be stored in Read-Only region to protect data against corruption. Also, sortbootorder runtime configuration will be stored in VPD Read-Write section, so access to it will be possible in OS via dedicated util.
WORK IN PROGRESS
Coming soon
Feature and improvements on the roadmap:
- Improve the support of TPM2 in coreboot and SeaBIOS. Currently there is only
the TCPA (TPM1.2) log support in coreboot. Additionally SeaBIOS overwrites
existing entries in TPM2 log area.
cbmem
utility also lacks support for displaying TPM2 log area. - Reorganize runtime configuration by making it persistent across updates and accessible from user space. Also prepare a tool for offline binary modification.
- Vital Product Data (VPD) support. User will have possibility to store and change VPD configuration in Read-Write section of SPI flash. Moreover, default VPD keys and values will be stored in Read-Only region to protect data against corruption. Also, sortbootorder runtime configuration will be stored in VPD Read-Write section, so access to it will be possible in OS via dedicated util.
- ACPI Thermal Zones implementation. BSD systems suffer from lack of Thermal Zones and lack of temperature status on the dashboards of router distributions of BSD systems.