[U-Boot] [PATCH v4 0/3] ARM: tegra: Add the Tamonten-NG Evaluation carrier boards
Alban Bedel
alban.bedel at avionic-design.de
Wed Nov 13 17:27:17 CET 2013
Hi everyone,
I hope everything requiered is there this time:
* The SKU ID has been changed to SKU_ID_T30MQS_P_A3 as suggested by
Thierry
* A new patch has been added to enable the 5th i2c bus on T30, this is
now needed because:
* The i2c buses have been re-numbered to match the numbering used in
the kernel
* The DTS has been re-worked to better reflect the split between COM
and base board. For the i2c buses the split was done according to
where the pull-ups are. So buses enabled in the COM dts have their
pull-ups on the COM module.
* All the "useless" defines have now been removed.
Alban Bedel (3):
ARM: tegra: support SKU b1 of Tegra30
i2c: tegra: Add the fifth bus on SoC with more than 4 buses
ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board
arch/arm/cpu/tegra-common/ap.c | 1 +
arch/arm/include/asm/arch-tegra/tegra.h | 1 +
.../common/pinmux-config-tamonten-ng.h | 385 +++++++++++++++++++++
board/avionic-design/common/tamonten-ng.c | 85 +++++
board/avionic-design/dts/tegra30-tamonten.dtsi | 69 ++++
board/avionic-design/dts/tegra30-tec-ng.dts | 18 +
board/avionic-design/tec-ng/Makefile | 32 ++
boards.cfg | 1 +
drivers/i2c/tegra_i2c.c | 5 +
include/configs/tec-ng.h | 84 +++++
10 files changed, 681 insertions(+)
create mode 100644 board/avionic-design/common/pinmux-config-tamonten-ng.h
create mode 100644 board/avionic-design/common/tamonten-ng.c
create mode 100644 board/avionic-design/dts/tegra30-tamonten.dtsi
create mode 100644 board/avionic-design/dts/tegra30-tec-ng.dts
create mode 100644 board/avionic-design/tec-ng/Makefile
create mode 100644 include/configs/tec-ng.h
--
1.8.4.2
More information about the U-Boot
mailing list