Skip to content

Commit

Permalink
capsule-updates.md: fix line wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Beata Skierka <[email protected]>
  • Loading branch information
BeataZdunczyk committed Jul 11, 2024
1 parent e8b6381 commit 5e17939
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/projects/capsule-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ owners, and trustworthiness for all. More details can be found here [\[7\]][7].
progress](https://github.com/Dasharo/dasharo-issues/milestone/31)

This task enhances coreboot by enabling support for UEFI Capsule Update. It
modifies coreboot to be able to
access beyond 4GB, and implements mechanisms for identifying capsule image
locations. Capsule coalescing logic is ported to coreboot to consolidate firmware update
capsules into a single memory region. coreboot is adjusted to reserve this
memory region and pass the information to the UEFI payload. Additionally, a new
SMI handler is implemented to write to SPI flash, enabling full BIOS image overwrite
only when a valid capsule update is present.
modifies coreboot to be able to access beyond 4GB, and implements mechanisms for
identifying capsule image locations. Capsule coalescing logic is ported to
coreboot to consolidate firmware update capsules into a single memory region.
coreboot is adjusted to reserve this memory region and pass the information to
the UEFI payload. Additionally, a new SMI handler is implemented to write to SPI
flash, enabling full BIOS image overwrite only when a valid capsule update is
present.

- Enable memory access above 4GB
- Parse capsule location from UEFI variables in coreboot
Expand Down

0 comments on commit 5e17939

Please sign in to comment.