<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch, branch v2023.01-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2023.01-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2023.01-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-12-19T13:33:24Z</updated>
<entry>
<title>Merge tag 'u-boot-rockchip-20221219' of https://source.denx.de/u-boot/custodians/u-boot-rockchip</title>
<updated>2022-12-19T13:33:24Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-12-19T13:33:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=daa531cc5c4ef60d85e567fc457f715060b790aa'/>
<id>urn:sha1:daa531cc5c4ef60d85e567fc457f715060b790aa</id>
<content type='text'>
- Only call binman when TPL available;
- rk3128 DTS fix;
- Fix GPT table corruption for rk3399 puma ;
- Fix i2c for rk3399 Pinebookpro;
- Enable UEFI capsule update for RockPi4;
</content>
</entry>
<entry>
<title>rockpi4: board: Add firmware image information for capsule updates</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Sughosh Ganu</name>
<email>sughosh.ganu@linaro.org</email>
</author>
<published>2022-11-10T09:19:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e86c789ca372b52e5872d9c9d5081be420cc4b6b'/>
<id>urn:sha1:e86c789ca372b52e5872d9c9d5081be420cc4b6b</id>
<content type='text'>
Add information that will be needed for enabling the UEFI capsule
update feature on the RockPi4 boards. With the feature enabled, it
would be possible to update the idbloader and u-boot.itb images on the
RockPi4B and RockPi4C variants.

Signed-off-by: Sughosh Ganu &lt;sughosh.ganu@linaro.org&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: capsule: Add functions for supporting capsule updates</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Sughosh Ganu</name>
<email>sughosh.ganu@linaro.org</email>
</author>
<published>2022-11-10T09:19:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bea9267d7e6dbeea6afec1cf44d0b3cfee9eb210'/>
<id>urn:sha1:bea9267d7e6dbeea6afec1cf44d0b3cfee9eb210</id>
<content type='text'>
Add functions needed to support the UEFI capsule update feature on
rockchip boards. Currently, the feature is being enabled on the
RockPi4 boards with firmware images residing on GPT partitioned
storage media.

Signed-off-by: Sughosh Ganu &lt;sughosh.ganu@linaro.org&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: Pinebook Pro: Do not initialize i2c before relocation</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Michal Suchanek</name>
<email>msuchanek@suse.de</email>
</author>
<published>2022-12-03T12:31:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=216928c772798609ba2cb01a42b6f89832bb0587'/>
<id>urn:sha1:216928c772798609ba2cb01a42b6f89832bb0587</id>
<content type='text'>
The i2c locks up when initialized before relocation, and it stays broken
in Linux as well breaking the ability to boot Linux.

The i2c bus and pmic was not actually used in pre-reloc before
commit ad607512f575 ("power: pmic: rk8xx: Support sysreset shutdown method")

The cause is not known.

This is board-specific, other boards that do not add the option to
include the i2c bus in pre-reloc DT are not affected.

Signed-off-by: Michal Suchanek &lt;msuchanek@suse.de&gt;
Reviewed-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Tested-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: puma: fix GPT table corruption when saving U-Boot environment</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@theobroma-systems.com</email>
</author>
<published>2022-10-25T10:58:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c74f6e748b360b0c88404ce200bc97055c2aef44'/>
<id>urn:sha1:c74f6e748b360b0c88404ce200bc97055c2aef44</id>
<content type='text'>
The GPT table is taking the first 34 sectors, which amounts to 0x4400
bytes. Saving the environment below this address in storage will corrupt
the GPT table.

While technically the table ends at 0x4400, some tools (e.g. bmaptool)
are rounding everything to the logical block size (0x1000), so it is
safer to make it point to 0x5000 so that the environment could still
persist when flashing a sparse image with bmaptool or similar tools.

Obviously, the default 0x4000 environment size does not work anymore, so
let's set it to 0x3000 so it does fill the gap between the GPT table
(rounded to 0x1000) and the start of the idbloader.img.

Fixes: 56f580d3eb8d ("rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL")
Cc: Quentin Schulz &lt;foss+uboot@0leil.net&gt;
Signed-off-by: Quentin Schulz &lt;quentin.schulz@theobroma-systems.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: rockchip: rk3128: fix clocks, compatible and phys</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-09-09T20:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=58eb6675da63ab95601cb279a54d69b0a8a35e56'/>
<id>urn:sha1:58eb6675da63ab95601cb279a54d69b0a8a35e56</id>
<content type='text'>
Fix rk3128 clocks, compatible and phys, so that they match the bindings.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: rockchip: rk3128: fix DT node names</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-09-09T20:19:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=565d77b4c0080ba1c64f860dabbddb021689c46b'/>
<id>urn:sha1:565d77b4c0080ba1c64f860dabbddb021689c46b</id>
<content type='text'>
The rk3128 DT node names should be generic.
Rename them to the pattern defined in the DT bindings.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dtsi files</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-09-09T20:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b919d43af563147523cd2816d26a03e927104b61'/>
<id>urn:sha1:b919d43af563147523cd2816d26a03e927104b61</id>
<content type='text'>
Move all rk3128 u-boot specific properties in separate dtsi files.
Sort emmc node.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterparts</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-09-09T20:18:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c643468849730ccbdaaa79bbae972015cd5f0d4b'/>
<id>urn:sha1:c643468849730ccbdaaa79bbae972015cd5f0d4b</id>
<content type='text'>
Bulk convert rk3128 DT gpios to their constant counterparts.

