coreboot-kgpe-d16/payloads/libpayload/libc
Uwe Hermann b103345a14 Convert BIN2HEX/HEX2BIN to functions and add the abs() family
of functions while we're at it.

hex2bin() now also supports upper-case input characters.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3235 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-04-11 18:38:04 +00:00
..
Makefile.inc Add rand/rand_r/srand functions for generating pseudo-random bytes. 2008-04-07 23:33:50 +00:00
console.c libpayload: Add video console framework 2008-04-10 22:49:02 +00:00
ctype.c Cosmetics, coding style fixes (trivial). 2008-03-20 19:54:59 +00:00
ipchecksum.c Cosmetics, fix typos (trivial). 2008-03-21 18:37:23 +00:00
lib.c Convert BIN2HEX/HEX2BIN to functions and add the abs() family 2008-04-11 18:38:04 +00:00
malloc.c Cosmetics, fix typos (trivial). 2008-03-21 18:37:23 +00:00
memory.c Cosmetics, coding style fixes (trivial). 2008-03-20 19:54:59 +00:00
printf.c Add missing snprintf() to libc/printf.c (trivial). 2008-04-02 12:35:45 +00:00
rand.c Add rand/rand_r/srand functions for generating pseudo-random bytes. 2008-04-07 23:33:50 +00:00
string.c Cosmetics, fix typos (trivial). 2008-03-21 18:37:23 +00:00