<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch v2023.07.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/?h=v2023.07.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/?h=v2023.07.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-07-11T13:51:00Z</updated>
<entry>
<title>Prepare v2023.07.01</title>
<updated>2023-07-11T13:51:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-11T13:51:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=182203175ad23b9a7d8516cb44366ee245611e26'/>
<id>urn:sha1:182203175ad23b9a7d8516cb44366ee245611e26</id>
<content type='text'>
This is only to correct the version number, no other changes have been
made.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'next'</title>
<updated>2023-07-10T18:29:14Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-10T18:29:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=146a82c017d51eb2c3b8be33854f200f1e52a1cb'/>
<id>urn:sha1:146a82c017d51eb2c3b8be33854f200f1e52a1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare v2023.07</title>
<updated>2023-07-10T18:13:47Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-10T18:13:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05aa6516c6bb419d01d69fac457c0de563bfd694'/>
<id>urn:sha1:05aa6516c6bb419d01d69fac457c0de563bfd694</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'fsl-qoriq-2023-7-6' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq into next</title>
<updated>2023-07-10T01:54:40Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-10T01:54:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76c61f29d63163d178b1584ecc9fc2c96c538ff0'/>
<id>urn:sha1:76c61f29d63163d178b1584ecc9fc2c96c538ff0</id>
<content type='text'>
Enable DM Serial for ls1043ardb and ls1046ardb/afrwy
Fixed secure boot on LS-CH2 platforms
</content>
</entry>
<entry>
<title>Merge branch '2023-07-07-assorted-build-improvements' into next</title>
<updated>2023-07-08T15:28:39Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-08T15:28:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fa1e124ee77a6074df5abdf32c91da83df2c3d30'/>
<id>urn:sha1:fa1e124ee77a6074df5abdf32c91da83df2c3d30</id>
<content type='text'>
- Correct a few dependencies in Kconfig and better handle some generated
  files so that they are properly cleaned later.
</content>
</entry>
<entry>
<title>sysreset: Change Kconfig GPIO dependency</title>
<updated>2023-07-07T20:47:15Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@amd.com</email>
</author>
<published>2023-07-04T12:05:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=99a0532a2d09edac8d8cf59deb68e03f3275e494'/>
<id>urn:sha1:99a0532a2d09edac8d8cf59deb68e03f3275e494</id>
<content type='text'>
DM_GPIO depends on GPIO to be enabled but select will cause that DM_GPIO is
selected without GPIO which ends up in compilation error:
undefined reference to `dm_gpio_set_value'
undefined reference to `dm_gpio_get_value'
undefined reference to `dm_gpio_free'
undefined reference to `gpio_request_by_name'

Signed-off-by: Michal Simek &lt;michal.simek@amd.com&gt;
[trini: Fix configs which had relied on these select's]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART &amp;&amp; TPL_SERIAL</title>
<updated>2023-07-07T20:25:56Z</updated>
<author>
<name>Ying Sun</name>
<email>sunying@nj.iscas.ac.cn</email>
</author>
<published>2023-06-25T09:18:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0f42f8995593570b0a0d0726cd1f021b5f90172f'/>
<id>urn:sha1:0f42f8995593570b0a0d0726cd1f021b5f90172f</id>
<content type='text'>
As implemented in the arch/arm/mach-rockchip/tpl.c file,
the CONFIG_TPL_BANNER_PRINT option will not work
if either of these options is not enabled.

Add dependency constraints to the CONFIG_TPL_BANNER_PRINT option
definition to prevent configuration problems
where option is enabled but do not take effect.

Suggested-by: Yanjie Ren &lt;renyanjie01@gmail.com&gt;
Signed-off-by: Ying Sun &lt;sunying@nj.iscas.ac.cn&gt;
</content>
</entry>
<entry>
<title>common: Kconfig: SYS_CONSOLE_ENV_OVERWRITE depends on SYS_CONSOLE_IS_IN_ENV</title>
<updated>2023-07-07T20:25:56Z</updated>
<author>
<name>Ying Sun</name>
<email>sunying@nj.iscas.ac.cn</email>
</author>
<published>2023-06-25T08:52:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=29f925d8f9c7d0e1aea340e537e2423f659f851d'/>
<id>urn:sha1:29f925d8f9c7d0e1aea340e537e2423f659f851d</id>
<content type='text'>
CONFIG_SYS_CONSOLE_ENV_OVERWRITE is implemented in common/console.c
when "#if CONFIG_IS_ENABLED(SYS_CONSOLE_IS_IN_ENV)" is met.

It is recommended to add dependency constraints to its definition.

Suggested-by: Yanjie Ren &lt;renyanjie01@gmail.com&gt;
Signed-off-by: Ying Sun &lt;sunying@nj.iscas.ac.cn&gt;
</content>
</entry>
<entry>
<title>cmd: CONFIG_CMD_SAVES depends on CONFIG_CMD_LOADS</title>
<updated>2023-07-07T20:25:56Z</updated>
<author>
<name>Ying Sun</name>
<email>sunying@nj.iscas.ac.cn</email>
</author>
<published>2023-06-25T08:24:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aadc1a60694bfee09203fb30357ac9887d9691e2'/>
<id>urn:sha1:aadc1a60694bfee09203fb30357ac9887d9691e2</id>
<content type='text'>
CONFIG_CMD_SAVES is used to enable support for the "saveenv" command
and is only implemented in cmd/load.c
when "#if defined(CONFIG_CMD_LOADS)" is met.

It is recommended to add dependency constraints to its definition.
Prevents "saveenv" command from not being supported
when "CONFIG_CMD_SAVES=y CONFIG_CMD_LOADS=n".

Suggested-by: Yanjie Ren &lt;renyanjie01@gmail.com&gt;
Signed-off-by: Ying Sun &lt;sunying@nj.iscas.ac.cn&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>test: Find leftovers after clean/mrproper</title>
<updated>2023-07-07T20:25:56Z</updated>
<author>
<name>Tobias Deiminger</name>
<email>tdmg@linutronix.de</email>
</author>
<published>2023-06-19T22:41:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42c0e5bb054da1437fe847bfd4063768c08d39ca'/>
<id>urn:sha1:42c0e5bb054da1437fe847bfd4063768c08d39ca</id>
<content type='text'>
Docs describe 'make clean' to delete most generated files, 'make
mrproper' to delete current configuration and all generated files. This
test tries to assert it.

Idea is to search remaining files by patterns in copies of the initial
out-of-source build, which has two advantages:
- looking in an out-of-source build dir allows to tell generated source
  code from committed source code
- copying is fast (compared to rebuilding each time) which allows to do
  a "world clean"

Signed-off-by: Tobias Deiminger &lt;tdmg@linutronix.de&gt;
</content>
</entry>
</feed>
