]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkgX64.dsc
OvmfPkg: Increase the maximum size for Authenticated variables
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 25 Mar 2016 01:38:41 +0000 (21:38 -0400)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 25 Mar 2016 10:25:31 +0000 (11:25 +0100)
commitf5404a3eba1d3bae54e6b02be0a87f8f471eb732
treefe72ee5f00ceb39d6109b570dc0797e02fb643a5
parent20d00edf21d2f2144921622891d8b59a1553cd83
OvmfPkg: Increase the maximum size for Authenticated variables

During real world testing I was getting an error with too many entries
in db: On my Secure boot laptop, I currently have seven certificates:
two Microsoft ones, Three Kernel ones from various distributions, my
own Secure Key and a temporary test key.  That gives a total EFI
Signature List size of 8317 which is over the 0x2000 maximum.

Fix this by setting the PcdMaxAuthVariableSize to 0x2800 (10K) which
isn't much of an increase but allows for 9-10 certificates.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Regression-tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgX64.dsc