]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ucode] Remove userptr_t from microcode image parsing
authorMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 13:25:00 +0000 (14:25 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 13:25:00 +0000 (14:25 +0100)
commit8923a216b0710ffc8d1b66fe50d12a7efe9b40e8
treedb28c87a8997c4c18f9c6642049415968e5457a8
parent605cff4c84a51a0749f2ed9c533d20c1ef0453a1
[ucode] Remove userptr_t from microcode image parsing

Simplify microcode image parsing by assuming that all image content is
directly accessible via pointer dereferences.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/image/ucode.c