From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 31 Jul 2014 17:21:43 -0600 Subject: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board In-Reply-To: <1406848482-14097-1-git-send-email-amartin@nvidia.com> References: <1406848482-14097-1-git-send-email-amartin@nvidia.com> Message-ID: <53DACF87.1050304@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 07/31/2014 05:14 PM, Allen Martin wrote: > 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. At a *very* quick glance, this looks OK. But, you'll need to do a bit of work to rebase it onto the latest u-boot/master. Kconfig has been introduced now, so you'll need to do at least: * Don't touch boards.cfg (it's been removed) * Add configs/norrin_defconfig * Add board/nvidia/norrin/MAINTAINERS I think that's it.