<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm, branch v2016.07-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm?h=v2016.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm?h=v2016.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-06-19T23:05:55Z</updated>
<entry>
<title>clk: convert API to match reset/mailbox style</title>
<updated>2016-06-19T23:05:55Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2016-06-17T15:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=135aa95002646c46e89de93fa36adad1b010548f'/>
<id>urn:sha1:135aa95002646c46e89de93fa36adad1b010548f</id>
<content type='text'>
The following changes are made to the clock API:
* The concept of "clocks" and "peripheral clocks" are unified; each clock
  provider now implements a single set of clocks. This provides a simpler
  conceptual interface to clients, and better aligns with device tree
  clock bindings.
* Clocks are now identified with a single "struct clk", rather than
  requiring clients to store the clock provider device and clock identity
  values separately. For simple clock consumers, this isolates clients
  from internal details of the clock API.
* clk.h is split so it only contains the client/consumer API, whereas
  clk-uclass.h contains the provider API. This aligns with the recently
  added reset and mailbox APIs.
* clk_ops .of_xlate(), .request(), and .free() are added so providers
  can customize these operations if needed. This also aligns with the
  recently added reset and mailbox APIs.
* clk_disable() is added.
* All users of the current clock APIs are updated.
* Sandbox clock tests are updated to exercise clock lookup via DT, and
  clock enable/disable.
* rkclk_get_clk() is removed and replaced with standard APIs.

Buildman shows no clock-related errors for any board for which buildman
can download a toolchain.

test/py passes for sandbox (which invokes the dm clk test amongst
others).

Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2016-06-19T03:46:21Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-06-19T03:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a10a31ec91ad2ee514a42baea9314553aa972676'/>
<id>urn:sha1:a10a31ec91ad2ee514a42baea9314553aa972676</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

Conflicts:
	arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
</content>
</entry>
<entry>
<title>arm: Fix setjmp</title>
<updated>2016-06-17T13:51:06Z</updated>
<author>
<name>Alexander Graf</name>
<email>agraf@suse.de</email>
</author>
<published>2016-06-13T12:01:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e677724884c175e978b463cf941ecb9310d3b900'/>
<id>urn:sha1:e677724884c175e978b463cf941ecb9310d3b900</id>
<content type='text'>
The setjmp/longjmp implementation did not work on thumb1 implementations
because it used instruction encodings that don't exist on thumb1 yet.

This patch limits itself to thumb1 instruction set for 32bit arm and
removes a superfluous printf along the way.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>usb: xhci: fsl: Add workaround for USB erratum A008751</title>
<updated>2016-06-13T13:16:46Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-06-13T04:28:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ef53b8c4ce2919d6685d2dc0c51a91a180433ff0'/>
<id>urn:sha1:ef53b8c4ce2919d6685d2dc0c51a91a180433ff0</id>
<content type='text'>
This patch is doing the following:
1. Implementing the errata for LS2080.
2. Adding fixup for fdt for LS2080.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
</content>
</entry>
<entry>
<title>arm64: fsl-layerscape: add get_svr and IS_SVR_REV helper</title>
<updated>2016-06-13T13:16:38Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-06-13T04:28:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6fb522dc774db981e1c8463e71898287e039c5f4'/>
<id>urn:sha1:6fb522dc774db981e1c8463e71898287e039c5f4</id>
<content type='text'>
Adds get_svr and IS_SVR_REV helpers for ARMv8 platforms,
similar to PPC and ARMv7.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: s32v234: Introduce basic support for s32v234evb</title>
<updated>2016-06-13T12:56:35Z</updated>
<author>
<name>Eddy Petrișor</name>
<email>eddy.petrisor@gmail.com</email>
</author>
<published>2016-06-05T00:43:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9702ec00e95dbc1fd66ef8e9624c649e1ee818e5'/>
<id>urn:sha1:9702ec00e95dbc1fd66ef8e9624c649e1ee818e5</id>
<content type='text'>
Add initial support for NXP's S32V234 SoC and S32V234EVB board.

The S32V230 family is designed to support computation-intensive applications
for image processing. The S32V234, as part of the S32V230 family, is a
high-performance automotive processor designed to support safe
computation-intensive applications in the area of vision and sensor fusion.

Code originally writen by:
Original-signed-off-by: Stoica Cosmin-Stefan &lt;cosminstefan.stoica@freescale.com&gt;
Original-signed-off-by: Mihaela Martinas &lt;Mihaela.Martinas@freescale.com&gt;
Original-signed-off-by: Eddy Petrișor &lt;eddy.petrisor@gmail.com&gt;

Signed-off-by: Eddy Petrișor &lt;eddy.petrisor@nxp.com&gt;
</content>
</entry>
<entry>
<title>board: arm:: Add support for Broadcom BCM23550</title>
<updated>2016-06-13T12:56:02Z</updated>
<author>
<name>Steve Rae</name>
<email>srae@broadcom.com</email>
</author>
<published>2016-06-02T22:10:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43486e4cd094eabdd514ed7a2376ca55655e506f'/>
<id>urn:sha1:43486e4cd094eabdd514ed7a2376ca55655e506f</id>
<content type='text'>
Add support for the Broadcom BCM23550 board.

Signed-off-by: Steve Rae &lt;srae@broadcom.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of http://git.denx.de/u-boot-sunxi</title>
<updated>2016-06-12T16:52:33Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-06-12T16:52:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=672a45e828039c20e5165af95623554bdc31862d'/>
<id>urn:sha1:672a45e828039c20e5165af95623554bdc31862d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2016-06-12T16:51:34Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-06-12T16:51:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3fc304b8d77ce6646d38ae506e9fae74b9975631'/>
<id>urn:sha1:3fc304b8d77ce6646d38ae506e9fae74b9975631</id>
<content type='text'>
</content>
</entry>
<entry>
<title>armv8: ls2080aqds: Enable QSPI boot support</title>
<updated>2016-06-10T20:45:01Z</updated>
<author>
<name>Yuan Yao</name>
<email>yao.yuan@nxp.com</email>
</author>
<published>2016-06-08T10:25:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a646f6698173ef4ff34c414f91541b4b8f014de1'/>
<id>urn:sha1:a646f6698173ef4ff34c414f91541b4b8f014de1</id>
<content type='text'>
This patch adds QSPI boot support for LS2080AQDS board.
The QSPI boot image need to be programmed into the QSPI flash
first. Then we can switch to booting from QSPI memory space.

Signed-off-by: Yuan Yao &lt;yao.yuan@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
