[U-Boot-Users] u-boot porting howto

Hi all, does anyone out there have a manual or howto, which describes the porting of u-boot ?
Best regards and Thanks in advance, Johannes

In message 2D9AB865A49FD511914700105A0EF679016C4900@morse.smart.lfk.eads.net you wrote:
does anyone out there have a manual or howto, which describes the porting of u-boot ?
Please see the README, section "U-Boot Porting Guide" (yes, I know, this is terse, but it's all there is).
Best regards,
Wolfgang Denk

Hi, you can refer the README file in the u-boot root and so many porting documents available in the doc directory also. i am porting the u-boot to blackfin processor. here i had attached the my porting documents. i think it will help you.
Regards Ganapathi C
----- Original Message ----- From: "Hager, Johannes, HRD/AB" johannes.hager@lfk.eads.net To: "U-Boot Mailinglist (E-Mail)" u-boot-users@lists.sourceforge.net Sent: Monday, March 08, 2004 5:16 PM Subject: [U-Boot-Users] u-boot porting howto
Hi all, does anyone out there have a manual or howto, which describes the porting of u-boot ?
Best regards and Thanks in advance, Johannes
This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

In message 027601c4051f$810ceed0$af00a8c0@tidelpark.isofttechindia.com you wrote:
you can refer the README file in the u-boot root and so many porting
documents available in the doc directory also. i am porting the u-boot to blackfin processor. here i had attached the my porting documents. i think it will help you.
...
net/tftp.c - Commented unwanted print inside tftpstart routine.
Don;t change global behaviour just because you don;t like it. Others may want or even need it.
Additions done to the u-boot framework
...
include/linux/linkage.h - asmlinkage details for the assembly include/linux/sys.h - system related definitions like access modes stats
Are thise really needed??? What for?
lib_generic/memcpy.c - implementation for memcpy() function lib_generic/memcmp.c - implementation for memcmp() function lib_generic/memset.c - implementation for memset() function
What exactly do you need these files for? All these functions are already available in the existing code (lib_generic/string.c).
Best regards,
Wolfgang Denk
participants (3)
-
ganapathi
-
Hager, Johannes, HRD/AB
-
Wolfgang Denk