Hello build bot (Jenkins), Patrick Georgi, Paul Fagerburg, Julius Werner, Jan Dabros,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46216
to look at the new patch set (#5).
Change subject: lib/imd: move struct definitions to a new header file ......................................................................
lib/imd: move struct definitions to a new header file
Make IMD private structures definitions accessible by other units.
To test IMD API correctness there is a need to access its internal structure. It is only possible when private implementation is visible in testing scope.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: Iff87cc1990426bee6ac3cc1dfa6f85a787334976 --- A src/include/imd_private.h M src/lib/imd.c 2 files changed, 40 insertions(+), 31 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/46216/5