Hi,
> /* should only be called once */
> - if (ovmf_flash_parsed) {
> + if (ovmf_flash_parsed && !force) {I think it makes more sense to clear ovmf_flash_parsed when replacing the firmware (instead of adding the force override). take care, Gerd
