Attention is currently required from: Nico Huber, Julius Werner, Angel Pons, Arthur Heymans. Hello build bot (Jenkins), Nico Huber, Angel Pons, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55436
to look at the new patch set (#3).
Change subject: device: Add fixed_mem_resource64() ......................................................................
device: Add fixed_mem_resource64()
Unlike fixed_mem_resource() the arguments are not in KiB. This allows coccinelle script to assign the base and size without applying the KiB division or 10 bit right-shift.
Unlike fixed_mem_resource() the IORESOURCE_STORED has to be passed in the flags parameter.
Change-Id: I2cc9ef94b60d62aaf4374f400b7e05b86e4664d2 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/device/device_util.c M src/include/device/device.h 2 files changed, 22 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/55436/3