From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Wed, 20 Feb 2019 09:34:57 -0700 Subject: [U-Boot] Pull request, u-boot-tegra/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All Tegra builds are OK, and Stephen's automated test system reports that all tests pass. NOTE: This PR should supersede the previous one, sent yesterday. Thanks. The following changes since commit 97f9830849c64d60d0cf2fd69e87dfe4557d02a4: Merge branch '2019-02-19-master-imports' (2019-02-19 20:48:11 -0500) are available in the git repository at: git://git.denx.de/u-boot-tegra.git master for you to fetch changes up to a3c9021771608f5b514c75874fa0d8fbee2873d6: board: toradex: turn off lcd backlight before OS handover (2019-02-20 09:01:45 -0700) ---------------------------------------------------------------- Gerard Salvatella (1): board: toradex: turn off lcd backlight before OS handover Jonathan Hunter (1): ARM: tegra: Reserve 32MB for the Linux kernel Peter Robinson (6): tegra: cleanup dangling comments in include/configs tegra20: common: fix USB_EHCI_TXFIFO_THRESH value Kconfig: tegra: Migrate SYS_I2C_TEGRA Kconfig: tegra: Migrate USB_EHCI_TEGRA Kconfig: tegra: Migrate TEGRA_KEYBOARD nyan-big: drop CONFIG_KEYBOARD Tristan Bastian (3): nyan-big: change spi delay nyan-big: add padding to its file ARM: tegra: enable ums on nyan boards arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +- arch/arm/dts/tegra124-nyan.dtsi | 1 + board/toradex/apalis-tk1/apalis-tk1.c | 9 +++++++++ board/toradex/apalis_imx6/apalis_imx6.c | 9 +++++++++ board/toradex/apalis_t30/apalis_t30.c | 9 +++++++++ board/toradex/colibri_imx6/colibri_imx6.c | 9 +++++++++ board/toradex/colibri_imx7/colibri_imx7.c | 9 +++++++++ board/toradex/colibri_t20/colibri_t20.c | 9 +++++++++ board/toradex/colibri_t30/colibri_t30.c | 9 +++++++++ board/toradex/colibri_vf/colibri_vf.c | 12 +++++++++++- configs/apalis-tk1_defconfig | 2 ++ configs/apalis_t30_defconfig | 2 ++ configs/beaver_defconfig | 2 ++ configs/cardhu_defconfig | 2 ++ configs/cei-tk1-som_defconfig | 2 ++ configs/colibri_t20_defconfig | 2 ++ configs/colibri_t30_defconfig | 2 ++ configs/dalmore_defconfig | 2 ++ configs/e2220-1170_defconfig | 2 ++ configs/harmony_defconfig | 1 + configs/jetson-tk1_defconfig | 2 ++ configs/medcom-wide_defconfig | 1 + configs/nyan-big_defconfig | 2 ++ configs/p2371-0000_defconfig | 2 ++ configs/p2371-2180_defconfig | 2 ++ configs/p2571_defconfig | 2 ++ configs/p2771-0000-000_defconfig | 1 + configs/p2771-0000-500_defconfig | 1 + configs/paz00_defconfig | 1 + configs/plutux_defconfig | 1 + configs/seaboard_defconfig | 3 +++ configs/tec-ng_defconfig | 2 ++ configs/tec_defconfig | 1 + configs/trimslice_defconfig | 2 ++ configs/venice2_defconfig | 2 ++ configs/ventana_defconfig | 1 + doc/chromium/nyan-big.its | 2 +- drivers/i2c/Kconfig | 6 ++++++ drivers/input/Kconfig | 6 ++++++ drivers/usb/host/Kconfig | 6 ++++++ include/configs/apalis-tk1.h | 8 -------- include/configs/apalis_t30.h | 10 ---------- include/configs/beaver.h | 12 ------------ include/configs/cardhu.h | 12 ------------ include/configs/cei-tk1-som.h | 12 ------------ include/configs/colibri_t20.h | 13 ------------- include/configs/colibri_t30.h | 8 -------- include/configs/dalmore.h | 10 ---------- include/configs/e2220-1170.h | 10 ---------- include/configs/harmony.h | 7 ------- include/configs/jetson-tk1.h | 12 ------------ include/configs/medcom-wide.h | 5 ----- include/configs/nyan-big.h | 12 ------------ include/configs/p2371-0000.h | 10 ---------- include/configs/p2371-2180.h | 12 ------------ include/configs/p2571.h | 10 ---------- include/configs/p2771-0000.h | 5 ----- include/configs/paz00.h | 5 ----- include/configs/plutux.h | 7 ------- include/configs/seaboard.h | 12 ------------ include/configs/tec-ng.h | 10 ---------- include/configs/tec.h | 5 ----- include/configs/tegra-common.h | 6 ------ include/configs/tegra114-common.h | 14 +++++++------- include/configs/tegra124-common.h | 14 +++++++------- include/configs/tegra20-common.h | 16 ++++++++-------- include/configs/tegra210-common.h | 4 ---- include/configs/tegra30-common.h | 18 +++++++----------- include/configs/trimslice.h | 12 ------------ include/configs/venice2.h | 10 ---------- include/configs/ventana.h | 5 ----- scripts/config_whitelist.txt | 2 -- 72 files changed, 169 insertions(+), 282 deletions(-)