[U-Boot] [PATCH v4 3/3] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

Stephen Warren swarren at wwwdotorg.org
Wed Nov 13 18:37:51 CET 2013


On 11/13/2013 09:27 AM, Alban Bedel wrote:
> Add support for the new Tamonten™ NG platform from Avionic Design.
> Currently only I2C, MMC, USB and ethernet have been tested.
> 
> Signed-off-by: Alban Bedel <alban.bedel at avionic-design.de>
> ---
> V3: * Removed the retries from pmu_write()
>     * Removed the not strictly needed power init
> V4: * Removed the unused PMU defines
>     * Removed the useless #ifdef
>     * Reworked the DTS to enable the device at the proper level
>     * Re-numbered the i2c bus to match the kernel numbering

Note that the kernel doesn't have a defined I2C bus numbering; any
numbering that exists is a side-effect of the non-guaranteed I2C node
enumeration order. That said, feel free to make the bus ordering in
U-Boot be whatever you want.

> diff --git a/board/avionic-design/tec-ng/Makefile b/board/avionic-design/tec-ng/Makefile

I believe there's been a recent cleanup pass on all the Makefiles, so a
lot of this boiler-plate needs to be removed to conform with the new
style. Take a look at board/nvidia/*/Makefile for some examples.

Aside from that, the series briefly,
Reviewed-by: Stephen Warren <swarren at nvidia.com>


More information about the U-Boot mailing list