]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootPayloadPkg/CorebootPayloadPkg.fdf
CorebootPayloadPkg: fixed GCC49 and GCC5 hang in PeiCore
authorPrince Agyeman <prince.agyeman@intel.com>
Wed, 17 Aug 2016 17:55:22 +0000 (10:55 -0700)
committerPrince Agyeman <prince.agyeman@intel.com>
Thu, 18 Aug 2016 06:38:12 +0000 (23:38 -0700)
commitefe3f0099c0b986a01c2e8c7ca8ceacedcc965ba
tree89000b16c95c1a007e10bf3bb995a3d8013750d0
parent617ef660f2e095310bd08d55248bd859908fecf2
CorebootPayloadPkg: fixed GCC49 and GCC5 hang in PeiCore

Section alignment of .data in GCC49 and GCC5 are 0x40
rather than 0x20 in GCC48 and below.
This causes a hang in PeiCore.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Prince Agyeman <prince.agyeman@intel.com>
Reviewed by: Maurice Ma <maurice.ma@intel.com>
CorebootPayloadPkg/CorebootPayloadPkg.fdf