<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/configs/kmtepr2_defconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-26T18:45:25Z</updated>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2019-05-26T18:45:25Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-05-26T18:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=344a0e4367d0820b8eb2ea4a90132433e038095f'/>
<id>urn:sha1:344a0e4367d0820b8eb2ea4a90132433e038095f</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Migrate CONFIG_FMAN_ENET and some related options to Kconfig</title>
<updated>2019-05-26T18:40:50Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-05-12T11:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cc1e98b559e46630c3421a7762d02a58e5480926'/>
<id>urn:sha1:cc1e98b559e46630c3421a7762d02a58e5480926</id>
<content type='text'>
Move the main symbol for Freescale Fman Ethernet controller option to
Kconfig.  Also migrate the CONFIG_SYS_QE_FMAN_FW_IN_xxx macros and
rename the SPIFLASH one to follow the same format as all of the others.
To do this fully we need to migrate CONFIG_QC, do so.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Migrate CONFIG_LCRR_* to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7c2e535770f56f5788e3771b9ee2dbf40ec4d93f'/>
<id>urn:sha1:7c2e535770f56f5788e3771b9ee2dbf40ec4d93f</id>
<content type='text'>
Migrate the CONFIG_LCRR_* settings to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Migrate arbiter config to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=73df96a38e693312bc2d5b565bc439f3b98e63ea'/>
<id>urn:sha1:73df96a38e693312bc2d5b565bc439f3b98e63ea</id>
<content type='text'>
Migrate the arbiter configuration to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Migrate HID config to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=be5abb0a834c346f9b22f983e9002ebab2c72cb3'/>
<id>urn:sha1:be5abb0a834c346f9b22f983e9002ebab2c72cb3</id>
<content type='text'>
Mirate the HID configuration settings to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fe7d654d04a4ba87813dcf8acb7a17373029770d'/>
<id>urn:sha1:fe7d654d04a4ba87813dcf8acb7a17373029770d</id>
<content type='text'>
Migrate the BR/OR settings to Kconfig. These must be known at compile
time, so cannot be configured via DT.

Configuration of this crucial variable should still be somewhat
comfortable. Hence, make its fields configurable in Kconfig, and
assemble the final value from these.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Migrate LBLAW_* to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9c5df7a2a9f72ee397a67c2f19476566a35d7c18'/>
<id>urn:sha1:9c5df7a2a9f72ee397a67c2f19476566a35d7c18</id>
<content type='text'>
The LBLAW_* values determine the window configuration of the memory
controller. Hence, they must be known at compile time, and cannot be
implemented in the DT mechanism.

Configuration of this crucial variable should still be somewhat
comfortable. Hence, make its fields configurable in Kconfig, and
assemble the final value from these.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Migrate BATS config to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=30915ab95d9a95328623010390d94da1325529f9'/>
<id>urn:sha1:30915ab95d9a95328623010390d94da1325529f9</id>
<content type='text'>
The BATs (block address translation registers) determine the initial
memory window mappings. Hence, they must be known at compile time and
cannot be implemented in the DT mechanism.

Configuration of this crucial variable should still be somewhat
comfortable. Hence, make its fields configurable in Kconfig, and
assemble the final value from these.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>powerpc: Migrate HIGH_BATS to Kconfig</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=93de25308dac01dd1a6ff5891e13ea849041a88a'/>
<id>urn:sha1:93de25308dac01dd1a6ff5891e13ea849041a88a</id>
<content type='text'>
Migrate the CONFIG_HIGH_BATS variable to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Kconfig: Migrate HRCW to Kconfig</title>
<updated>2019-05-21T05:52:25Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=21c1502a4a81904706b9883f523ec4a94aba880f'/>
<id>urn:sha1:21c1502a4a81904706b9883f523ec4a94aba880f</id>
<content type='text'>
The HRCW (hardware reset configuration word) is a constant that must be
hard-coded into the boot loader image. So, it must be available at
compile time, and cannot be migrated to the DT mechanism, but has to be
kept in Kconfig.

Configuration of this crucial variable should still be somewhat
comfortable. Hence, make its fields configurable in Kconfig, and
assemble the final value from these.

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