Re: [RFC] am65x_evm_r5: Disable serial output

2020-05-12 Thread Tom Rini
On Tue, May 12, 2020 at 11:35:06AM +0530, Lokesh Vutla wrote: > Hi Tom, > > On 12/05/20 1:11 AM, Tom Rini wrote: > > Given limitations on the current implementation of our test framework, > > having both am65x_evm_r5 and am65x_evm_a53 have serial output on the > > same port confuses the tests. If

Re: [RFC] am65x_evm_r5: Disable serial output

2020-05-11 Thread Lokesh Vutla
Hi Tom, On 12/05/20 1:11 AM, Tom Rini wrote: > Given limitations on the current implementation of our test framework, > having both am65x_evm_r5 and am65x_evm_a53 have serial output on the > same port confuses the tests. If we disable serial output in r5 and > disable the SPL tests as well, we ca

[RFC] am65x_evm_r5: Disable serial output

2020-05-11 Thread Tom Rini
Given limitations on the current implementation of our test framework, having both am65x_evm_r5 and am65x_evm_a53 have serial output on the same port confuses the tests. If we disable serial output in r5 and disable the SPL tests as well, we can run the rest of the testsuite on am65x_evm_a53. Cc: