Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/58521 )
Change subject: Documentation/releases/4.15: Add note about libpayload improvements ......................................................................
Documentation/releases/4.15: Add note about libpayload improvements
Change-Id: I3043e70523db1b7f1df90789a69eadd155848bb0 Signed-off-by: Jakub Czapiga jacz@semihalf.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/58521 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.15-relnotes.md 1 file changed, 11 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/Documentation/releases/coreboot-4.15-relnotes.md b/Documentation/releases/coreboot-4.15-relnotes.md index 5701eb0..334d4ca 100644 --- a/Documentation/releases/coreboot-4.15-relnotes.md +++ b/Documentation/releases/coreboot-4.15-relnotes.md @@ -25,5 +25,16 @@ 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