Add initial support for some basic CMOS read/write functions and the

bcd2dec()/dec2bcd() functions we'll need for (among other things)
converting some date/time parameters in CMOS.

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@3192 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-03-27 23:26:40 +00:00
parent a0c0093a09
commit 8cc38d2f13
6 changed files with 142 additions and 2 deletions

View File

@ -28,5 +28,4 @@
##
TARGETS-y += libc/malloc.o libc/printf.o libc/console.o libc/string.o
TARGETS-y += libc/memory.o libc/ctype.o
TARGETS-y += libc/ipchecksum.o
TARGETS-y += libc/memory.o libc/ctype.o libc/ipchecksum.o libc/lib.o