summaryrefslogtreecommitdiff
path: root/tegra20/avionic-design
Commit message (Collapse)AuthorAgeFilesLines
* Build using Makefiles, add separate bct/img targetsStephen Warren2013-10-0312-24/+102
| | | | | | | | | | | | | | | | | In some situations, one may only need BCT binaries and not flashable image binaries. Hence, it's useful to allow BCTs and flashable image to be built separately, rather than always building both together. While re-writing the build system, convert from shell-scripts to Makefiles. Now, one can "make", "make bcts", or "make images", all with appropriate dependency checking. Many Avionic Design boards use a carrier/module design, with the carrier and module files stored in separate directories. Use symlinks to handle this, rather than complicating the build system with support for files from other directories. Signed-off-by: Stephen Warren <swarren@nvidia.com>
* Re-organize directory structureStephen Warren2013-04-105-0/+235
With the increasing number of boards and vendors supported, create a directory hierarchy to organize things. The hierarchy is ${soc}/${vendor}/${board} Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>