<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include, branch v2018.09-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?h=v2018.09-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include?h=v2018.09-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-08-13T16:34:55Z</updated>
<entry>
<title>Merge git://git.denx.de/u-boot-fsl-qoriq</title>
<updated>2018-08-13T16:34:55Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-13T16:34:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8a1f47be3ab050090cd8625e580cf3c63e3ff53'/>
<id>urn:sha1:b8a1f47be3ab050090cd8625e580cf3c63e3ff53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>armv8: layerscape: Enable EHCI access for LS1012A</title>
<updated>2018-08-10T17:37:39Z</updated>
<author>
<name>Ran Wang</name>
<email>ran.wang_1@nxp.com</email>
</author>
<published>2018-08-10T07:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8'/>
<id>urn:sha1:9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8</id>
<content type='text'>
Program Central Security Unit (CSU) to grant access to USB 2.0
controller.

Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: rewrite commit message]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: layerscape: move ns_dev[] define from h to c file.</title>
<updated>2018-08-10T17:36:03Z</updated>
<author>
<name>Ran Wang</name>
<email>ran.wang_1@nxp.com</email>
</author>
<published>2018-08-10T06:59:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd35855492aafc4076a634a6d748bffc9e26795e'/>
<id>urn:sha1:cd35855492aafc4076a634a6d748bffc9e26795e</id>
<content type='text'>
Move ns_dev[] from header file to C file to avoid compiling warning
when header file is included by others.

Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: rewrite commit message]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046a: setup SEC ICIDs and fix up device tree</title>
<updated>2018-08-10T17:35:46Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5651f438f8ac566eb5fec7c1fe92a0282d459e60'/>
<id>urn:sha1:5651f438f8ac566eb5fec7c1fe92a0282d459e60</id>
<content type='text'>
Add support for SEC ICID configuration and apply it for ls1046a.
Also add code to make the necessary device tree fixups.

Reviewed-by: Horia Geantă &lt;horia.geanta@nxp.com&gt;
Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046a: setup fman ports ICIDs and device tree</title>
<updated>2018-08-10T17:35:42Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b50ff5e1b67d140092c52e0b31d6c288573c7cb5'/>
<id>urn:sha1:b50ff5e1b67d140092c52e0b31d6c288573c7cb5</id>
<content type='text'>
Add support for ICID setting of fman ports and the required device
tree fixups.

Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046a: add icid setup for qman portals</title>
<updated>2018-08-10T17:35:36Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=599a97d49cee04aaa6c2c8cbecc4f47a7c088dbe'/>
<id>urn:sha1:599a97d49cee04aaa6c2c8cbecc4f47a7c088dbe</id>
<content type='text'>
Add support for ICID setting of qman portals and the required device
tree fixups. Also fix an endiness issue in portal setup code.

Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046a: initial icid setup support</title>
<updated>2018-08-10T17:35:33Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3cb4fe65f9e88c6cfea2fea5ca934acfa3c415b4'/>
<id>urn:sha1:3cb4fe65f9e88c6cfea2fea5ca934acfa3c415b4</id>
<content type='text'>
Add infrastructure for ICID setup and device tree fixup on ARM
platforms. This include basic ICID setup for several devices.

Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: add missing debug stream ID</title>
<updated>2018-08-10T17:35:29Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=703d18f7fe0186ef7e30820030d5e5edd7123f97'/>
<id>urn:sha1:703d18f7fe0186ef7e30820030d5e5edd7123f97</id>
<content type='text'>
Add a define with a value for the missing debug stream ID.

Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms</title>
<updated>2018-08-10T17:35:22Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=92d2e89c8c44a8f41d5f296e46c9cd6c9b34e4f8'/>
<id>urn:sha1:92d2e89c8c44a8f41d5f296e46c9cd6c9b34e4f8</id>
<content type='text'>
QMAN_BAR{E} register setup was disabled on ARM platforms, however the
register does need to be set. Enable the code also on ARMs and fix the
CONFIG_SYS_QMAN_MEM_PHYS define to the correct value so that the newly
enabled code works.

Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046a: advertise QMan v3 in configuration</title>
<updated>2018-08-10T17:35:11Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5bdfdb7d4fc23fdc458c0f51fe39f0b9c47a2744'/>
<id>urn:sha1:5bdfdb7d4fc23fdc458c0f51fe39f0b9c47a2744</id>
<content type='text'>
The QMan IP block in this SoC is version 3.2 so advertise
this in the SoC configuration header.

Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
