Felix Held has uploaded a new patch set (#2). ( https://review.coreboot.org/27654 )
Change subject: device/pnp_device: rewrite pnp_get_ioresource ......................................................................
device/pnp_device: rewrite pnp_get_ioresource
The rewrite simplifies the code and fixes the limit on the case of IO resources with the length of 1 byte.
This patch is inspired by the comment of Nico Huber on Ia99b785dcd9cf56fb236ad7ade54656851f88a5e
If the ones in the mask aren't a continuous block, now a warning message gets printed.
Change-Id: I0089278f5adf65e8f084580bc5bc1eb2f77b87f7 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/device/pnp_device.c 1 file changed, 23 insertions(+), 32 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/27654/2