8647018 CorebootPayloadPkg: Use correct BytesPerScanLine

1 file Authored by Arthur Heymans 6 years ago, Committed by Benjamin You 6 years ago,
    CorebootPayloadPkg: Use correct BytesPerScanLine
    
    Fetch BytesPerScanLine from coreboot table to reflect how the actual
    framebuffer is set up instead of guessing it from the horizontal
    resolution.
    
    This fixes a garbled display when HorizontalResolution * (BitsPerPixel
    / 8) and pFbInfo->BytesPerScanLine don't match.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
    Reviewed-by: Benjamin You <benjamin.you@intel.com>