Re: [PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE

2021-03-18 Thread Michal Orzel
On 18.03.2021 10:20, Jan Beulich wrote: > On 18.03.2021 08:21, Michal Orzel wrote: >> Hi Julien, >> >> On 16.03.2021 15:54, Julien Grall wrote: >>> Hi Michal, >>> >>> On 15/03/2021 09:23, Michal Orzel wrote: Currently in order to link existing DTB into Xen image we need to either speci

Re: [PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE

2021-03-18 Thread Julien Grall
On 18/03/2021 07:21, Michal Orzel wrote: Hi Julien, On 16.03.2021 15:54, Julien Grall wrote: Hi Michal, On 15/03/2021 09:23, Michal Orzel wrote: Currently in order to link existing DTB into Xen image we need to either specify option CONFIG_DTB_FILE on the command line or manually add it in

Re: [PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE

2021-03-18 Thread Jan Beulich
On 18.03.2021 08:21, Michal Orzel wrote: > Hi Julien, > > On 16.03.2021 15:54, Julien Grall wrote: >> Hi Michal, >> >> On 15/03/2021 09:23, Michal Orzel wrote: >>> Currently in order to link existing DTB into Xen image >>> we need to either specify option CONFIG_DTB_FILE on the >>> command line or

Re: [PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE

2021-03-18 Thread Michal Orzel
Hi Julien, On 16.03.2021 15:54, Julien Grall wrote: > Hi Michal, > > On 15/03/2021 09:23, Michal Orzel wrote: >> Currently in order to link existing DTB into Xen image >> we need to either specify option CONFIG_DTB_FILE on the >> command line or manually add it into .config. >> Add Kconfig entry:

Re: [PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE

2021-03-16 Thread Julien Grall
Hi Michal, On 15/03/2021 09:23, Michal Orzel wrote: Currently in order to link existing DTB into Xen image we need to either specify option CONFIG_DTB_FILE on the command line or manually add it into .config. Add Kconfig entry: CONFIG_DTB_FILE to be able to provide the path to DTB we want to emb

Re: [PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE

2021-03-15 Thread Bertrand Marquis
Hi Michal, > On 15 Mar 2021, at 09:23, Michal Orzel wrote: > > Currently in order to link existing DTB into Xen image > we need to either specify option CONFIG_DTB_FILE on the > command line or manually add it into .config. > Add Kconfig entry: CONFIG_DTB_FILE > to be able to provide the path to