From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Nov 2013 10:37:51 -0700 Subject: [U-Boot] =?utf-8?q?=5BPATCH_v4_3/3=5D_ARM=3A_tegra=3A_Add_the_Tam?= =?utf-8?q?onten=E2=84=A2_NG_Evaluation_Carrier_board?= In-Reply-To: <1384360040-21362-4-git-send-email-alban.bedel@avionic-design.de> References: <1384360040-21362-1-git-send-email-alban.bedel@avionic-design.de> <1384360040-21362-4-git-send-email-alban.bedel@avionic-design.de> Message-ID: <5283B8EF.3070803@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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