Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-05-01 Thread Simon Glass
Hi Stephen, On 29 April 2016 at 13:21, Stephen Warren wrote: > On 04/29/2016 11:42 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 29 April 2016 at 10:53, Simon Glass wrote: >>> >>> Hi Stephen, >>> >>> On 29 April 2016 at 10:27, Stephen Warren wrote: On 04/29/2016 08:02 AM, Simon Gl

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-29 Thread Stephen Warren
On 04/29/2016 11:42 AM, Simon Glass wrote: Hi Stephen, On 29 April 2016 at 10:53, Simon Glass wrote: Hi Stephen, On 29 April 2016 at 10:27, Stephen Warren wrote: On 04/29/2016 08:02 AM, Simon Glass wrote: Hi Stephen, On 27 April 2016 at 10:13, Stephen Warren wrote: On 04/27/2016 08:50

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-29 Thread Simon Glass
Hi Stephen, On 29 April 2016 at 10:53, Simon Glass wrote: > Hi Stephen, > > On 29 April 2016 at 10:27, Stephen Warren wrote: >> On 04/29/2016 08:02 AM, Simon Glass wrote: >>> >>> Hi Stephen, >>> >>> On 27 April 2016 at 10:13, Stephen Warren wrote: On 04/27/2016 08:50 AM, Simon Glass w

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-29 Thread Simon Glass
Hi Stephen, On 29 April 2016 at 10:27, Stephen Warren wrote: > On 04/29/2016 08:02 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 27 April 2016 at 10:13, Stephen Warren wrote: >>> >>> On 04/27/2016 08:50 AM, Simon Glass wrote: Hi Stephen, On 25 April 2016 at 13:25, St

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-29 Thread Stephen Warren
On 04/29/2016 08:02 AM, Simon Glass wrote: Hi Stephen, On 27 April 2016 at 10:13, Stephen Warren wrote: On 04/27/2016 08:50 AM, Simon Glass wrote: Hi Stephen, On 25 April 2016 at 13:25, Stephen Warren wrote: On 04/23/2016 11:14 AM, Simon Glass wrote: Hi Stephen, On 19 April 2016 at 1

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-29 Thread Simon Glass
Hi Stephen, On 27 April 2016 at 10:13, Stephen Warren wrote: > On 04/27/2016 08:50 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 25 April 2016 at 13:25, Stephen Warren wrote: >>> >>> On 04/23/2016 11:14 AM, Simon Glass wrote: Hi Stephen, On 19 April 2016 at 14:59, St

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-27 Thread Stephen Warren
On 04/27/2016 08:50 AM, Simon Glass wrote: Hi Stephen, On 25 April 2016 at 13:25, Stephen Warren wrote: On 04/23/2016 11:14 AM, Simon Glass wrote: Hi Stephen, On 19 April 2016 at 14:59, Stephen Warren wrote: From: Stephen Warren U-Boot is compiled for a single board, which in turn uses

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-27 Thread Simon Glass
Hi Stephen, On 25 April 2016 at 13:25, Stephen Warren wrote: > On 04/23/2016 11:14 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 19 April 2016 at 14:59, Stephen Warren wrote: >>> >>> From: Stephen Warren >>> >>> U-Boot is compiled for a single board, which in turn uses a specific SoC. >>> T

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-25 Thread Stephen Warren
On 04/23/2016 11:14 AM, Simon Glass wrote: Hi Stephen, On 19 April 2016 at 14:59, Stephen Warren wrote: From: Stephen Warren U-Boot is compiled for a single board, which in turn uses a specific SoC. There's no need to make runtime decisions based on SoC ID. While there's certainly an argumen

Re: [U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-23 Thread Simon Glass
Hi Stephen, On 19 April 2016 at 14:59, Stephen Warren wrote: > From: Stephen Warren > > U-Boot is compiled for a single board, which in turn uses a specific SoC. > There's no need to make runtime decisions based on SoC ID. While there's > certainly an argument for making the code support differe

[U-Boot] [PATCH 38/60] ARM: tegra: remove tegra_get_chip()

2016-04-19 Thread Stephen Warren
From: Stephen Warren U-Boot is compiled for a single board, which in turn uses a specific SoC. There's no need to make runtime decisions based on SoC ID. While there's certainly an argument for making the code support different SoCs at run-time, the Tegra code is so far from that possible ideal t