
28 Jun
2020
28 Jun
'20
11:13 a.m.
On Sun, Jun 14, 2020 at 10:55 AM Simon Glass sjg@chromium.org wrote:
At present U-Boot does not support the different ACPI status values, but it is best to put this logic in a central place. Add a function to get the device status.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
(no changes since v1)
include/acpi/acpi_device.h | 28 ++++++++++++++++++++++++++++ lib/acpi/acpi_device.c | 5 +++++ test/dm/acpi.c | 12 ++++++++++++ 3 files changed, 45 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com