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)
Tue, Apr 16, 3:54 PM
Unknown Object (File)
Dec 20 2023, 6:42 AM
Unknown Object (File)
Dec 12 2023, 1:53 AM
Unknown Object (File)
Dec 1 2023, 5:28 PM
Unknown Object (File)
Aug 14 2023, 7:24 AM
Unknown Object (File)
Aug 3 2023, 8:26 PM
Unknown Object (File)
Aug 3 2023, 8:24 PM
Unknown Object (File)
Aug 3 2023, 8:20 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);