Re: [PATCH 0/4] MIPS: Simplify ELF appended dtb handling

2018-09-26 Thread Yasha Cherikovsky
Hi Paul, On Wed, 2018-09-26 at 20:36 +, Paul Burton wrote: > Hi Yasha, > > On Tue, Sep 25, 2018 at 09:08:21PM +0300, Yasha Cherikovsky wrote: > > Hi, > > > > This patch series simplifies and cleans up the handling of > > CONFIG_MIPS_ELF_APPENDED_DTB in the MIPS tree. > > > > Specifically,

Re: [PATCH 0/4] MIPS: Simplify ELF appended dtb handling

2018-09-26 Thread Yasha Cherikovsky
Hi Paul, On Wed, 2018-09-26 at 20:36 +, Paul Burton wrote: > Hi Yasha, > > On Tue, Sep 25, 2018 at 09:08:21PM +0300, Yasha Cherikovsky wrote: > > Hi, > > > > This patch series simplifies and cleans up the handling of > > CONFIG_MIPS_ELF_APPENDED_DTB in the MIPS tree. > > > > Specifically,

Re: [PATCH 0/4] MIPS: Simplify ELF appended dtb handling

2018-09-26 Thread Paul Burton
Hi Yasha, On Tue, Sep 25, 2018 at 09:08:21PM +0300, Yasha Cherikovsky wrote: > Hi, > > This patch series simplifies and cleans up the handling of > CONFIG_MIPS_ELF_APPENDED_DTB in the MIPS tree. > > Specifically, it makes sure that the dtb appears in 'fw_passed_dtb' > also under

Re: [PATCH 0/4] MIPS: Simplify ELF appended dtb handling

2018-09-26 Thread Paul Burton
Hi Yasha, On Tue, Sep 25, 2018 at 09:08:21PM +0300, Yasha Cherikovsky wrote: > Hi, > > This patch series simplifies and cleans up the handling of > CONFIG_MIPS_ELF_APPENDED_DTB in the MIPS tree. > > Specifically, it makes sure that the dtb appears in 'fw_passed_dtb' > also under

[PATCH 0/4] MIPS: Simplify ELF appended dtb handling

2018-09-25 Thread Yasha Cherikovsky
Hi, This patch series simplifies and cleans up the handling of CONFIG_MIPS_ELF_APPENDED_DTB in the MIPS tree. Specifically, it makes sure that the dtb appears in 'fw_passed_dtb' also under CONFIG_MIPS_ELF_APPENDED_DTB=y. This allows to remove special platform code that handled the ELF appended

[PATCH 0/4] MIPS: Simplify ELF appended dtb handling

2018-09-25 Thread Yasha Cherikovsky
Hi, This patch series simplifies and cleans up the handling of CONFIG_MIPS_ELF_APPENDED_DTB in the MIPS tree. Specifically, it makes sure that the dtb appears in 'fw_passed_dtb' also under CONFIG_MIPS_ELF_APPENDED_DTB=y. This allows to remove special platform code that handled the ELF appended