<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs/titanium_defconfig, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>arm: Remove titanium board</title>
<updated>2021-04-10T12:03:55+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-02-21T01:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=defd0dcfb9de21f11259ffbaf49728d12eba86e0'/>
<id>defd0dcfb9de21f11259ffbaf49728d12eba86e0</id>
<content type='text'>
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.

Cc: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.

Cc: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-10-09T16:22:06+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-10-09T16:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0817daa7606ec55ba551acb0208eaba33a548804'/>
<id>0817daa7606ec55ba551acb0208eaba33a548804</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: mx6: Make all i.MX6 SoCs user-selectable</title>
<updated>2020-08-25T08:26:14+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-08-18T11:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f27ffe4177a7cc09614e2f87012234c1e260c8f2'/>
<id>f27ffe4177a7cc09614e2f87012234c1e260c8f2</id>
<content type='text'>
We have a number of platforms that are a combination of a carrier board
and System-on-Module (SoM) that in turn allows for the board to have
different SoCs on it.  In some cases, this is handled via board-specific
Kconfig options.  In other cases we make use of
CONFIG_SYS_EXTRA_OPTIONS.  This latter case however can lead to invalid
configurations as we will not in turn get options that in Kconfig are
selected by or depend on that setting.

To resolve this, make the SoC option a choice in Kconfig and make boards
depend on what they can support.  This change opens us up for further
clean-ups in the cases where a single CONFIG_TARGET_xxx can support
different SoCs and today they do not, or do not cleanly do so.

Reported-by: Matt Porter &lt;mporter@konsulko.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
Cc: "NXP i.MX U-Boot Team" &lt;uboot-imx@nxp.com&gt;
Cc: Soeren Moch &lt;smoch@web.de&gt;
Cc: Markus Niebel &lt;Markus.Niebel@tq-group.com&gt;
Cc: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Andreas Geisreiter &lt;ageisreiter@dh-electronics.de&gt;
Cc: Ludwig Zenz &lt;lzenz@dh-electronics.de&gt;
Cc: Lukasz Majewski &lt;lukma@denx.de&gt;
Cc: Akshay Bhat &lt;akshaybhat@timesys.com&gt;
Cc: Ken Lin &lt;Ken.Lin@advantech.com.tw&gt;
Cc: Ian Ray &lt;ian.ray@ge.com&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
Cc: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Cc: Raffaele RECALCATI &lt;raffaele.recalcati@bticino.it&gt;
Cc: Simone CIANNI &lt;simone.cianni@bticino.it&gt;
Cc: Adam Ford &lt;aford173@gmail.com&gt;
Cc: Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;
Cc: "Eric Bénard" &lt;eric@eukrea.com&gt;
Cc: Baruch Siach &lt;baruch@tkos.co.il&gt;
Cc: Jason Liu &lt;jason.hui.liu@nxp.com&gt;
Cc: Ye Li &lt;ye.li@nxp.com&gt;
Cc: Eric Nelson &lt;eric@nelint.com&gt;
Cc: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Parthiban Nallathambi &lt;parthiban@linumiz.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: "Sébastien Szymanski" &lt;sebastien.szymanski@armadeus.com&gt;
Cc: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Cc: Niel Fourie &lt;lusus@denx.de&gt;
Cc: Martyn Welch &lt;martyn.welch@collabora.com&gt;
Cc: Richard Hu &lt;richard.hu@technexion.com&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
Cc: Boris Brezillon &lt;bbrezillon@kernel.org&gt;
Cc: Arkadiusz Karas &lt;arkadiusz.karas@somlabs.com&gt;
Cc: Breno Lima &lt;breno.lima@nxp.com&gt;
Cc: Francesco Montefoschi &lt;francesco.montefoschi@udoo.org&gt;
Cc: Silvio Fricke &lt;open-source@softing.de&gt;
Tested-by: Matt Porter &lt;mporter@konsulko.com&gt; [colibri_imx6]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a number of platforms that are a combination of a carrier board
and System-on-Module (SoM) that in turn allows for the board to have
different SoCs on it.  In some cases, this is handled via board-specific
Kconfig options.  In other cases we make use of
CONFIG_SYS_EXTRA_OPTIONS.  This latter case however can lead to invalid
configurations as we will not in turn get options that in Kconfig are
selected by or depend on that setting.

To resolve this, make the SoC option a choice in Kconfig and make boards
depend on what they can support.  This change opens us up for further
clean-ups in the cases where a single CONFIG_TARGET_xxx can support
different SoCs and today they do not, or do not cleanly do so.

