the following patch was just integrated into master: commit ebf732b4a52874cf1579153d6f3d24e2b94e15dc Author: Werner Zeh werner.zeh@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@siemens.com Reviewed-on: https://review.coreboot.org/13875 Reviewed-by: Aaron Durbin adurbin@chromium.org Tested-by: build bot (Jenkins)
See https://review.coreboot.org/13875 for details.
-gerrit