]> xenbits.xensource.com Git - seabios.git/commit
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 15 Sep 2013 06:29:06 +0000 (02:29 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 29 Sep 2013 02:05:55 +0000 (22:05 -0400)
commit8b7861c4d4b573ca7e0b43e58bc97ff0244ba9a3
tree09bda27298457051fa75436f792d77d56aedaef5
parent9fcd199861abe0941c76f92b6ee5d450db364e66
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.

Group the Real Time Clock code into hw/rtc.[ch].

Also, use rtc_read/write/mask function naming (instead of
inb/outb_cmos) to be more consistent with other register accessors.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
16 files changed:
Makefile
src/block.c
src/boot.c
src/clock.c
src/fw/paravirt.c
src/fw/smp.c
src/hw/ata.c
src/hw/cmos.h [deleted file]
src/hw/floppy.c
src/hw/rtc.c [new file with mode: 0644]
src/hw/rtc.h [new file with mode: 0644]
src/post.c
src/resume.c
src/romlayout.S
src/stacks.c
src/util.h