Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-07 | arm: tegra2: fix out-of-tree build | Che-liang Chiou | |
The out-of-tree build fails because the Makefiles in question depend on source files of another directory but do not explicitly mkdir that directory. As a matter of fact, other Makefiles under board/*/ directory that refer to source files under another directory explicitly call mkdir. This patch adds explicit mkdir's to the Makefiles in question, and verifies that out-of-tree build is working. Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Cc: Albert Aribaud <albert.u.boot@aribaud.net> | |||
2011-04-27 | arm: Tegra2: Move clk/mux init to board_early_init_f, add GPIO init | Tom Warren | |
Signed-off-by: Tom Warren <twarren@nvidia.com> | |||
2011-02-21 | arm: Tegra2: Add support for NVIDIA Seaboard board | Tom Warren | |
Signed-off-by: Tom Warren <twarren@nvidia.com> |