Re: [U-Boot] Logging SPL output with test/py

2016-07-05 Thread Simon Glass
Hi Stephen, On 5 July 2016 at 16:09, Stephen Warren wrote: > On 07/04/2016 09:40 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 3 July 2016 at 22:14, Simon Glass wrote: >>> >>> Hi Stephen, >>> >>> I'd like to get access to SPL output from a test. It seems that only >>> the output from U-Boot

Re: [U-Boot] Logging SPL output with test/py

2016-07-05 Thread Stephen Warren
On 07/04/2016 09:40 AM, Simon Glass wrote: Hi Stephen, On 3 July 2016 at 22:14, Simon Glass wrote: Hi Stephen, I'd like to get access to SPL output from a test. It seems that only the output from U-Boot proper is logged, although I cannot see why. For background, I have a new sandbox_spl tar

Re: [U-Boot] Logging SPL output with test/py

2016-07-04 Thread Simon Glass
Hi Stephen, On 3 July 2016 at 22:14, Simon Glass wrote: > Hi Stephen, > > I'd like to get access to SPL output from a test. It seems that only > the output from U-Boot proper is logged, although I cannot see why. > > For background, I have a new sandbox_spl target which includes SPL > code. I wil