commit | db75356f14646a4bca7b712f2128435e97f55c17 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Mon Feb 16 12:16:14 2015 -0700 |
committer | Tom Rini <trini@ti.com> | Sat Feb 21 08:27:48 2015 -0500 |
tree | d1a0f66497e2ad50fe336665f561ad5778bb028f | |
parent | a033171b2ece1f3575ab7277e7b862e7f611b3f6 [diff] |
bcm2836 SoC support (used in Raspberry Pi 2 model B) 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 differences, and plumb it into the ARMv7 CPU architecture. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>