[coreboot-gerrit] Patch merged into coreboot/master: cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE

gerrit at coreboot.org gerrit at coreboot.org
Fri May 6 16:49:46 CEST 2016


the following patch was just integrated into master:
commit ef1052918775d321928410aebedeb21ac96b36c0
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu May 5 10:34:22 2016 -0500

    cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE
    
    Previously, the XIP_ROM_SIZE Kconfig variable is used globally on
    x86 platforms with the assumption that all chipsets utilize this
    value.  For the chipsets which do not use the variable it can lead
    to unnecessary alignment constraints in cbfs for romstage.  Therefore,
    allow those chipsets a path to not be burdened by not passing
    '-P $(XIP_ROM_SIZE)' to cbfstool when adding romstage.
    
    Change-Id: Id8692df5ecec116a72b8e5886d86648ca959c78b
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/14625
    Tested-by: build bot (Jenkins)
    Reviewed-by: Furquan Shaikh <furquan at google.com>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See https://review.coreboot.org/14625 for details.

-gerrit



More information about the coreboot-gerrit mailing list