diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-08-04 16:59:52 +0100 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-08 20:57:53 +0000 |
commit | 7202365160a80bafb6d0547e1f4580842ebee860 (patch) | |
tree | ff6f5018238fbc892a5c062125c4022347f00898 | |
parent | 91564fc370323a5ba7caf7d7a4db265531545561 (diff) |
Documentation/releases: Add details about edk2 updates
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I592f0ee971737ef271d1df9142551eb24b775a06
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66440
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
-rw-r--r-- | Documentation/releases/coreboot-4.18-relnotes.md | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/Documentation/releases/coreboot-4.18-relnotes.md b/Documentation/releases/coreboot-4.18-relnotes.md index cfa47ed7ad..0a4514a447 100644 --- a/Documentation/releases/coreboot-4.18-relnotes.md +++ b/Documentation/releases/coreboot-4.18-relnotes.md @@ -14,16 +14,25 @@ Significant changes ------------------- ### Add significant changes here +### edk2 (Tianocore) +coreboot uses TianoCore interchangeably with EDK II, and whilst the +meaning is generally clear, it's not the payload it uses. Consequentially, +Tianocore has been renamed to EDK II (2). +The option to use the already depreciated CorebootPayloadPkg has been +removed. +Recent changes to both coreboot and edk2 means that UefiPayloadPkg +seems to work on all hardware. It has been tested on: +* Intel Core 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 8th, 9th, 10th, + 11th and 12th generation processors +* Intel Small Core BYT, BSW, APL, GLK and GLK-R processors +* AMD Stoney Ridge and Picasso +CorebootPayloadPkg can still be found [here](https://github.com/MrChromebox/edk2/tree/coreboot_fb). - - - - - - +The recommended option to use is `EDK2_UEFIPAYLOAD_MRCHROMEBOX` as +`EDK2_UEFIPAYLOAD_OFFICIAL` will no longer work on any SOC. Plans for Code Deprecation -------------------------- |