u-boot/arch/arm/cpu/arm1176
Stephen Warren 88077280c4 ARM: bcm2835: add mailbox driver
The BCM2835 SoC contains (at least) two CPUs; the VideoCore (a/k/a "GPU")
and the ARM CPU. The ARM CPU is often thought of as the main CPU.
However, the VideoCore actually controls the initial SoC boot, and hides
much of the hardware behind a protocol. This protocol is transported
using the SoC's mailbox hardware module.

Here, we add a very simplistic driver for the mailbox module, and define
a few structures for the property messages.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
2013-03-20 15:29:20 +01:00
..
bcm2835 ARM: bcm2835: add mailbox driver 2013-03-20 15:29:20 +01:00
s3c64xx ARM: arm1176: Define arch_cpu_init() for s3c64xx 2012-11-15 21:08:19 +09:00
tnetv107x include/linux/byteorder: import latest endian definitions from linux 2012-11-04 11:00:34 -07:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpu.c ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
start.S Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00