Hello Aaron Durbin, Patrick Rudolph, Julius Werner, Subrata Banik, Duncan Laurie, Paul Menzel, build bot (Jenkins), Nico Huber, Furquan Shaikh, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35036
to look at the new patch set (#12).
Change subject: arch/x86/acpi: Refactor power resource-related functionality ......................................................................
arch/x86/acpi: Refactor power resource-related functionality
In some boards that use power resources, two devices might share an enable or reset GPIO. This can have a negative effect on boot time if the kernel must power sequence both devices (say one has a much longer reset_enable_delay time than the other), or it could even violate the power sequencing of one or both devices. This patch helps move toward a paradigm of power resources that are separated from the devices that they power sequence. Eventually the goal would be to move to shared power resources in the case that a power signal is shared.
Change-Id: I358c48f4d4e4c4ef591ecf09ea9e9488c2652c96 Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/arch/x86/acpi_device.c M src/arch/x86/acpigen.c M src/arch/x86/include/arch/acpi_device.h M src/arch/x86/include/arch/acpigen.h M src/drivers/i2c/generic/generic.c M src/drivers/spi/acpi/acpi.c 6 files changed, 110 insertions(+), 50 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/35036/12