Re: [PATCH v4 0/4] x86/devicetree: Re-enable x86-specific implementation

2018-03-13 Thread Andy Shevchenko
On Thu, Mar 8, 2018 at 4:16 AM, Frank Rowand  wrote:
> + Frank
>
> Please include me on future versions.

I also have some interest to see the new versions in mine inbox.

-- 
With Best Regards,
Andy Shevchenko


Re: [PATCH v4 0/4] x86/devicetree: Re-enable x86-specific implementation

2018-03-13 Thread Andy Shevchenko
On Thu, Mar 8, 2018 at 4:16 AM, Frank Rowand  wrote:
> + Frank
>
> Please include me on future versions.

I also have some interest to see the new versions in mine inbox.

-- 
With Best Regards,
Andy Shevchenko


Re: [PATCH v4 0/4] x86/devicetree: Re-enable x86-specific implementation

2018-03-07 Thread Frank Rowand
+ Frank

Please include me on future versions.


On 03/07/18 11:45, Ivan Gorinov wrote:
> Fixing x86-specific DT implementation in the kernel allows reusing most of
> firmware code for SoC that have ARM core replaced with x86, e.g. SC9853i.
> 
> Changes since v3:
> 
>  * Using fdt_totalsize() to get DTB size before remapping
>instead of setting initial_boot_params and calling
>of_get_flat_dt_size() before early_init_dt_verify();
> 
>  * Adding new intel,apic-id property to the documentation.
> 
> Changes since v2:
> 
>  * WARN_ON_ONCE instead of WARN_ON to aviod multiple warnings
>when APIC ID is missing in CPU device tree nodes
> 
>  * Switched to Mutt because of white space issues:
>"Preformatted" paragraph style does not work in Evolution 3.18.5.2
> 
> Changes since first version:
> 
>  * Splitting a single patch into three parts
> 
> Ivan Gorinov (4):
>   x86/devicetree: Initialize device tree before using it
>   x86/devicetree: Fix device IRQ settings in DT
>   of: Documentation: Add x86 local APIC ID property
>   x86/devicetree: Enable multiprocessing in DT
> 
>  Documentation/devicetree/bindings/x86/ce4100.txt |  6 +++
>  arch/x86/kernel/devicetree.c | 48 
> +++-
>  2 files changed, 44 insertions(+), 10 deletions(-)
> 



Re: [PATCH v4 0/4] x86/devicetree: Re-enable x86-specific implementation

2018-03-07 Thread Frank Rowand
+ Frank

Please include me on future versions.


On 03/07/18 11:45, Ivan Gorinov wrote:
> Fixing x86-specific DT implementation in the kernel allows reusing most of
> firmware code for SoC that have ARM core replaced with x86, e.g. SC9853i.
> 
> Changes since v3:
> 
>  * Using fdt_totalsize() to get DTB size before remapping
>instead of setting initial_boot_params and calling
>of_get_flat_dt_size() before early_init_dt_verify();
> 
>  * Adding new intel,apic-id property to the documentation.
> 
> Changes since v2:
> 
>  * WARN_ON_ONCE instead of WARN_ON to aviod multiple warnings
>when APIC ID is missing in CPU device tree nodes
> 
>  * Switched to Mutt because of white space issues:
>"Preformatted" paragraph style does not work in Evolution 3.18.5.2
> 
> Changes since first version:
> 
>  * Splitting a single patch into three parts
> 
> Ivan Gorinov (4):
>   x86/devicetree: Initialize device tree before using it
>   x86/devicetree: Fix device IRQ settings in DT
>   of: Documentation: Add x86 local APIC ID property
>   x86/devicetree: Enable multiprocessing in DT
> 
>  Documentation/devicetree/bindings/x86/ce4100.txt |  6 +++
>  arch/x86/kernel/devicetree.c | 48 
> +++-
>  2 files changed, 44 insertions(+), 10 deletions(-)
> 



[PATCH v4 0/4] x86/devicetree: Re-enable x86-specific implementation

2018-03-07 Thread Ivan Gorinov
Fixing x86-specific DT implementation in the kernel allows reusing most of
firmware code for SoC that have ARM core replaced with x86, e.g. SC9853i.

Changes since v3:

 * Using fdt_totalsize() to get DTB size before remapping
   instead of setting initial_boot_params and calling
   of_get_flat_dt_size() before early_init_dt_verify();

 * Adding new intel,apic-id property to the documentation.

Changes since v2:

 * WARN_ON_ONCE instead of WARN_ON to aviod multiple warnings
   when APIC ID is missing in CPU device tree nodes

 * Switched to Mutt because of white space issues:
   "Preformatted" paragraph style does not work in Evolution 3.18.5.2

Changes since first version:

 * Splitting a single patch into three parts

Ivan Gorinov (4):
  x86/devicetree: Initialize device tree before using it
  x86/devicetree: Fix device IRQ settings in DT
  of: Documentation: Add x86 local APIC ID property
  x86/devicetree: Enable multiprocessing in DT

 Documentation/devicetree/bindings/x86/ce4100.txt |  6 +++
 arch/x86/kernel/devicetree.c | 48 +++-
 2 files changed, 44 insertions(+), 10 deletions(-)

-- 
2.7.4



[PATCH v4 0/4] x86/devicetree: Re-enable x86-specific implementation

2018-03-07 Thread Ivan Gorinov
Fixing x86-specific DT implementation in the kernel allows reusing most of
firmware code for SoC that have ARM core replaced with x86, e.g. SC9853i.

Changes since v3:

 * Using fdt_totalsize() to get DTB size before remapping
   instead of setting initial_boot_params and calling
   of_get_flat_dt_size() before early_init_dt_verify();

 * Adding new intel,apic-id property to the documentation.

Changes since v2:

 * WARN_ON_ONCE instead of WARN_ON to aviod multiple warnings
   when APIC ID is missing in CPU device tree nodes

 * Switched to Mutt because of white space issues:
   "Preformatted" paragraph style does not work in Evolution 3.18.5.2

Changes since first version:

 * Splitting a single patch into three parts

Ivan Gorinov (4):
  x86/devicetree: Initialize device tree before using it
  x86/devicetree: Fix device IRQ settings in DT
  of: Documentation: Add x86 local APIC ID property
  x86/devicetree: Enable multiprocessing in DT

 Documentation/devicetree/bindings/x86/ce4100.txt |  6 +++
 arch/x86/kernel/devicetree.c | 48 +++-
 2 files changed, 44 insertions(+), 10 deletions(-)

-- 
2.7.4