<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include, branch v2015.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include?h=v2015.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include?h=v2015.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-08-17T21:19:40Z</updated>
<entry>
<title>Merge git://git.denx.de/u-boot-marvell</title>
<updated>2015-08-17T21:19:40Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-08-17T21:19:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ecd37e8598128e2b9b21f7857f81852bd779b728'/>
<id>urn:sha1:ecd37e8598128e2b9b21f7857f81852bd779b728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Align global_data to a 16-byte boundary"</title>
<updated>2015-08-17T21:19:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-08-17T15:28:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2212e69bc09ac42593794b030d64415293e141ec'/>
<id>urn:sha1:2212e69bc09ac42593794b030d64415293e141ec</id>
<content type='text'>
This causes widespread breakage due to the operation of the low-level code
in crt0.S and cro0_64.S for ARM at least.

The fix is not complicated but it seems safer to revert this for now.

This reverts commit 2afddae07523f23f77acd066ad1719f53d289f98.
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: db-88f6820-gp: Enable PCI support</title>
<updated>2015-08-17T16:49:52Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-08-11T10:50:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ce2cb1d3ed92e91b24db516802be3688f7c28e26'/>
<id>urn:sha1:ce2cb1d3ed92e91b24db516802be3688f7c28e26</id>
<content type='text'>
This patch enabled the MVEBU PCIe support on the db-88f6820-gp A38x
eval board. It also enabled the Intel E1000 driver support and
adds the initialization of PCIe network controllers to the
board code.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Anton Schubert &lt;anton.schubert@gmx.de&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Dirk Eibach &lt;eibach@gdsys.de&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: db-mv784mp-gp: Enable PCI support</title>
<updated>2015-08-17T16:49:47Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-08-11T07:36:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=41e705ac799a40d6f58d0e38e5a295fb20d5a226'/>
<id>urn:sha1:41e705ac799a40d6f58d0e38e5a295fb20d5a226</id>
<content type='text'>
This patch enabled the MVEBU PCIe support on the db-mv784mp-gp AXP
eval board. It also enabled the Intel E1000 driver support and
adds the initialization of PCIe network controllers to the
board code.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Anton Schubert &lt;anton.schubert@gmx.de&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address &lt; 16 MiB</title>
<updated>2015-08-17T16:49:25Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-08-06T12:27:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2923c2d2febad412c1d7a955ca1b08c8bdd31cf4'/>
<id>urn:sha1:2923c2d2febad412c1d7a955ca1b08c8bdd31cf4</id>
<content type='text'>
This patch moves CONFIG_SYS_TEXT_BASE to 0x00800000 for all Armada
XP / 38x boards in mainline U-Boot. This is done in preparation for
the ECC SDRAM scrubbing that needs to be done in the main U-Boot.
The SPL (previously bin_hdr) has already scrubbed the area:
  0x0000.0000 - 0x0100.0000

In this area this main U-Boot needs to get loaded. The main U-Boot
then can scrub the remaining SDRAM area while running from this
location.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: add multiple usb-hostcontroller support for AXP</title>
<updated>2015-08-17T16:49:15Z</updated>
<author>
<name>Anton Schubert</name>
<email>anton.schubert@gmx.de</email>
</author>
<published>2015-07-23T13:02:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8a3337161d0fdedcfbe6d6be884f811496feedc1'/>
<id>urn:sha1:8a3337161d0fdedcfbe6d6be884f811496feedc1</id>
<content type='text'>
This patch adds support for multiple hostcontrollers to the ehci-marvell driver
and enables all 3 usb-hcs on the db-mv784mp-gp board.

It depends on the initial Armada XP usb support patch from Stefan.

Signed-off-by: Anton Schubert &lt;anton.schubert@gmx.de&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: db-mv785mp-gp: Add USB/EHCI support</title>
<updated>2015-08-17T16:49:11Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-07-22T16:05:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=49114c87381accd930985a38413b73dda3f5357e'/>
<id>urn:sha1:49114c87381accd930985a38413b73dda3f5357e</id>
<content type='text'>
This patch enabled the USB/EHCI support for the Marvell
DB-MV784MP-GP Armada XP eval board.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Anton Schubert &lt;anton.schubert@gmx.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: db-mv784mp-gp.h: Fix image creation - use correct offset</title>
<updated>2015-08-17T16:48:27Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-08-03T10:13:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2bd8711ef019ee4247e80a3dfd789f47f26f28f9'/>
<id>urn:sha1:2bd8711ef019ee4247e80a3dfd789f47f26f28f9</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Delete an accidentally added .rej file</title>
<updated>2015-08-14T22:39:44Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-08-14T22:39:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f0b38f2a41945b2bae2209f791e66500f3726c36'/>
<id>urn:sha1:f0b38f2a41945b2bae2209f791e66500f3726c36</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-x86</title>
<updated>2015-08-14T20:27:16Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-08-14T17:43:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=632093b566569329bc6e5b0893bdca01de905314'/>
<id>urn:sha1:632093b566569329bc6e5b0893bdca01de905314</id>
<content type='text'>
</content>
</entry>
</feed>
