<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/kmeter1.h, 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>km/ppc: remove km-mpc8360.h and km-mpc832x.h</title>
<updated>2023-02-06T18:04:53+00:00</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachienergy.com</email>
</author>
<published>2023-01-24T08:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5043ce2874d0fb715f900cfbb3f4bb4332b5ccb4'/>
<id>5043ce2874d0fb715f900cfbb3f4bb4332b5ccb4</id>
<content type='text'>
Next step to get rid of the header files in icnlude/configs. Move
most of the defines to km83xx.c directly. Some remaining defines
which should go to Kconfig are moved to km-mpc83xx.h for now.

Also remove some unused defines and move one define to powerpc.env
as we only need it there.

Signed-off-by: Holger Brunck &lt;holger.brunck@hitachienergy.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Next step to get rid of the header files in icnlude/configs. Move
most of the defines to km83xx.c directly. Some remaining defines
which should go to Kconfig are moved to km-mpc83xx.h for now.

Also remove some unused defines and move one define to powerpc.env
as we only need it there.

Signed-off-by: Holger Brunck &lt;holger.brunck@hitachienergy.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>km/powerpc: migrate to env.txt file</title>
<updated>2022-12-12T21:48:33+00:00</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachienergy.com</email>
</author>
<published>2022-12-02T17:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0cc0c098c8fbbf61378081df9681e660829c48eb'/>
<id>0cc0c098c8fbbf61378081df9681e660829c48eb</id>
<content type='text'>
Use already present common.env file and add a powerpc specific env
so that we can move all the environment defines to text files.

Signed-off-by: Holger Brunck &lt;holger.brunck@hitachienergy.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use already present common.env file and add a powerpc specific env
so that we can move all the environment defines to text files.

Signed-off-by: Holger Brunck &lt;holger.brunck@hitachienergy.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>global: Move remaining CONFIG_SYS_* to CFG_SYS_*</title>
<updated>2022-12-05T21:06:08+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-11-16T18:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65cc0e2a65d2c9f107b2f42db6396d9ade6c5ad8'/>
<id>65cc0e2a65d2c9f107b2f42db6396d9ade6c5ad8</id>
<content type='text'>
The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do
not easily transition to Kconfig. In many cases they likely should come
from the device tree instead. Move these out of CONFIG namespace and in
to CFG namespace.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do
not easily transition to Kconfig. In many cases they likely should come
from the device tree instead. Move these out of CONFIG namespace and in
to CFG namespace.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ppc/kmeter1: remove unused define</title>
<updated>2019-12-23T08:36:47+00:00</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@ch.abb.com</email>
</author>
<published>2019-11-26T18:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=71094b72d7113cbb2c566eac43fc122a18e5c6f9'/>
<id>71094b72d7113cbb2c566eac43fc122a18e5c6f9</id>
<content type='text'>
CONFIG_CONS_INDEX is nowhere used for this board, we can drop it.

Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONFIG_CONS_INDEX is nowhere used for this board, we can drop it.

Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>board/km: remove CONFIG_KM_BOARD_NAME</title>
<updated>2019-12-23T08:36:47+00:00</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@ch.abb.com</email>
</author>
<published>2019-11-26T18:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aeda123a2045b73377d97800f549d68d3b4be5e6'/>
<id>aeda123a2045b73377d97800f549d68d3b4be5e6</id>
<content type='text'>
We can use the existing CONFIG_SYS_CONFIG_NAME define for that and
remove the option. Also fix the boot string for all km83xx boards.

Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can use the existing CONFIG_SYS_CONFIG_NAME define for that and
remove the option. Also fix the boot string for all km83xx boards.

Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ppc/km: convert KM_DEF_NETDEV to Kconfig</title>
<updated>2019-12-23T08:36:47+00:00</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@ch.abb.com</email>
</author>
<published>2019-11-26T18:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05577fa518e8785ee7db751a8ff74069fcec60ba'/>
<id>05577fa518e8785ee7db751a8ff74069fcec60ba</id>
<content type='text'>
Remove this from the board header files and move it to Kconfig. Also use
the correct default address for kmtegr1.

Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove this from the board header files and move it to Kconfig. Also use
the correct default address for kmtegr1.

Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
CC: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keymile: Factor out common includes again</title>
<updated>2019-05-21T05:52:34+00:00</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2019-01-21T08:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aed7d0e399c8cf1c0f70d28a22144b4c94ff45ad'/>
<id>aed7d0e399c8cf1c0f70d28a22144b4c94ff45ad</id>
<content type='text'>
Not that the Kconfig conversion of a lot of variables is done, we can
factor out the common include files for the keymile boards again (which
now contain hardly any #ifdef logic at all).

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not that the Kconfig conversion of a lot of variables is done, we can
factor out the common include files for the keymile boards again (which
now contain hardly any #ifdef logic at all).

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE</title>
<updated>2019-05-21T05:52:33+00:00</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2019-01-21T08:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=133ec602846d28a7915a7b3149d05d1c8a270873'/>
<id>133ec602846d28a7915a7b3149d05d1c8a270873</id>
<content type='text'>
CONFIG_SYS_DDR_SDRAM_BASE is set to the same value as
CONFIG_SYS_SDRAM_BASE on all existing boards. Just use
CONFIG_SYS_SDRAM_BASE instead.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONFIG_SYS_DDR_SDRAM_BASE is set to the same value as
CONFIG_SYS_SDRAM_BASE on all existing boards. Just use
CONFIG_SYS_SDRAM_BASE instead.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc83xx: Get rid of CONFIG_SYS_DDR_BASE</title>
<updated>2019-05-21T05:52:33+00:00</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2019-01-21T08:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8a81bfd271f9122933c865c790780024f5e2d576'/>
<id>8a81bfd271f9122933c865c790780024f5e2d576</id>
<content type='text'>
CONFIG_SYS_DDR_BASE is specific to mpc83xx an is always set to the same
value as CONFIG_SYS_SDRAM_BASE. Just use CONFIG_SYS_SDRAM_BASE instead.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONFIG_SYS_DDR_BASE is specific to mpc83xx an is always set to the same
value as CONFIG_SYS_SDRAM_BASE. Just use CONFIG_SYS_SDRAM_BASE instead.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc83xx: Migrate CONFIG_LCRR_* to Kconfig</title>
<updated>2019-05-21T05:52:33+00:00</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2019-01-21T08:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c2e535770f56f5788e3771b9ee2dbf40ec4d93f'/>
<id>7c2e535770f56f5788e3771b9ee2dbf40ec4d93f</id>
<content type='text'>
Migrate the CONFIG_LCRR_* settings to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate the CONFIG_LCRR_* settings to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</pre>
</div>
</content>
</entry>
</feed>
