<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, branch v2025.07-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2025.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2025.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2025-05-08T15:22:25Z</updated>
<entry>
<title>Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra</title>
<updated>2025-05-08T15:22:25Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-05-08T15:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ffd5d9cc2720f225fc6e8fa557cb3487965b7067'/>
<id>urn:sha1:ffd5d9cc2720f225fc6e8fa557cb3487965b7067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: tegra: convert boards to use TEGRA_PRAM</title>
<updated>2025-05-08T05:31:13Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2025-04-15T08:55:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=718740855325c3366ea95e420bf8b32f47b0aa9f'/>
<id>urn:sha1:718740855325c3366ea95e420bf8b32f47b0aa9f</id>
<content type='text'>
Switch boards that use CFG_PRAM to TEGRA_PRAM.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: add PRAM Kconfig option</title>
<updated>2025-05-08T05:31:12Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2025-04-15T08:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=94b395cc2db0160a079b208d9cc49485f2b943b1'/>
<id>urn:sha1:94b395cc2db0160a079b208d9cc49485f2b943b1</id>
<content type='text'>
Wrap CFG_PRAM with Kconfig option.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
</content>
</entry>
<entry>
<title>configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for px30 to rk3308/etc</title>
<updated>2025-05-06T09:59:12Z</updated>
<author>
<name>Heiko Stuebner</name>
<email>heiko.stuebner@cherry.de</email>
</author>
<published>2025-05-06T08:55:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d6346d9017b4227faee765bddd232928195d10a'/>
<id>urn:sha1:2d6346d9017b4227faee765bddd232928195d10a</id>
<content type='text'>
Loading a FIT image for kernel, initrd and rootfs on px30 can result in an
memory overlap, resulting in the not 100% helpful message of
"This will not be a case any time" from lmb_fix_over_lap_regions().

Adding a bit of debug info to lmb_fix_over_lap_regions() brings:
lmb_fix_over_lap_regions: base1 0x280000-0x6005ac &gt; base2 0x600000-0x6000d1

So this is because the FIT image gets loaded to the kernel_addr_r at
0x280000 while the pxe-file is already living at 0x600000, only 3.5MB
behind.

In commit 4acc8bb044a4 ("configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS
for rk3308, rk3328, and rk3399") FUKAUMI Naoki already brought the memory
layouts for the mentioned socs in sync.

Adjusting the env-layout on px30 to this scheme, magically solves the
overlap issue and also brings px30 more in line with the other mentioned
SoCs.

Signed-off-by: Heiko Stuebner &lt;heiko.stuebner@cherry.de&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>ARM: stm32: env: Enable scan and start for AB schema on STM32MP15 DHSOM</title>
<updated>2025-05-05T13:51:46Z</updated>
<author>
<name>Pascal Zimmermann</name>
<email>pzimmermann@dh-electronics.com</email>
</author>
<published>2025-03-27T14:38:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d0d0b6a25ca73b36a916c63f5edbbd3638dc8dbf'/>
<id>urn:sha1:d0d0b6a25ca73b36a916c63f5edbbd3638dc8dbf</id>
<content type='text'>
For the STM32MP15 DHSOM, change the default environment so an AB schema
on a device can be detected.

For this the define "SCAN_DEV_FOR_BOOT_PARTS" is overwritten and
appended.

The detection works by looking for the partitions with specific lables.
The name of those partitions are in the variables and its defaults:
* dh_ab_partname_primary=rootfs-a
* dh_ab_partname_secondary=rootfs-b

To prevent being hanging at bootcmd, enable "CONFIG_BOOT_RETRY" and
"CONFIG_RESET_TO_RETRY", but the timer will only be activated, if the AB
partitions are detected.

Signed-off-by: Pascal Zimmermann &lt;pzimmermann@dh-electronics.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;
</content>
</entry>
<entry>
<title>imx95_evk: add i.MX95 19x19 EVK board basic support</title>
<updated>2025-05-03T19:55:32Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2025-04-28T10:37:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0cbd26bee49addcc05faa29cc289116a96fb11d8'/>
<id>urn:sha1:0cbd26bee49addcc05faa29cc289116a96fb11d8</id>
<content type='text'>
This patch adds i.MX95 19x19 EVK board basic support.

Messaging unit for EdgeLock Secure Enclave, messaging unit for System
Manager, uSDHC for SD Card, gpio, lpuart are supported now.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Alice Guo &lt;alice.guo@nxp.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>board: ti: am33xx: Add support for BeagleBoard Green Eco</title>
<updated>2025-05-02T21:32:44Z</updated>
<author>
<name>Kory Maincent</name>
<email>kory.maincent@bootlin.com</email>
</author>
<published>2025-04-25T15:59:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=510f2502475b9e695ae7e62272c8f90c2fdf0eda'/>
<id>urn:sha1:510f2502475b9e695ae7e62272c8f90c2fdf0eda</id>
<content type='text'>
SeeedStudio BeagleBone Green Eco (BBGE) is a clone of the BeagleBone Green
(BBG). It has minor differences from the BBG, such as a different PMIC,
a different Ethernet PHY, and a larger eMMC.

The PMIC is not yet supported in mainline, but the work is ongoing.

Signed-off-by: Kory Maincent &lt;kory.maincent@bootlin.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-imx-master-20250428' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2025-04-28T18:45:45Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-04-28T16:19:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=962d9635d4d6a9ac54a7e0feb6b83761f8d4ac8b'/>
<id>urn:sha1:962d9635d4d6a9ac54a7e0feb6b83761f8d4ac8b</id>
<content type='text'>
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/25974

- Fix power-domain ref counting regression.
- Fix i.MX8MP USB clock regression.
- Fix i.MX8MM osc_32k regression in SPL.
- Finish converting clock-osc-24 back to osc_24 on i.MX.
- Several imx8mp capricorn updates.
- Update Stefano Babic's email address.
- Fix fsl_qspi bug by moving AHB read buffer config after LUT.
- Fix verdin imx95 sku 0089 pid4.
</content>
</entry>
<entry>
<title>siemens: imx8qxp: remove unused config file</title>
<updated>2025-04-28T13:46:12Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2025-04-28T05:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ef41a9f01d20e9209942db4a679ab89b80bb876c'/>
<id>urn:sha1:ef41a9f01d20e9209942db4a679ab89b80bb876c</id>
<content type='text'>
include/configs/giedi.h is not longer used after siemens imx8qxp
cleanup series, so remove it.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>siemens: capricorn: enable text based default environment</title>
<updated>2025-04-28T13:46:12Z</updated>
<author>
<name>Walter Schweizer</name>
<email>walter.schweizer@siemens.com</email>
</author>
<published>2025-04-28T05:28:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eda18cc2c3db0448bc7a710e7f82b59638271264'/>
<id>urn:sha1:eda18cc2c3db0448bc7a710e7f82b59638271264</id>
<content type='text'>
enable text based default U-Boot Environment by enabling
CONFIG_ENV_SOURCE_FILE

and adding default environment file:

board/siemens/capricorn/capricorn_cxg3.env

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Signed-off-by: Walter Schweizer &lt;walter.schweizer@siemens.com&gt;
</content>
</entry>
</feed>
