Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-09-17 Thread Simon Glass
Hi Bin, On Thu, 5 Sep 2019 at 06:10, Bin Meng wrote: > > Hi Simon, > > On Thu, Aug 29, 2019 at 11:24 PM Bin Meng wrote: > > > > +Simon > > > > On Thu, Aug 29, 2019 at 1:24 AM Thomas Fitzsimmons > > wrote: > > > > > > Hi Bin, > > > > > > Bin Meng writes: > > > > > > > Hi Thomas, > > > > > > >

Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-09-05 Thread Bin Meng
Hi Simon, On Thu, Aug 29, 2019 at 11:24 PM Bin Meng wrote: > > +Simon > > On Thu, Aug 29, 2019 at 1:24 AM Thomas Fitzsimmons > wrote: > > > > Hi Bin, > > > > Bin Meng writes: > > > > > Hi Thomas, > > > > > > On Wed, Aug 28, 2019 at 6:31 AM Thomas Fitzsimmons > > > wrote: > > >> > > >> Hi

Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-08-29 Thread Bin Meng
+Simon On Thu, Aug 29, 2019 at 1:24 AM Thomas Fitzsimmons wrote: > > Hi Bin, > > Bin Meng writes: > > > Hi Thomas, > > > > On Wed, Aug 28, 2019 at 6:31 AM Thomas Fitzsimmons > > wrote: > >> > >> Hi Bin, > >> > >> Bin Meng writes: > >> > >> > Hi Thomas, > >> > > >> > On Sat, Jun 9, 2018 at

Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-08-28 Thread Thomas Fitzsimmons
Hi Bin, Bin Meng writes: > Hi Thomas, > > On Wed, Aug 28, 2019 at 6:31 AM Thomas Fitzsimmons > wrote: >> >> Hi Bin, >> >> Bin Meng writes: >> >> > Hi Thomas, >> > >> > On Sat, Jun 9, 2018 at 6:06 AM Thomas Fitzsimmons >> > wrote: >> >> >> >> Add support for loading U-Boot on the Broadcom

Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-08-28 Thread Bin Meng
Hi Thomas, On Wed, Aug 28, 2019 at 6:31 AM Thomas Fitzsimmons wrote: > > Hi Bin, > > Bin Meng writes: > > > Hi Thomas, > > > > On Sat, Jun 9, 2018 at 6:06 AM Thomas Fitzsimmons > > wrote: > >> > >> Add support for loading U-Boot on the Broadcom 7445 SoC. This port > >> assumes Broadcom's

Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-08-27 Thread Thomas Fitzsimmons
Hi Bin, Bin Meng writes: > Hi Thomas, > > On Sat, Jun 9, 2018 at 6:06 AM Thomas Fitzsimmons wrote: >> >> Add support for loading U-Boot on the Broadcom 7445 SoC. This port >> assumes Broadcom's BOLT bootloader is acting as the second stage >> bootloader, and U-Boot is acting as the third

Re: [U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2019-08-26 Thread Bin Meng
Hi Thomas, On Sat, Jun 9, 2018 at 6:06 AM Thomas Fitzsimmons wrote: > > Add support for loading U-Boot on the Broadcom 7445 SoC. This port > assumes Broadcom's BOLT bootloader is acting as the second stage > bootloader, and U-Boot is acting as the third stage bootloader, loaded > as an ELF

[U-Boot] [PATCH v4 1/1] board: arm: Add support for Broadcom BCM7445

2018-06-08 Thread Thomas Fitzsimmons
Add support for loading U-Boot on the Broadcom 7445 SoC. This port assumes Broadcom's BOLT bootloader is acting as the second stage bootloader, and U-Boot is acting as the third stage bootloader, loaded as an ELF program by BOLT. Signed-off-by: Thomas Fitzsimmons Cc: Stefan Roese Cc: Tom Rini