Skip to content

Commit

Permalink
Documentation/releases/4.15: Add note about libpayload improvements
Browse files Browse the repository at this point in the history
Change-Id: I3043e70523db1b7f1df90789a69eadd155848bb0
Signed-off-by: Jakub Czapiga <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58521
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Paul Menzel <[email protected]>
Reviewed-by: Patrick Georgi <[email protected]>
  • Loading branch information
Jakub Czapiga authored and pgeorgi committed Oct 26, 2021
1 parent 0515aa1 commit 965b05a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/releases/coreboot-4.15-relnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,16 @@ Previously, the default behaviour for Intel chipset lockdown was to let the FSP
do it. Since all related mainboards used the coreboot mechanisms for chipset
lockdown, the default behaviour was changed to that.

### Payloads unit testing

Libpayload now supports the mock architecture, which can be used for unit testing
payloads. (For examples see
[depthcharge](https://chromium.googlesource.com/chromiumos/platform/depthcharge/)
payload)

### Unit testing infrastructure

Unit testing of libpayload is now possible in the same fashion as in the main
coreboot tree.

### Add significant changes here

0 comments on commit 965b05a

Please sign in to comment.