Re: [U-Boot] [PATCH] sandbox: Enable many more commands

2016-04-15 Thread Simon Glass
On 19 March 2016 at 18:33, Tom Rini wrote: > > On Sat, Mar 19, 2016 at 06:25:48PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On 15 March 2016 at 21:32, Simon Glass wrote: > > > > > > On 15 March 2016 at 11:20, Tom Rini wrote: > > > > good enough. > > > > - Make include like other arches d

Re: [U-Boot] [PATCH] sandbox: Enable many more commands

2016-03-19 Thread Tom Rini
On Sat, Mar 19, 2016 at 06:25:48PM -0600, Simon Glass wrote: > Hi Tom, > > On 15 March 2016 at 21:32, Simon Glass wrote: > > > > On 15 March 2016 at 11:20, Tom Rini wrote: > > > good enough. > > > - Make include like other arches do > > > - Enable many many more drivers in sandbox_defconfig

Re: [U-Boot] [PATCH] sandbox: Enable many more commands

2016-03-19 Thread Simon Glass
Hi Tom, On 15 March 2016 at 21:32, Simon Glass wrote: > > On 15 March 2016 at 11:20, Tom Rini wrote: > > good enough. > > - Make include like other arches do > > - Enable many many more drivers in sandbox_defconfig so that we can get > > more build-time testing on this platform. > > > > Cc

Re: [U-Boot] [PATCH] sandbox: Enable many more commands

2016-03-15 Thread Simon Glass
On 15 March 2016 at 11:20, Tom Rini wrote: > good enough. > - Make include like other arches do > - Enable many many more drivers in sandbox_defconfig so that we can get > more build-time testing on this platform. > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > arch/sandbox/include/

[U-Boot] [PATCH] sandbox: Enable many more commands

2016-03-15 Thread Tom Rini
- Set CONFIG_SYS_CACHELINE_SIZE to ARCH_DMA_MINALIGN as that should be good enough. - Make include like other arches do - Enable many many more drivers in sandbox_defconfig so that we can get more build-time testing on this platform. Cc: Simon Glass Signed-off-by: Tom Rini --- arch/sandbo