Re: [U-Boot] [PATCH v2 11/11] efi_selftest: check installation of the device tree

2018-03-23 Thread Heinrich Schuchardt
On 03/23/2018 03:30 PM, Simon Glass wrote: > Hi Heinrich, > > On 15 February 2018 at 00:31, Heinrich Schuchardt wrote: >> The unit test checks if a device tree is installed. It requires that the >> 'compatible' property of the root node exists. If available it prints the >>

Re: [U-Boot] [PATCH v2 11/11] efi_selftest: check installation of the device tree

2018-03-23 Thread Simon Glass
Hi Heinrich, On 15 February 2018 at 00:31, Heinrich Schuchardt wrote: > The unit test checks if a device tree is installed. It requires that the > 'compatible' property of the root node exists. If available it prints the > 'serial-number' property. > > The serial-number

[U-Boot] [PATCH v2 11/11] efi_selftest: check installation of the device tree

2018-02-14 Thread Heinrich Schuchardt
The unit test checks if a device tree is installed. It requires that the 'compatible' property of the root node exists. If available it prints the 'serial-number' property. The serial-number property is derived from the environment variable 'serial#'. This can be used to check if the