summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-06-08 09:54:27 +0200
committerTom Rini <[email protected]>2025-06-26 13:45:33 -0600
commit5c8de1bcfb0024993d902fb5dcfe87546116799b (patch)
tree5436cac5a328331074de9da0c685f4735cada24b /scripts/objdiff
parentd50fd7f91168576918d1b4a6394bf57767ed7cc4 (diff)
sandbox: align LMB memory
To implement the EFI_SYSTEM_TABLE_POINTER we need 4 MiB aligned memory. On the sandbox LMB uses addresses relative to the start of a page aligned RAM buffer allocated with mmap(). This leads to a mismatch of alignment between EFI which uses pointers and LMB which uses phys_addr_t. Ensure that the RAM buffer used for LMB is 4 MiB aligned. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions