On 11/13/14 17:47, Scott Duplichan wrote:
> Laszlo Ersek [mailto:ler...@redhat.com] wrote:
> 
> 
> ]Version 2 of
> ]<http://thread.gmane.org/gmane.comp.bios.tianocore.devel/11143>, with a
> ]fix squashed in patch #2, for Scott's report in
> ]<http://thread.gmane.org/gmane.comp.bios.tianocore.devel/11143/focus=11157>.
> ]
> ]Laszlo Ersek (4):
> ]  OvmfPg: flash driver: fix type of EFI_SIZE_TO_PAGES argument (VS2010)
> ]  OvmfPg: flash driver: drop gratuitous 64-by-32 bit divisions (VS2010)
> ]  CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure
> ]  CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 /
> ]    X64
> ]
> ]Scott Duplichan (3):
> ]  OvmfPkg: flash driver: drop needlessly wide multiplication (VS2010)
> ]  OvmfPkg: QemuVideoDxe: the VBE shim needs no 64-bit shifts (VS2010)
> ]  OvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRequest()
> ]    (VS2010)
> ]
> ] CryptoPkg/Include/OpenSslSupport.h                      |  2 +-
> ] CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c             |  3 ++-
> ] OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c | 10 +++++-----
> ] OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.c      |  2 +-
> ] OvmfPkg/QemuVideoDxe/VbeShim.c                          | 12 ++++++------
> ] OvmfPkg/VirtioScsiDxe/VirtioScsi.c                      |  2 +-
> ] 6 files changed, 16 insertions(+), 15 deletions(-)
> ]
> ]-- 
> ]1.8.3.1
> 
> Tested-By: Scott Duplichan <sc...@notabs.org>
> 
> Build tested only, using Windows:
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgX64.dsc -b DEBUG -t 
> VS2010x86 -n 16 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgX64.dsc -b RELEASE -t 
> VS2010x86 -n 16 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgX64.dsc -b NOOPT -t 
> VS2010x86 -n 16 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32.dsc -b DEBUG -t 
> VS2010x86 -n 16 -a IA32 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32.dsc -b RELEASE -t 
> VS2010x86 -n 16 -a IA32 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32.dsc -b NOOPT -t 
> VS2010x86 -n 16 -a IA32 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b DEBUG -t 
> VS2010x86 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b RELEASE -t 
> VS2010x86 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b NOOPT -t 
> VS2010x86 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgX64.dsc -b DEBUG -t GCC49 
> -n 16 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgX64.dsc -b RELEASE -t 
> GCC49 -n 16 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgX64.dsc -b NOOPT -t GCC49 
> -n 16 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32.dsc -b DEBUG -t GCC49 
> -n 16 -a IA32 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32.dsc -b RELEASE -t 
> GCC49 -n 16 -a IA32 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32.dsc -b NOOPT -t GCC49 
> -n 16 -a IA32 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b DEBUG -t 
> GCC49 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b RELEASE -t 
> GCC49 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b NOOPT -t 
> GCC49 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB
> build.exe -p D:\uefi\buildtest\edk2\OvmfPkg\OvmfPkgIA32X64.dsc -b NOOPT -t 
> GCC49 -n 16 -a IA32 -a X64 -DSECURE_BOOT_ENABLE -DFD_SIZE_2MB                 
>                  

Thanks a lot!

Jordan, do you intend to review this? If so, I'll wait. (Take your time.)

Qin Long, can you please look at the CryptoPkg patches? They are simple,
and it's not possible to build OVMF with Secure Boot support without them.

Thanks
Laszlo

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to