Hello Paul Fagerburg, Shelley Chen, build bot (Jenkins), Furquan Shaikh, Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32188
to look at the new patch set (#2).
Change subject: WIP: Power resource stub ......................................................................
WIP: Power resource stub
Currently: 1) Bootblock reset deassertion is done. 2) Power resource implementation: a) sconfig is DONE b) i2c generic is DONE c) power_resource is DONE d) ... others are TODO 3) Initial probing implementation is functional a) scans busses for probed devices b) calls get_probe_info() c) for i2c generic, calls fake i2c probe to verify it works.
Change-Id: I253a11e24a086792e151c3e47335586d43c3fce0 Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/device/device_const.c M src/device/device_util.c A src/drivers/generic/power_resource/Kconfig A src/drivers/generic/power_resource/Makefile.inc A src/drivers/generic/power_resource/chip.h A src/drivers/generic/power_resource/power_resource.c A src/drivers/generic/power_resource/power_resource.h M src/drivers/i2c/generic/chip.h M src/drivers/i2c/generic/generic.c M src/include/device/device.h M src/include/device/path.h A src/include/device_power.h A src/include/power_resource.h M src/lib/Makefile.inc M src/lib/bootblock.c A src/lib/device_power.c M src/mainboard/google/hatch/variants/baseboard/devicetree.cb M util/sconfig/main.c M util/sconfig/sconfig.h M util/sconfig/sconfig.l M util/sconfig/sconfig.y 21 files changed, 396 insertions(+), 54 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/32188/2