<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/configs/caddy2_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>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>
<entry>
<title>mpc83xx: Get rid of CONFIG_83XX_CLKIN</title>
<updated>2019-05-21T05:52:06Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ff3bb0c435e0d10ccb61a8fd2dada3ae72f1f97e'/>
<id>urn:sha1:ff3bb0c435e0d10ccb61a8fd2dada3ae72f1f97e</id>
<content type='text'>
MPC83xx uses CONFIG_83XX_CLKIN instead of CONFIG_SYS_CLK_FREQ to set the
system clock. To migrate the architecture, we can replace
CONFIG_83XX_CLKIN with CONFIG_SYS_CLK_FREQ.

To do this
* replace all occurrences of CONFIG_83XX_CLKIN with CONFIG_SYS_CLK_FREQ
* set CONFIG_SYS_CLK_FREQ to the old value of CONFIG_83XX_CLKIN in all
  MPC83xx config files

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Make distinct caddy2 config</title>
<updated>2019-05-20T11:50:34Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=904c47fc7d09c33fb4e43f30ddf2039fa7a0a168'/>
<id>urn:sha1:904c47fc7d09c33fb4e43f30ddf2039fa7a0a168</id>
<content type='text'>
vme8349.h contains two separate boards: The vme8349 itself, and the
caddy2 board. The caddy2 board is chosen by setting certain config
variables. Create a proper config file for the caddy2 board to make
Kconfig migration easier.

Furthermore, simplify the vme8349 and caddy2 configs by keeping only the
options necessary for each board.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig</title>
<updated>2018-10-19T23:19:50Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-10-14T20:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2fe88d452268d61b5ca9cb0b1dda2974cc43faeb'/>
<id>urn:sha1:2fe88d452268d61b5ca9cb0b1dda2974cc43faeb</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_FLASH_CFI_DRIVER
   CONFIG_SYS_FLASH_USE_BUFFER_WRITE
   CONFIG_FLASH_CFI_MTD
   CONFIG_SYS_FLASH_PROTECTION
   CONFIG_SYS_FLASH_CFI

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Re-migrate]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
