<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include, branch v2019.10</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=v2019.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include?h=v2019.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-09-12T08:30:35Z</updated>
<entry>
<title>fsl-layerscape: Add fsl_esdhc peripheral clock support</title>
<updated>2019-09-12T08:30:35Z</updated>
<author>
<name>Yinbo Zhu</name>
<email>yinbo.zhu@nxp.com</email>
</author>
<published>2019-07-16T07:09:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=24cb6f2295ca4859de257d2922701bff6ca6f49b'/>
<id>urn:sha1:24cb6f2295ca4859de257d2922701bff6ca6f49b</id>
<content type='text'>
Add esdhc peripheral clock support
for NXP layerscape platforms: LS1046ARDB, LS1043ARDB,
LS1012ARDB, LS1028ARDB, LS1088ARDB, LX2160ARDB

Signed-off-by: Yinbo Zhu &lt;yinbo.zhu@nxp.com&gt;
Signed-off-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
</content>
</entry>
<entry>
<title>mmc: Add Aspeed SD controller driver</title>
<updated>2019-09-05T07:27:31Z</updated>
<author>
<name>Eddie James</name>
<email>eajames@linux.ibm.com</email>
</author>
<published>2019-08-27T14:48:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7764ee2e832a2130e59cf030648b003ce5464560'/>
<id>urn:sha1:7764ee2e832a2130e59cf030648b003ce5464560</id>
<content type='text'>
Add support for the Aspeed SD host controller engine.

Signed-off-by: Eddie James &lt;eajames@linux.ibm.com&gt;
Reviewed-by: Cédric Le Goater &lt;clg@kaod.org&gt;
</content>
</entry>
<entry>
<title>clk: aspeed: Add support for SD clock</title>
<updated>2019-09-05T07:27:31Z</updated>
<author>
<name>Eddie James</name>
<email>eajames@linux.ibm.com</email>
</author>
<published>2019-08-15T19:29:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=38c9f08b41ed9e6625b56320b78d4954cbf5fae6'/>
<id>urn:sha1:38c9f08b41ed9e6625b56320b78d4954cbf5fae6</id>
<content type='text'>
Add code to enable the SD clock on the ast2500 SoC.

Reviewed-by: Cédric Le Goater &lt;clg@kaod.org&gt;
Signed-off-by: Eddie James &lt;eajames@linux.ibm.com&gt;
</content>
</entry>
<entry>
<title>i2c: mxc: add CONFIG_CLK support</title>
<updated>2019-09-02T04:35:08Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-08-08T01:43:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6dba0864ece3f4006abae8ff9e2ad74f4374359d'/>
<id>urn:sha1:6dba0864ece3f4006abae8ff9e2ad74f4374359d</id>
<content type='text'>
When CONFIG_CLK enabled, use CLK UCLASS for clk related settings.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Frieder Schrempf &lt;frieder.schrempf@kontron.de&gt;
Tested-by: Frieder Schrempf &lt;frieder.schrempf@kontron.de&gt;

hs: removed hunk in mxc_i2c_probe() as not longer in code
</content>
</entry>
<entry>
<title>Convert CONFIG_ARCH_CPU_INIT to Kconfig</title>
<updated>2019-08-25T23:32:55Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-08-14T13:29:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1bf330150c2a34af797cafa5a09722a2fc4ae233'/>
<id>urn:sha1:1bf330150c2a34af797cafa5a09722a2fc4ae233</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_ARCH_CPU_INIT

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Acked-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;
Tested-by: Felix Brack &lt;fb@ltec.ch&gt;
</content>
</entry>
<entry>
<title>rockchip: rk3399: derive ethaddr from cpuid</title>
<updated>2019-08-23T10:15:31Z</updated>
<author>
<name>Rohan Garg</name>
<email>rohan.garg@collabora.com</email>
</author>
<published>2019-08-12T15:04:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04825384999f81c08e820fe380e95b6325352a6d'/>
<id>urn:sha1:04825384999f81c08e820fe380e95b6325352a6d</id>
<content type='text'>
Generate a MAC address based on the cpuid available in the efuse
block: Use the first 6 byte of the cpuid's SHA256 hash and set the
locally administered bits. Also ensure that the multicast bit is
cleared.

The MAC address is only generated and set if there is no ethaddr
present in the saved environment.

This is based off of Klaus Goger's work in 8adc9d

Signed-off-by: Rohan Garg &lt;rohan.garg@collabora.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1028a: add icid setup for platform devices</title>
<updated>2019-08-22T03:37:36Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2019-07-30T14:29:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b249fcba00e093149f8424492da155572f12d7bb'/>
<id>urn:sha1:b249fcba00e093149f8424492da155572f12d7bb</id>
<content type='text'>
Add ICID setup for the platform devices contained on this chip: usb,
sata, sdhc, edma, qdma, gpu, display and sec.

Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: Horia Geantă &lt;horia.geanta@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1088a: add icid setup for platform devices</title>
<updated>2019-08-22T03:37:36Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2019-07-30T14:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c6dc6c9a9a5f253f3928a97ca020712177884e7'/>
<id>urn:sha1:5c6dc6c9a9a5f253f3928a97ca020712177884e7</id>
<content type='text'>
Add ICID setup for the platform devices contained on this chip: usb,
sata, sdhc, sec. The ICID macros for SEC needed to be adapted because
the format of the registers is different.

Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: Horia Geantă &lt;horia.geanta@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: make icid setup endianness aware</title>
<updated>2019-08-22T03:37:36Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2019-07-30T14:29:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aef654a2ed386d8bd53053383f6bf15ba016a79c'/>
<id>urn:sha1:aef654a2ed386d8bd53053383f6bf15ba016a79c</id>
<content type='text'>
The current implementation assumes that the registers holding the ICIDs
are universally big endian. That's no longer the case on newer
platforms so update the code to take into account the endianness of
each register.

Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: Horia Geantă &lt;horia.geanta@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: add base addresses for several devices</title>
<updated>2019-08-22T03:37:36Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2019-07-30T14:29:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=08f9bc9f4332e13a4ba4705d84d62e41a45b3fbe'/>
<id>urn:sha1:08f9bc9f4332e13a4ba4705d84d62e41a45b3fbe</id>
<content type='text'>
Add CCSR base addresses for ESDHC2, EDMA QDMA, DISPLAY and GPU devices.

Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
</feed>
