1. 17 1月, 2013 1 次提交
  2. 16 10月, 2012 2 次提交
    • T
      Tegra20: Move some include files to arch-tegra for sharing with Tegra30 · 150c2493
      Tom Warren 提交于
      The move is pretty straight-forward. ap20.h and tegra20.h were renamed to ap.h and tegra.h.
      Some files remain in arch-tegra20 but 'include' a file in 'arch-tegra' with #defines & structs
      that will be common between T20 and T30 HW. HW-specific #defines, etc. stay in the 'arch-tegra20'
      'root' file.
      
      All boards build OK w/MAKEALL -s tegra20. Checkpatch.pl runs clean. Seaboard works OK.
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      150c2493
    • T
      Tegra20: Move some code files to common directories for upcoming Tegra30 patches. · 3064f322
      Tom Warren 提交于
      Move files that are going to be common between T20 and T30 into 'tegra-common'
      subdirs in AVP (arm720t), CPU (armv7), and shared (arch/arm/cpu/.) areas. Any
      files that are left behind in '/tegra20' will be copied to '/tegra30' subdirs
      and modified for that SoC. The 'common' files should need only minor changes.
      
      Include files (arch/arm/include/asm/arch-tegra/tegra20) will be done in a
      follow-on patch.
      
      Builds fine w/MAKEALL -s tegra20. Checkpatch.pl is clean.
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      3064f322
  3. 11 9月, 2012 1 次提交
  4. 01 9月, 2012 4 次提交
  5. 07 7月, 2012 2 次提交
  6. 15 5月, 2012 3 次提交
  7. 29 3月, 2012 2 次提交
  8. 10 12月, 2011 1 次提交
    • S
      tegra2: Simplify tegra_start() boot path · 210576fc
      Simon Glass 提交于
      The Tegra2 boot path is more complicated than it needs to be. Since we want
      to move to building most of U-Boot with ARMv7 and only a small part with
      ARMv4T (for AVP) it should be as simple as possible.
      
      This makes tegra2_start() into a simple function which either does AVP
      init or A9 init depending on which core is running it. Both cores now
      following the same init path, beginning at _start, and the special Tegra2
      boot path code is no longer required.
      
      Only two files need to be built for ARMv4T, and this is handled in the
      Tegra2 CPU Makefile.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      210576fc
  9. 28 10月, 2011 2 次提交
  10. 04 9月, 2011 2 次提交
  11. 28 4月, 2011 2 次提交