[U-Boot-Users] IDE LBA48 support and vsprintf 64bit support

Rune Torgersen runet at innovsys.com
Fri Feb 27 01:46:10 CET 2004


Hi
Here are two patches.
First patch gives vsprintf the ability to print 64bit integers by using
L as the qualifier
Eg printf("a 64 bit number: %Lx", a64bitnumber);
Also adds simple_strtoull (that handles long longs)

Second patch adds 48bit addressing support to the IDE interface.
Needs the vsprintf patches to be able to print larger capacity.

Changelog
*	Patch by Rune Torgersen
	Added 48-bit addressing support (LBA48) in IDE 
	Added 64-bit support in vsprintf (qualifier L)
	Added 64-bit str to int function.

Rune Torgersen
System Developer
Innovative Systems LLC
1000 Innovative Drive
Mitchell, SD 57301
Ph: 605-995-6120
www.innovsys.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lba48.diff.gz
Type: application/x-gzip
Size: 2967 bytes
Desc: lba48.diff.gz
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040226/6c7857a2/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vsprintf.diff.gz
Type: application/x-gzip
Size: 903 bytes
Desc: vsprintf.diff.gz
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040226/6c7857a2/attachment-0001.bin 


More information about the U-Boot mailing list