Thomas Heijligen uploaded patch set #2 to this change.

View Change

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

To view, visit change 62898. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I86d38d816b37c283279c485fac8027f8fb94364a
Gerrit-Change-Number: 62898
Gerrit-PatchSet: 2
Gerrit-Owner: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset