<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, 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/board?h=v2023.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2023.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-09-28T20:31:43Z</updated>
<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>riscv: set fdtfile on VisionFive 2</title>
<updated>2023-09-26T02:43:02Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2023-09-07T11:21:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=16dbe3d9d45527f67d479535a22dc4054ae93e99'/>
<id>urn:sha1:16dbe3d9d45527f67d479535a22dc4054ae93e99</id>
<content type='text'>
Multiple revisions of the StarFive VisionFive 2 board exist. They can be
identified by reading their EEPROM.

Linux uses two differently named device-tree files. To load the correct
device-tree we need to set $fdtfile to the device-tree file name that
matches the board revision.

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
Tested-by: Milan P. Stanić &lt;mps@arvanta.net&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>pico-imx7d: Remove Vanessa from MAINTAINERS</title>
<updated>2023-09-22T19:54:39Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2023-09-19T13:39:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee9245853ef862bd244981651a8ca1ebf43e817f'/>
<id>urn:sha1:ee9245853ef862bd244981651a8ca1ebf43e817f</id>
<content type='text'>
Vanessa's NXP e-mail is no longer active.

Contacted her offline and she told me that she does not have
access to the board anymore and it is OK to remove her
from MAINTAINERS.

Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
</content>
</entry>
<entry>
<title>board: visionfive2: Fixup memory size passed to kernel</title>
<updated>2023-09-20T12:30:30Z</updated>
<author>
<name>Shengyu Qu</name>
<email>wiagn233@outlook.com</email>
</author>
<published>2023-09-16T19:36:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43177705ab29ed1ccca970096de1ef3c6095e7e6'/>
<id>urn:sha1:43177705ab29ed1ccca970096de1ef3c6095e7e6</id>
<content type='text'>
Use fdt_fixup_memory to make the memory size data from dtb match
the actual size.

Signed-off-by: Shengyu Qu &lt;wiagn233@outlook.com&gt;
Tested-by: Milan P. Stanić &lt;mps@arvanta.net&gt;
</content>
</entry>
<entry>
<title>doc: board: ti: Move documentation from README to .rst</title>
<updated>2023-09-09T04:12:47Z</updated>
<author>
<name>Neha Malcom Francis</name>
<email>n-francis@ti.com</email>
</author>
<published>2023-09-08T09:36:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7314ba2bf8452df68d07f251aa59440de58067b0'/>
<id>urn:sha1:7314ba2bf8452df68d07f251aa59440de58067b0</id>
<content type='text'>
Make the conversion for all existing TI documentation from README to
.rst

Signed-off-by: Neha Malcom Francis &lt;n-francis@ti.com&gt;
</content>
</entry>
<entry>
<title>eeprom: starfive: set eth0 mac address properly</title>
<updated>2023-09-05T02:53:29Z</updated>
<author>
<name>Seung-Woo Kim</name>
<email>sw0312.kim@samsung.com</email>
</author>
<published>2023-08-11T07:12:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=71914337ef579bb22705d4b88fee6b1448f7a9b1'/>
<id>urn:sha1:71914337ef579bb22705d4b88fee6b1448f7a9b1</id>
<content type='text'>
fdt_fixup_ethernet() sets eth0 mac address from ethaddr. Set
ethaddr to environment instead of eth0addr.

Signed-off-by: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>nokia_rx51: Remove platform</title>
<updated>2023-09-05T01:14:32Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-09-05T01:12:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=493fd3363f6da6a784514657d689c7cda0f390d5'/>
<id>urn:sha1:493fd3363f6da6a784514657d689c7cda0f390d5</id>
<content type='text'>
This platform is behind on migrations (it is the sole user of the oldest
legacy version of the USB gadget stack and is long overdue for
migration) and with Pali no longer being a maintainer, we remove this
platform.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS: Drop Pali Rohár</title>
<updated>2023-09-05T01:13:38Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-09-05T01:12:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=af7de99e0c005681fc7d90f883fdf21a46830c9b'/>
<id>urn:sha1:af7de99e0c005681fc7d90f883fdf21a46830c9b</id>
<content type='text'>
Remove Pali from his listed maintainer entries due to his publicly
visible actions on the mailing list.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: rpi: Switch to a text environment</title>
<updated>2023-09-03T22:33:04Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-27T21:54:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fc2af2d978b525e188b15d909e321caf9445bdb0'/>
<id>urn:sha1:fc2af2d978b525e188b15d909e321caf9445bdb0</id>
<content type='text'>
Use the new environment format so we can drop most of the config.h file.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
