<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/configs/cm_t35.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>2019-04-30T01:41:40Z</updated>
<entry>
<title>configs: move CONFIG_SPL_TEXT_BASE to Kconfig</title>
<updated>2019-04-30T01:41:40Z</updated>
<author>
<name>Simon Goldschmidt</name>
</author>
<published>2018-09-30T12:31:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f89d6133eef2e068f9c33853b6584d7fcbfa9d2e'/>
<id>urn:sha1:f89d6133eef2e068f9c33853b6584d7fcbfa9d2e</id>
<content type='text'>
Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig and migrate existing
values.

Signed-off-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;
[trini: Re-run migration]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Removed unused references to CONFIG_SERIALx</title>
<updated>2018-08-17T19:43:32Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-08-07T12:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9baa2bce28901321d6f62399b5ebeb3fcb8e8a57'/>
<id>urn:sha1:9baa2bce28901321d6f62399b5ebeb3fcb8e8a57</id>
<content type='text'>
After creating CONS_INDEX and migrating a bunch of boards to it,
there are a bunch of defined references to CONFIG_SERIALx which
are not referenced in any C code or #ifdef, so they can now be
removed

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_TWL4030_LED et al to Kconfig</title>
<updated>2018-08-17T17:04:00Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-08-06T19:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cc3fedb2046962c6a11e16b1d73d98b4e108a651'/>
<id>urn:sha1:cc3fedb2046962c6a11e16b1d73d98b4e108a651</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_TWL4030_LED
   CONFIG_TWL4030_INPUT

This also removes dead references to:
   CONFIG_TWL4030_KEYPAD

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_VIDEO_OMAP3 to Kconfig</title>
<updated>2018-08-17T17:04:00Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-08-02T13:50:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=244eaea60b0950fa89ee7326fe134fa0c43ce41a'/>
<id>urn:sha1:244eaea60b0950fa89ee7326fe134fa0c43ce41a</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_VIDEO_OMAP3

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_MISC_INIT_R to Kconfig</title>
<updated>2018-08-17T17:04:00Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-07-29T18:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8ccf98b1cfd2811e3121c719e294bdd8ebab1c45'/>
<id>urn:sha1:8ccf98b1cfd2811e3121c719e294bdd8ebab1c45</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_MISC_INIT_R

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Update the defaults logic slightly]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Migrate CONFIG_NR_DRAM_BANKS</title>
<updated>2018-08-16T20:45:02Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-08-16T12:16:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=86cf1c82850f7c226f23684e19616e526ffaf10f'/>
<id>urn:sha1:86cf1c82850f7c226f23684e19616e526ffaf10f</id>
<content type='text'>
We have the following cases:
- CONFIG_NR_DRAM_BANKS was defined, migrate normally
- CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
  CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
- CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
  2), set this to 8.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: omap: Remove dead config CONFIG_SYS_NAND_ADDR</title>
<updated>2018-08-10T17:45:33Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-07-29T14:51:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ab5814f9926d8085d69df033d5db13bf0078c1f1'/>
<id>urn:sha1:ab5814f9926d8085d69df033d5db13bf0078c1f1</id>
<content type='text'>
CONFIG_SYS_NAND_ADDR is defined and never referenced. This patch
removes the dead code.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_MTD_PARTITIONS et al to Kconfig</title>
<updated>2018-07-22T23:20:17Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-07-08T03:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9c5b00973bceb7c0192bd6b03672d69b092700b4'/>
<id>urn:sha1:9c5b00973bceb7c0192bd6b03672d69b092700b4</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_MTD_PARTITIONS
   CONFIG_MTD_DEVICE

Signed-off-by: Adam Ford &lt;aford173@gmail.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>Convert all of CONFIG_CONS_INDEX to Kconfig</title>
<updated>2018-03-16T14:28:52Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-03-07T00:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6f6b7cfa89e5aa3b643196a4ccc8b1ba5d6fa7a4'/>
<id>urn:sha1:6f6b7cfa89e5aa3b643196a4ccc8b1ba5d6fa7a4</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CONS_INDEX

We have existing entries for this option in a number of places, with
different guards on them.  They're also sometimes used for things not
directly inside of the serial driver.  First, introduce a new symbol to
guard the use of CONFIG_CONS_INDEX, so that in the case where we don't
need this for the serial driver, but for some other use, we can still do
it.  Next, consolidate all of these into the single entry in
drivers/serial/Kconfig.  Finally, introduce CONS_INDEX_[023456] so that
we can imply a correct value here to make the defconfig side of this
smaller.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Rework a lot of the logic here, such that I took authorship from
Adam, but kept his S-o-B line]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
