<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/icecube/icecube.c, branch v1.3.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/icecube/icecube.c?h=v1.3.2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/icecube/icecube.c?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-09-06T15:46:23Z</updated>
<entry>
<title>Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT</title>
<updated>2007-09-06T15:46:23Z</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2007-09-06T15:46:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43'/>
<id>urn:sha1:cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43</id>
<content type='text'>
Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200

Tested on: lite5200b

Note: the fixup functions have not been moved to a common place.  This
patch is targeted for immediate merging as in solves a build issue, but
the final name/location of the fixups is still subject to debate.  I
propose to merge this now, and move the fixups in the next merge window
to be usable by all targets.

Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.</title>
<updated>2007-07-10T15:39:10Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T15:39:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77a318545d57aefa844752465b94c7e09a3f26d0'/>
<id>urn:sha1:77a318545d57aefa844752465b94c7e09a3f26d0</id>
<content type='text'>
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] icecube/lite5200b: wakeup from low-power support</title>
<updated>2007-04-16T12:00:13Z</updated>
<author>
<name>Domen Puncer</name>
<email>domen.puncer@telargo.com</email>
</author>
<published>2007-04-16T12:00:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3832e8fe1b214ec62424eac36cfda9fc56d21b3'/>
<id>urn:sha1:d3832e8fe1b214ec62424eac36cfda9fc56d21b3</id>
<content type='text'>
U-Boot part of Lite5200b low power mode support.
Puts SDRAM out of self-refresh and transfers control to
address saved at physical 0x0.

Signed-off-by: Domen Puncer &lt;domen.puncer@telargo.com&gt;
Acked-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2006-11-30T17:02:20Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-11-30T17:02:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dd520bf314c7add4183c5191692180f576f96b60'/>
<id>urn:sha1:dd520bf314c7add4183c5191692180f576f96b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.</title>
<updated>2006-11-28T16:55:49Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-11-28T16:55:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e59581c56ab5d6e0207ddac3b2c1d55cb36ec706'/>
<id>urn:sha1:e59581c56ab5d6e0207ddac3b2c1d55cb36ec706</id>
<content type='text'>
This patch adds the code and configuration necessary to boot with an
arch/powerpc Linux kernel.

Signed-off-by: Grant Likely &lt;grant.likely@gmail.com&gt;
Acked-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the</title>
<updated>2006-11-01T00:38:16Z</updated>
<author>
<name>Bartlomiej Sieka</name>
<email>tur@semihalf.com</email>
</author>
<published>2006-11-01T00:38:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385'/>
<id>urn:sha1:dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385</id>
<content type='text'>
  MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
  Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
  MPC5XXX_WU_GPIO_DATA_O for affected boards.

- Add defintions for some MPC5XXX GPIO pins.
</content>
</entry>
<entry>
<title>Some code cleanup</title>
<updated>2006-04-16T08:51:58Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-04-16T08:51:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf48eb9abd76e5a056937a4e49be094826026abc'/>
<id>urn:sha1:cf48eb9abd76e5a056937a4e49be094826026abc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set SDelay register in the DDR controller for the MPC5200B chip.</title>
<updated>2006-03-29T11:17:09Z</updated>
<author>
<name>Rafal Jaworowski</name>
<email>raj@pollux.denx.de</email>
</author>
<published>2006-03-29T11:17:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b66a9383421805c705654ce9456ec28c202819fb'/>
<id>urn:sha1:b66a9383421805c705654ce9456ec28c202819fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Lite5200B board.</title>
<updated>2006-03-17T10:42:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-17T10:42:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=09e4b0c5d3881412519f33d498560a5bbcc82cd9'/>
<id>urn:sha1:09e4b0c5d3881412519f33d498560a5bbcc82cd9</id>
<content type='text'>
Patch by  Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
</content>
</entry>
<entry>
<title>Cleanup for GCC-4.x</title>
<updated>2005-10-13T14:45:02Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-13T14:45:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77ddac9480d63a80b6bb76d7ee4dcc2d1070867e'/>
<id>urn:sha1:77ddac9480d63a80b6bb76d7ee4dcc2d1070867e</id>
<content type='text'>
</content>
</entry>
</feed>
