>>> On 14.03.16 at 18:55, wrote:
> As perform_tests() is going to clear memory past 4MB, we check that the
> memory can be use or we skip the tests.
>
> Signed-off-by: Anthony PERARD
> ---
> Changes in v4:
> - move the check into the perform_test() function.
> - skip tests instead of using BUG.
On Tue, Mar 15, 2016 at 09:23:37PM -0400, Konrad Rzeszutek Wilk wrote:
> On Mon, Mar 14, 2016 at 05:55:44PM +, Anthony PERARD wrote:
> > As perform_tests() is going to clear memory past 4MB, we check that the
> > memory can be use or we skip the tests.
>
> I get the reason you want this - but
On Mon, Mar 14, 2016 at 05:55:44PM +, Anthony PERARD wrote:
> As perform_tests() is going to clear memory past 4MB, we check that the
> memory can be use or we skip the tests.
I get the reason you want this - but if we have giant binary blobs
and something else screws up what the tests are tes
As perform_tests() is going to clear memory past 4MB, we check that the
memory can be use or we skip the tests.
Signed-off-by: Anthony PERARD
---
Changes in v4:
- move the check into the perform_test() function.
- skip tests instead of using BUG.
New in V3
---
tools/firmware/hvmloader/tests.c |