<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc, branch v2021.04-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc?h=v2021.04-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc?h=v2021.04-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2021-02-28T18:57:30Z</updated>
<entry>
<title>uboot-test-hooks: Switch to our GitLab instance</title>
<updated>2021-02-28T18:57:30Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-02-24T22:05:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85ae52b9593894fa31d80d83d76bdb3b6432c4be'/>
<id>urn:sha1:85ae52b9593894fa31d80d83d76bdb3b6432c4be</id>
<content type='text'>
As Stephen is no longer actively maintaining the uboot-test-hooks
repository, switch to using the instance on our GitLab.

Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Correct U-Boot upstream repository</title>
<updated>2021-02-28T18:57:30Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2021-02-24T12:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a3bbd0b912f9afff745247fe9641961875322926'/>
<id>urn:sha1:a3bbd0b912f9afff745247fe9641961875322926</id>
<content type='text'>
The U-Boot source moves to https://source.denx.de/u-boot/u-boot.git
effective 2021-02-28.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>fastboot: add UUU command UCmd and ACmd support</title>
<updated>2021-02-26T14:30:55Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2021-02-10T08:29:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc820d5bcc507366677c592e400e120481748c05'/>
<id>urn:sha1:bc820d5bcc507366677c592e400e120481748c05</id>
<content type='text'>
add support for the UUU commands ACmd and UCmd.

Enable them through the Kconfig option
CONFIG_FASTBOOT_UUU_SUPPORT

base was commit in NXP kernel
9b149c2a2882: ("MLK-18591-3 android: Add FSL android fastboot support")

and ported it to current mainline. Tested this patch
on imx6ul based board.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Acked-by: Patrick Delaunay &lt;patrick.delaunay@foss.st.com&gt;
</content>
</entry>
<entry>
<title>doc: Document partition specifications</title>
<updated>2021-02-26T14:30:55Z</updated>
<author>
<name>Sean Anderson</name>
<email>sean.anderson@seco.com</email>
</author>
<published>2021-02-05T14:39:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=403c2e46b4e99e87901f90fb879081e5baa6bb0b'/>
<id>urn:sha1:403c2e46b4e99e87901f90fb879081e5baa6bb0b</id>
<content type='text'>
This documents the way U-Boot understands partitions specifications.
This also updates the fastboot documentation for the changes in the
previous commit.

Signed-off-by: Sean Anderson &lt;sean.anderson@seco.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>doc: Rename k210 partitions anchor</title>
<updated>2021-02-26T14:30:55Z</updated>
<author>
<name>Sean Anderson</name>
<email>sean.anderson@seco.com</email>
</author>
<published>2021-02-05T14:39:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1500c79dc3b1c67c492abec14badbb8efc576478'/>
<id>urn:sha1:1500c79dc3b1c67c492abec14badbb8efc576478</id>
<content type='text'>
This anchor is only for the k210 partition layout, so rename it
appropriately. This keeps it from conflicting with the (to be added)
anchor for U-Boot partitions in general.

Signed-off-by: Sean Anderson &lt;sean.anderson@seco.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic</title>
<updated>2021-02-22T17:37:02Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-02-22T17:37:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f7a16aac36c2a38956bd04b53cb7b94b7a70180'/>
<id>urn:sha1:8f7a16aac36c2a38956bd04b53cb7b94b7a70180</id>
<content type='text'>
- adds adc-keys button driver
- fix meson-saradc driver to get reference voltage
- add adc-keys test for sandbox
- enable adc-keys for VIM3 &amp; VIM3L boards
- fix button.h build
</content>
</entry>
<entry>
<title>Merge tag 'efi-2021-04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi</title>
<updated>2021-02-21T16:17:30Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-02-21T16:17:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bbc0fcc302bab4521b1b87036c791ed2e8a33ea6'/>
<id>urn:sha1:bbc0fcc302bab4521b1b87036c791ed2e8a33ea6</id>
<content type='text'>
Pull request for efi-2021-04-rc3

Bug fixes:

* Let EFI simple file protocol access last block of partition
* Correct conversion of multi-part device paths in
  EFI_DEVICE_PATH_TO_TEXT_PROTOCOL.ConvertDevicePathToText()

Documentation:

* booti and qfw man-pages
</content>
</entry>
<entry>
<title>doc: qfw man-page</title>
<updated>2021-02-21T08:21:36Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2021-02-20T09:00:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d46bee8c2d2494e5cff95d865845d497b4897787'/>
<id>urn:sha1:d46bee8c2d2494e5cff95d865845d497b4897787</id>
<content type='text'>
Provide a man-page for the qfw command.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc: booti man-page</title>
<updated>2021-02-21T08:21:35Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2021-02-17T11:19:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f2280492974311ba0f1ed14398b57a8db67e3022'/>
<id>urn:sha1:f2280492974311ba0f1ed14398b57a8db67e3022</id>
<content type='text'>
Provide a man-page for the booti command.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>doc/README.distro: kernel_comp_addr_r</title>
<updated>2021-02-21T08:21:35Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2021-02-17T07:06:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3af8d1c44cc292854c2b87379a4837b86f94744b'/>
<id>urn:sha1:3af8d1c44cc292854c2b87379a4837b86f94744b</id>
<content type='text'>
Add missing articles and preposition.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
</feed>
