Re: [U-Boot] [ANNOUNCE] U-Boot driver model repo

2014-06-06 Thread Marek Vasut
On Friday, June 06, 2014 at 12:51:43 PM, Masahiro Yamada wrote: > Hi TigerLiu, > > On Fri, 6 Jun 2014 17:14:25 +0800 > > wrote: > > Hi, Simon: > > I git cloned http://git.denx.de/u-boot-dm.git . > > > > And followed these steps to compile it: > >make sandbox_config > >make > > > > but

Re: [U-Boot] [ANNOUNCE] U-Boot driver model repo

2014-06-06 Thread Masahiro Yamada
Hi TigerLiu, On Fri, 6 Jun 2014 17:14:25 +0800 wrote: > Hi, Simon: > I git cloned http://git.denx.de/u-boot-dm.git . > And followed these steps to compile it: >make sandbox_config >make > > but failed: > arch/sandbox/cpu/sdl.c:10:21: error: sdl/sdl.h: No such file or directory You mig

Re: [U-Boot] [ANNOUNCE] U-Boot driver model repo

2014-06-06 Thread TigerLiu
Hi, Simon: I git cloned http://git.denx.de/u-boot-dm.git . And followed these steps to compile it: make sandbox_config make but failed: arch/sandbox/cpu/sdl.c:10:21: error: sdl/sdl.h: No such file or directory Best wishes, ___ U-Boot mailing list

[U-Boot] [ANNOUNCE] U-Boot driver model repo

2014-06-05 Thread Simon Glass
Hi, We now have a separate driver model tree at http://git.denx.de/u-boot-dm.git. This will be used to stage driver model patches. There is of course some overlap between these and architecture-specific and subsystem patches so it is not completely clear-cut whether patches will go through dm, arm