Aaron Durbin has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/36689 )
Change subject: region: publicize region_end() and add region_device_end() ......................................................................
region: publicize region_end() and add region_device_end()
Provide region_device_end() and make region_end() publically available for use to match a pattern of open coding the offset + size calculation for both struct region and struct region_device. Apply the use of the helpers where the usage matches in the code.
Change-Id: Iaef5d007eef9a77f7f33b0e89298abef0197352d Signed-off-by: Aaron Durbin adurbin@chromium.org --- M src/commonlib/include/commonlib/region.h M src/commonlib/region.c M src/drivers/spi/winbond.c 3 files changed, 13 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/36689/2