Re: arm/fdt: map fdt and use given memory/bootargs

2016-04-02 Thread Jonathan Gray
On Fri, Mar 04, 2016 at 03:15:23PM +0100, Patrick Wildt wrote: > Hi, > > this diff makes armv7 map the FDT, if available, and uses it to read > information about the machine's available memory and bootargs. > > I'd like to get some opinions about the way I have implemented some > stuff. For inst

Re: arm/fdt: map fdt and use given memory/bootargs

2016-03-04 Thread Patrick Wildt
On Fri, Mar 04, 2016 at 02:35:34PM -0500, Brandon Mercer wrote: > On Fri, Mar 04, 2016 at 08:08:36PM +0100, Patrick Wildt wrote: > > On Fri, Mar 04, 2016 at 09:38:18AM -0500, Brandon Mercer wrote: > > > On Fri, Mar 04, 2016 at 03:15:23PM +0100, Patrick Wildt wrote: > > > > Hi, > > > > > > > > this

Re: arm/fdt: map fdt and use given memory/bootargs

2016-03-04 Thread Brandon Mercer
On Fri, Mar 04, 2016 at 08:08:36PM +0100, Patrick Wildt wrote: > On Fri, Mar 04, 2016 at 09:38:18AM -0500, Brandon Mercer wrote: > > On Fri, Mar 04, 2016 at 03:15:23PM +0100, Patrick Wildt wrote: > > > Hi, > > > > > > this diff makes armv7 map the FDT, if available, and uses it to read > > > infor

Re: arm/fdt: map fdt and use given memory/bootargs

2016-03-04 Thread Patrick Wildt
On Fri, Mar 04, 2016 at 09:38:18AM -0500, Brandon Mercer wrote: > On Fri, Mar 04, 2016 at 03:15:23PM +0100, Patrick Wildt wrote: > > Hi, > > > > this diff makes armv7 map the FDT, if available, and uses it to read > > information about the machine's available memory and bootargs. > > > > I'd like

Re: arm/fdt: map fdt and use given memory/bootargs

2016-03-04 Thread Brandon Mercer
On Fri, Mar 04, 2016 at 03:15:23PM +0100, Patrick Wildt wrote: > Hi, > > this diff makes armv7 map the FDT, if available, and uses it to read > information about the machine's available memory and bootargs. > > I'd like to get some opinions about the way I have implemented some > stuff. For inst

arm/fdt: map fdt and use given memory/bootargs

2016-03-04 Thread Patrick Wildt
Hi, this diff makes armv7 map the FDT, if available, and uses it to read information about the machine's available memory and bootargs. I'd like to get some opinions about the way I have implemented some stuff. For instance, I need the size of the FDT so I can properly copy it. Does it make sen