On Sat, Oct 05, 2019 at 12:44:26AM +0200, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo <pfsmor...@br.ibm.com> > > The printf(3) function has support for the %X format specifier, to output > an unsigned hexadecimal integer in uppercase. > > This can be achived in GRUB using the %x format specifier in grub_printf() > and calling grub_toupper(), but it is more convenient if there is support > for %X in grub_printf(). > > Signed-off-by: Paulo Flabiano Smorigo <pfsmor...@br.ibm.com> > Signed-off-by: Javier Martinez Canillas <javi...@redhat.com>
Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> But I would like to see this as a first patch... Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel