Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • efi-2025-04-rc1-2
    Pull request efi-2025-04-rc1-2
    
    Documentation:
    
    * describe creating a pflash file for qemu-system-riscv64
    
    UEFI:
    
    * correct logging StartImage()
    * use LOGC_EFI consistently
    * reduce UEFI size if HAS_BOARD_SIZE_LIMIT=y
    * Update efi_run_image() to accept image and device path
    * Add a version of efi_binary_run() with more parameters
    * Move the fallback code from efi_run_image()
    * Pass in the required parameters from EFI bootmeth
    * bootmeth_efi: Support PXE booting
    
    Other:
    
    * Enable log filtering by function name