<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2011.09-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2011.09-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2011.09-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-09-10T20:27:24Z</updated>
<entry>
<title>ARM: hawkboard: fix compilation of nand_spl</title>
<updated>2011-09-10T20:27:24Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-09-10T20:26:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3b7175524939ffc73af2b8eb1ee5166838d3f260'/>
<id>urn:sha1:3b7175524939ffc73af2b8eb1ee5166838d3f260</id>
<content type='text'>
Fix build problem:

nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function 'board_init_f':
nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:132: warning: implicit declaration of function 'nand_boot'
nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:133: warning: 'noreturn' function does return

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Syed Mohammed Khasim &lt;sm.khasim@gmail.com&gt;
Cc: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
</content>
</entry>
<entry>
<title>cm4008, cm41xx: fix build warnings</title>
<updated>2011-09-10T15:00:51Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-09-10T14:59:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd6ce9d171b45465daa23bede5214100dd8b5eba'/>
<id>urn:sha1:bd6ce9d171b45465daa23bede5214100dd8b5eba</id>
<content type='text'>
Fix these:
cm4008.c: In function 'board_eth_init':
cm4008.c:79: warning: implicit declaration of function 'ks8695_eth_initialize'

cm41xx.c: In function 'board_eth_init':
cm41xx.c:79: warning: implicit declaration of function 'ks8695_eth_initialize'

While we are at it, sort include list in netdev.h

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Greg Ungerer &lt;greg.ungerer@opengear.com&gt;
</content>
</entry>
<entry>
<title>KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH</title>
<updated>2011-09-10T14:10:34Z</updated>
<author>
<name>Greg Ungerer</name>
<email>greg.ungerer@opengear.com</email>
</author>
<published>2011-09-10T08:40:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e8ff7145c6be51f295d8e235472a6455aee1ac3'/>
<id>urn:sha1:1e8ff7145c6be51f295d8e235472a6455aee1ac3</id>
<content type='text'>
Trivial conversion of the ks8695eth driver to a CONFIG_MULTI_ETH type
driver.

Signed-off-by: Greg Ungerer &lt;greg.ungerer@opengear.com&gt;
</content>
</entry>
<entry>
<title>CM41xx: fix signedness of env bootargs string pointer</title>
<updated>2011-09-10T14:10:20Z</updated>
<author>
<name>Greg Ungerer</name>
<email>greg.ungerer@opengear.com</email>
</author>
<published>2011-09-10T08:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a00e749d5b172b69bcf84e5fee36b2d20ee67b10'/>
<id>urn:sha1:a00e749d5b172b69bcf84e5fee36b2d20ee67b10</id>
<content type='text'>
The pointer to the flash based bootargs should be a "char *", not unsigned.
Fixes:

cm41xx.c: In function ‘env_flash_cmdline’:
cm41xx.c:67: warning: pointer targets in passing argument 2 of ‘setenv’ differ in signedness

Signed-off-by: Greg Ungerer &lt;greg.ungerer@opengear.com&gt;
</content>
</entry>
<entry>
<title>CM4008: fix signedness of env bootargs string pointer</title>
<updated>2011-09-10T14:09:47Z</updated>
<author>
<name>Greg Ungerer</name>
<email>greg.ungerer@opengear.com</email>
</author>
<published>2011-09-10T08:36:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=61a1926ac8eaa3ef0713063c4327a38b3712373a'/>
<id>urn:sha1:61a1926ac8eaa3ef0713063c4327a38b3712373a</id>
<content type='text'>
The pointer to the flash based bootargs should be a "char *", not unsigned.
Fixes:

cm4008.c: In function ‘env_flash_cmdline’:
cm4008.c:67: warning: pointer targets in passing argument 2 of ‘setenv’ differ in signedness

Signed-off-by: Greg Ungerer &lt;greg.ungerer@opengear.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx</title>
<updated>2011-09-09T22:17:42Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-09-09T22:17:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d786882db223db2a48071a86af0777002f77c764'/>
<id>urn:sha1:d786882db223db2a48071a86af0777002f77c764</id>
<content type='text'>
* 'master' of git://git.denx.de/u-boot-mpc85xx:
  powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hose
  powerpc/mpc8548cds: set pci1_hose.config_table after fsl_setup_hose
  powerpc/mpc8568mds: set pci1_hose.config_table after fsl_setup_hose
</content>
</entry>
<entry>
<title>CM4000: fix broken flash base for OpenGear boards</title>
<updated>2011-09-09T22:12:15Z</updated>
<author>
<name>Greg Ungerer</name>
<email>greg.ungerer@opengear.com</email>
</author>
<published>2011-09-09T12:23:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=297f18ac0fbeef30ba1c17fe131ca75f09a6e7cf'/>
<id>urn:sha1:297f18ac0fbeef30ba1c17fe131ca75f09a6e7cf</id>
<content type='text'>
Use _bss_start_ofs as the size of the boot loader code+data that we want
to protect in the flash. This replaces use of the no longer defined
_armboot_start.

Fixes:

flash.c: In function ‘flash_init’:
flash.c:75: error: ‘_bss_start’ undeclared (first use in this function)
flash.c:75: error: (Each undeclared identifier is reported only once
flash.c:75: error: for each function it appears in.)
flash.c:75: error: ‘_armboot_start’ undeclared (first use in this function)

Signed-off-by: &lt;greg.ungerer@opengear.com&gt;
</content>
</entry>
<entry>
<title>powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hose</title>
<updated>2011-09-09T13:58:11Z</updated>
<author>
<name>Zhao Chenhui</name>
<email>chenhui.zhao@freescale.com</email>
</author>
<published>2011-08-24T05:20:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d5c784ed537fa774deefa76ebe3b726728d144e1'/>
<id>urn:sha1:d5c784ed537fa774deefa76ebe3b726728d144e1</id>
<content type='text'>
The function fsl_setup_hose clears the variable pci1_hose.
Set pci1_hose.config_table after it.

Signed-off-by: Zhao Chenhui &lt;chenhui.zhao@freescale.com&gt;
Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
<entry>
<title>powerpc/mpc8548cds: set pci1_hose.config_table after fsl_setup_hose</title>
<updated>2011-09-09T13:58:11Z</updated>
<author>
<name>Zhao Chenhui</name>
<email>chenhui.zhao@freescale.com</email>
</author>
<published>2011-08-24T05:20:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b813cbe916f2ac5869b01cf19db49d1f542274bd'/>
<id>urn:sha1:b813cbe916f2ac5869b01cf19db49d1f542274bd</id>
<content type='text'>
The function fsl_setup_hose clears the variable pci1_hose.
Set pci1_hose.config_table after it.

Signed-off-by: Zhao Chenhui &lt;chenhui.zhao@freescale.com&gt;
Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
<entry>
<title>powerpc/mpc8568mds: set pci1_hose.config_table after fsl_setup_hose</title>
<updated>2011-09-09T13:58:10Z</updated>
<author>
<name>Zhao Chenhui</name>
<email>chenhui.zhao@freescale.com</email>
</author>
<published>2011-08-24T05:20:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b092072e4780c1b1aaf5579e7bf887ebf0ccbdc0'/>
<id>urn:sha1:b092072e4780c1b1aaf5579e7bf887ebf0ccbdc0</id>
<content type='text'>
The function fsl_setup_hose clears the variable pci1_hose.
Set pci1_hose.config_table after it.

Signed-off-by: Zhao Chenhui &lt;chenhui.zhao@freescale.com&gt;
Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
</feed>
