<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/board, branch v2022.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/board?h=v2022.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/board?h=v2022.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-01-08T16:16:03Z</updated>
<entry>
<title>imx8mq: Generate a single bootable flash.bin again</title>
<updated>2022-01-08T16:16:03Z</updated>
<author>
<name>Patrick Wildt</name>
<email>patrick@blueri.se</email>
</author>
<published>2022-01-08T15:34:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b05cebb5f244f2891b40397ce2eb0f4596fec659'/>
<id>urn:sha1:b05cebb5f244f2891b40397ce2eb0f4596fec659</id>
<content type='text'>
All i.MX8MQ boards have been converted to binman, which makes it
necessary to flash both flash.bin and u-boot.itb to get a bootable
system. Prior to the conversion, only flash.bin was needed.

Such new requirement breaks existing distro mechanisms to generate the
final binary because the extra u-boot.itb is now required.

Generate a final flash.bin that can be used again as a single bootable
binary to keep the original behavior.

After this change the SPL binary is called spl.bin, which is a more
descriptive name for its purpose, and can still be used standalone (for
example, for secure boot purposes).

Also update imx8mq_evk.rst to remove the u-boot.itb copy step.

This is a cherry-pick of 028abfd9b157 ("imx8mm-evk: Generate a single
bootable flash.bin again") adjusted to apply to i.MX8MQ.

Signed-off-by: Patrick Wildt &lt;patrick@blueri.se&gt;
Reviewed-by: Fabio Estevam &lt;festevam@denx.de&gt;
</content>
</entry>
<entry>
<title>doc: imx8mq_evk: update doc after using binman</title>
<updated>2022-01-07T20:42:41Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2021-10-22T02:42:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70e59a0d17b4e14f68fb2ff04c4490d133ed5ca8'/>
<id>urn:sha1:70e59a0d17b4e14f68fb2ff04c4490d133ed5ca8</id>
<content type='text'>
Update doc after using binman to pack images

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>doc: board: Add Calxeda Highbank/Midway documentation</title>
<updated>2021-12-18T11:05:19Z</updated>
<author>
<name>Andre Przywara</name>
<email>andre.przywara@arm.com</email>
</author>
<published>2021-12-14T17:47:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=35f3ef93d6eda8a4c5424872f8f6d7436540d433'/>
<id>urn:sha1:35f3ef93d6eda8a4c5424872f8f6d7436540d433</id>
<content type='text'>
The Calxeda servers are using U-Boot as the primary bootloader, which
was shipped as part of a firmware upgrade package.
Even though the machines are considered legacy at this point, the port
still works, so deserves some documentation.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>riscv: Support booting SiFive Unmatched from SPI.</title>
<updated>2021-12-02T08:43:56Z</updated>
<author>
<name>Thomas Skibo</name>
<email>thomas-git@skibo.net</email>
</author>
<published>2021-11-24T22:32:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a863894ad53b2d0e6c6d47ad105850053757fec'/>
<id>urn:sha1:6a863894ad53b2d0e6c6d47ad105850053757fec</id>
<content type='text'>
Configure SPI flash devices into SPL.  Add SPI boot option to spl.c.
Document how to format flash for booting.

Signed-off-by: Thomas Skibo &lt;thomas-git@skibo.net&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>doc: board: Update Microchip MPFS Icicle Kit doc</title>
<updated>2021-12-02T08:43:52Z</updated>
<author>
<name>Padmarao Begari</name>
<email>padmarao.begari@microchip.com</email>
</author>
<published>2021-11-17T12:51:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ffb78a7c71d555be31c8f8f2bb0fcc2fcfe3892e'/>
<id>urn:sha1:ffb78a7c71d555be31c8f8f2bb0fcc2fcfe3892e</id>
<content type='text'>
UART1 use for U-Boot and Linux console instead of UART0 and
UART0 is reserved for Hart Software Services(HSS).

Signed-off-by: Padmarao Begari &lt;padmarao.begari@microchip.com&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: qemu-arm peripherials</title>
<updated>2021-11-30T08:23:27Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2021-11-28T10:50:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d2465347c7cc6997c58409083c8ba18888cc9aa'/>
<id>urn:sha1:9d2465347c7cc6997c58409083c8ba18888cc9aa</id>
<content type='text'>
* add description how to add RNG device
* for a disk specify format=raw to avoid a warning
* fix a typo

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
Reviewed-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
</content>
</entry>
<entry>
<title>board: iot2050: update build documentation for OP-TEE</title>
<updated>2021-11-29T16:15:37Z</updated>
<author>
<name>Ivan Mikhaylov</name>
<email>ivan.mikhaylov@siemens.com</email>
</author>
<published>2021-11-28T21:57:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f7c7aeb5c1be8f1df4043b354de4c55d401125b'/>
<id>urn:sha1:2f7c7aeb5c1be8f1df4043b354de4c55d401125b</id>
<content type='text'>
Set ta-target explicitly to correspond with OP-TEE recipe in
siemens/meta-iot2050.

Errors without explicit set of ta-target:
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mthumb’
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mno-unaligned-access’
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mfloat-abi=hard’
make: *** [mk/compile.mk:159: out/arm-plat-k3/ta_arm32-lib/libdl/dlfcn.o] Error 1

Signed-off-by: Ivan Mikhaylov &lt;ivan.mikhaylov@siemens.com&gt;
Reviewed-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi</title>
<updated>2021-11-13T23:13:35Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-11-13T23:13:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8a156f54ecd1e9a74f48a09a0735b4a41c90eba'/>
<id>urn:sha1:b8a156f54ecd1e9a74f48a09a0735b4a41c90eba</id>
<content type='text'>
Pull request for efi-2022-01-rc2-2

UEFI:
* fix measurement of BootOrder variable for TCG2 protocol

TPM:
* TIS mmio driver. This driver supports QEMU's emulated TPM.
</content>
</entry>
<entry>
<title>doc: qemu: Add instructions for swtpm usage</title>
<updated>2021-11-10T19:57:54Z</updated>
<author>
<name>Ilias Apalodimas</name>
<email>ilias.apalodimas@linaro.org</email>
</author>
<published>2021-11-09T07:02:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be2868f097ee06ee98e71050f18d5d729106978f'/>
<id>urn:sha1:be2868f097ee06ee98e71050f18d5d729106978f</id>
<content type='text'>
A previous patch added support for an mmio based TPM.
Add an example in QEMU on it's usage

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
</content>
</entry>
<entry>
<title>board: sl28: add update image documentation</title>
<updated>2021-11-09T09:20:21Z</updated>
<author>
<name>Michael Walle</name>
<email>michael@walle.cc</email>
</author>
<published>2021-09-29T11:39:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cbdc4c974fbd884c40b7923d9f5f9d0d165d4268'/>
<id>urn:sha1:cbdc4c974fbd884c40b7923d9f5f9d0d165d4268</id>
<content type='text'>
Document the update image and how to use the EFI UpdateCapsule.

Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
</content>
</entry>
</feed>
