History log of /system/libufdt/tests/libufdt_verify/ufdt_test_overlay.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
faecc11b175869e12cc387c14c395341e480f12a 24-Feb-2018 Hridya Valsaraju <hridya@google.com> Modify overlay node combination algorithm

When fragment 'a' was referring to node 1 in the
base device tree, and fragment 'b' was referring
to a child of node 1, the earlier overlay node
combination algorithm was not combining
fragment 1 and fragment 2. This can cause the
verification algorithm to cause a false failure.

The test apply_verify_multiple_overlay.sh has been
modified to test this case.

Bug: 67779848
Test: sh apply_verify_multiple_overlay.sh
Change-Id: I7a8ff2e0fb75c0346f8d208ebddad62d0b2a5671
/system/libufdt/tests/libufdt_verify/ufdt_test_overlay.cpp
4c7735ac0173b71aceb489470fca15b56e64c4d4 25-Jan-2018 Hridya Valsaraju <hridya@google.com> Add capability to verify application of multiple overlays

Bug: 67779848
Test: sh apply_verify_multiple_overlay.sh

Change-Id: I022a9b222161c279cfb7ba8546d465b478786d9c
/system/libufdt/tests/libufdt_verify/ufdt_test_overlay.cpp
c0957f2fa7c1b47b61044b3af3d7d82ca44e0680 30-Jan-2018 Hridya Valsaraju <hridya@google.com> Refactor code to find overlay target

Test: mm
Bug: 67779848

Change-Id: Iec654609d12e1925076ff65aafb94bf6bdf4775d
/system/libufdt/tests/libufdt_verify/ufdt_test_overlay.cpp
5168cab4cb068dc964e6354167bc857a0e948ff7 06-Dec-2017 Hridya Valsaraju <hridya@google.com> Create libufdt_verify

Exposes an API to verify if a device tree overlay has been correctly
applied on an FDT.

Bug: 67779848
Test: vts-tradefed run vts -m VtsVerifyDTBOTest
Change-Id: I0606fd79784b8beed1d912129dfbc9b7634e7708
/system/libufdt/tests/libufdt_verify/ufdt_test_overlay.cpp