diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2016-03-02 17:55:31 +0100 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2016-03-03 06:19:25 +0100 |
commit | ebf732b4a52874cf1579153d6f3d24e2b94e15dc (patch) | |
tree | 8618a481830cff90f9ea0f9444194998190f4b79 /util/intelvbttool | |
parent | bbf508914df2375efb38bedb0527b87eeac697c5 (diff) |
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)
Diffstat (limited to 'util/intelvbttool')
0 files changed, 0 insertions, 0 deletions