<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/bosch, 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-06-21T14:07:11Z</updated>
<entry>
<title>am335x, guardian: update the maintainer list</title>
<updated>2019-06-21T14:07:11Z</updated>
<author>
<name>Moses Christopher</name>
</author>
<published>2019-06-18T13:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3d2ab90d16ae3f54ef58d0474693646a2801bc57'/>
<id>urn:sha1:3d2ab90d16ae3f54ef58d0474693646a2801bc57</id>
<content type='text'>
Signed-off-by: Moses Christopher &lt;BollavarapuMoses.Christopher@in.bosch.com&gt;
</content>
</entry>
<entry>
<title>am335x, guardian: Add support for the bosch guardian board</title>
<updated>2019-04-12T12:05:48Z</updated>
<author>
<name>Sjoerd Simons</name>
</author>
<published>2019-02-25T15:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=45123804200a268c3bfc879b49bd30aef565b79b'/>
<id>urn:sha1:45123804200a268c3bfc879b49bd30aef565b79b</id>
<content type='text'>
Add support for the Bosch Guardian board.

CPU  : AM335X-GP rev 2.1
Model: Bosch AM335x Guardian
I2C:   ready
DRAM:  256 MiB
NAND:  512 MiB
MMC:   OMAP SD/MMC: 0

Signed-off-by: Sjoerd Simons &lt;sjoerd.simons@collabora.co.uk&gt;
Signed-off-by: Martyn Welch &lt;martyn.welch@collabora.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Felix Brack &lt;fb@ltec.ch&gt;
</content>
</entry>
<entry>
<title>am335x, shc: adapt shc board to DM</title>
<updated>2019-02-01T14:09:40Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2019-01-21T05:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a36c70a36d4660e858dd2ff43d874a3ec013b436'/>
<id>urn:sha1:a36c70a36d4660e858dd2ff43d874a3ec013b436</id>
<content type='text'>
port the am335x based shc board to DM, to get rid
of DW warnings when compiling U-Boot.

- remove uneccessary board code
- adapt defconfigs
- remove unneeded defconfigs
  configs/am335x_shc_prompt_defconfig
  configs/am335x_shc_sdboot_prompt_defconfig

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: am335x-shc: add u-boot specific dtsi</title>
<updated>2019-02-01T14:09:40Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2019-01-21T05:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=46c43714a9f349fc0b71e1c019229349441e22df'/>
<id>urn:sha1:46c43714a9f349fc0b71e1c019229349441e22df</id>
<content type='text'>
add u-boot specific am335x-shc-u-boot.dtsi file,
in which we add u-boot specific adaptions.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: add am335x-shc.dts for shc board</title>
<updated>2019-02-01T14:09:40Z</updated>
<author>
<name>Heiko Schocher</name>
</author>
<published>2019-01-21T05:16:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e535014580baf91f133e6b569e6bc3ab50b49151'/>
<id>urn:sha1:e535014580baf91f133e6b569e6bc3ab50b49151</id>
<content type='text'>
add DTS from linux tree commit
"47bfa6d9dc8c060bf56554a465c9031e286d2f80"

change for U-Boot:
switch to SPDX-license identifier.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&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>spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG</title>
<updated>2018-03-05T15:06:05Z</updated>
<author>
<name>Faiz Abbas</name>
</author>
<published>2018-02-16T15:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b432b1ebdf3422caa3b714ef5a417a4e8864fad6'/>
<id>urn:sha1:b432b1ebdf3422caa3b714ef5a417a4e8864fad6</id>
<content type='text'>
Rename CONFIG_SPL_USBETH_SUPPORT to CONFIG_SPL_USB_ETHER.

This enables users to block text using CONFIG_IS_ENABLED() instead
of resorting to #if ladders with SPL and non-SPL cases.

Signed-off-by: Faiz Abbas &lt;faiz_abbas@ti.com&gt;
</content>
</entry>
<entry>
<title>am335x, shc: kconfig: Fix misspelled choice default</title>
<updated>2018-02-06T01:58:11Z</updated>
<author>
<name>Ulf Magnusson</name>
</author>
<published>2018-01-30T13:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c631e150feb150cff744c12d5e54b609ba62a227'/>
<id>urn:sha1:c631e150feb150cff744c12d5e54b609ba62a227</id>
<content type='text'>
There is no EMMC symbol in the "enable different boot versions for the
shc board" choice. SHC_EMMC was probably intended.

No functional changes. Kconfig choices fall back on using the first
(visible) symbol in the choice as the default if the default symbol is
not visible.

Discovered in Kconfiglib (https://github.com/ulfalizer/Kconfiglib),
which prints the following warning:

	warning: the default selection EMMC (undefined) of &lt;choice&gt; (defined at board/bosch/shc/Kconfig:15) is not contained in the choice

I've added a corresponding warning to the C tools too, which is
currently in linux-next: https://patchwork.kernel.org/patch/9983667/

Signed-off-by: Ulf Magnusson &lt;ulfalizer@gmail.com&gt;
</content>
</entry>
<entry>
<title>env: Rename getenv/_f() to env_get()</title>
<updated>2017-08-16T12:30:24Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-08-03T18:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=00caae6d47645e68d6e5277aceb69592b49381a6'/>
<id>urn:sha1:00caae6d47645e68d6e5277aceb69592b49381a6</id>
<content type='text'>
We are now using an env_ prefix for environment functions. Rename these
two functions for consistency. Also add function comments in common.h.

Quite a few places use getenv() in a condition context, provoking a
warning from checkpatch. These are fixed up in this patch also.

Suggested-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()</title>
<updated>2017-08-16T12:23:56Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-08-03T18:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fd1e959e91d2b0b2e853d09dd9167dfff18a616c'/>
<id>urn:sha1:fd1e959e91d2b0b2e853d09dd9167dfff18a616c</id>
<content type='text'>
Rename this function for consistency with env_set().

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
