Re: [U-Boot] [PATCH v3 0/5] arm64 patch

2013-08-16 Thread Sharma Bhupesh-B45370
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Scott Wood > Sent: Saturday, August 17, 2013 1:23 AM > To: Dennis Gilmore > Cc: tr...@ti.com; u-boot@lists.denx.de; feng...@phytium.com.cn > Subject: Re: [

Re: [U-Boot] [PATCH v3 0/5] arm64 patch

2013-08-16 Thread Scott Wood
On Thu, 2013-08-15 at 23:32 -0500, Dennis Gilmore wrote: > On Thu, 15 Aug 2013 21:47:09 +0800 > feng...@phytium.com.cn wrote: > > > From: David Feng > > > > *** BLURB HERE *** > > Changes for v3: > > - rewrite cache.S and exception.S that partly originated from > > linux kernel, so the licen

Re: [U-Boot] [PATCH v3 0/5] arm64 patch

2013-08-15 Thread Dennis Gilmore
On Thu, 15 Aug 2013 21:47:09 +0800 feng...@phytium.com.cn wrote: > From: David Feng > > *** BLURB HERE *** > Changes for v3: > - rewrite cache.S and exception.S that partly originated from > linux kernel, so the license should be ok. > - according to scott wood's advice, make the fdt 64b

Re: [U-Boot] [PATCH v3 0/5] arm64 patch

2013-08-15 Thread Simon Glass
Hi David, On Thu, Aug 15, 2013 at 7:47 AM, wrote: > From: David Feng > > *** BLURB HERE *** > Changes for v3: > - rewrite cache.S and exception.S that partly originated from linux > kernel, > so the license should be ok. > - according to scott wood's advice, make the fdt 64bit in

[U-Boot] [PATCH v3 0/5] arm64 patch

2013-08-15 Thread fenghua
From: David Feng *** BLURB HERE *** Changes for v3: - rewrite cache.S and exception.S that partly originated from linux kernel, so the license should be ok. - according to scott wood's advice, make the fdt 64bit initrd start address support a seperate patch. David Feng (5): core