[U-Boot] [PULL] Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Thu May 17 15:50:01 UTC 2018
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d:
ARM: re-enable MVGBE for edminiv2 (2018-05-16 11:38:08 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 2f5988533d5c447d7bda79b0d9719f84db9e1835:
imx6: sabrelite: update defconfig to use distro defaults (2018-05-17
17:47:17 +0200)
----------------------------------------------------------------
Guillaume GARDET (2):
imx6: Convert sabrelite and nitrogen6x boards to distro boot support
imx6: sabrelite: update defconfig to use distro defaults
Ian Ray (6):
board: ge: bx50v3: add winbond SPI NOR support
board: ge: bx50v3: rename detect_baseboard function
board: ge: bx50v3: fix display support for b{46}50v3
board: ge: bx50v3: use VPD instead of compile-time checks
board: ge: bx50v3: configure video arguments using VPD
board: ge: bx50v3: remove redundant targets
Lukasz Majewski (8):
dts: imx53: Add gpio and i2c nodes to imx53.dtsi file
dts: pinctrl: Provide IMX_PAD_SION definition for imx53 pinctrl
pmic: fsl: Provide some more definitions for MC34708 PMIC
pmic: fsl: Define number of bytes sent at once by MC34708 PMIC
pmic: dm: Provide *trans_len() callback for pmic-uclass
pmic: dm: Rewrite pmic_reg_{read|write} and pmic_clrsetbits to
support transmissions larger than 1 byte
pmic: dm: Add support for MC34708 for PMIC DM
arm: imx53: Add support for imx53 boards from K+P
Magnus Lilja (2):
mx31pdk: Convert CONFIG_MX31 flag to use Kconfig.
mx31: Convert MX31_HCLK_FREQ and MX31_CLK32 to Kconfig.
Nandor Han (2):
board: ge: bx50v3: unify two switch statements
board: ge: bx50v3: detect the monitor type by reading VPD earlier
Peter Robinson (4):
mx6 common: remove dangling comment
mx7: remove empty ifndef statement
mx6: Select CONFIG_MP with MX6_SMP
mx6: remove duplicated BOUNCE_BUFFER defines
Sebastian Reichel (1):
ge: ppd: move CONFIG_ENV_IS_IN_MMC to defconfig
arch/arm/Kconfig | 14 +++----
arch/arm/dts/imx53-kp.dts | 135
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/dts/imx53-pinfunc.h | 1 +
arch/arm/dts/imx53.dtsi | 101
+++++++++++++++++++++++++++++++++++++++++++++++-
arch/arm/include/asm/arch-mx31/clock.h | 8 ----
arch/arm/mach-imx/mx3/Kconfig | 34
+++++++++++++++++
arch/arm/mach-imx/mx5/Kconfig | 12 ++++++
arch/arm/mach-imx/mx6/Kconfig | 15 ++------
board/ge/bx50v3/Kconfig | 2 +-
board/ge/bx50v3/bx50v3.c | 71
++++++++++++++++++++++------------
board/k+p/kp_imx53/Kconfig | 15 ++++++++
board/k+p/kp_imx53/MAINTAINERS | 6 +++
board/k+p/kp_imx53/Makefile | 8 ++++
board/k+p/kp_imx53/kp_id_rev.c | 121
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/k+p/kp_imx53/kp_id_rev.h | 28 ++++++++++++++
board/k+p/kp_imx53/kp_imx53.c | 212
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configs/ge_b650v3_defconfig | 43
---------------------
configs/ge_b850v3_defconfig | 43
---------------------
configs/{ge_b450v3_defconfig => ge_bx50v3_defconfig} | 4 +-
configs/kp_imx53_defconfig | 40
+++++++++++++++++++
configs/mx31pdk_defconfig | 3 +-
configs/mx53ppd_defconfig | 1 +
configs/mx6qsabrelite_defconfig | 15 +++-----
drivers/power/pmic/Kconfig | 7 ++++
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/mc34708.c | 103
+++++++++++++++++++++++++++++++++++++++++++++++++
drivers/power/pmic/pmic-uclass.c | 48
+++++++++++++++++------
include/configs/advantech_dms-ba16.h | 1 -
include/configs/apalis_imx6.h | 1 -
include/configs/colibri_imx6.h | 1 -
include/configs/dh_imx6.h | 1 -
include/configs/ge_bx50v3.h | 17 +--------
include/configs/kp_imx53.h | 113
++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/configs/kp_imx6q_tpc.h | 2 -
include/configs/mx31pdk.h | 2 -
include/configs/mx53ppd.h | 1 -
include/configs/mx6_common.h | 3 --
include/configs/mx7_common.h | 3 --
include/configs/nitrogen6x.h | 179
+++++++++++++++++++++----------------------------------------------------------------
include/fsl_pmic.h | 41
++++++++++++++++++++
include/power/pmic.h | 2 +
41 files changed, 1126 insertions(+), 332 deletions(-)
create mode 100644 arch/arm/dts/imx53-kp.dts
create mode 100644 arch/arm/mach-imx/mx3/Kconfig
create mode 100644 board/k+p/kp_imx53/Kconfig
create mode 100644 board/k+p/kp_imx53/MAINTAINERS
create mode 100644 board/k+p/kp_imx53/Makefile
create mode 100644 board/k+p/kp_imx53/kp_id_rev.c
create mode 100644 board/k+p/kp_imx53/kp_id_rev.h
create mode 100644 board/k+p/kp_imx53/kp_imx53.c
delete mode 100644 configs/ge_b650v3_defconfig
delete mode 100644 configs/ge_b850v3_defconfig
rename configs/{ge_b450v3_defconfig => ge_bx50v3_defconfig} (93%)
create mode 100644 configs/kp_imx53_defconfig
create mode 100644 drivers/power/pmic/mc34708.c
create mode 100644 include/configs/kp_imx53.h
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list