Re: [PATCH 0/2] sandbox: enable UEFI unit tests

2019-12-08 Thread Simon Glass
Hi Heinrich, On Sat, 7 Dec 2019 at 17:31, Heinrich Schuchardt wrote: > > On 11/9/19 9:39 AM, Heinrich Schuchardt wrote: > > This patch series enables the UEFI unit tests on the sandbox. > > > > The first patch add the missing compatible property in the device trees > > which is required by on of

Re: [PATCH 0/2] sandbox: enable UEFI unit tests

2019-12-07 Thread Heinrich Schuchardt
On 11/9/19 9:39 AM, Heinrich Schuchardt wrote: This patch series enables the UEFI unit tests on the sandbox. The first patch add the missing compatible property in the device trees which is required by on of the unit tests. The real time clock unit test will fail if the sandbox is openend witho

[U-Boot] [PATCH 0/2] sandbox: enable UEFI unit tests

2019-11-09 Thread Heinrich Schuchardt
This patch series enables the UEFI unit tests on the sandbox. The first patch add the missing compatible property in the device trees which is required by on of the unit tests. The real time clock unit test will fail if the sandbox is openend without passing a device tree (parameter -D). A separ