Re: [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-26 Thread York Sun
On 09/26/2018 03:17 AM, Jagdish Gediya wrote: > Hi York, > >> -Original Message- >> From: York Sun >> Sent: Wednesday, September 26, 2018 12:19 AM >> To: Jagdish Gediya ; u-boot@lists.denx.de; >> Prabhakar Kushwaha ; Poonam Aggrwal >> ; s...@chromium.org; bmeng...@gmail.com >> Cc: tr...@ko

Re: [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-26 Thread Jagdish Gediya
Hi York, > -Original Message- > From: York Sun > Sent: Wednesday, September 26, 2018 12:19 AM > To: Jagdish Gediya ; u-boot@lists.denx.de; > Prabhakar Kushwaha ; Poonam Aggrwal > ; s...@chromium.org; bmeng...@gmail.com > Cc: tr...@konsulko.com > Subject: Re: [PATCH v3 6/8] powerpc: mpc85xx

Re: [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-25 Thread York Sun
On 09/02/2018 10:08 PM, Jagdish Gediya wrote: > Below is the sequence to embed dtb inside U-Boot, > 1. Remove bootpg and resetvec section if needed > 2. Append dtb > 3. Append bootpg and resetvec section back if removed in step 1 > > Above procedure is required only when CONFIG_MPC85xx and > CONFI

Re: [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-14 Thread Simon Glass
On 3 September 2018 at 18:05, Jagdish Gediya wrote: > Below is the sequence to embed dtb inside U-Boot, > 1. Remove bootpg and resetvec section if needed > 2. Append dtb > 3. Append bootpg and resetvec section back if removed in step 1 > > Above procedure is required only when CONFIG_MPC85xx and >

[U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-02 Thread Jagdish Gediya
Below is the sequence to embed dtb inside U-Boot, 1. Remove bootpg and resetvec section if needed 2. Append dtb 3. Append bootpg and resetvec section back if removed in step 1 Above procedure is required only when CONFIG_MPC85xx and CONFIG_OF_SEPARATE are defined. Add new config CONFIG_MPC85XX_HA