<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/configs/rastaban.h, 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>2018-08-17T17:03:54Z</updated>
<entry>
<title>Convert CONFIG_MII et al to Kconfig</title>
<updated>2018-08-17T17:03:54Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-07-21T04:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d7869b2183d2b786e5410b97a5a6b2e630e7825e'/>
<id>urn:sha1:d7869b2183d2b786e5410b97a5a6b2e630e7825e</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_MII
   CONFIG_DRIVER_TI_EMAC

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Acked-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC</title>
<updated>2018-04-06T21:04:33Z</updated>
<author>
<name>Alex Kiernan</name>
</author>
<published>2018-03-15T22:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3bf5f13c0cda80cf1075c53862cb3ba998245cf8'/>
<id>urn:sha1:3bf5f13c0cda80cf1075c53862cb3ba998245cf8</id>
<content type='text'>
This converts CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC to Kconfig

Signed-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT</title>
<updated>2017-11-05T16:21:35Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2017-10-22T21:55:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=43ede0bca7fc1590b623832b743213b818257a27'/>
<id>urn:sha1:43ede0bca7fc1590b623832b743213b818257a27</id>
<content type='text'>
We move all instances of CONFIG_MTDIDS_DEFAULT and
CONFIG_MTDPARTS_DEFAULT from the header files to the defconfig files.
There's a few cases here where we need to expand upon what was in the
header file.

Tested-by: Adam Ford &lt;aford173@gmail.com&gt;  #omap3_logic
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Finish migration of PHY_GIGE</title>
<updated>2017-08-08T21:02:31Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2017-08-08T02:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1989374b21089c63019fc9648408c8d609023ffe'/>
<id>urn:sha1:1989374b21089c63019fc9648408c8d609023ffe</id>
<content type='text'>
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>watchdog: Migrate OMAP_WATCHDOG to Kconfig</title>
<updated>2017-05-15T14:40:02Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2017-05-13T02:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=897f70620053e4da07f1173aea3891637b7bb6a9'/>
<id>urn:sha1:897f70620053e4da07f1173aea3891637b7bb6a9</id>
<content type='text'>
Move this entry to Kconfig.  As it is a hardware watchdog, select
HW_WATCHDOG.  While we could default to enabling this for all platforms,
it is currently only enabled by default on AM33XX, so keep that logic
today.

Cc: Roger Meier &lt;r.meier@siemens.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: convert CONFIG_SYS_MPUCLK to Kconfig</title>
<updated>2017-05-12T12:37:11Z</updated>
<author>
<name>Lokesh Vutla</name>
</author>
<published>2017-05-05T07:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c187dd685adcbfd24b119e3a50a96132bdad1639'/>
<id>urn:sha1:c187dd685adcbfd24b119e3a50a96132bdad1639</id>
<content type='text'>
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>disk: convert CONFIG_DOS_PARTITION to Kconfig</title>
<updated>2017-01-28T13:47:34Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2017-01-27T10:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b0cf733933c3bc1b4ab353e16affabc60f863db5'/>
<id>urn:sha1:b0cf733933c3bc1b4ab353e16affabc60f863db5</id>
<content type='text'>
Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;
</content>
</entry>
<entry>
<title>config: Move CONFIG_BOARD_LATE_INIT to defconfigs</title>
<updated>2017-01-21T20:12:33Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2017-01-21T10:48:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3788b451e32bc925c4a63a882acc9c3b4ee895be'/>
<id>urn:sha1:3788b451e32bc925c4a63a882acc9c3b4ee895be</id>
<content type='text'>
Cc: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@openedev.com&gt;
</content>
</entry>
<entry>
<title>spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS</title>
<updated>2016-11-19T02:20:59Z</updated>
<author>
<name>Semen Protsenko</name>
</author>
<published>2016-11-16T17:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=693d4c9f1dc40fcf24ced459bc4d1b46db33298a'/>
<id>urn:sha1:693d4c9f1dc40fcf24ced459bc4d1b46db33298a</id>
<content type='text'>
This option isn't used for anything, so get rid of it.

Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;
</content>
</entry>
</feed>
