[U-Boot] [PATCH V2 0/6] ARM: keystone: K2G: Add support for PMMC remoteproc load
Nishanth Menon
nm at ti.com
Thu Feb 25 19:53:41 CET 2016
Hi,
Here is the series for supporting TI's PMMC - a Power Management
co-processor in TI's K2G SoC. TI's SoC architecture requires the
microcontroller for power management functionality which is excersized
by various operating systems running on ARM, DSP and other compute
engines in a centralized manner.
Changes in V2:
- Updated remoteproc driver to work with device tree
- config env variable updates
Series based on:
master 52dd704bf8ed Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Test log: http://pastebin.ubuntu.com/15200102/
Nishanth Menon (6):
ARM: keystone2: psc: redo doc in kernel-doc format
ARM: keystone2: psc-defs: use adequate () for macros
ARM: keystone2: psc: introduce function to hold and release module in
reset.
remoteproc: Add support for TI power processor
ARM: dts: k2g: Add support for PMMC
configs: k2g_evm: Add TI power processor support
arch/arm/dts/k2g.dtsi | 7 +
arch/arm/mach-keystone/include/mach/psc_defs.h | 10 +-
arch/arm/mach-keystone/psc.c | 200 +++++++++++++++++++------
configs/k2g_evm_defconfig | 2 +
drivers/remoteproc/Kconfig | 10 ++
drivers/remoteproc/Makefile | 1 +
drivers/remoteproc/ti_power_proc.c | 180 ++++++++++++++++++++++
include/configs/k2g_evm.h | 7 +
include/configs/ti_armv7_keystone2.h | 14 ++
9 files changed, 384 insertions(+), 47 deletions(-)
create mode 100644 drivers/remoteproc/ti_power_proc.c
--
2.7.0
More information about the U-Boot
mailing list