<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/freescale, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/freescale?h=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/freescale?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-01-11T16:22:43Z</updated>
<entry>
<title>MAINTAINERS/mailmap: Update my email address</title>
<updated>2016-01-11T16:22:43Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-01-11T12:22:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c5f18a0b695c43847a740c313a4a91c7a49f9d60'/>
<id>urn:sha1:c5f18a0b695c43847a740c313a4a91c7a49f9d60</id>
<content type='text'>
Update my email address to the NXP account.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2016-01-08T15:18:18Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-01-08T15:18:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b685c7348c521b14591a49ec6b78a2ad28a176e0'/>
<id>urn:sha1:b685c7348c521b14591a49ec6b78a2ad28a176e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAINTAINERS, .mailmap: Update my email address</title>
<updated>2016-01-08T15:15:46Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-01-05T17:48:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f231025bc6317e963054466f4610b7275592bcf'/>
<id>urn:sha1:2f231025bc6317e963054466f4610b7275592bcf</id>
<content type='text'>
Change from yorksun@freescale.com to york.sun@nxp.com.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>pfuze: Fix unsigned variable for less-than-zero comparison</title>
<updated>2016-01-07T16:48:25Z</updated>
<author>
<name>Ye.Li</name>
<email>B37916@freescale.com</email>
</author>
<published>2016-01-04T07:26:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7ea191aa10c43b5497d171ab6f48e633e6779468'/>
<id>urn:sha1:7ea191aa10c43b5497d171ab6f48e633e6779468</id>
<content type='text'>
According to the Coverity result, a unsigned int variable is used fo less-
than-zero comparison, the result is never true. Need to fix the variable
type to signed int.

Signed-off-by: Ye.Li &lt;B37916@freescale.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>mx6sabresd: Simplify the Ethernet PHY configuration</title>
<updated>2016-01-07T16:47:12Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-01-05T19:02:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a307760ab48b428f4c2ac8b5676b29c56eee9f82'/>
<id>urn:sha1:a307760ab48b428f4c2ac8b5676b29c56eee9f82</id>
<content type='text'>
As per the AR8031 datasheet:

"For a reliable power on reset, suggest to keep asserting the reset
low long enough (10ms) to ensure the clock is stable and clock-to-reset
1ms requirement is satisfied."

So do as suggested and also add a 100us delay after deasserting the
reset line to guarantee that the PHY ID can be read correctly and the
Atheros 8031 PHY driver can be loaded automatically.

This results in a simpler code.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<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>armv8/ls1043aqds/rcw: change core frequency to 1600MHz</title>
<updated>2015-12-17T00:52:18Z</updated>
<author>
<name>Mingkai Hu</name>
<email>Mingkai.hu@freescale.com</email>
</author>
<published>2015-12-07T08:58:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c5c6a5761ace1f26862382438e4b3b850aa065d'/>
<id>urn:sha1:1c5c6a5761ace1f26862382438e4b3b850aa065d</id>
<content type='text'>
Change RCW for SD boot and NAND boot.

Signed-off-by: Mingkai Hu &lt;Mingkai.Hu@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>armv8/ls1043ardb/rcw: change core frequency to 1600MHz</title>
<updated>2015-12-17T00:52:18Z</updated>
<author>
<name>Mingkai Hu</name>
<email>Mingkai.hu@freescale.com</email>
</author>
<published>2015-12-07T08:58:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2f019d78396bdedc4c5b3022c61b03fb2651585'/>
<id>urn:sha1:e2f019d78396bdedc4c5b3022c61b03fb2651585</id>
<content type='text'>
Change RCW for SD boot and NAND boot.

Signed-off-by: Mingkai Hu &lt;Mingkai.Hu@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
</feed>
