Re: [U-Boot] patch for 64bit access issue found in FDT

2016-02-01 Thread Bin Meng
inal Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: 2016年2月2日 10:55 > To: Terry Zhou > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] patch for 64bit access issue found in FDT > > Hi Terry, > > On Tue, Feb 2, 2016 at 10:14 AM, Terry Zhou wrote: >>

Re: [U-Boot] patch for 64bit access issue found in FDT

2016-02-01 Thread Terry Zhou
eng [mailto:bmeng...@gmail.com] Sent: 2016年2月2日 10:55 To: Terry Zhou Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] patch for 64bit access issue found in FDT Hi Terry, On Tue, Feb 2, 2016 at 10:14 AM, Terry Zhou wrote: > Hi all: > I found a bug in FDT, which will cause system crash when c

Re: [U-Boot] patch for 64bit access issue found in FDT

2016-02-01 Thread Bin Meng
Hi Terry, On Tue, Feb 2, 2016 at 10:14 AM, Terry Zhou wrote: > Hi all: > I found a bug in FDT, which will cause system crash when calling > "fdtdec_get_uint64" if the fdt item is not on 8bytes boundary, here is the > patch. > Thanks. > Can you use 'git send-mail' so that it's easier for people

[U-Boot] patch for 64bit access issue found in FDT

2016-02-01 Thread Terry Zhou
Hi all: I found a bug in FDT, which will cause system crash when calling "fdtdec_get_uint64" if the fdt item is not on 8bytes boundary, here is the patch. Thanks. Best Regards, Terry -cover-letter.patch Description: -cover-letter.patch 0001-fix-fdt-solve-the-alignment-issue-when-par