<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2016.01-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2016.01-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2016.01-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-01-04T17:25:34Z</updated>
<entry>
<title>qemu-ppce500: pass 'range_id' around in pci_map_region</title>
<updated>2016-01-04T17:25:34Z</updated>
<author>
<name>Miao Yan</name>
<email>yanmiaobest@gmail.com</email>
</author>
<published>2015-12-21T09:19:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=18d3f46995319dfcb7f73c7c6a5e5da6b8e57e69'/>
<id>urn:sha1:18d3f46995319dfcb7f73c7c6a5e5da6b8e57e69</id>
<content type='text'>
In pci_map_region(), pass 'range_id' to fdt_read_range(),
otherwise the same address will be mapped again in other
calls to pci_map_region()

Signed-off-by: Miao Yan &lt;yammiaobest@gmail.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2016-01-03T15:32:24Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-01-03T15:32:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1993ca066100fcaba7d49fecae0ef604e5807e2'/>
<id>urn:sha1:f1993ca066100fcaba7d49fecae0ef604e5807e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>imx: mx6qsabreauto: support lvds display</title>
<updated>2016-01-03T15:03:14Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-12-15T08:27:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ccf4326bac0371774265be0a8b13c150b445e703'/>
<id>urn:sha1:ccf4326bac0371774265be0a8b13c150b445e703</id>
<content type='text'>
Move setup_display from board_early_init_f to board_init.
Add more clock settings.
Add blacklight iomux setting.
Add display_info_t info for the lvds screen.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>cgtqmx6eval: fix pad configuration for SPI bus</title>
<updated>2016-01-03T14:28:56Z</updated>
<author>
<name>Michael Schanz</name>
<email>michael.schanz@congatec.com</email>
</author>
<published>2015-12-10T08:58:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1ed155298eeb29000d9b1033be094c0f7c45212'/>
<id>urn:sha1:a1ed155298eeb29000d9b1033be094c0f7c45212</id>
<content type='text'>
Use the macro SETUP_IOMUX_PAD(...) rather than imx_iomux_v3_setup_multiple_pads(...) in order to setup
the pin configuration for ECSPI1.

ARRAY_SIZE(pads) provides the wrong size for imx_iomux_v3_setup_multiple_pads(pads, ARRAY_SIZE(pads)) in
case of MX6QDL. In the particular case, the content of GPR12 is overwritten and the IPG/AHB/ATB/ATP clocks
are deactivated. Therefore, the connection to the system via JTAG is not possible anymore. Furthermore,
kernel version 3.0.35 hangs during bootprocess in the function etm_init().

Signed-off-by: Michael Schanz &lt;michael.schanz@congatec.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-socfpga</title>
<updated>2015-12-24T14:31:35Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-12-24T14:31:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40253dd12a64086885097d253b665c9876635e76'/>
<id>urn:sha1:40253dd12a64086885097d253b665c9876635e76</id>
<content type='text'>
Conflicts:
	include/configs/axs101.h

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: Fix i2c mux on cyclone5-socdk board</title>
<updated>2015-12-23T15:11:49Z</updated>
<author>
<name>Chin Liang See</name>
<email>clsee@altera.com</email>
</author>
<published>2015-12-23T14:07:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e662573822d24dcdc079d29ff397cb8bacf97b27'/>
<id>urn:sha1:e662573822d24dcdc079d29ff397cb8bacf97b27</id>
<content type='text'>
Updated pinmux group GENERALIO[15-16] for i2c.

Signed-off-by: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Dinh Nguyen &lt;dinh.linux@gmail.com&gt;
Cc: Pavel Machek &lt;pavel@denx.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
Cc: shengjiangwu &lt;shengjiangwu@icloud.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: Fix USB doesn't work on socdk board</title>
<updated>2015-12-23T03:04:46Z</updated>
<author>
<name>shengjiangwu</name>
<email>shengjiangwu@icloud.com</email>
</author>
<published>2015-12-23T02:37:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f464a631426a30ffcbf2d7f732e678df1b684be8'/>
<id>urn:sha1:f464a631426a30ffcbf2d7f732e678df1b684be8</id>
<content type='text'>
Updated pinmux group EMACIO[1-8] and EMACIO[10-13] for USB.

Signed-off-by: shengjiangwu &lt;shengjiangwu@icloud.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Dinh Nguyen &lt;dinh.linux@gmail.com&gt;
Cc: Pavel Machek &lt;pavel@denx.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: Fix QSPI doesn't work on socdk board</title>
<updated>2015-12-22T20:30:02Z</updated>
<author>
<name>shengjiangwu</name>
<email>shengjiangwu@icloud.com</email>
</author>
<published>2015-12-22T09:18:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=caee45ecc32329294d0f42a54b5c47794ecbe750'/>
<id>urn:sha1:caee45ecc32329294d0f42a54b5c47794ecbe750</id>
<content type='text'>
Updated pinmux group MIXED1IO[15-20] for QSPI.
Updated QSPI clock.

Signed-off-by: shengjiangwu &lt;shengjiangwu@icloud.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Dinh Nguyen &lt;dinh.linux@gmail.com&gt;
Cc: Pavel Machek &lt;pavel@denx.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: Fix emac1 doesn't work on socdk board</title>
<updated>2015-12-22T20:30:01Z</updated>
<author>
<name>shengjiangwu</name>
<email>shengjiangwu@icloud.com</email>
</author>
<published>2015-12-22T07:22:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0808b912d3f728597afcb97545d89b9f34dbc3f'/>
<id>urn:sha1:b0808b912d3f728597afcb97545d89b9f34dbc3f</id>
<content type='text'>
Updated pinmux group MIXED1IO[0-13] for RGMII1.
Updated EMAC1 clock.

Signed-off-by: shengjiangwu &lt;shengjiangwu@icloud.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Dinh Nguyen &lt;dinh.linux@gmail.com&gt;
Cc: Pavel Machek &lt;pavel@denx.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>net: designware: Zap CONFIG_DW_AUTONEG</title>
<updated>2015-12-22T03:42:27Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-20T02:59:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c9ae24fe8e171b87389cae596b07423e5a0ea73'/>
<id>urn:sha1:4c9ae24fe8e171b87389cae596b07423e5a0ea73</id>
<content type='text'>
This symbol is not used anywhere, so remove it. For spear600, remove
it from the board file, since the symbol is not defined for spear600
either.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
</feed>
