]> git.sur5r.net Git - u-boot/commit
imx: imx-common: introduce Resource Domain Controller support
authorPeng Fan <peng.fan@nxp.com>
Thu, 28 Jan 2016 08:55:00 +0000 (16:55 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 Feb 2016 10:46:26 +0000 (11:46 +0100)
commitde09c43bbfeeae767a8561d2810df55675e8b1a4
tree08ff1546c0cd20560b52e1173f8e6a5655f0dfad
parent613e01065a17e17af9b6ab5b41c976a03990cc1a
imx: imx-common: introduce Resource Domain Controller support

Introduce Resource Domain Controller support for i.MX.
Now i.MX6SX and i.MX7D supports this feature to assign masters
and peripherals to different domains.

Signed-off-by: Ye.Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/imx-common/Kconfig
arch/arm/imx-common/Makefile
arch/arm/imx-common/rdc-sema.c [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/imx-rdc.h [new file with mode: 0644]
arch/arm/include/asm/imx-common/rdc-sema.h [new file with mode: 0644]