]> xenbits.xensource.com Git - seabios.git/commit
Split x86 specific functions out of util.c/h to new files x86.c/h.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 14 Sep 2013 17:01:30 +0000 (13:01 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 19 Sep 2013 00:48:34 +0000 (20:48 -0400)
commitb9c6a960808451d75acd9c048f418dd2c92ac59d
tree7b7cd650fae1418f6284fc7579762cf832c17fdf
parent490797e851af64481a998b80072554b75009483c
Split x86 specific functions out of util.c/h to new files x86.c/h.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
22 files changed:
Makefile
src/bregs.h
src/fw/acpi.c
src/fw/mptable.c
src/fw/mtrr.c
src/fw/paravirt.c
src/fw/shadow.c
src/fw/smbios.c
src/fw/smm.c
src/fw/smp.c
src/fw/xen.c
src/hw/pci.c
src/hw/timer.c
src/hw/usb-ehci.c
src/hw/usb-ohci.c
src/hw/usb.c
src/pmm.c
src/romlayout.S
src/util.c
src/util.h
src/x86.c [new file with mode: 0644]
src/x86.h [new file with mode: 0644]