[coreboot-gerrit] Patch merged into coreboot/master: cbfstool: Use fixed width data types for e820entry struct.

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 3 06:19:36 CET 2016


the following patch was just integrated into master:
commit ebf732b4a52874cf1579153d6f3d24e2b94e15dc
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Wed Mar 2 17:55:31 2016 +0100

    cbfstool: Use fixed width data types for e820entry struct.
    
    In e820entry struct, the members are defined using
    standard types. This can lead to different structure size
    when compiling on 32 bit vs. 64 bit environment. This in turn
    will affect the size of the struct linux_params.
    Using the fixed width types resolves this issue and ensures
    that the size of the structures will have the same length
    on both 32 and 64 bit systems.
    
    Change-Id: I1869ff2090365731e79b34950446f1791a083d0f
    Signed-off-by: Werner Zeh <werner.zeh at siemens.com>
    Reviewed-on: https://review.coreboot.org/13875
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list