<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/uefi, branch v2020.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/uefi?h=v2020.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/uefi?h=v2020.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-05-17T19:59:53Z</updated>
<entry>
<title>doc: uefi.rst: Add OP-TEE variable storage config options</title>
<updated>2020-05-17T19:59:53Z</updated>
<author>
<name>Ilias Apalodimas</name>
<email>ilias.apalodimas@linaro.org</email>
</author>
<published>2020-05-17T19:25:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e498dac43e6270f156f1cc90cb9f40b359477853'/>
<id>urn:sha1:e498dac43e6270f156f1cc90cb9f40b359477853</id>
<content type='text'>
If OP-TEE is compiled with an EDK2 application running in secure world
it can process and store UEFI variables in an RPMB.
Add documentation for the config options enabling this.

Signed-off-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc/efi: rework secure boot description</title>
<updated>2020-04-30T08:25:07Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-04-16T18:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=788bd90bf828ea65acacb8a7a50e2e42efe9700a'/>
<id>urn:sha1:788bd90bf828ea65acacb8a7a50e2e42efe9700a</id>
<content type='text'>
Ensure a uniform formatting.
Some rephrasing.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>efi_loader: add some description about UEFI secure boot</title>
<updated>2020-04-16T06:12:47Z</updated>
<author>
<name>AKASHI Takahiro</name>
<email>takahiro.akashi@linaro.org</email>
</author>
<published>2020-04-14T02:51:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b2ace8753d0048487ab6e8955ae9067a6af91559'/>
<id>urn:sha1:b2ace8753d0048487ab6e8955ae9067a6af91559</id>
<content type='text'>
A small text in docs/uefi/uefi.rst was added to explain how we can
configure and utilise UEFI secure boot feature on U-Boot.

Signed-off-by: AKASHI Takahiro &lt;takahiro.akashi@linaro.org&gt;
Acked-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
</content>
</entry>
<entry>
<title>doc/efi: add load file 2 protocol to HTML documentation</title>
<updated>2020-02-28T18:37:14Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-02-22T06:47:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=71a7de4467030362ef2582c355c086eb5fc4143f'/>
<id>urn:sha1:71a7de4467030362ef2582c355c086eb5fc4143f</id>
<content type='text'>
The load file 2 protocol can be used by the Linux kernel to load the initial
RAM disk. U-Boot can be configured to provide an implementation.

Add a description to the UEFI overview and document the related functions
in the API section.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc: uefi.rst: Document launching UEFI binaries from FIT images</title>
<updated>2020-01-07T17:08:21Z</updated>
<author>
<name>Cristian Ciocaltea</name>
<email>cristian.ciocaltea@gmail.com</email>
</author>
<published>2019-12-24T16:05:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2dbab878ba3dfbb94cfda8e08c3d7ec1f0d1835d'/>
<id>urn:sha1:2dbab878ba3dfbb94cfda8e08c3d7ec1f0d1835d</id>
<content type='text'>
This patch adds a new section "Launching a UEFI binary from a FIT image"
documenting the usage of the CONFIG_BOOTM_EFI extension to bootm command
that offers a verified boot alternative for UEFI binaries such as GRUB2.

Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@gmail.com&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc: integrate UEFI documentation into Sphinx toctree</title>
<updated>2019-07-30T19:36:22Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2019-07-26T04:46:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=73d95c24a5fe3d25346aed556ecd6c1cfea62238'/>
<id>urn:sha1:73d95c24a5fe3d25346aed556ecd6c1cfea62238</id>
<content type='text'>
Change the UEFI documentation to Sphinx style and integrate it into the
rest of the Sphinx generated documentation.

Remove the inaccurate TODO list in doc/uefi/uefi.rst.

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