Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-28 Thread Igor Grinberg
On 09/21/12 23:42, Tom Warren wrote: > 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 #define

Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-27 Thread Simon Glass
On Fri, Sep 21, 2012 at 1:42 PM, Tom Warren wrote: > 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-s

Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-24 Thread Tom Warren
Stephen, On Mon, Sep 24, 2012 at 11:04 AM, Stephen Warren wrote: > On 09/21/2012 02:42 PM, Tom Warren wrote: >> 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 >> #defin

Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-24 Thread Stephen Warren
On 09/21/2012 02:42 PM, Tom Warren wrote: > 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 #d

[U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-21 Thread 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