[U-Boot] [PATCH 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)

2015-02-09 Thread Stephen Warren
The bcm2835 and bcm2836 are essentially identical, except: - The CPU is an ARM1176 v.s. a quad-core Cortex-A7. - The physical address of many IO controllers has moved. Rather than introducing a whole new bcm2836 value for $(SOC) or $(ARCH), update the existing bcm2835 code to handle the minor diff

Re: [U-Boot] [PATCH 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)

2015-02-10 Thread Masahiro Yamada
Hi Tom, On Mon, 9 Feb 2015 23:56:45 -0700 Stephen Warren wrote: > The bcm2835 and bcm2836 are essentially identical, except: > - The CPU is an ARM1176 v.s. a quad-core Cortex-A7. > - The physical address of many IO controllers has moved. > > Rather than introducing a whole new bcm2836 value f

Re: [U-Boot] [PATCH 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)

2015-02-10 Thread Simon Glass
Hi, On 10 February 2015 at 01:14, Masahiro Yamada wrote: > Hi Tom, > > > On Mon, 9 Feb 2015 23:56:45 -0700 > Stephen Warren wrote: > >> The bcm2835 and bcm2836 are essentially identical, except: >> - The CPU is an ARM1176 v.s. a quad-core Cortex-A7. >> - The physical address of many IO controll

Re: [U-Boot] [PATCH 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)

2015-02-10 Thread Stephen Warren
On 02/10/2015 01:14 AM, Masahiro Yamada wrote: Hi Tom, On Mon, 9 Feb 2015 23:56:45 -0700 Stephen Warren wrote: The bcm2835 and bcm2836 are essentially identical, except: - The CPU is an ARM1176 v.s. a quad-core Cortex-A7. - The physical address of many IO controllers has moved. Rather than