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:
@ -31,3 +31,4 @@
|
||||
TARGETS-$(CONFIG_SERIAL_CONSOLE) += drivers/serial.o
|
||||
TARGETS-$(CONFIG_VGA_CONSOLE) += drivers/vga.o
|
||||
TARGETS-$(CONFIG_PC_KEYBOARD) += drivers/keyboard.o
|
||||
TARGETS-$(CONFIG_CMOS) += drivers/cmos.o
|
||||
|
Reference in New Issue
Block a user