Re: [edk2] [PATCH] OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assert

2013-07-15 Thread Jordan Justen
Sorry. Please ignore this 1 patch. It is an old one that I mistakenly re-sent. -Jordan On Mon, 2013-07-15 at 10:37 -0700, Jordan Justen wrote: > r14252 causes OVMF to crash if SECURE_BOOT_ENABLE is set, > because PcdMaxVariableSize is set to a larger value than > required. In other platforms, 0x2

[edk2] [PATCH] OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assert

2013-07-15 Thread Jordan Justen
r14252 causes OVMF to crash if SECURE_BOOT_ENABLE is set, because PcdMaxVariableSize is set to a larger value than required. In other platforms, 0x2000 seems to be sufficient. Reported-by: Gary Ching-Pang Lin Signed-off-by: Jordan Justen Cc: Lee G Rosenbaum Cc: Laszlo Ersek --- OvmfPkg/OvmfPk

Re: [edk2] [PATCH] OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assert

2013-05-28 Thread Laszlo Ersek
On 05/28/13 19:29, Jordan Justen wrote: > r14252 causes OVMF to crash if SECURE_BOOT_ENABLE is set, > because PcdMaxVariableSize is set to a larger value than > required. In other platforms, 0x2000 seems to be sufficient. > > Reported-by: Gary Ching-Pang Lin > Signed-off-by: Jordan Justen > Cc:

[edk2] [PATCH] OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assert

2013-05-28 Thread Jordan Justen
r14252 causes OVMF to crash if SECURE_BOOT_ENABLE is set, because PcdMaxVariableSize is set to a larger value than required. In other platforms, 0x2000 seems to be sufficient. Reported-by: Gary Ching-Pang Lin Signed-off-by: Jordan Justen Cc: Lee G Rosenbaum Cc: Laszlo Ersek --- OvmfPkg/OvmfPk