<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_system_libufdt, branch android11-tests-release</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>Snap for 6854906 from 839abd7f3f67874add1146f4ba1597f0a203b1eb to android11-tests-release</title>
<updated>2020-09-22T20:03:47+00:00</updated>
<author>
<name>android-build-prod (mdb)</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2020-09-22T20:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=e01e2b1fa81e56fd9771bec36dc997b71a0f0c4d'/>
<id>e01e2b1fa81e56fd9771bec36dc997b71a0f0c4d</id>
<content type='text'>
Change-Id: I64de92824876c7dc76da115f9c0b90325d28add5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I64de92824876c7dc76da115f9c0b90325d28add5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "mkdtboimg: Allow specifying full path for dtb"</title>
<updated>2020-09-15T18:23:35+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-09-15T18:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=839abd7f3f67874add1146f4ba1597f0a203b1eb'/>
<id>839abd7f3f67874add1146f4ba1597f0a203b1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mkdtboimg: Allow specifying full path for dtb</title>
<updated>2020-09-08T14:42:27+00:00</updated>
<author>
<name>Luca Stefani</name>
<email>luca.stefani.ge1@gmail.com</email>
</author>
<published>2020-08-25T16:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=793c8597f41667576f47a34e1c145fd6bcf24c81'/>
<id>793c8597f41667576f47a34e1c145fd6bcf24c81</id>
<content type='text'>
* Some vendors /MTK/ autogenerate the CFG at runtime and
  instead of using a relative path to dtbdir they use an absolute path
  -&gt; Fix these cases by skipping recursive search

Change-Id: I82bcba8d9f769602b59a847fa27b1ddc947a6544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Some vendors /MTK/ autogenerate the CFG at runtime and
  instead of using a relative path to dtbdir they use an absolute path
  -&gt; Fix these cases by skipping recursive search

Change-Id: I82bcba8d9f769602b59a847fa27b1ddc947a6544
</pre>
</div>
</content>
</entry>
<entry>
<title>Make mkdtboimg.py compatible with python3 am: 2293727663</title>
<updated>2020-08-31T16:50:14+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2020-08-31T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=f5e4d426c14b6b5d97b63f99c7fbb82b3c836532'/>
<id>f5e4d426c14b6b5d97b63f99c7fbb82b3c836532</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/system/libufdt/+/1415228

Change-Id: I5db923b6440eb2236e6b32d1a27f32a87dab9e9f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/system/libufdt/+/1415228

Change-Id: I5db923b6440eb2236e6b32d1a27f32a87dab9e9f
</pre>
</div>
</content>
</entry>
<entry>
<title>Make mkdtboimg.py compatible with python3</title>
<updated>2020-08-28T22:18:56+00:00</updated>
<author>
<name>Hridya Valsaraju</name>
<email>hridya@google.com</email>
</author>
<published>2020-08-28T22:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=22937276636e16eadf8c3eb843077bde612d45de'/>
<id>22937276636e16eadf8c3eb843077bde612d45de</id>
<content type='text'>
There are a few changes needed to run mkdtboimg.py with python3.
-No more implicit conversion between char and byte.
-xrange was renamed to range in python3
-floor division must be done with the  '//' operator

Bug: 166496956
Test: ./mkdtboimg_testdata.sh
Test: atest FirmwareDtboVerification
Change-Id: I8b9b97b7b9f31768cc133f37d0144420cb1a0e81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are a few changes needed to run mkdtboimg.py with python3.
-No more implicit conversion between char and byte.
-xrange was renamed to range in python3
-floor division must be done with the  '//' operator

Bug: 166496956
Test: ./mkdtboimg_testdata.sh
Test: atest FirmwareDtboVerification
Change-Id: I8b9b97b7b9f31768cc133f37d0144420cb1a0e81
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark Android R (rvc-dev-plus-aosp-without-vendor@6692709) as merged</title>
<updated>2020-08-27T16:44:21+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2020-08-27T16:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=2adfe558a243e83fce9c9edf11220e1d46b80ca5'/>
<id>2adfe558a243e83fce9c9edf11220e1d46b80ca5</id>
<content type='text'>
Bug: 166295507
Merged-In: I7f24ce55495ad35a99dedb38d4d3b53ab7d3e3b2
Change-Id: I829f968fe30178981c93aae193f4b8cebaf00b12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 166295507
Merged-In: I7f24ce55495ad35a99dedb38d4d3b53ab7d3e3b2
Change-Id: I829f968fe30178981c93aae193f4b8cebaf00b12
</pre>
</div>
</content>
</entry>
<entry>
<title>mkdtboimg: fix redundant 1 argument on compression_info() am: 4f00e6f1a5</title>
<updated>2020-08-24T21:43:01+00:00</updated>
<author>
<name>Gah0</name>
<email>woshishacha3@gmail.com</email>
</author>
<published>2020-08-24T21:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=9fbb21e0e79fc7ab38fa357a8158885e4be94c09'/>
<id>9fbb21e0e79fc7ab38fa357a8158885e4be94c09</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/system/libufdt/+/1404533

Change-Id: I68e3f2bfa88158d264e1790bc84764070f34d99f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/system/libufdt/+/1404533

Change-Id: I68e3f2bfa88158d264e1790bc84764070f34d99f
</pre>
</div>
</content>
</entry>
<entry>
<title>mkdtboimg: fix redundant 1 argument on compression_info()</title>
<updated>2020-08-20T01:40:36+00:00</updated>
<author>
<name>Gah0</name>
<email>woshishacha3@gmail.com</email>
</author>
<published>2020-08-20T00:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=4f00e6f1a5cf62a0408f175ef8fb8dde75a96c5d'/>
<id>4f00e6f1a5cf62a0408f175ef8fb8dde75a96c5d</id>
<content type='text'>
when dump a image will happen compression_info() takes exactly 1 argument (2 given).
compression_info() don't need to pass in parameters

Change-Id: I8656049853d600658189055b45dacdac66b5855d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when dump a image will happen compression_info() takes exactly 1 argument (2 given).
compression_info() don't need to pass in parameters

Change-Id: I8656049853d600658189055b45dacdac66b5855d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "mkdtboimg: Add support to V0 DTBO image creation" am: 7fcb8ba8f4</title>
<updated>2020-08-14T19:48:08+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-08-14T19:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=893a59f57355e7c56373c317bd51fd57fbf1b79a'/>
<id>893a59f57355e7c56373c317bd51fd57fbf1b79a</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/system/libufdt/+/1391197

Change-Id: I7110659da69bf5e4946392fbfc8f218e0dff1796
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/system/libufdt/+/1391197

Change-Id: I7110659da69bf5e4946392fbfc8f218e0dff1796
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "mkdtboimg: Add support to V0 DTBO image creation"</title>
<updated>2020-08-14T19:27:54+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-08-14T19:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_libufdt/commit/?id=7fcb8ba8f4ca0edceac95ab05f299006b0922a64'/>
<id>7fcb8ba8f4ca0edceac95ab05f299006b0922a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
