<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2016.01-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2016.01-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2016.01-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-12-21T19:37:15Z</updated>
<entry>
<title>sun5i: Add defconfig and dts file for the Empire Electronix D709 tablet</title>
<updated>2015-12-21T19:37:15Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2015-12-20T11:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1ecb4b700cb68bebe8e2c5ab21159a83747f7e6'/>
<id>urn:sha1:a1ecb4b700cb68bebe8e2c5ab21159a83747f7e6</id>
<content type='text'>
The Empire Electronix D709 tablet is a fairly standard 7" A13 tablet,
featuring usb-wifi, a micro-sd slot, micro-usb otg and headphone jack.

Empire Electronix is written on the back of the tablet, the D709 model
info can be found in the about tablet menu in android.

The PCB has no markings to speak of.

This dts file is identical to the one submitted to the upstream kernel.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Ian Campbell &lt;ijc@hellion.org.uk&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: Drop the board boilerplate</title>
<updated>2015-12-20T02:36:51Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T20:10:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dbd6fcfbe2331b953784ba972f66cb3df3e50ab2'/>
<id>urn:sha1:dbd6fcfbe2331b953784ba972f66cb3df3e50ab2</id>
<content type='text'>
Drop all the common board code, since it is not completely useless.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: socrates: Probe DWC2 UDC from OF instead of hard-coded data</title>
<updated>2015-12-20T02:36:51Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T18:24:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b5a5d2bd967781818ab1eadcd3ce779d01676e2e'/>
<id>urn:sha1:b5a5d2bd967781818ab1eadcd3ce779d01676e2e</id>
<content type='text'>
This patch adds the necessary OF alias for the UDC node, which let's
the code locate the DWC2 UDC base address in OF instead of hard-coding
it into the U-Boot binary. The code is adjusted to use the address from
OF instead of the hard-coded one. Finally, the hard-coded address is
removed and USB DM support is enabled.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@majess.pl&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded data</title>
<updated>2015-12-20T02:36:51Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T18:24:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=225217da2804d1c61725e2974262bd2f27882cd7'/>
<id>urn:sha1:225217da2804d1c61725e2974262bd2f27882cd7</id>
<content type='text'>
This patch adds the necessary OF alias for the UDC node, which let's
the code locate the DWC2 UDC base address in OF instead of hard-coding
it into the U-Boot binary. The code is adjusted to use the address from
OF instead of the hard-coded one. Finally, the hard-coded address is
removed and USB DM support is enabled.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@majess.pl&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: mcvevk: Probe DWC2 UDC from OF instead of hard-coded data</title>
<updated>2015-12-20T02:36:51Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T18:24:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9368aa6a680f150755a233be9f97956bba5a915e'/>
<id>urn:sha1:9368aa6a680f150755a233be9f97956bba5a915e</id>
<content type='text'>
This patch adds the necessary OF alias for the UDC node, which let's
the code locate the DWC2 UDC base address in OF instead of hard-coding
it into the U-Boot binary. The code is adjusted to use the address from
OF instead of the hard-coded one. Finally, the hard-coded address is
removed and USB DM support is enabled.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@majess.pl&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded data</title>
<updated>2015-12-20T02:36:50Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T18:24:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c90ada94fba5486d4b4d3773013804982ccadb56'/>
<id>urn:sha1:c90ada94fba5486d4b4d3773013804982ccadb56</id>
<content type='text'>
This patch adds the necessary OF alias for the UDC node, which let's
the code locate the DWC2 UDC base address in OF instead of hard-coding
it into the U-Boot binary. The code is adjusted to use the address from
OF instead of the hard-coded one. Finally, the hard-coded address is
removed and USB DM support is enabled.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@majess.pl&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: arria5-socdk: Probe DWC2 UDC from OF instead of hard-coded data</title>
<updated>2015-12-20T02:36:50Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T18:24:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70311e69fa7f0b7c289eb6552ccc3f9fb7320c69'/>
<id>urn:sha1:70311e69fa7f0b7c289eb6552ccc3f9fb7320c69</id>
<content type='text'>
This patch adds the necessary OF alias for the UDC node, which let's
the code locate the DWC2 UDC base address in OF instead of hard-coding
it into the U-Boot binary. The code is adjusted to use the address from
OF instead of the hard-coded one. Finally, the hard-coded address is
removed and USB DM support is enabled.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@majess.pl&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: socrates: Remove Micrel PHY configuration</title>
<updated>2015-12-20T02:36:50Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T16:55:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=faed7ac8fa0f94c23cfef20684a268891a1a9fd2'/>
<id>urn:sha1:faed7ac8fa0f94c23cfef20684a268891a1a9fd2</id>
<content type='text'>
The Micrel PHY configuration is now done from OF, so hard-coding
the configuration into the board file is no longer necessary.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: sockit: Remove Micrel PHY configuration</title>
<updated>2015-12-20T02:36:50Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T16:55:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1f5f18717254d6d0c0758580980ff096a8587b9d'/>
<id>urn:sha1:1f5f18717254d6d0c0758580980ff096a8587b9d</id>
<content type='text'>
The Micrel PHY configuration is now done from OF, so hard-coding
the configuration into the board file is no longer necessary.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
</content>
</entry>
<entry>
<title>arm: socfpga: de0_nano: Remove Micrel PHY configuration</title>
<updated>2015-12-20T02:36:50Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2015-12-05T18:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5df93c556445940a5e96e511d11497db382a409a'/>
<id>urn:sha1:5df93c556445940a5e96e511d11497db382a409a</id>
<content type='text'>
The Micrel PHY configuration is now done from OF, so hard-coding
the configuration into the board file is no longer necessary.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;
</content>
</entry>
</feed>
