UEFI-BIOS-Development

Docs

View on GitHub

Back to Index

  1. What is the difference between varstore and efivarstore?
    • These describe two different ways that the HII forms browser can access non-volatile storage for a question value. For “varstore”, the browser will use the Config Access protocol. For “efivarstore” the browser will write to an EFI variable directly.

Back to Index