Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-30 Thread Simon Glass
Hi Dennis, On 27 June 2015 at 01:39, Dennis Gilmore wrote: > On Sunday, June 07, 2015 06:55:36 PM Simon Glass wrote: >> Hi Tom, >> >> On 5 June 2015 at 16:27, Tom Warren wrote: >> > Simon, >> > >> > Applied to u-boot-tegra/master, then I rebased against u-boot/master and >> > uploaded it back to

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-27 Thread Dennis Gilmore
On Sunday, June 07, 2015 06:55:36 PM Simon Glass wrote: > Hi Tom, > > On 5 June 2015 at 16:27, Tom Warren wrote: > > Simon, > > > > Applied to u-boot-tegra/master, then I rebased against u-boot/master and > > uploaded it back to denx.de/u-boot-tegra/master. ./MAKEALL -s tegra > > works OK. I di

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-07 Thread Simon Glass
Hi Tom, On 5 June 2015 at 16:27, Tom Warren wrote: > Simon, > > Applied to u-boot-tegra/master, then I rebased against u-boot/master and > uploaded it back to denx.de/u-boot-tegra/master. ./MAKEALL -s tegra works > OK. I didn't test on any real HW - my nyan-big system is offline temporarily. >

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-05 Thread Tom Warren
Simon, Applied to u-boot-tegra/master, then I rebased against u-boot/master and uploaded it back to denx.de/u-boot-tegra/master. ./MAKEALL -s tegra works OK. I didn't test on any real HW - my nyan-big system is offline temporarily. PTAL and let me know if it's working OK and I'll get a PR out

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-05 Thread Simon Glass
Hi Tom, On 4 June 2015 at 10:22, Tom Warren wrote: > Simon, > > Tried applying your patchset. Two or three had minor 'git am' conflicts that > were easy to resolve with 'patch', but #11 (tegra: Allow board-specific init) > conflicts with Mashiro's move of board.c to board2.c in mach-tegra: > >

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-04 Thread Tom Warren
Simon, Tried applying your patchset. Two or three had minor 'git am' conflicts that were easy to resolve with 'patch', but #11 (tegra: Allow board-specific init) conflicts with Mashiro's move of board.c to board2.c in mach-tegra: Author: Masahiro Yamada Date: Mon Apr 13 10:51:14 2015 +0900

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-04 Thread Simon Glass
Hi Tom, On 4 June 2015 at 09:42, Tom Warren wrote: > > Sorry, I've been busy with T210 stuff. I'll try to take a look at it before > the EOW. > Great to see progress on T210. > IIRC, there was some push-back from Stephen on boot scripts, etc. Have these > concerns all been addressed? Have you

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-04 Thread Tom Warren
Sorry, I've been busy with T210 stuff. I'll try to take a look at it before the EOW. IIRC, there was some push-back from Stephen on boot scripts, etc. Have these concerns all been addressed? Have you gotten Acks? Tom > -Original Message- > From: s...@google.com [mailto:s...@google.com]

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-04 Thread Simon Glass
Hi Tom, On 13 May 2015 at 07:45, Simon Glass wrote: > This series expands Nyan-big support: > > - Enable Chrome OS EC, so that the keyboard works > - Add some extra clock and pre-kernel init required for reliable operation > - Add Chrome OS environment variables, including 'run nvboot' to allow >

[U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-05-13 Thread Simon Glass
This series expands Nyan-big support: - Enable Chrome OS EC, so that the keyboard works - Add some extra clock and pre-kernel init required for reliable operation - Add Chrome OS environment variables, including 'run nvboot' to allow booting Chrome OS more easily Still missing are audio and USB.