Re: [PATCH v5 12/29] dm: core: Add basic ACPI support

2020-04-09 Thread Simon Glass
Hi Andy, On Thu, 9 Apr 2020 at 03:02, Andy Shevchenko wrote: > > On Thu, Apr 9, 2020 at 2:01 AM Simon Glass wrote: > > > > ACPI (Advanced Configuration and Power Interface) is a standard for > > specifying information about a platform. It is a little like device > > tree but the bindings are

Re: [PATCH v5 12/29] dm: core: Add basic ACPI support

2020-04-09 Thread Andy Shevchenko
On Thu, Apr 9, 2020 at 2:01 AM Simon Glass wrote: > > ACPI (Advanced Configuration and Power Interface) is a standard for > specifying information about a platform. It is a little like device > tree but the bindings are part of the specification and it supports an > interpreted bytecode language.

[PATCH v5 12/29] dm: core: Add basic ACPI support

2020-04-08 Thread Simon Glass
ACPI (Advanced Configuration and Power Interface) is a standard for specifying information about a platform. It is a little like device tree but the bindings are part of the specification and it supports an interpreted bytecode language. Driver model does not use ACPI for U-Boot's configuration,