commit | ce5e3f909fc0ed67e58367b9c56a54c20a51080b | [log] [tgz] |
---|---|---|
author | Arvind Sankar <nivedita@alum.mit.edu> | Mon May 18 15:06:59 2020 -0400 |
committer | Ard Biesheuvel <ardb@kernel.org> | Tue May 19 10:31:24 2020 +0200 |
tree | a92ad08ee14073346bd8f1224569f49680aa73cd | |
parent | 29a2806653360f1ba0f7608ef64d65d441a575f7 [diff] |
efi/printf: Add 64-bit and 8-bit integer support Support 'll' qualifier for long long by copying the decimal printing code from lib/vsprintf.c. For simplicity, the 32-bit code is used on 64-bit architectures as well. Support 'hh' qualifier for signed/unsigned char type integers. Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Link: https://lore.kernel.org/r/20200518190716.751506-8-nivedita@alum.mit.edu Signed-off-by: Ard Biesheuvel <ardb@kernel.org>