Il 21/11/2013 23:21, Laszlo Ersek ha scritto: > Split the variable store off to a separate file when SPLIT_VARSTORE is > defined. > > Even in this case, the preexistent PCDs' values don't change. Qemu must > take care of contiguously mapping NVVARSTORE.fd + OVMF.fd so that when > concatenated they end exactly at 4GB. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Laszlo Ersek <ler...@redhat.com>
It's good that this is so easy to do. The obvious question is, what happens if you only pass only OVMF.fd (which would be less than 2MB in size, right)? Also, I see a command line compatibility problem, especially if one wants OVMF.fd to become the default firmware. Then, having to specify it again on the command line would be strange. Paolo