Re: [U-Boot] [PATCH v2] bootm: Align cache flush begin address

2018-04-23 Thread Simon Glass
Hi Bryan, On 18 April 2018 at 11:22, Bryan O'Donoghue wrote: > > > > On 17/04/18 23:21, Simon Glass wrote: >> >> Hi Bryan, >> >> On 17 April 2018 at 03:27, Bryan O'Donoghue >> wrote: >>> >>> >>> >>> >>> On 16/04/18 17:49, Simon Glass

Re: [U-Boot] [PATCH v2] bootm: Align cache flush begin address

2018-04-18 Thread Bryan O'Donoghue
On 17/04/18 23:21, Simon Glass wrote: Hi Bryan, On 17 April 2018 at 03:27, Bryan O'Donoghue wrote: On 16/04/18 17:49, Simon Glass wrote: On 15 April 2018 at 04:48, Bryan O'Donoghue wrote: commit b4d956f6bc0f ("bootm: Align

Re: [U-Boot] [PATCH v2] bootm: Align cache flush begin address

2018-04-17 Thread Simon Glass
Hi Bryan, On 17 April 2018 at 03:27, Bryan O'Donoghue wrote: > > > > On 16/04/18 17:49, Simon Glass wrote: >> >> On 15 April 2018 at 04:48, Bryan O'Donoghue >> wrote: >>> >>> commit b4d956f6bc0f ("bootm: Align cache flush end address

Re: [U-Boot] [PATCH v2] bootm: Align cache flush begin address

2018-04-17 Thread Bryan O'Donoghue
On 16/04/18 17:49, Simon Glass wrote: On 15 April 2018 at 04:48, Bryan O'Donoghue wrote: commit b4d956f6bc0f ("bootm: Align cache flush end address correctly") aligns the end address of the cache flush operation to a cache-line size to ensure lower-layers in the

Re: [U-Boot] [PATCH v2] bootm: Align cache flush begin address

2018-04-16 Thread Simon Glass
On 15 April 2018 at 04:48, Bryan O'Donoghue wrote: > commit b4d956f6bc0f ("bootm: Align cache flush end address correctly") > aligns the end address of the cache flush operation to a cache-line size to > ensure lower-layers in the code accept the range provided and

Re: [U-Boot] [PATCH v2] bootm: Align cache flush begin address

2018-04-16 Thread Breno Matheus Lima
Hi Bryan, 2018-04-15 7:48 GMT-03:00 Bryan O'Donoghue : > commit b4d956f6bc0f ("bootm: Align cache flush end address correctly") > aligns the end address of the cache flush operation to a cache-line size to > ensure lower-layers in the code accept the range provided and