<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/common/Kconfig, branch v2021.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/common/Kconfig?h=v2021.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/common/Kconfig?h=v2021.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2021-01-29T15:36:48Z</updated>
<entry>
<title>avb: AVB_VERIFY depends on MMC</title>
<updated>2021-01-29T15:36:48Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2021-01-25T11:17:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c3808debad6cae03850a93af8f3d1a6677ca8c7'/>
<id>urn:sha1:9c3808debad6cae03850a93af8f3d1a6677ca8c7</id>
<content type='text'>
AVB Verified Boot uses functions related to MMC.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Igor Opaniuk &lt;igor.opaniuk@foundries.io&gt;
</content>
</entry>
<entry>
<title>bloblist: Support relocating to a larger space</title>
<updated>2021-01-27T22:03:16Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2021-01-14T03:29:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9fe064646d2c9f3914cd5ceae51c34020aa77599'/>
<id>urn:sha1:9fe064646d2c9f3914cd5ceae51c34020aa77599</id>
<content type='text'>
Typically in TPL/SPL the bloblist is quite small. But U-Boot proper may
want to add a lot more to it, such as ACPI tables.

Add a way to expand the bloblist by relocating it in U-Boot proper, along
with the other relocation activities.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F</title>
<updated>2021-01-15T19:36:11Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-11-28T08:43:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4e81920ba8f426d381583c9b2e576230a0757db5'/>
<id>urn:sha1:4e81920ba8f426d381583c9b2e576230a0757db5</id>
<content type='text'>
Currently, the following #ifdef construct is used to check whether to run
console_record_init() during pre-relocation init:
 defined(CONFIG_CONSOLE_RECORD) &amp;&amp; CONFIG_VAL(SYS_MALLOC_F_LEN)

Introduce CONFIG_CONSOLE_RECORD_INIT_F Kconfig option to get rid of the
complex ifdef check. Also, use IS_ENABLED() instead of #ifdef.

Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>common: update: add a generic interface for FIT image</title>
<updated>2020-10-30T13:20:27Z</updated>
<author>
<name>AKASHI Takahiro</name>
<email>takahiro.akashi@linaro.org</email>
</author>
<published>2020-10-29T04:47:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3149e524fc1e76ec1420cd17588c724d4232a904'/>
<id>urn:sha1:3149e524fc1e76ec1420cd17588c724d4232a904</id>
<content type='text'>
The main purpose of this patch is to separate a generic interface for
updating firmware using DFU drivers from "auto-update" via tftp.

This function will also be used in implementing UEFI capsule update
in a later commit.

Signed-off-by: AKASHI Takahiro &lt;takahiro.akashi@linaro.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Move BOARD_TYPES under init options</title>
<updated>2020-10-09T16:02:26Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-09-11T02:21:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4c4ecf4c9b8768558a980d842c7db6fe35d570c'/>
<id>urn:sha1:a4c4ecf4c9b8768558a980d842c7db6fe35d570c</id>
<content type='text'>
This actually relates to something displayed on start-up, so move it into
that menu.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: Move BOUNCE_BUFFER under driver options</title>
<updated>2020-10-09T16:02:25Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-09-11T02:21:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d472d821f35a4b4e5a2d3302948a6f95d8cadfa5'/>
<id>urn:sha1:d472d821f35a4b4e5a2d3302948a6f95d8cadfa5</id>
<content type='text'>
This option does not belong at the top level. Move it under generic
driver options.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: Move VERSION_VARIABLE under environment</title>
<updated>2020-10-09T16:01:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-09-11T02:21:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc438b6e9a25614dc11c3c3fa2c38f9133090740'/>
<id>urn:sha1:bc438b6e9a25614dc11c3c3fa2c38f9133090740</id>
<content type='text'>
This relates to the environment so should not be at the top level. Move
it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: MISC_INIT_R and BOARD_LATE_INIT -&gt; start-up hooks</title>
<updated>2020-10-09T16:01:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-09-11T02:21:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7e349e96692d2c161f024ef07dbf68334d059a3a'/>
<id>urn:sha1:7e349e96692d2c161f024ef07dbf68334d059a3a</id>
<content type='text'>
These are start-up hooks so put them under that menu.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: Move startup hooks under init options</title>
<updated>2020-10-09T16:01:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-09-11T02:21:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=386631365d8cdfeda52f963db8e4f2f5152b1b34'/>
<id>urn:sha1:386631365d8cdfeda52f963db8e4f2f5152b1b34</id>
<content type='text'>
These hooks relate to U-Boot init so move them under that menu.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: Create a new 'init options' menu</title>
<updated>2020-10-09T16:01:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-09-11T02:21:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7df39e5b95521ed0bc413649816c3fce92a50d74'/>
<id>urn:sha1:7df39e5b95521ed0bc413649816c3fce92a50d74</id>
<content type='text'>
There are quite a few options at the top level relating to U-Boot init.
Move them into their own menu.

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