sed -i -f script.sed rk3128.dtsi
sed -i -f script.sed rk3128-evb.dts

================================

/rockchip,pins *=/bcheck
b # to end of script
:append-next-line
N
:check
/^[^;]*$/bappend-next-line
s/&lt;RK_GPIO\([0-9]\) /&lt;\1 /g
s/&lt;\([^ ][^ ]*  *\)0 /&lt;\1RK_PA0 /g
s/&lt;\([^ ][^ ]*  *\)1 /&lt;\1RK_PA1 /g
s/&lt;\([^ ][^ ]*  *\)2 /&lt;\1RK_PA2 /g
s/&lt;\([^ ][^ ]*  *\)3 /&lt;\1RK_PA3 /g
s/&lt;\([^ ][^ ]*  *\)4 /&lt;\1RK_PA4 /g
s/&lt;\([^ ][^ ]*  *\)5 /&lt;\1RK_PA5 /g
s/&lt;\([^ ][^ ]*  *\)6 /&lt;\1RK_PA6 /g
s/&lt;\([^ ][^ ]*  *\)7 /&lt;\1RK_PA7 /g
s/&lt;\([^ ][^ ]*  *\)8 /&lt;\1RK_PB0 /g
s/&lt;\([^ ][^ ]*  *\)9 /&lt;\1RK_PB1 /g
s/&lt;\([^ ][^ ]*  *\)10 /&lt;\1RK_PB2 /g
s/&lt;\([^ ][^ ]*  *\)11 /&lt;\1RK_PB3 /g
s/&lt;\([^ ][^ ]*  *\)12 /&lt;\1RK_PB4 /g
s/&lt;\([^ ][^ ]*  *\)13 /&lt;\1RK_PB5 /g
s/&lt;\([^ ][^ ]*  *\)14 /&lt;\1RK_PB6 /g
s/&lt;\([^ ][^ ]*  *\)15 /&lt;\1RK_PB7 /g
s/&lt;\([^ ][^ ]*  *\)16 /&lt;\1RK_PC0 /g
s/&lt;\([^ ][^ ]*  *\)17 /&lt;\1RK_PC1 /g
s/&lt;\([^ ][^ ]*  *\)18 /&lt;\1RK_PC2 /g
s/&lt;\([^ ][^ ]*  *\)19 /&lt;\1RK_PC3 /g
s/&lt;\([^ ][^ ]*  *\)20 /&lt;\1RK_PC4 /g
s/&lt;\([^ ][^ ]*  *\)21 /&lt;\1RK_PC5 /g
s/&lt;\([^ ][^ ]*  *\)22 /&lt;\1RK_PC6 /g
s/&lt;\([^ ][^ ]*  *\)23 /&lt;\1RK_PC7 /g
s/&lt;\([^ ][^ ]*  *\)24 /&lt;\1RK_PD0 /g
s/&lt;\([^ ][^ ]*  *\)25 /&lt;\1RK_PD1 /g
s/&lt;\([^ ][^ ]*  *\)26 /&lt;\1RK_PD2 /g
s/&lt;\([^ ][^ ]*  *\)27 /&lt;\1RK_PD3 /g
s/&lt;\([^ ][^ ]*  *\)28 /&lt;\1RK_PD4 /g
s/&lt;\([^ ][^ ]*  *\)29 /&lt;\1RK_PD5 /g
s/&lt;\([^ ][^ ]*  *\)30 /&lt;\1RK_PD6 /g
s/&lt;\([^ ][^ ]*  *\)31 /&lt;\1RK_PD7 /g
s/&lt;\([^ ][^ ]*  *[^ ][^ ]*  *\)0 /&lt;\1RK_FUNC_GPIO /g
s/&lt;\([^ ][^ ]*  *[^ ][^ ]*  *\)RK_FUNC_\([1-9]\) /&lt;\1\2 /g

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: rk3128-cru: sync the clock dt-binding header from Linux</title>
<updated>2022-12-19T02:56:12Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-09-09T20:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d89330b8ac1852e14f079ead75021a17b4b744e'/>
<id>urn:sha1:4d89330b8ac1852e14f079ead75021a17b4b744e</id>
<content type='text'>
In order to update the DT for rk3128
sync the clock dt-binding header.
This is the state as of v6.0 in Linux.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
</feed>
