]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ucode] Remove userptr_t from microcode update mechanism
authorMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 12:48:57 +0000 (13:48 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 12:48:57 +0000 (13:48 +0100)
commit605cff4c84a51a0749f2ed9c533d20c1ef0453a1
treeeeb033f8f0622f61fad3b32c55bb5b99e4c794a7
parentf18c1472e36095b7d71c1b8ff3c6c731362cd058
[ucode] Remove userptr_t from microcode update mechanism

Simplify the microcode update mechanism by assuming that status
reports are accessible via direct pointer dereferences.

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