<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/ge, 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-13T18:30:08Z</updated>
<entry>
<title>mx53ppd: bring dock out of reset at boot</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Ian Ray</name>
</author>
<published>2019-01-31T14:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e75a7d099e9e9dac2b3296b422a5ea1a68af8c4e'/>
<id>urn:sha1:e75a7d099e9e9dac2b3296b422a5ea1a68af8c4e</id>
<content type='text'>
Configure GPIO BUFFERED_HOST_CONTROLLED_RESET_TO_DOCKING_CONNECTOR_N to
bring the dock out of reset at boot.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>board: ge: store version information in fdt</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Ian Ray</name>
</author>
<published>2019-01-31T14:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=61c4c2bf1e648bdf49d58a5388f1414f3906b62f'/>
<id>urn:sha1:61c4c2bf1e648bdf49d58a5388f1414f3906b62f</id>
<content type='text'>
Add board-specific FDT function to store U-Boot version in device tree.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>board: ge: ppd: Enable CONFIG_DM_MMC</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Ian Ray</name>
</author>
<published>2019-01-31T14:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=31c9afdd92380c6a1902325f322d2c4ba52d0ba2'/>
<id>urn:sha1:31c9afdd92380c6a1902325f322d2c4ba52d0ba2</id>
<content type='text'>
Use MMC device model, and remove USDHC pin configuration code since the
pinctrl driver is used.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Ian Ray</name>
</author>
<published>2019-01-31T14:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8d8d3540eb544fa29167d74029f92a99b9a31eea'/>
<id>urn:sha1:8d8d3540eb544fa29167d74029f92a99b9a31eea</id>
<content type='text'>
Use SPI flash device model, and remove SPI pin configuration code since
the pinctrl driver is used.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Enable CONFIG_DM_GPIO</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Ian Ray</name>
</author>
<published>2019-01-31T14:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=06f2e030d00053a13a8a81f4a352fd1ca8fbb66c'/>
<id>urn:sha1:06f2e030d00053a13a8a81f4a352fd1ca8fbb66c</id>
<content type='text'>
Enable CONFIG_DM_GPIO as a pre-requisite for enabling CONFIG_DM_SPI.

Add explicit gpio_requests.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Enable CONFIG_DM_MMC</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Ian Ray</name>
</author>
<published>2019-01-31T14:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=efc260a9af922c0e8860109b1e9e9634f3a7965d'/>
<id>urn:sha1:efc260a9af922c0e8860109b1e9e9634f3a7965d</id>
<content type='text'>
Use MMC device model, and remove USDHC pin configuration code since the
pinctrl driver is used.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>imx: mx53ppd: fix build error</title>
<updated>2019-01-01T13:12:18Z</updated>
<author>
<name>Peng Fan</name>
</author>
<published>2018-12-09T11:45:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f026c1d9ef1cd20e966f57f53de25cb124ac2413'/>
<id>urn:sha1:f026c1d9ef1cd20e966f57f53de25cb124ac2413</id>
<content type='text'>
board/ge/mx53ppd/mx53ppd.c: In function 'board_late_init':
board/ge/mx53ppd/mx53ppd.c:359:23: error: passing argument 2 of 'read_vpd' from incompatible pointer type [-Werror=incompatible-pointer-types]
  res = read_vpd(&amp;vpd, vpd_callback);
                       ^~~~~~~~~~~~
In file included from board/ge/mx53ppd/mx53ppd.c:37:0:
board/ge/mx53ppd/../../ge/common/vpd_reader.h:19:5: note: expected 'int (*)(struct vpd_cache *, u8,  u8,  u8,  size_t,  const u8 *) {aka int (*)(struct vpd_cache *, unsigned char,  unsigned char,  unsigned char,  unsigned int,  const unsigned char *)}' but argument is of type 'int (*)(void *, u8,  u8,  u8,  size_t,  const u8 *) {aka int (*)(void *, unsigned char,  unsigned char,  unsigned char,  unsigned int,  const unsigned char *)}'
int read_vpd(struct vpd_cache *cache,
     ^~~~~~~~
cc1: all warnings being treated as errors

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: ge: Move VPD reading to the vpd_reader</title>
<updated>2019-01-01T13:12:18Z</updated>
<author>
<name>Denis Zalevskiy</name>
</author>
<published>2018-10-17T08:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4dcbccf794a330895ee2aeba6964a94b33c60eda'/>
<id>urn:sha1:4dcbccf794a330895ee2aeba6964a94b33c60eda</id>
<content type='text'>
Merge functionality duplicated in bx50v3 and mx53ppd: the logic
is the same except that process_vpd is called at different phases.
Also read_vpd could end up in error, so there is no VPD data in this
case - it shouldn't be processed.

Signed-off-by: Denis Zalevskiy &lt;denis.zalevskiy@ge.com&gt;
Signed-off-by: Fabien Lahoudere &lt;fabien.lahoudere@collabora.com&gt;
</content>
</entry>
<entry>
<title>board: ge: Move VPD EEPROM configuration to the defconfig</title>
<updated>2018-12-17T09:46:04Z</updated>
<author>
<name>Denis Zalevskiy</name>
</author>
<published>2018-10-17T08:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4c552083503f49f37412972a3b4ea895cffd948e'/>
<id>urn:sha1:4c552083503f49f37412972a3b4ea895cffd948e</id>
<content type='text'>
Use standard configuration logic to define EEPROM constants.
Names are based on VPD_EEPROM_ prefix because EEPROM_ is already
used by i2c_eeprom driver.

Signed-off-by: Denis Zalevskiy &lt;denis.zalevskiy@ge.com&gt;
Signed-off-by: Fabien Lahoudere &lt;fabien.lahoudere@collabora.com&gt;
</content>
</entry>
<entry>
<title>board: ge: Remove EEPROM bus param from read_vpd()</title>
<updated>2018-12-17T09:46:04Z</updated>
<author>
<name>Denis Zalevskiy</name>
</author>
<published>2018-10-17T08:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=33a6c8d4e605311d59e45bc2a42fdc02d37254dd'/>
<id>urn:sha1:33a6c8d4e605311d59e45bc2a42fdc02d37254dd</id>
<content type='text'>
The bus is statically defined, so remove redundant parameters
from read_vpd() for PPD and Bx50v3.

Signed-off-by: Denis Zalevskiy &lt;denis.zalevskiy@ge.com&gt;
Signed-off-by: Fabien Lahoudere &lt;fabien.lahoudere@collabora.com&gt;
</content>
</entry>
</feed>
