
On Fri, Apr 12, 2013 at 03:40:43PM -0700, Tom Warren wrote:
On Fri, Apr 12, 2013 at 3:35 PM, Tom Rini trini@ti.com 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 twarren@nvidia.com
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?
Right now, they only differ in the 'model' and 'compatible' fields
(because of the name change), and max memory (Beaver has more).
At some point, it may be more than just a DTS difference, though.
OK. And this is something I'm struggling with and thinking about for am335x, we want to make it easy to re-use SoC-specific bits (say memory controller) as well as likely used things (say ethernet). Or are you not quite at the point of number of boards to be able to say whats likely reused but not SoC specific?