<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_system_libufdt, branch pie-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/'/>
<entry>
<title>Replace reserved field with version in DTBO header</title>
<updated>2018-04-12T04:25:09+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-04-05T23:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=d84a3e4947a7c05f60bce50f16d4fb76f976a1cc'/>
<id>d84a3e4947a7c05f60bce50f16d4fb76f976a1cc</id>
<content type='text'>
The version filed(currently 0) will be incremented when the
dt_table_header struct is updated.

Bug: 77706975
Test: ./mkdtboimg_testdata.sh
Test: ./mkdtimg_testdata.sh

Change-Id: I5c08720132d024437cce40c68cc2c6e937a064fd
Merged-In: I5c08720132d024437cce40c68cc2c6e937a064fd
(cherry picked from commit 2626d8b9e4d8e8c6cc67ceb1dc4e05a47779785c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version filed(currently 0) will be incremented when the
dt_table_header struct is updated.

Bug: 77706975
Test: ./mkdtboimg_testdata.sh
Test: ./mkdtimg_testdata.sh

Change-Id: I5c08720132d024437cce40c68cc2c6e937a064fd
Merged-In: I5c08720132d024437cce40c68cc2c6e937a064fd
(cherry picked from commit 2626d8b9e4d8e8c6cc67ceb1dc4e05a47779785c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify overlay node combination algorithm am: faecc11b17 am: 1332f075b0</title>
<updated>2018-03-01T06:16:21+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-03-01T06:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=e7fb3bd209e18d0ccf3ed14124c19d2c3ba220cf'/>
<id>e7fb3bd209e18d0ccf3ed14124c19d2c3ba220cf</id>
<content type='text'>
am: 8acbfba48a

Change-Id: I39e34531807c668836318ca7d08cb5a155dff1eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 8acbfba48a

Change-Id: I39e34531807c668836318ca7d08cb5a155dff1eb
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify overlay node combination algorithm am: faecc11b17</title>
<updated>2018-03-01T06:11:49+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-03-01T06:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=8acbfba48a44a4c9fddf1a53fc2bac625a707501'/>
<id>8acbfba48a44a4c9fddf1a53fc2bac625a707501</id>
<content type='text'>
am: 1332f075b0

Change-Id: I3c82af4dc1704043a4c67db3f2d5f9b432ae4122
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 1332f075b0

Change-Id: I3c82af4dc1704043a4c67db3f2d5f9b432ae4122
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify overlay node combination algorithm</title>
<updated>2018-03-01T06:06:48+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-03-01T06:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=1332f075b02a2f37c9260d03a658d7966f8b4ab8'/>
<id>1332f075b02a2f37c9260d03a658d7966f8b4ab8</id>
<content type='text'>
am: faecc11b17

Change-Id: Id704bb26ca6ac1a5f4c38f91bc5265af824c6182
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: faecc11b17

Change-Id: Id704bb26ca6ac1a5f4c38f91bc5265af824c6182
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify overlay node combination algorithm</title>
<updated>2018-02-27T18:24:54+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-02-24T00:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=faecc11b175869e12cc387c14c395341e480f12a'/>
<id>faecc11b175869e12cc387c14c395341e480f12a</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Move VTS test to verify DTBO to test/vts/host/verifyDTBO am: aaa41aaa9a am: 6f9f1a4e9b</title>
<updated>2018-02-20T20:18:59+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-02-20T20:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=b94a20b3366548b2d4f3562c8a6a5aa14a5b9d2f'/>
<id>b94a20b3366548b2d4f3562c8a6a5aa14a5b9d2f</id>
<content type='text'>
am: 49fda13627

Change-Id: I388447ecfbb36d21d88e36ba15d632fd5d9b0576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 49fda13627

Change-Id: I388447ecfbb36d21d88e36ba15d632fd5d9b0576
</pre>
</div>
</content>
</entry>
<entry>
<title>Move VTS test to verify DTBO to test/vts/host/verifyDTBO am: aaa41aaa9a</title>
<updated>2018-02-20T20:14:25+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-02-20T20:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=49fda136271a608a75452359f302298ce79c801a'/>
<id>49fda136271a608a75452359f302298ce79c801a</id>
<content type='text'>
am: 6f9f1a4e9b

Change-Id: I79e40afb8b73ca234aa6b46c0176453111ec3060
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 6f9f1a4e9b

Change-Id: I79e40afb8b73ca234aa6b46c0176453111ec3060
</pre>
</div>
</content>
</entry>
<entry>
<title>Move VTS test to verify DTBO to test/vts/host/verifyDTBO</title>
<updated>2018-02-20T20:07:04+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-02-20T20:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=6f9f1a4e9b85f8d1c563a68517cc8f43f3344463'/>
<id>6f9f1a4e9b85f8d1c563a68517cc8f43f3344463</id>
<content type='text'>
am: aaa41aaa9a

Change-Id: I79f25b88914f9ce19aa96cc58c02e2948d041048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: aaa41aaa9a

Change-Id: I79f25b88914f9ce19aa96cc58c02e2948d041048
</pre>
</div>
</content>
</entry>
<entry>
<title>Move VTS test to verify DTBO to test/vts/host/verifyDTBO</title>
<updated>2018-02-15T18:53:46+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2018-02-08T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=aaa41aaa9aa968dc094144ab2cd4ebe923184824'/>
<id>aaa41aaa9aa968dc094144ab2cd4ebe923184824</id>
<content type='text'>
Also moving verifyDTBO.sh to libufdt/test since it is
a standalone test that can be run independent of VTS.

Bug: 67779848
Bug: 72697311
Test: vts-tradefed run vts -m verifyDTBO

Change-Id: I4c420404a482f7260796c93e054516bb6ec3b84f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moving verifyDTBO.sh to libufdt/test since it is
a standalone test that can be run independent of VTS.

Bug: 67779848
Bug: 72697311
Test: vts-tradefed run vts -m verifyDTBO

Change-Id: I4c420404a482f7260796c93e054516bb6ec3b84f
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary require for libufdt_verify. am: 45e84ede35 am: 9f72e617fa</title>
<updated>2018-02-14T08:48:06+00:00</updated>
<author>
<name>Steven Moreland</name>
<email>smoreland@google.com</email>
</author>
<published>2018-02-14T08:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=bf42680c616987ea8e3f5d6d04478b0199e606d0'/>
<id>bf42680c616987ea8e3f5d6d04478b0199e606d0</id>
<content type='text'>
am: a98abbc7d6

Change-Id: I802a9c1f7f539a94a8440788bd22b5c460c5b977
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: a98abbc7d6

Change-Id: I802a9c1f7f539a94a8440788bd22b5c460c5b977
</pre>
</div>
</content>
</entry>
</feed>
