[U-Boot] [NXP-IMX] please pull imx-master-11-21
Peng Fan
peng.fan at nxp.com
Fri Nov 22 06:42:09 UTC 2019
Hi Stefano,
Please pull imx-master-11-21, based on imx/master.
CI: https://travis-ci.org/MrVan/u-boot/builds/614830163
--------------------------------------------------------
i.mx6qp noc settings
i.mx7ulp update and artists com board support
--------------------------------------------------------
Thanks,
Peng.
The following changes since commit bdcf3a88cc582ce8bb9ea024fa917d9a52e05479:
imx: imx8mm-evk: enable ethernet (2019-11-05 10:27:18 +0100)
are available in the Git repository at:
https://github.com/MrVan/u-boot.git imx-master-11-21
for you to fetch changes up to 153d06d07d6827460e62045bd51083e64a727648:
mx6cuboxi: Add Baruch as maintainer (2019-11-21 09:50:23 +0800)
----------------------------------------------------------------
Fabio Estevam (8):
mx6: Allow configuring the NoC registers on i.MX6QP
mx7ulp: Print the LDO mode status
mx7ulp: Introduce the CONFIG_LDO_ENABLED_MODE option
mx7ulp: Remove the _RUN notation from the PMC1 LDOVL definitions
mx7ulp: scg: Remove unnused scg_a7_apll_init()
mx7ulp: Sync the device tree related files
mx7ulp: Add support for Embedded Artists COM board
mx6cuboxi: Add Baruch as maintainer
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/imx7ulp-com.dts | 90 +++++++
arch/arm/dts/imx7ulp-evk.dts | 157 +++++-------
arch/arm/dts/imx7ulp-pinfunc.h | 1748 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------
arch/arm/dts/imx7ulp.dtsi | 28 ++-
arch/arm/include/asm/arch-mx7ulp/scg.h | 1 -
arch/arm/mach-imx/mx6/soc.c | 35 +++
arch/arm/mach-imx/mx7ulp/Kconfig | 11 +
arch/arm/mach-imx/mx7ulp/scg.c | 61 -----
arch/arm/mach-imx/mx7ulp/soc.c | 78 ++++++
board/ea/mx7ulp_com/Kconfig | 12 +
board/ea/mx7ulp_com/MAINTAINERS | 6 +
board/ea/mx7ulp_com/Makefile | 6 +
board/ea/mx7ulp_com/imximage.cfg | 128 ++++++++++
board/ea/mx7ulp_com/mx7ulp_com.c | 48 ++++
board/solidrun/mx6cuboxi/MAINTAINERS | 1 +
configs/mx7ulp_com_defconfig | 59 +++++
include/configs/mx7ulp_com.h | 107 +++++++++
18 files changed, 1552 insertions(+), 1027 deletions(-)
create mode 100644 arch/arm/dts/imx7ulp-com.dts
create mode 100644 board/ea/mx7ulp_com/Kconfig
create mode 100644 board/ea/mx7ulp_com/MAINTAINERS
create mode 100644 board/ea/mx7ulp_com/Makefile
create mode 100644 board/ea/mx7ulp_com/imximage.cfg
create mode 100644 board/ea/mx7ulp_com/mx7ulp_com.c
create mode 100644 configs/mx7ulp_com_defconfig
create mode 100644 include/configs/mx7ulp_com.h
More information about the U-Boot
mailing list