<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/isee, 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-01-15T20:28:42Z</updated>
<entry>
<title>omap3: igep00x0: Switch to using TI_COMMON_CMD_OPTION</title>
<updated>2019-01-15T20:28:42Z</updated>
<author>
<name>Enric Balletbo i Serra</name>
</author>
<published>2018-12-27T16:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=829d6465b07731a8ccd0c3f71e4cfd7219491901'/>
<id>urn:sha1:829d6465b07731a8ccd0c3f71e4cfd7219491901</id>
<content type='text'>
Enable TI_COMMON_CMD_OPTIONS and remove similar options
from the defconfig.

Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;
</content>
</entry>
<entry>
<title>omap3: igep00x0: Remove unmaintained IGEP0032 defconfig</title>
<updated>2019-01-15T20:28:41Z</updated>
<author>
<name>Enric Balletbo i Serra</name>
</author>
<published>2018-12-27T16:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f88a34defeed99dec7c4e88ef21fe40715083bb7'/>
<id>urn:sha1:f88a34defeed99dec7c4e88ef21fe40715083bb7</id>
<content type='text'>
The IGEP0032 board was never officially pushed upstream and actually I
don't have access to this hardware, unless someone with the hardware
wants to start working on this doesn't makes sense have this defconfig
here. So remove it.

Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;
</content>
</entry>
<entry>
<title>igep003x: MAINTAINER: Remove myself as maintainer and add Javier</title>
<updated>2019-01-09T12:13:30Z</updated>
<author>
<name>Enric Balletbo i Serra</name>
</author>
<published>2018-12-28T10:55:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=358fd21fe7b6e6481a9f5436f2d1a2e4dd754082'/>
<id>urn:sha1:358fd21fe7b6e6481a9f5436f2d1a2e4dd754082</id>
<content type='text'>
I can't continue maintaining the board because I don't have access to the
hardware anymore, so remove myself from the entry and add Javier who has
volunteered to help and maintain the board.

Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;
Signed-off-by: Javier Martínez Canillas &lt;javier@dowhile0.org&gt;
</content>
</entry>
<entry>
<title>board: constify struct node_info array</title>
<updated>2018-07-24T23:47:52Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2018-07-19T07:28:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b35fb6ace67202b6f668f744f958a5ef66665151'/>
<id>urn:sha1:b35fb6ace67202b6f668f744f958a5ef66665151</id>
<content type='text'>
Add 'const' (also 'static' in some places) to struct node_info
arrays to save memory footprint.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.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>mtd: nand: Rename nand.h into rawnand.h</title>
<updated>2017-12-04T13:00:00Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2017-11-30T04:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6ae3900a86b52429bf7a73ad832f0ad02acc2282'/>
<id>urn:sha1:6ae3900a86b52429bf7a73ad832f0ad02acc2282</id>
<content type='text'>
This header was renamed to rawnand.h in Linux.

The following is the corresponding commit in Linux.

  commit d4092d76a4a4e57b65910899948a83cc8646c5a5
  Author: Boris Brezillon &lt;boris.brezillon@free-electrons.com&gt;
  Date:   Fri Aug 4 17:29:10 2017 +0200

      mtd: nand: Rename nand.h into rawnand.h

      We are planning to share more code between different NAND based
      devices (SPI NAND, OneNAND and raw NANDs), but before doing that
      we need to move the existing include/linux/mtd/nand.h file into
      include/linux/mtd/rawnand.h so we can later create a nand.h header
      containing all common structure and function prototypes.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS: Add missing boards and config entries</title>
<updated>2017-11-06T14:58:51Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2017-10-21T16:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=79df00fdb40b4584919c8bcef42d323a8d38d0f1'/>
<id>urn:sha1:79df00fdb40b4584919c8bcef42d323a8d38d0f1</id>
<content type='text'>
As part of my usual round of build testing, output about missing
MAINTAINERS information was not logged, and thus often overlooked.
Correct that mistake by ensuring that I log the output of
genboardscfg.py every time.  As part of that, address a number of
missing MAINTAINERS entires.  In the case of a missing file, I have put
the original submitter down.  In the rest of the cases I have added the
config (and sometimes relevant header file) to the existing set of file
globs.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>igep00x0: merge igep0020 and igep0030 defconfigs to igep00x0_defconfig</title>
<updated>2017-08-26T18:56:12Z</updated>
<author>
<name>Pau Pajuelo</name>
</author>
<published>2017-08-17T01:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=195dc23185400fa605d268c3d903c83286ecae37'/>
<id>urn:sha1:195dc23185400fa605d268c3d903c83286ecae37</id>
<content type='text'>
Update igep00x0 code with the following features:
- Add board and revision detection for the boards:
  - IGEP0020-RF
  - IGEP0020-RC
  - IGEP0030-RG
  - IGEP0030-RE
- Merge IGEP0020 and IGEP0030 mux tables
- Add suport to use GPIO_126, GPIO_127 and GPIO_129
- board_name and board_rev environment variables display board and
  revision informations
- Move dtb name selection from code to boot script

Signed-off-by: Pau Pajuelo &lt;ppajuel@gmail.com&gt;
Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Tested-by: Pau Pajuelo &lt;ppajuel@gmail.com&gt;
</content>
</entry>
<entry>
<title>igep00x0: move SPL routines into separate file</title>
<updated>2017-08-26T18:56:12Z</updated>
<author>
<name>Ladislav Michl</name>
</author>
<published>2017-08-17T01:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4c699a4747e763e82cc813c955d318b966303b81'/>
<id>urn:sha1:4c699a4747e763e82cc813c955d318b966303b81</id>
<content type='text'>
Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs
by moving SPL related functions into separate file.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Tested-by: Pau Pajuelo &lt;ppajuel@gmail.com&gt;
Acked-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;
</content>
</entry>
<entry>
<title>env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()</title>
<updated>2017-08-16T12:30:44Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-08-03T18:22:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=35affd7a2ff9a77b9946bf93b616228fcf218d60'/>
<id>urn:sha1:35affd7a2ff9a77b9946bf93b616228fcf218d60</id>
<content type='text'>
Rename this function for consistency with env_get().

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