From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 12 Nov 2014 11:59:04 -0700 Subject: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board In-Reply-To: <1415732664-18138-1-git-send-email-sjg@chromium.org> References: <1415732664-18138-1-git-send-email-sjg@chromium.org> Message-ID: <5463ADF8.1000100@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/11/2014 12:04 PM, Simon Glass wrote: > From: Allen Martin > > Norrin (PM370) is a Tegra124 clamshell board that is very similar to > venice2, but it has a different panel, the sdcard cd and wp sense are > flipped, and it has a different revision of the AS3722 PMIC. This > board is also refered to as "nyan" in the ChromeOS trees. > > This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA > Tegra K1, 2GB). Isn't Norrin a development board for that? I believe there are differences between Norrin and the final CB5. If this patch really is for CB5 specifically, shouldn't it be named that way? Ideally, the U-Boot board name should exactly match the DTB filename in the DT tree (i.e. arch/arm/boot/dts in the Linux kernel at present) so that the U-Boot environment doesn't have to override the automatic $dtbfile calculation.