Page MenuHomeFreeBSD

stand/efi: add modulep to kernel metadata
ClosedPublic

Authored by royger on Feb 5 2021, 12:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 22, 8:39 AM
Unknown Object (File)
Sat, Mar 21, 8:00 AM
Unknown Object (File)
Fri, Mar 20, 11:32 PM
Unknown Object (File)
Tue, Mar 17, 3:24 AM
Unknown Object (File)
Sun, Mar 8, 6:41 PM
Unknown Object (File)
Sat, Mar 7, 2:44 AM
Unknown Object (File)
Wed, Mar 4, 6:13 PM
Unknown Object (File)
Sun, Mar 1, 9:36 PM

Details

Summary

This mirrors the functionality of the BIOS amd64 bi_load function,
that stashes the absolute address of the module metadata. This is
required for booting as a Xen dom0 that does relocate the modulep and
the loaded modules, and thus requires adjusting the offset.

No functional change introduced, further patches will make use of this
functionality for Xen dom0 loading.

Sponsored by: Citrix Systems R&D

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36727
Build 33616: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 5 2021, 7:48 PM
This revision was automatically updated to reflect the committed changes.

This appears to have broken the AArch64 build for me:

/local/scratch/alr48/cheri/freebsd/stand/efi/loader_4th/../loader/bootinfo.c:535:24: error: use of undeclared identifier 'MODINFOMD_MODULEP'
        file_addmetadata(kfp, MODINFOMD_MODULEP, sizeof(module), &module);