<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_hardware_qcom_bootctrl, branch nougat-mr2.1-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_hardware_qcom_bootctrl/'/>
<entry>
<title>Build a static copy of bootctrl for recovery.</title>
<updated>2016-08-12T18:07:07+00:00</updated>
<author>
<name>Alex Deymo</name>
<email>deymo@google.com</email>
</author>
<published>2016-08-12T18:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=2551f7859a4ec1d2b384ec1c729c62d90b21a9ff'/>
<id>2551f7859a4ec1d2b384ec1c729c62d90b21a9ff</id>
<content type='text'>
am: 8352159ddb

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

Change-Id: I29296d3214e9ba5b4cda3fdb1d604ac3cb0269f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Build a static copy of bootctrl for recovery.</title>
<updated>2016-08-01T23:25:08+00:00</updated>
<author>
<name>Alex Deymo</name>
<email>deymo@google.com</email>
</author>
<published>2016-08-01T23:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=8352159ddb0cced7075dbf8310ab621d28859fac'/>
<id>8352159ddb0cced7075dbf8310ab621d28859fac</id>
<content type='text'>
When accesing the boot_control HAL from recovery, we need to use a
static version of it since we can't dynamically load a HAL from
recovery. This patch adds the require bootctrl module that will be used
by update_engine_sideload.

Bug: 27178350
TEST=Built update_engine_sideload with this library.

Change-Id: I8aee9e35436cbe161761fcb79d8a74098ec6501b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When accesing the boot_control HAL from recovery, we need to use a
static version of it since we can't dynamically load a HAL from
recovery. This patch adds the require bootctrl module that will be used
by update_engine_sideload.

Bug: 27178350
TEST=Built update_engine_sideload with this library.

Change-Id: I8aee9e35436cbe161761fcb79d8a74098ec6501b
</pre>
</div>
</content>
</entry>
<entry>
<title>bootcontrol: Reduce the number of writes in the set active slot function</title>
<updated>2016-07-19T17:46:53+00:00</updated>
<author>
<name>Naveen Ramaraj</name>
<email>nramaraj@codeaurora.org</email>
</author>
<published>2016-07-15T18:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=2a276b35e001423d09ac9d81fea6adb40f60ab98'/>
<id>2a276b35e001423d09ac9d81fea6adb40f60ab98</id>
<content type='text'>
We now write the 'gpt_disk' structure back to storage only once per each
physical disk.

Also did a minor cleanup of the code.

Bug: 28352938
Bug: 29436641
Change-Id: Id4fd887fe2978f9cd17447e9a1b715f0a8df5073
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now write the 'gpt_disk' structure back to storage only once per each
physical disk.

Also did a minor cleanup of the code.

Bug: 28352938
Bug: 29436641
Change-Id: Id4fd887fe2978f9cd17447e9a1b715f0a8df5073
</pre>
</div>
</content>
</entry>
<entry>
<title>bootcontrol: Update a check in set_active_boot_slot</title>
<updated>2016-05-09T17:58:31+00:00</updated>
<author>
<name>Naveen Ramaraj</name>
<email>nramaraj@codeaurora.org</email>
</author>
<published>2016-05-05T17:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=710b9bfa09d71aca82de172740492c6cd0fa46ab'/>
<id>710b9bfa09d71aca82de172740492c6cd0fa46ab</id>
<content type='text'>
set_active_boot_slot used to call into get_current_slot and assumed it
would get the currently active slot.

get_current_slot has been updated to return the slot number from which
we currently booted instead of it's earlier implementation which was to
return the active slot.

We now have a new function to return the current active slot which
set_active_boot_slot calls.

Change-Id: I191bb7c7f49ff75b972efb4a65e9bc9872c6e3d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set_active_boot_slot used to call into get_current_slot and assumed it
would get the currently active slot.

get_current_slot has been updated to return the slot number from which
we currently booted instead of it's earlier implementation which was to
return the active slot.

We now have a new function to return the current active slot which
set_active_boot_slot calls.

Change-Id: I191bb7c7f49ff75b972efb4a65e9bc9872c6e3d8
</pre>
</div>
</content>
</entry>
<entry>
<title>bootctrl: Fix implementation of get_current_slot</title>
<updated>2016-05-09T17:58:16+00:00</updated>
<author>
<name>Naveen Ramaraj</name>
<email>nramaraj@codeaurora.org</email>
</author>
<published>2016-05-05T17:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=2af2922e5d00ab13fc7ec716132b8cda8821999e'/>
<id>2af2922e5d00ab13fc7ec716132b8cda8821999e</id>
<content type='text'>
get_current_slot will now return the slot on which the system was
booted rather than the current active slot.

