PC Engines apu coreboot Open Source Firmware v4.10.0.0
PC Engines apu coreboot Open Source Firmware v4.10.0.0
Key changes
Mainline:
- Rebased with official coreboot repository commit 2a20d13.
- Added ACPI support for GPIOs. Detailes are available in
apu2-documentation.
So far access to GPIOs was possible only via dedicated driver. Now, there is
support via Linux kernel sysfs including:
- LEDs
- S1 switch button with interrupts
- SIMSWAP
- Validated problem with ESXi v6.7 U2 installation. We have located the source of the issue and now we are working to resolve it.
- Added documentation about APU Core Performance Boost.
- Updated WLE200NX documentation with issue workarounds.
- Updated the pcengines.github.io site with new section containing useful documentation from apu2-documentation repository. Also the link to the repository is now accessible in the top panel. Below the binaries section for each release we have added a note with link how to verify signatures of the binaries.
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 2a20d13 ':(exclude).gitlab-ci.yml' ':(exclude)CHANGELOG.md'
88 files changed, 2784 insertions(+), 196 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 2a20d13 ':(exclude).gitlab-ci.yml' ':(exclude)CHANGELOG.md'
88 files changed, 2784 insertions(+), 196 deletions(-)
Two files have not been included in the diff as mentioned above since they are not a part of coreboot tree.
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:
- improved ATA boot perfomance tests for measuring “Loading Linux” time
- replaced APU3b2 testing platform with model APU3c4
- Mainline:
- PASSED: 406 (-2)
- FAILED: 11 (-3)
- PASSED [%]: 97.36% (+0.68%)
The difference in the PASSED
/FAILED
aggregated statistics results from ATA
boot test improvement and minor platform problem (5 stable tests on apu4 were
not tested).
Binaries
Mainline
See how to verify the signatures on asciinema
What we planned
-
Improve the support of TPM2 in coreboot and SeaBIOS. Currently the 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
-
Validate ESXi 6.7. We have got information that booting ESXi 6.7 U2 fails on apu2 and are investigating the issue.
WORK IN PROGRESS
-
Linux GPIO support via ACPI tables. It will allow to control certain GPIOs via kernel sysfs (LEDs, S1 button, SIMSWAP).
DONE
-
Fix bugs related to Nuvoton NCT5104D reset and implement GPIO access improvements.
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
Coming soon
Feature and improvements on the roadmap:
- Improve the support of TPM2 in coreboot and SeaBIOS. Currently the 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. - Validate ESXi 6.7. We have got information that booting ESXi 6.7 U2 fails on apu2 and are investigating the issue.
- Fix bugs related to Nuvoton NCT5104D reset and implement GPIO access improvements.
- Reorganize runtime configuration by making it persistent across updates and accessible from user space. Also prepare a tool for offline binary modification.