Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/62898
to look at the new patch set (#2).
Change subject: hwaccess: replace macros by C code ......................................................................
hwaccess: replace macros by C code
Split the code for endian convertion into a file for big and one for little endian. The buildsystem selects the right file for the used endian. Elaborate the macros into plain C code for better and easier understanding.
Change-Id: I86d38d816b37c283279c485fac8027f8fb94364a Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M Makefile A hwaccess.c M hwaccess.h A hwaccess_endian_big.c A hwaccess_endian_little.c M meson.build 6 files changed, 306 insertions(+), 79 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/98/62898/2