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, Oct 19, 3:12 AM
Unknown Object (File)
Sat, Oct 18, 7:20 PM
Unknown Object (File)
Wed, Oct 15, 2:04 AM
Unknown Object (File)
Wed, Oct 15, 2:04 AM
Unknown Object (File)
Wed, Oct 15, 2:04 AM
Unknown Object (File)
Tue, Oct 14, 5:11 PM
Unknown Object (File)
Fri, Sep 26, 5:33 PM
Unknown Object (File)
Sep 11 2025, 2:10 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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);