UEFIfirmware
UEFIfirmware refers to the firmware that implements the Unified Extensible Firmware Interface specification. It replaces the traditional BIOS in most modern PCs and servers, performing hardware initialization during boot and preparing the system to load an operating system. UEFIfirmware runs in a pre-boot environment and provides services to the OS and its bootloader.
It is organized into phases such as Pre-EFI Initialization (PEI) and Driver Execution Environment (DXE), followed
The UEFI specification defines a standard interface, including the EFI System Table, boot services, and runtime
Security features include Secure Boot, which validates bootloaders and kernels with cryptographic signatures, and measured boot
Open-source and vendor implementations include the TianoCore EDK II reference implementation and coreboot, which can load