<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starfive-tech/u-boot.git/tools, branch master</title>
<subtitle>StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)</subtitle>
<id>https://git.radix-linux.su/starfive-tech/u-boot.git/atom?h=master</id>
<link rel='self' href='https://git.radix-linux.su/starfive-tech/u-boot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/'/>
<updated>2021-12-28T12:59:56+00:00</updated>
<entry>
<title>Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi</title>
<updated>2021-12-28T12:59:56+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-12-28T12:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=880f3ee4f52ab622b15c16cceb683083a3ebbe54'/>
<id>urn:sha1:880f3ee4f52ab622b15c16cceb683083a3ebbe54</id>
<content type='text'>
Pull request for efi-2022-01-rc4-4

UEFI:

* allow for more than 16 KiB UEFI variable size when using StMM

Others:

* make watchdog sysreset compatible with separate poweroff driver
* avoid OpenSSL deprecation warnings
</content>
</entry>
<entry>
<title>tools: avoid OpenSSL deprecation warnings</title>
<updated>2021-12-26T05:57:20+00:00</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2021-12-18T10:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=3a8b919932fdf07b6fefc1e76abb086984909be9'/>
<id>urn:sha1:3a8b919932fdf07b6fefc1e76abb086984909be9</id>
<content type='text'>
Our Gitlab CI buildsystem is set up to treat warnings as errors.
With OpenSSL 3.0 a lot of deprecation warnings occur.

With the patch compatibility with OpenSSL 1.1.1 is declared.
In the long run we should upgrade our code to use the current API.

A -Wdiscarded-qualifiers warning is muted by casting.

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
<entry>
<title>rockchip: mkimage: Add support for rk3568 SoC</title>
<updated>2021-12-24T10:30:08+00:00</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2021-12-24T10:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=376b08d0f159ec1047ad65b5d6e36fd2cbf6d8ff'/>
<id>urn:sha1:376b08d0f159ec1047ad65b5d6e36fd2cbf6d8ff</id>
<content type='text'>
rk3568 is the first SoC which supports idb header v2.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: mkimage: Add support for idb header V2</title>
<updated>2021-12-24T10:30:08+00:00</updated>
<author>
<name>Yi Liu</name>
<email>liuyi@rock-chips.com</email>
</author>
<published>2021-05-18T02:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=8935e5299dff3a7e6ceaeb99f932f40046174bd5'/>
<id>urn:sha1:8935e5299dff3a7e6ceaeb99f932f40046174bd5</id>
<content type='text'>
Rockchip BootRom supports new idb header v2 instead of legacy version.
Add support for it so that we can generate image for new SoCs.

Signed-off-by: Yi Liu &lt;liuyi@rock-chips.com&gt;
Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: mkimage: Add image header version</title>
<updated>2021-12-24T10:00:36+00:00</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2021-12-24T10:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=0faa7da54a97149a0829c9175725891fd7aa1594'/>
<id>urn:sha1:0faa7da54a97149a0829c9175725891fd7aa1594</id>
<content type='text'>
We are going to have more than one version header, add the version in the
header info.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: mkimage: rename RK_SIGNATURE to RK_MAGIC</title>
<updated>2021-12-24T09:58:32+00:00</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2021-12-24T09:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=d7a4461be0e5399a0cc94d74c540f31d0a69a9ce'/>
<id>urn:sha1:d7a4461be0e5399a0cc94d74c540f31d0a69a9ce</id>
<content type='text'>
The first 4byte of idbimage is a magic number instead of signature,
correct it.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use</title>
<updated>2021-12-20T14:21:48+00:00</updated>
<author>
<name>Joakim Tjernlund</name>
<email>joakim.tjernlund@infinera.com</email>
</author>
<published>2021-12-08T14:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=08cf1a5e6995697bcf2405ae50826634bc43d78a'/>
<id>urn:sha1:08cf1a5e6995697bcf2405ae50826634bc43d78a</id>
<content type='text'>
Commit "fw_setenv: lock the flash only if it was locked before"
checks for Locked status with uninitialized erase data.
Address by moving the test for MEMISLOCKED.

Fixes: 8a726b852502 ("fw_setenv: lock the flash only if it was locked before")
Signed-off-by: Joakim Tjernlund &lt;joakim.tjernlund@infinera.com&gt;
</content>
</entry>
<entry>
<title>arm64: relocate-rela: Add support for ld.lld</title>
<updated>2021-11-15T19:33:32+00:00</updated>
<author>
<name>Alistair Delva</name>
<email>adelva@google.com</email>
</author>
<published>2021-10-20T21:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=9d3d981661000d8496d3b7836f3bd55d6534dd05'/>
<id>urn:sha1:9d3d981661000d8496d3b7836f3bd55d6534dd05</id>
<content type='text'>
Cap end of relocations by the binary size.

Linkers like to insert some auxiliary sections between .rela.dyn and
.bss_start. These sections don't make their way to the final binary, but
reloc_rela still tries to relocate them, resulting in attempted read
past the end of file.

When linking U-Boot with ld.lld, the STATIC_RELA feature (enabled by
default on arm64) breaks the build. After this patch, U-Boot can be
linked successfully with and without CONFIG_STATIC_RELA.

Originally-from: Elena Petrova &lt;lenaptr@google.com&gt;
Signed-off-by: Alistair Delva &lt;adelva@google.com&gt;
Cc: David Brazdil &lt;dbrazdil@google.com&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Dockerfile, CI: Update to latest "focal" tag</title>
<updated>2021-11-14T15:30:48+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-11-13T23:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=99cffa233c730a432ae157742840b8877a5a9c90'/>
<id>urn:sha1:99cffa233c730a432ae157742840b8877a5a9c90</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Dockerfile: build swtpm</title>
<updated>2021-11-14T15:30:48+00:00</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2021-11-09T18:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=8a87d1ae95853b2febd2e2631ddeef856c029b5c'/>
<id>urn:sha1:8a87d1ae95853b2febd2e2631ddeef856c029b5c</id>
<content type='text'>
For testing the TPM drivers and the EFI_TCG2_PROTOCOL we need the tool
swtpm.

Once we move to Ubuntu Impish we can take libtpms from package libtpms-dev.

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
</feed>
