<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
Hi,<BR>&nbsp; Thanks a lot for your info, but my board still can't work with binary file building with mainstone patch.<BR>&nbsp; My board's info as following:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 CPU: PXA270<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 SDRAM :0xA0000000 - 0xA4000000 64M<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 BOOT: nCS&lt;0&gt;&nbsp; CODE: 0x00000000<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 FFUART:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO34:FFRXD<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO35:FFCTS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO36:FFDCD<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO37:FFDSR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO38:FFRI<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO39:FFTXD<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GPIO40:FFDTR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GPIO41:FFRTS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As I'm a newer to uboot and&nbsp;PXA270, so&nbsp;in my&nbsp;opine,&nbsp;after patched the&nbsp;uboot114 directory, I&nbsp;just need to modify the mainstone.h&nbsp;to fit my board. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; But&nbsp;I failed.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Then after compared with&nbsp;start.S for other cpus such&nbsp;as ixp,<BR>&nbsp; I found that the reset code are&nbsp;very similar to each other.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; At first&nbsp;I doubted&nbsp;about the reset code, so I modified start.S and lowlevel_Init.S with the start code of blob.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; But I&nbsp;failed yet.<BR>&nbsp;&nbsp;&nbsp;&nbsp; Could you possible give me some suggestion? Thank you very much.<BR>Best regards<BR>John<BR><BR>&nbsp;<BR><BR><BR>&gt; Date: Wed, 16 May 2007 18:18:30 +0200<BR>&gt; From: hbmeier@uni-paderborn.de<BR>&gt; To: arm.linux@koansoftware.com<BR>&gt; CC: bdx_1981@hotmail.com; u-boot-users@lists.sourceforge.net<BR>&gt; Subject: Re: [U-Boot-Users] u-boot for PXA270<BR>&gt; <BR>&gt; Marco Cavallini schrieb:<BR>&gt; &gt;&nbsp;John ha scritto:<BR>&gt; &gt; <BR>&gt; &gt;&gt; Dear all,<BR>&gt; &gt;&gt; I am John , and I met a problem about uboot migrate for PXA270.<BR>&gt; &gt;&gt; My modification as following:<BR>&gt; &gt;&gt; 1 add my board johnPxa in Makefile<BR>&gt; &gt;&gt; johnPxa_config : unconfig<BR>&gt; &gt;&gt; @$(MKCONFIG) $(@:_config=) arm pxa270 johnPxa<BR>&gt; &gt;&gt; 2 add my board directory under board/ with board/lubbock<BR>&gt; &gt;&gt; cp -a lubbock johnPxa<BR>&gt; &gt;&gt; 3 add johnPxa.h under include/configs/ with lubbock.h<BR>&gt; &gt;&gt; cp lubbock.h johnPxa.h<BR>&gt; &gt;&gt; and modified it as my board's configuration.<BR>&gt; &gt;&gt; 4 add pxa270 directory under cpu/ with cpu/pxa<BR>&gt; &gt;&gt; cp -a pxa pxa270<BR>&gt; &gt;&gt; 5 modified config.mk under cpu/pxa270/<BR>&gt; &gt;&gt; PLATFORM_CPPFLAGS += -mapcs-32 -march=armv5 -mtune=xscale<BR>&gt; &gt;&gt; 6 add my board information into mach-types.h<BR>&gt; &gt;&gt; 7 modified start.S(cpu/pxa270) with blob's start.S and<BR>&gt; &gt;&gt; xlli_LowLev_Init.s<BR>&gt; &gt;&gt; ps: this blob could run on my board.<BR>&gt; &gt;&gt; and I compiled with arm-linux-gcc 3.4.1<BR>&gt; &gt;&gt; At last the u-boot.bin couldn't run on my board.<BR>&gt; &gt;&gt; Could you give me some help, thank you very much.<BR>&gt; &gt;&gt; Best regards<BR>&gt; &gt;&gt; John<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _________________________________________________________________<BR>&gt; &gt;&gt; <BR>&gt; &gt;<BR>&gt; &gt; FYI<BR>&gt; &gt;<BR>&gt; &gt; Here you can find some already done work:<BR>&gt; &gt; http://www.koansoftware.com/en/prd_svil_projects.htm<BR>&gt; &gt;<BR>&gt; &gt; u-boot bootloader patch for Intel Mainstone<BR>&gt; &gt; (aka HCDDBBVA0) with ethernet support<BR>&gt; &gt; patched against 1.1.4 cvs<BR>&gt; &gt;<BR>&gt; &gt; Other resources are here:<BR>&gt; &gt; http://pxa-linux.sourceforge.net<BR>&gt; &gt;<BR>&gt; &gt; HTH<BR>&gt; &gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; U-Boot already support PXA270. I used ADSVIX for my port.<BR>&gt; <BR>&gt; regards<BR>&gt; Stefan<BR><BR><BR><br /><hr />探索 Windows Vista 的世界 <a href='http://search.live.com/results.aspx?q=windows+vista&mkt=zh-cn&FORM=LIVSOP' target='_new'>了解更多信息!</a></body>
</html>