Albert – are you getting these emails? I know they’re bouncing from the list (need to find a mailer that doesn’t use MIME64), but I haven’t heard back from you for the last 2 PRs.
Should I send these to Tom Rini instead? Please let me know. Tom From: Tom Warren [mailto:tomcwarren3...@gmail.com] Sent: Thursday, March 05, 2015 4:27 PM To: Albert ARIBAUD Cc: u-boot@lists.denx.de; Marcel Ziswiler; Stephen Warren; Tom Warren Subject: Please pull u-boot-tegra.git/master Albert, Please pull u-boot-tegra.git/master into ARM master. ./MAKEALL -s tegra is clean. Stephen confirmed that Jetson-TK1 looks OK. NOTE: This PR includes some of Stephen's patches from a previous PR that never went in AFAICT (Sent Feb 3rd). I'm sending this from my Gmail account since my work Outlook always bounces from the list due to base64 MIME errors. The following changes since commit 02251eefc95c477f4ff6aa7568dfd4be7c69c31f: ARM: HYP/non-sec: relocation before enable secondary cores (2015-03-01 16:33:21 +0100) are available in the git repository at: git://git.denx.de/u-boot-tegra.git<http://git.denx.de/u-boot-tegra.git> master for you to fetch changes up to d5338c693e6a35a7108c184839d688a7377d117c: apalis/colibri_t30: add misc cmds increase buf sizes and max args (2015-03-04 10:09:02 -0700) ---------------------------------------------------------------- Marcel Ziswiler (4): dm: tegra: dts: add aliases for spi on apalis_t30 apalis/colibri_t30: fix MMC/SD card detect GPIOs apalis_t30: enable gigabit ethernet via pcie apalis/colibri_t30: add misc cmds increase buf sizes and max args Stephen Warren (16): common: board: support systems with where RAM ends beyond 4GB ARM: tegra: fix variable naming in query_sdram_size() ARM: tegra: support large RAM sizes ARM: tegra: move common config defines centrally ARM: tegra: support running in non-secure mode ARM: tegra: add function to clear pinmux CLAMPING bit ARM: tegra: import latest Jetson TK1 pinmux ARM: tegra: pinmux: add note re: drive group field defines ARM: tegra: pinmux: simplify some defines ARM: tegra: pinmux: handle feature removal on newer SoCs ARM: tegra: pinmux: move some type definitions ARM: tegra: pinmux: partially handle varying register layouts ARM: tegra: pinmux: support hsm/schmitt on pins ARM: tegra: pinmux: account for different drivegroup base registers ARM: tegra: pinmux: support Tegra210's e_io_hv pin option ARM: tegra: pinmux: add Tegra210 support README | 7 + arch/arm/cpu/tegra210-common/pinmux.c | 195 ++++++++++ arch/arm/dts/tegra30-apalis.dts | 13 +- arch/arm/dts/tegra30-colibri.dts | 4 +- arch/arm/include/asm/arch-tegra/ap.h | 4 + arch/arm/include/asm/arch-tegra/pinmux.h | 110 ++++-- arch/arm/include/asm/arch-tegra114/pinmux.h | 14 +- arch/arm/include/asm/arch-tegra124/pinmux.h | 14 +- arch/arm/include/asm/arch-tegra20/pinmux.h | 1 + arch/arm/include/asm/arch-tegra210/pinmux.h | 416 +++++++++++++++++++++ arch/arm/include/asm/arch-tegra30/pinmux.h | 11 +- arch/arm/mach-tegra/board.c | 56 ++- arch/arm/mach-tegra/clock.c | 6 +- arch/arm/mach-tegra/pinmux-common.c | 223 +++++++++-- board/nvidia/common/board.c | 9 + board/nvidia/jetson-tk1/jetson-tk1.c | 2 +- board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 303 +++++++-------- common/board_f.c | 12 + include/configs/apalis_t30.h | 31 +- include/configs/beaver.h | 2 - include/configs/cardhu.h | 2 - include/configs/colibri_t20_iris.h | 2 - include/configs/colibri_t30.h | 26 +- include/configs/dalmore.h | 2 - include/configs/harmony.h | 3 - include/configs/jetson-tk1.h | 2 - include/configs/medcom-wide.h | 3 - include/configs/nyan-big.h | 2 - include/configs/paz00.h | 3 - include/configs/plutux.h | 3 - include/configs/seaboard.h | 3 - include/configs/tec-ng.h | 2 - include/configs/tec.h | 3 - include/configs/tegra-common.h | 2 + include/configs/trimslice.h | 2 - include/configs/venice2.h | 2 - include/configs/ventana.h | 3 - include/configs/whistler.h | 2 - 38 files changed, 1197 insertions(+), 303 deletions(-) create mode 100644 arch/arm/cpu/tegra210-common/pinmux.c create mode 100644 arch/arm/include/asm/arch-tegra210/pinmux.h ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot