From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 12 Apr 2013 16:39:50 -0600 Subject: [U-Boot] [PATCH] Tegra: T30: Beaver board support. In-Reply-To: <20130412223534.GX9914@bill-the-cat> References: <1365805839-2782-1-git-send-email-twarren@nvidia.com> <20130412223534.GX9914@bill-the-cat> Message-ID: <51688D36.2060501@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 04/12/2013 04:35 PM, Tom Rini wrote: > On Fri, Apr 12, 2013 at 03:30:39PM -0700, Tom Warren wrote: > >> Beaver is a Tegra30 board that is nearly 100% compatible >> w/Cardhu. Add a Beaver build so it can begin to be >> differentiated, if need be. >> >> Signed-off-by: Tom Warren --- >> board/nvidia/beaver/Makefile | 38 +++++++++++++++++++++ >> board/nvidia/dts/tegra30-beaver.dts | 66 >> +++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + > > OK, I assume cardhu and beaver dts files differ, right? If so, > maybe we can find a smaller way to just say we have N boards that > use a different dts, but that's it? I think you can do that just be modifying boards.cfg; n lines with the same content except for the name in the first column, e.g.: > snow arm armv7 smdk5250 samsung exynos > smdk5250 arm armv7 smdk5250 samsung exynos You can also add an extra column with options if needed, although I imagine the makefiles can see the value of the first column to e.g. select different .dts files? Perhaps we should do the same for Seaboard/Ventana too.