Re: [PATCH v4 3/4] of: Documentation: Add x86 local APIC ID property

2018-03-07 Thread Rob Herring
On Wed, Mar 7, 2018 at 7:11 PM, Ivan Gorinov wrote: > On Wed, 2018-03-07 at 14:23 -0600, Rob Herring wrote: > >> > Add new "intel,apic-id" property to allow using CPU descriptions >> > in Device Tree data provided by the U-Boot loader. >> > Address specified in 'reg' to be used as default local AP

Re: [PATCH v4 3/4] of: Documentation: Add x86 local APIC ID property

2018-03-07 Thread Ivan Gorinov
On Wed, 2018-03-07 at 14:23 -0600, Rob Herring wrote: > > Add new "intel,apic-id" property to allow using CPU descriptions > > in Device Tree data provided by the U-Boot loader. > > Address specified in 'reg' to be used as default local APIC ID > > to avoid breaking existing systems with DTB provi

Re: [PATCH v4 3/4] of: Documentation: Add x86 local APIC ID property

2018-03-07 Thread Rob Herring
On Wed, Mar 7, 2018 at 1:47 PM, Ivan Gorinov wrote: > Current x86 Device Tree implementation does not support multiprocessing. > Add new "intel,apic-id" property to allow using CPU descriptions > in Device Tree data provided by the U-Boot loader. > Address specified in 'reg' to be used as default

[PATCH v4 3/4] of: Documentation: Add x86 local APIC ID property

2018-03-07 Thread Ivan Gorinov
Current x86 Device Tree implementation does not support multiprocessing. Add new "intel,apic-id" property to allow using CPU descriptions in Device Tree data provided by the U-Boot loader. Address specified in 'reg' to be used as default local APIC ID to avoid breaking existing systems with DTB pro