uboot-mt623x/disk
Mike Frysinger 6c6166f529 vsprintf: pull updates from Linux kernel
This brings in support for the %p modifier which allows us to easily print
out things like ip addresses, mac addresses, and pointers.

It also converts the rarely used 'q' length modifier to the common 'L'
modifier when dealing with quad types.

While this new code is a bit larger (~1k .text), most of it should be made
up by converting the existing ip/mac address code to use format modifiers.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-03-20 22:39:09 +01:00
..
Makefile disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part.c vsprintf: pull updates from Linux kernel 2009-03-20 22:39:09 +01:00
part_amiga.c disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part_amiga.h * Code cleanup: 2003-06-27 21:31:46 +00:00
part_dos.c disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part_dos.h * Patches by Denis Peter, 9 Sep 2003: 2003-09-10 22:30:53 +00:00
part_efi.c disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part_efi.h Coding Style cleanup, update CHANGELOG 2008-11-02 16:14:22 +01:00
part_iso.c disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part_iso.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
part_mac.c disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part_mac.h * Code cleanup: 2003-06-27 21:31:46 +00:00