[PATCH v2 19/32] sandbox: move the TCG event log to the start of ram memory

Tom Rini trini at konsulko.com
Fri Aug 16 21:38:40 CEST 2024


On Wed, Aug 14, 2024 at 04:29:56PM +0530, Sughosh Ganu wrote:

> The TCG event log buffer is being set at the end of ram memory. This
> region of memory is to be reserved as LMB_NOMAP memory in the LMB
> memory map. The current location of this buffer overlaps with the
> memory region reserved for the U-Boot image, which is at the top of
> the usable memory. This worked earlier as the LMB memory map was not
> global but caller specific, but fails now because of the overlap.
> 
> Move the TCG event log buffer to the start of the ram memory region
> instead. Move the location of the bloblist address up by 8KB to
> accomodate the event log buffer, and update the sandbox memory map

With checkpatch.pl we see this should be "accommodate".

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240816/6971c22c/attachment.sig>


More information about the U-Boot mailing list