<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2024.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2024.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2024.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2024-07-01T15:25:50Z</updated>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2024-07-01T15:25:50Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-07-01T14:49:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=274c5724edfbd31b0d24600f3b938ed76742b965'/>
<id>urn:sha1:274c5724edfbd31b0d24600f3b938ed76742b965</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Drop the special am335x_boneblack_vboot target</title>
<updated>2024-06-28T19:54:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-06-27T08:29:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d780965927d4b176857895b5d64fae85ccd04eb8'/>
<id>urn:sha1:d780965927d4b176857895b5d64fae85ccd04eb8</id>
<content type='text'>
Now that am335x_evm boots OK on the Beaglebone black, drop the latter
and update the docs to cover the change.

Also add a few updates about 'make fit' and drop the note about the
security review, as U-Boot's verified boot has had quite extensive
review now.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>rockchip: bob: kevin: Disable dcache in SPL</title>
<updated>2024-06-28T19:54:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-06-27T08:29:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=37323aec519e5a6e677bb24b11ff141f69533da3'/>
<id>urn:sha1:37323aec519e5a6e677bb24b11ff141f69533da3</id>
<content type='text'>
This causes a hang, so disable it. Unfortunately the RAM-size fix does
not resolve the problem and I am unsure what is wrong. As soon as the
cache is enabled the board appears to hang.

Fixes: 6d8cdfd1536 ("rockchip: spl: Enable caches to speed up checksum validation")

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: Set a board-size limit for chromebook_link</title>
<updated>2024-06-28T19:54:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-06-27T08:29:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c2484b43bf5daa8ef38476f2f676fd24e406b721'/>
<id>urn:sha1:c2484b43bf5daa8ef38476f2f676fd24e406b721</id>
<content type='text'>
Set a size limit for this board so that we get a build error if it grows
too much.

Note that the limit is approximately, since it does not include the FDT,
microcode and fdtmap, which can change in size. However this board is
fairly stable, so overflowing this limit will likely result in the image
not fitting in the ROM space available for U-Boot.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>nvidia: nyan-big: Disable debug UART</title>
<updated>2024-06-28T19:54:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-06-27T08:29:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8a9040e3efe99ed2cd204f58693a2247970d09cb'/>
<id>urn:sha1:8a9040e3efe99ed2cd204f58693a2247970d09cb</id>
<content type='text'>
This cannot be enabled early in boot since some other init is needed.
At this point it is unclear exactly what init is needed, so disable
the debug UART to avoid a hang.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000</title>
<updated>2024-06-18T10:34:37Z</updated>
<author>
<name>Jiaxun Yang</name>
<email>jiaxun.yang@flygoat.com</email>
</author>
<published>2024-06-11T21:04:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1fd754cebd38d7456caa82bef15225cbe77960ec'/>
<id>urn:sha1:1fd754cebd38d7456caa82bef15225cbe77960ec</id>
<content type='text'>
The default value CYCLIC_MAX_CPU_TIME_US was 1000, which is
a little bit too low for slower hardware and sandbox.

On my MIPS Boston FPGA board with interaptiv CPU, wdt_cyclic
can easily take 3200 us to run.

On azure pipeline sandbox_clang, wdt_cyclic some times goes
beyond 1300 us.

Raise default value to 5000, which is the value already taken
by octeon_nic32. This is still sufficent to maintain system
responsiveness.

Signed-off-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge https://source.denx.de/u-boot/custodians/u-boot-samsung</title>
<updated>2024-06-03T15:48:03Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-06-03T15:48:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e9ac56e222fdc1ddcc6d996f054e81e98fb66c7d'/>
<id>urn:sha1:e9ac56e222fdc1ddcc6d996f054e81e98fb66c7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh</title>
<updated>2024-06-03T15:47:43Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-06-03T15:47:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45ab5baacd247b4e61529a9faed729ef535ae5e1'/>
<id>urn:sha1:45ab5baacd247b4e61529a9faed729ef535ae5e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configs: rzg2_beacon: Realign ENV location and offset</title>
<updated>2024-06-02T00:30:01Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2024-06-01T14:55:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ecfa301911405f9ebc27677f6d26fcd43309ed36'/>
<id>urn:sha1:ecfa301911405f9ebc27677f6d26fcd43309ed36</id>
<content type='text'>
The ENV size and offset were changed to different
values in Beacon's downstream release.  Change them to the
same values as the downstream for consistent behavior.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Reviewed-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
</content>
</entry>
<entry>
<title>Merge patch series "omap3: igep0x00: Fix boot failure and modernize the boards support"</title>
<updated>2024-05-30T13:07:51Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-05-30T13:07:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1d2af984f5baa7440f6cc409efa6f0561415800'/>
<id>urn:sha1:b1d2af984f5baa7440f6cc409efa6f0561415800</id>
<content type='text'>
Javier Martinez Canillas &lt;javier@dowhile0.org&gt; says:

Hello,

I noticed that the IGEPv2 board did not boot anymore with mainline U-Boot.
This was caused by a driver change to allocate its platform data before
relocation and U-Boot not having enough pre-relocation heap size for this.

This series fixes this issue and also makes the board support more modern,
by enabling DM for SPL and migrating the IGEP boards to use upstream DTBs.
</content>
</entry>
</feed>
