Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Justin TerAvest, Tim Wawrzynczak, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43768
to look at the new patch set (#4).
Change subject: drivers/wifi: Adapt generic wifi driver into a chip driver ......................................................................
drivers/wifi: Adapt generic wifi driver into a chip driver
Re-organize the existing generic wifi driver into a generic wifi chip driver. This allows generic wifi chip information to be added to the devicetree.
BUG=None TEST=./util/abuild/abuild
Change-Id: I63f957a008ecf4a6a810c2a135ed62ea81a79fe0 Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com --- M src/drivers/intel/wifi/Kconfig M src/drivers/intel/wifi/wifi.c D src/drivers/wifi/Makefile.inc R src/drivers/wifi/generic/Kconfig A src/drivers/wifi/generic/Makefile.inc A src/drivers/wifi/generic/chip.h R src/drivers/wifi/generic/generic.c D src/drivers/wifi/generic_wifi.h 8 files changed, 80 insertions(+), 51 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/43768/4