<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/freescale, 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/freescale?h=v1.3.2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/freescale?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-03-04T23:17:43Z</updated>
<entry>
<title>Remove erroneous or extra spd.h #includers.</title>
<updated>2008-03-04T23:17:43Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2008-03-04T16:03:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a30a549a3553032d809e0356306b62de0b125901'/>
<id>urn:sha1:a30a549a3553032d809e0356306b62de0b125901</id>
<content type='text'>
Many of the spd.h #includers don't need it,
and wanted to have spd_sdram() declared instead.
Since they didn't get that, some also had open
coded extern declarations of it instead or as well.
Fix it all up by using spd_sdram.h where needed.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>86xx: Fix GUR PCI config registers properly.</title>
<updated>2008-02-20T20:45:09Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2008-02-20T20:22:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a551cee99ad1d1da20fd23ad265de47448852f56'/>
<id>urn:sha1:a551cee99ad1d1da20fd23ad265de47448852f56</id>
<content type='text'>
Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
I tried to "8610HPCD: Fix typos in two PCI setup registers", I
botched it due to not realizing that 8610 and 8641 had different
Global Utility Register defintions, one of which was like 85xx,
and the other wasn't.  Correct this problem by introducing two
symbols, one for each 86xx SoC, but neither of which is named
anything like 85xx.

My bad.  Lovely Wednesday with git bisect.  You know.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>8610HPCD: Fix typos in two PCI setup registers.</title>
<updated>2008-02-19T18:31:08Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2008-02-19T18:31:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=975a083a5ef785c414b35f9c5b8ae25b26b41524'/>
<id>urn:sha1:975a083a5ef785c414b35f9c5b8ae25b26b41524</id>
<content type='text'>
The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
were erroneously present as 85xx names and values, leftover from
the clone wars.  Fix this by removing the 85xx cruft from the
86xx codebase.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>86xx: Convert sbc8641d to use libfdt.</title>
<updated>2008-02-18T20:01:56Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2008-02-18T20:01:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=13f5433f700d4da9f6fdf2a4bb80310133a7c170'/>
<id>urn:sha1:13f5433f700d4da9f6fdf2a4bb80310133a7c170</id>
<content type='text'>
This is the proper fix for a missing closing brace in the function
ft_cpu_setup() noticed by joe.hamman &lt;at&gt; embeddedspecialties.com.
The ft_cpu_setup() function in mpc8641hpcn.c should have been
removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
but was missed.  Only, the sbc8641d was nominally still using it.
It all got ripped out, and the funcality that was in ft_board_setup()
was refactored to remove the CPU portions into the new file
cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.

Based loosely on an original patch from joe.hamman@embeddedspecialties.com

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>86xx: Fix compilation warning in sys_eprom.c</title>
<updated>2008-02-14T19:58:53Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2008-01-23T21:55:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f2ac8f928c76cbd2374437b2d079f8b4324aaba'/>
<id>urn:sha1:3f2ac8f928c76cbd2374437b2d079f8b4324aaba</id>
<content type='text'>
sys_eeprom.c:82:9: warning: unknown escape sequence '\/'

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>86xx: Remove old-style law setup code</title>
<updated>2008-01-24T18:12:40Z</updated>
<author>
<name>Becky Bruce</name>
<email>becky.bruce@freescale.com</email>
</author>
<published>2008-01-23T22:31:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9cd32426f26a0567bb61f339edd83c6a2ce9bfc3'/>
<id>urn:sha1:9cd32426f26a0567bb61f339edd83c6a2ce9bfc3</id>
<content type='text'>
This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.

Signed-off-by: Becky Bruce &lt;becky.bruce@freescale.com&gt;
</content>
</entry>
<entry>
<title>86xx: Convert mpc8610hpcd to new law setup method.</title>
<updated>2008-01-24T18:12:33Z</updated>
<author>
<name>Becky Bruce</name>
<email>becky.bruce@freescale.com</email>
</author>
<published>2008-01-23T22:31:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=031976f6364b93833e989f57e9f1e023e0be8c4c'/>
<id>urn:sha1:031976f6364b93833e989f57e9f1e023e0be8c4c</id>
<content type='text'>
Signed-off-by: Becky Bruce &lt;becky.bruce@freescale.com&gt;
</content>
</entry>
<entry>
<title>86xx: Support new law setup method and convert mpc8641</title>
<updated>2008-01-24T18:12:30Z</updated>
<author>
<name>Becky Bruce</name>
<email>becky.bruce@freescale.com</email>
</author>
<published>2008-01-23T22:31:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4933b91f8a49e436681f163df3173beb91cac44a'/>
<id>urn:sha1:4933b91f8a49e436681f163df3173beb91cac44a</id>
<content type='text'>
Adds the support code in cpu/mpc86xx for the new law setup code
recently created fsl_law.c, and changes the MPC8641HPCN config
to use this code.

Signed-off-by: Becky Bruce &lt;becky.bruce@freescale.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire</title>
<updated>2008-01-23T13:23:13Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-23T13:23:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e57ed96baca1222e6cd3d7032691a89d5890bb4a'/>
<id>urn:sha1:e57ed96baca1222e6cd3d7032691a89d5890bb4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx</title>
<updated>2008-01-23T13:18:18Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-23T13:18:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ed3afca32e1b28e441bc9f4b804edac47686554e'/>
<id>urn:sha1:ed3afca32e1b28e441bc9f4b804edac47686554e</id>
<content type='text'>
</content>
</entry>
</feed>
