<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2023.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2023.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2023.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-10-02T14:35:27Z</updated>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2023-10-02T14:35:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-10-02T14:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ba6d575ee0715b914ab31941e180c65ee097b22b'/>
<id>urn:sha1:ba6d575ee0715b914ab31941e180c65ee097b22b</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>configs: iot2050: Disable CONFIG_CONSOLE_MUX</title>
<updated>2023-09-28T20:31:43Z</updated>
<author>
<name>Jan Kiszka</name>
<email>jan.kiszka@siemens.com</email>
</author>
<published>2023-09-27T17:22:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ec91a96970e1c4268767777a54ea1747fc0278e9'/>
<id>urn:sha1:ec91a96970e1c4268767777a54ea1747fc0278e9</id>
<content type='text'>
We only have serial as console option, and leaving this on turns on
SYS_CONSOLE_IS_IN_ENV which is also not true for these devices, leaving
an ugly

In:    No input devices available!
Out:   No output devices available!
Err:   No error devices available!

behind.

Signed-off-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
</content>
</entry>
<entry>
<title>smegw01: Fix inverted CONFIG_SYS_BOOT_LOCKED logic</title>
<updated>2023-09-28T20:31:43Z</updated>
<author>
<name>Eduard Strehlau</name>
<email>eduard@lionizers.com</email>
</author>
<published>2023-09-25T16:32:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fa5bde37606356400483cf0c9454cb2eea66264e'/>
<id>urn:sha1:fa5bde37606356400483cf0c9454cb2eea66264e</id>
<content type='text'>
CONFIG_SYS_BOOT_LOCKED means that a restricted boot environment will
be used. In this case, hab_auth_img_or_fail should be called to prevent
U-Boot to continue running when the fitImage authentication fails.

Fix the logic accordingly.

Additionally, select CONFIG_SYS_BOOT_LOCKED by default.

Signed-off-by: Eduard Strehlau &lt;eduard@lionizers.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
</content>
</entry>
<entry>
<title>smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage</title>
<updated>2023-09-23T16:45:34Z</updated>
<author>
<name>Eduard Strehlau</name>
<email>eduard@lionizers.com</email>
</author>
<published>2023-09-20T10:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=62a3c66a7c1ee733695b46542c4a9034f3a663a4'/>
<id>urn:sha1:62a3c66a7c1ee733695b46542c4a9034f3a663a4</id>
<content type='text'>
Set CONFIG_SYS_LOAD_ADDR=0x88000000 and use this address for
loading fitImage.

Also pass the standard CONFIG_BOOTFILE option to indicate
the fitImage file.

Signed-off-by: Eduard Strehlau &lt;eduard@lionizers.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
</content>
</entry>
<entry>
<title>configs: am65x_evm_r5_usbmsc_defconfig: Enable DWC3 wrapper for SPL</title>
<updated>2023-09-22T17:58:51Z</updated>
<author>
<name>Ravi Gunasekaran</name>
<email>r-gunasekaran@ti.com</email>
</author>
<published>2023-09-08T11:03:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65adf86f1ac1712a794cbe8251cf8ab74e146302'/>
<id>urn:sha1:65adf86f1ac1712a794cbe8251cf8ab74e146302</id>
<content type='text'>
commit 280f45d23977 ("configs: get rid of build warnings due to
SPL_USB_DWC3_GENERIC") missed enabling DWC3 glue layer for
usbmsc_defconfig and this broke boot from USB mass storage.
Fix this by enabling DWC3 glue layer.

Fixes: 280f45d23977 ("configs: get rid of build warnings due to SPL_USB_DWC3_GENERIC")
Signed-off-by: Ravi Gunasekaran &lt;r-gunasekaran@ti.com&gt;
</content>
</entry>
<entry>
<title>configs: visionfive2: Enable CONFIG_OF_BOARD_SETUP</title>
<updated>2023-09-20T12:26:23Z</updated>
<author>
<name>Shengyu Qu</name>
<email>wiagn233@outlook.com</email>
</author>
<published>2023-09-16T19:36:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d4810cac5fcfb5c4873cef9dcc5f831a4ae2f3f'/>
<id>urn:sha1:7d4810cac5fcfb5c4873cef9dcc5f831a4ae2f3f</id>
<content type='text'>
Enable CONFIG_OF_BOARD_SETUP, so we could use ft_board_setup() to fixup
memory size passed to kernel.

Signed-off-by: Shengyu Qu &lt;wiagn233@outlook.com&gt;
Tested-by: Milan P. Stanić &lt;mps@arvanta.net&gt;
</content>
</entry>
<entry>
<title>ARM: renesas: Enable DM_ETH_PHY on 64-bit R-Car boards</title>
<updated>2023-09-17T11:56:34Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-09-17T11:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=075e0b9050e2ec1c6a521c0a1a98be4f7feb797b'/>
<id>urn:sha1:075e0b9050e2ec1c6a521c0a1a98be4f7feb797b</id>
<content type='text'>
Enable DM_ETH_PHY to correctly release the PHY on these boards from reset.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-imx-20230905' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2023-09-05T13:05:16Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-09-05T13:05:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=34056394ce75cfe02effca5e2127e5caab6df043'/>
<id>urn:sha1:34056394ce75cfe02effca5e2127e5caab6df043</id>
<content type='text'>
Fixes for release
-----------------

- imx9: fix DRAM calculation
- thermal: fixes
- fixed for DM, DH and Gateworks boards

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/17639
</content>
</entry>
<entry>
<title>configs: starfive: Disable SYS_MALLOC_CLEAR_ON_INIT by default</title>
<updated>2023-09-05T02:53:46Z</updated>
<author>
<name>Shengyu Qu</name>
<email>wiagn233@outlook.com</email>
</author>
<published>2023-08-24T16:25:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f39e24496af503c7968cc5e15940701fdf2a0c5b'/>
<id>urn:sha1:f39e24496af503c7968cc5e15940701fdf2a0c5b</id>
<content type='text'>
SPL_SYS_MALLOC_CLEAR_ON_INIT would enable SYS_MALLOC_CLEAR_ON_INIT by
default, but that's not need on JH7110, so disable that.

Signed-off-by: Shengyu Qu &lt;wiagn233@outlook.com&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>configs: starfive: Enable PCIE auto enum and NVME/USB stuff for Starfive Visionfive 2</title>
<updated>2023-09-05T02:53:41Z</updated>
<author>
<name>Shengyu Qu</name>
<email>wiagn233@outlook.com</email>
</author>
<published>2023-08-22T14:33:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dccf4a843a5f0fb2befd31c47b70aecfd0a49ecb'/>
<id>urn:sha1:dccf4a843a5f0fb2befd31c47b70aecfd0a49ecb</id>
<content type='text'>
Although PCIE driver already exists, board defconfig isn't configured to
enable PCIE enum on boot, thus USB storage device and NVME drive are not
supported by default. So modify defconfig to enable PCIE auto enum, then
start USB subsystem and scan nvme drive on boot.

Signed-off-by: Shengyu Qu &lt;wiagn233@outlook.com&gt;
Tested-by: Milan P. Stanić &lt;mps@arvanta.net&gt;
</content>
</entry>
</feed>
