<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/mips/dts, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/mips/dts?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/mips/dts?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-05-31T08:17:54Z</updated>
<entry>
<title>mips: ath79: ap121: Enable ethernet</title>
<updated>2016-05-31T08:17:54Z</updated>
<author>
<name>Wills Wang</name>
<email>wills.wang@live.com</email>
</author>
<published>2016-05-30T14:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04583c686e61e6883158549603d60741ebf249fe'/>
<id>urn:sha1:04583c686e61e6883158549603d60741ebf249fe</id>
<content type='text'>
This patch enable network function for ap121 board.

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>malta: Use device model &amp; tree for UART</title>
<updated>2016-05-25T23:34:13Z</updated>
<author>
<name>Paul Burton</name>
<email>paul.burton@imgtec.com</email>
</author>
<published>2016-05-17T06:43:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6242aa137427f6da6ca47e7a8c9a9f78ad63e00d'/>
<id>urn:sha1:6242aa137427f6da6ca47e7a8c9a9f78ad63e00d</id>
<content type='text'>
Make use of device model &amp; device tree to probe the UART driver. This is
the initial step in bringing Malta up to date with driver model, and
allows for cleaner handling of the different I/O addresses for different
system controllers by specifying the ISA bus address instead of a
translated memory address.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Add support for TPLink WDR4300</title>
<updated>2016-05-20T23:36:39Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2016-05-06T18:10:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=400df3099896bdd43dd72dbb5d3930cf573d14f0'/>
<id>urn:sha1:400df3099896bdd43dd72dbb5d3930cf573d14f0</id>
<content type='text'>
Add support for the TPLink WDR4300 router, which is based on the
AR9344 MIPS 74Kc CPU and has 128 MiB of RAM. The USB is supported
on this system as well.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Add AR934x support</title>
<updated>2016-05-20T23:36:39Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2016-05-06T18:10:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e08539b791336c45ca05ebdf55137a26baaba95e'/>
<id>urn:sha1:e08539b791336c45ca05ebdf55137a26baaba95e</id>
<content type='text'>
Add support for the Atheros AR934x WiSoCs. This patchs adds complete
system init, including PLL and DRAM init, both of which happen from
full C environment, since the AR934x has proper SRAM.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: dts: Add ethernet MAC nodes for ar933x</title>
<updated>2016-05-20T23:36:38Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2016-05-06T18:10:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2986a9d4bd2197ff3db16c8a4f61574b5a5cca49'/>
<id>urn:sha1:2986a9d4bd2197ff3db16c8a4f61574b5a5cca49</id>
<content type='text'>
Add node for both ethernet controllers in the ar933x.
The PHY is attached only to the first ethernet controller.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: dts: Add generic-ehci node</title>
<updated>2016-05-20T23:36:38Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2016-05-06T18:10:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c31558780b50883bbbbb657592dc3391b2551353'/>
<id>urn:sha1:c31558780b50883bbbbb657592dc3391b2551353</id>
<content type='text'>
Add generic EHCI node for the ChipIdea EHCI controller in the ath79.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: add AP143 reference board</title>
<updated>2016-05-20T23:25:50Z</updated>
<author>
<name>Wills Wang</name>
<email>wills.wang@live.com</email>
</author>
<published>2016-03-16T09:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a2277cc30cdb40298aca80344f3764db6a0cfb8d'/>
<id>urn:sha1:a2277cc30cdb40298aca80344f3764db6a0cfb8d</id>
<content type='text'>
This patch add board-level code and base DT for AP143.

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: add AP121 reference board</title>
<updated>2016-05-20T23:25:50Z</updated>
<author>
<name>Wills Wang</name>
<email>wills.wang@live.com</email>
</author>
<published>2016-03-16T08:59:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a7b52bc8d30090633d098f9e988276beb7a53d5'/>
<id>urn:sha1:6a7b52bc8d30090633d098f9e988276beb7a53d5</id>
<content type='text'>
This patch add board-level code and base DT for AP121.

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>board: pic32mzda: enable USB-host, USB-storage support.</title>
<updated>2016-04-10T15:18:42Z</updated>
<author>
<name>Purna Chandra Mandal</name>
<email>purna.mandal@microchip.com</email>
</author>
<published>2016-03-21T07:35:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac7eef716e6298feea81a927904b25efe1f492ac'/>
<id>urn:sha1:ac7eef716e6298feea81a927904b25efe1f492ac</id>
<content type='text'>
Enable MUSB host and USB storage support for Microchip
PIC32MZ[DA] Starter Kit.

Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;
</content>
</entry>
<entry>
<title>board: Enable ethernet, tftpboot support to pic32mzdask board.</title>
<updated>2016-02-01T21:14:02Z</updated>
<author>
<name>Purna Chandra Mandal</name>
<email>purna.mandal@microchip.com</email>
</author>
<published>2016-01-28T10:00:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d514a7407756d96996960c2ae539a4b464c65bc'/>
<id>urn:sha1:7d514a7407756d96996960c2ae539a4b464c65bc</id>
<content type='text'>
This adds ethernet, TFTP support for PIC32MZ[DA] Starter Kit. Also
custom environment variables/scripts are added to help boot from network.

Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;
</content>
</entry>
</feed>
