[U-Boot-Users] [PATCH] lba48 support & 64bit vsprintf

Rune Torgersen runet at innovsys.com
Mon Mar 1 22:06:03 CET 2004


I tried to send this to the list Friday, but it apparently got lost on
the way...

In any case.. This adds some ifdefs around the code so it should not
increase the memory footprint on any system not needing LBA48 support.

LBA and vsprintf are completely separated into the two patches, and they
should not be dependent on eachother. (eccept if some of the CFG_
variables are set

-----Original Message-----
From: Rune Torgersen 
Sent: Friday, February 27, 2004 13:56
To: u-boot-users at lists.sourceforge.net
Subject: [PATCH] lba48 support & 64bit vsprintf


Added some CONFIG and CFG variables to for LBA48 support and for 64bit
printing. Now you can use LBA48 and not use 64bit in vsprintf. LBA48 now
works without 64bit.

Changelog
	Rune Torgersen
	- Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
	- Added support for 64bit printing in vsprintf
(CFG_64BIT_VSPRINTF)
	- Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
	
README is also updated for these variables

Remove the two last CHANGELOG lines if you do not want to mess with
vsprintf

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: 3428 bytes
Desc: lba48.diff.gz
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040301/355089fd/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vsprintf.diff.gz
Type: application/x-gzip
Size: 1267 bytes
Desc: vsprintf.diff.gz
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040301/355089fd/attachment-0001.bin 


More information about the U-Boot mailing list