Reported-by: Matt Porter &lt;mporter@konsulko.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
Cc: "NXP i.MX U-Boot Team" &lt;uboot-imx@nxp.com&gt;
Cc: Soeren Moch &lt;smoch@web.de&gt;
Cc: Markus Niebel &lt;Markus.Niebel@tq-group.com&gt;
Cc: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Andreas Geisreiter &lt;ageisreiter@dh-electronics.de&gt;
Cc: Ludwig Zenz &lt;lzenz@dh-electronics.de&gt;
Cc: Lukasz Majewski &lt;lukma@denx.de&gt;
Cc: Akshay Bhat &lt;akshaybhat@timesys.com&gt;
Cc: Ken Lin &lt;Ken.Lin@advantech.com.tw&gt;
Cc: Ian Ray &lt;ian.ray@ge.com&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
Cc: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Cc: Raffaele RECALCATI &lt;raffaele.recalcati@bticino.it&gt;
Cc: Simone CIANNI &lt;simone.cianni@bticino.it&gt;
Cc: Adam Ford &lt;aford173@gmail.com&gt;
Cc: Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;
Cc: "Eric Bénard" &lt;eric@eukrea.com&gt;
Cc: Baruch Siach &lt;baruch@tkos.co.il&gt;
Cc: Jason Liu &lt;jason.hui.liu@nxp.com&gt;
Cc: Ye Li &lt;ye.li@nxp.com&gt;
Cc: Eric Nelson &lt;eric@nelint.com&gt;
Cc: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Parthiban Nallathambi &lt;parthiban@linumiz.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: "Sébastien Szymanski" &lt;sebastien.szymanski@armadeus.com&gt;
Cc: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Cc: Niel Fourie &lt;lusus@denx.de&gt;
Cc: Martyn Welch &lt;martyn.welch@collabora.com&gt;
Cc: Richard Hu &lt;richard.hu@technexion.com&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
Cc: Boris Brezillon &lt;bbrezillon@kernel.org&gt;
Cc: Arkadiusz Karas &lt;arkadiusz.karas@somlabs.com&gt;
Cc: Breno Lima &lt;breno.lima@nxp.com&gt;
Cc: Francesco Montefoschi &lt;francesco.montefoschi@udoo.org&gt;
Cc: Silvio Fricke &lt;open-source@softing.de&gt;
Tested-by: Matt Porter &lt;mporter@konsulko.com&gt; [colibri_imx6]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-08-10T19:31:07+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-08-10T19:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=554e5514ac00f204282c4a2376ae65935d104e60'/>
<id>554e5514ac00f204282c4a2376ae65935d104e60</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CONFIG_ENV_OVERWRITE to Kconfig</title>
<updated>2020-07-28T20:18:06+00:00</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2020-07-03T11:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e91907a1464e5b79673c37f46dcb76d3c5b7c0c7'/>
<id>e91907a1464e5b79673c37f46dcb76d3c5b7c0c7</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_ENV_OVERWRITE

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Rerun migration, remove some comments]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This converts the following to Kconfig:
   CONFIG_ENV_OVERWRITE

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Rerun migration, remove some comments]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CONFIG_MXC_UART to Kconfig</title>
<updated>2020-07-17T12:47:29+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-06-09T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46'/>
<id>e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_MXC_UART

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This converts the following to Kconfig:
   CONFIG_MXC_UART

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-04-28T20:15:47+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-04-28T20:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=556fd590db78def1cb92b0e887c665d3b75f7519'/>
<id>556fd590db78def1cb92b0e887c665d3b75f7519</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-02-28T18:28:38+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-02-28T18:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9e1d65f36b83c5422ece3c0ea28d07a2246cb07f'/>
<id>9e1d65f36b83c5422ece3c0ea28d07a2246cb07f</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2019-12-04T22:18:38+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-12-04T22:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0cfccb54014bf488c300dad07b9d1c07d8fcd3f2'/>
<id>0cfccb54014bf488c300dad07b9d1c07d8fcd3f2</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: ensure CMD_NAND is compiled when its options are selected</title>
<updated>2019-12-04T18:26:17+00:00</updated>
<author>
<name>Miquel Raynal</name>
<email>miquel.raynal@bootlin.com</email>
</author>
<published>2019-10-03T17:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2fa872ee7728b9c8863ab7824ec4f2508869a31f'/>
<id>2fa872ee7728b9c8863ab7824ec4f2508869a31f</id>
<content type='text'>
In some files, options of CMD_NAND are selected but not the command
itself. Fix this inconsistency.

Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;
Reviewed-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some files, options of CMD_NAND are selected but not the command
itself. Fix this inconsistency.

Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;
Reviewed-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
