Attention is currently required from: Alex James. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60219
to look at the new patch set (#2).
Change subject: commonlib: Add endian definitions for macOS ......................................................................
commonlib: Add endian definitions for macOS
macOS has never defined the usual endian(3)/byteorder(9) byte-swapping functions. This change implements these byte-swapping functions using the OSSwap functions, which provide identical functionality. This was tested on macOS 10.15.7.
Change-Id: I44d59869a4420030f3ce26118175304c680d57a1 Signed-off-by: Alex James theracermaster@gmail.com --- M src/commonlib/bsd/include/commonlib/bsd/sysincludes.h 1 file changed, 62 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/60219/2