Home
last modified time | relevance | path

Searched hist:"06 c3d5b9" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_fdt.c06c3d5b9 Sat Mar 03 08:29:04 CST 2018 Heinrich Schuchardt <xypron.glpk@gmx.de> efi_selftest: check installation of the device tree

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 image_setup_libfdt() function
is executed.

A Python test is supplied. It sets a value for serial# and checks that the
selftest shows this as serial-number.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A DMakefile06c3d5b9 Sat Mar 03 08:29:04 CST 2018 Heinrich Schuchardt <xypron.glpk@gmx.de> efi_selftest: check installation of the device tree

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 image_setup_libfdt() function
is executed.

A Python test is supplied. It sets a value for serial# and checks that the
selftest shows this as serial-number.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/u-boot/test/py/tests/
H A Dtest_efi_selftest.py06c3d5b9 Sat Mar 03 08:29:04 CST 2018 Heinrich Schuchardt <xypron.glpk@gmx.de> efi_selftest: check installation of the device tree

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 image_setup_libfdt() function
is executed.

A Python test is supplied. It sets a value for serial# and checks that the
selftest shows this as serial-number.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>