<div dir="ltr">just curious about what u wana do? test nand?<br><br>I&#39;m also interested in the low level bootstrap procedure<br>so I pull the serial.c code from u-boot, but don&#39;t test it through<br><br>here is the patch~<br>
<br>before doing, must correct following error<br>since i don&#39;t how to fix it<br>(either replace get_PLLCLK function? or find a proper compile method?...)<br><br>~/src/speed.c:72: undefined reference to `__aeabi_uidiv&#39;<br>
~/src/speed.c:75: undefined reference to `__aeabi_uidiv&#39;<br><br>hope helps<br><br><br><div class="gmail_quote">On Tue, Jul 22, 2008 at 6:29 PM, Andy Green &lt;<a href="mailto:andy@openmoko.com">andy@openmoko.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<div><div></div><div class="Wj3C7c"><br>
<br>
Somebody in the thread at some point said:<br>
| in serial.c file there use :<br>
| --S3C24X0_UART<br>
| --gd<br>
| --get_PCLK()<br>
|<br>
| use :<br>
| xiangfu@xiangfu-laptop:~/cworkspace/u-boot$ find &nbsp;-type f |xargs grep<br>
| S3C24X0_UART<br>
| try to find where &quot;S3C24X0_UART&quot; declare. but i find nothing :-(<br>
|<br>
| i want know where them declare.<br>
<br>
<br></div></div>
S3C24X0_UART: include/s3c24x0.h<br>
<br>
gd: &nbsp;funny one it seems type declared gd_t in<br>
include/asm-arm/global_data.h and instantiation as #define using<br>
arch-dependent register for speed.<br>
<br>
get_PCLK: cpu/arm920t/s3c24x0/speed.c<br>
<br>
to grep around I use like<br>
<br>
~ grep get_PCLK * -R<br>
<br>
- -Andy<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
Comment: Using GnuPG with Fedora - <a href="http://enigmail.mozdev.org" target="_blank">http://enigmail.mozdev.org</a><br>
<br>
iEYEARECAAYFAkiFtogACgkQOjLpvpq7dMoeJQCfShKgdx4itnLrrHMWxp093C0N<br>
ggwAni1U1I+CQTDbzVxSbiB1cQf26CS3<br>
=y0WQ<br>
-----END PGP SIGNATURE-----<br>
<br>
</blockquote></div><br></div>