Bug: 28352678
Change-Id: I2aa64400a45ae23796cd073fc92f5732cdd7391e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_current_slot will now return the slot on which the system was
booted rather than the current active slot.

Bug: 28352678
Change-Id: I2aa64400a45ae23796cd073fc92f5732cdd7391e
</pre>
</div>
</content>
</entry>
<entry>
<title>bootctrl: Add filter for msm8996 builds</title>
<updated>2016-04-21T15:53:29+00:00</updated>
<author>
<name>Steve Pfetsch</name>
<email>spfetsch@google.com</email>
</author>
<published>2016-04-21T15:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=2cdf51bc3fd32748f666ee9ab3fd98adff3f2697'/>
<id>2cdf51bc3fd32748f666ee9ab3fd98adff3f2697</id>
<content type='text'>
am: 98c24fe823

* commit '98c24fe823bba0dba986be61752b29f009c40552':
  bootctrl: Add filter for msm8996 builds

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

* commit '98c24fe823bba0dba986be61752b29f009c40552':
  bootctrl: Add filter for msm8996 builds

Change-Id: I0985b7897cbfb7a88ab80e701384b61d138fb308
</pre>
</div>
</content>
</entry>
<entry>
<title>bootctrl: Update to AU145 proprietary drop</title>
<updated>2016-04-21T15:52:55+00:00</updated>
<author>
<name>Steve Pfetsch</name>
<email>spfetsch@google.com</email>
</author>
<published>2016-04-21T15:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=49690c9cb5cc2ce3d05404d8ed9b7e5a86d087f0'/>
<id>49690c9cb5cc2ce3d05404d8ed9b7e5a86d087f0</id>
<content type='text'>
am: d7b03990f5

* commit 'd7b03990f538ef36019411e63904d4f694f8d343':
  bootctrl: Update to AU145 proprietary drop

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

* commit 'd7b03990f538ef36019411e63904d4f694f8d343':
  bootctrl: Update to AU145 proprietary drop

Change-Id: I5a6baa033b1a567777e70ea323630712f8581648
</pre>
</div>
</content>
</entry>
<entry>
<title>bootctrl: Add filter for msm8996 builds</title>
<updated>2016-04-21T07:15:03+00:00</updated>
<author>
<name>Steve Pfetsch</name>
<email>spfetsch@google.com</email>
</author>
<published>2016-04-21T07:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=98c24fe823bba0dba986be61752b29f009c40552'/>
<id>98c24fe823bba0dba986be61752b29f009c40552</id>
<content type='text'>
Change-Id: I69aa8ac6612f71cc6a5575c739726644eedac3e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I69aa8ac6612f71cc6a5575c739726644eedac3e5
</pre>
</div>
</content>
</entry>
<entry>
<title>bootctrl: Update to AU145 proprietary drop</title>
<updated>2016-04-21T02:46:59+00:00</updated>
<author>
<name>Steve Pfetsch</name>
<email>spfetsch@google.com</email>
</author>
<published>2016-04-21T00:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=d7b03990f538ef36019411e63904d4f694f8d343'/>
<id>d7b03990f538ef36019411e63904d4f694f8d343</id>
<content type='text'>
Update to AU_LINUX_ANDROID_LA.HB.1.3.9.06.00.01.213.145

bootctrl:
c14fff0 bootctrl: Initial commit for the boot control HAL
11d0a1a init empty file

Bug: 27946680
Change-Id: I4dfcb9c7db6f64cc6741e5ce3b615291e919eafd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to AU_LINUX_ANDROID_LA.HB.1.3.9.06.00.01.213.145

bootctrl:
c14fff0 bootctrl: Initial commit for the boot control HAL
11d0a1a init empty file

Bug: 27946680
Change-Id: I4dfcb9c7db6f64cc6741e5ce3b615291e919eafd
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial empty repository</title>
<updated>2016-04-15T14:13:53+00:00</updated>
<author>
<name>Thomas Joseph Avila</name>
<email>tavila@google.com</email>
</author>
<published>2016-04-15T14:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_bootctrl/commit/?id=0b046d9cb1a792a0d0b95f69ca5158c2646d92dd'/>
<id>0b046d9cb1a792a0d0b95f69ca5158c2646d92dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
