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

2020-04-15 Thread Bin Meng
On Fri, Apr 10, 2020 at 12:28 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

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

2020-04-15 Thread Simon Glass
Hi Bin, On Wed, 15 Apr 2020 at 08:38, Bin Meng wrote: > > Hi Simon, > > On Wed, Apr 15, 2020 at 10:31 PM Bin Meng wrote: > > > > Hi Simon, > > > > On Fri, Apr 10, 2020 at 3:36 AM Simon Glass wrote: > > > > > > On Thu, 9 Apr 2020 at 11:40, Andy Shevchenko > > > wrote: > > > > > > > > On Thu,

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

2020-04-15 Thread Bin Meng
Hi Simon, On Wed, Apr 15, 2020 at 10:31 PM Bin Meng wrote: > > Hi Simon, > > On Fri, Apr 10, 2020 at 3:36 AM Simon Glass wrote: > > > > On Thu, 9 Apr 2020 at 11:40, Andy Shevchenko > > wrote: > > > > > > On Thu, Apr 09, 2020 at 10:27:38AM -0600, Simon Glass wrote: > > > > ACPI (Advanced

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

2020-04-15 Thread Bin Meng
Hi Simon, On Fri, Apr 10, 2020 at 3:36 AM Simon Glass wrote: > > On Thu, 9 Apr 2020 at 11:40, Andy Shevchenko > wrote: > > > > On Thu, Apr 09, 2020 at 10:27:38AM -0600, Simon Glass wrote: > > > ACPI (Advanced Configuration and Power Interface) is a standard for > > > specifying information

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

2020-04-09 Thread Simon Glass
On Thu, 9 Apr 2020 at 11:40, Andy Shevchenko wrote: > > On Thu, Apr 09, 2020 at 10:27:38AM -0600, 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

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

2020-04-09 Thread Andy Shevchenko
On Thu, Apr 09, 2020 at 10:27:38AM -0600, 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

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

2020-04-09 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,