Attention is currently required from: Varshit B Pandya, Subrata Banik, Nick Vaccaro. Hello Varshit B Pandya, build bot (Jenkins), Subrata Banik, Nick Vaccaro,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62746
to look at the new patch set (#2).
Change subject: drivers/wifi/generic: Add ops to generic cnvi device ......................................................................
drivers/wifi/generic: Add ops to generic cnvi device
When adding properties to the Intel CNVi devices, a chip driver and a generic device are added underneath to contain the chip config properties. Currently there are no ops for this, and so a BIOS_ERR is printed that there is a device with no `read_resources` callback, which is true. Therefore, this patch adds a noop ops to this generic device.
BUG=b:220639445 TEST=on google/brya0, error message about a GENERIC 0.0 device missing read_resources is gone.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: Iafd86458d2f65ccb7e74d1308d37fd3ebbf7f520 --- M src/drivers/wifi/generic/generic.c 1 file changed, 10 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/62746/2