aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Sort the sections of util.h.Kevin O'Connor1-119/+119
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+41
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor1-1/+2
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-0/+22
2013-09-18Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor1-1/+0
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor1-0/+10
2013-09-18Move fw/mptable.h to std/mptable.h.Kevin O'Connor1-0/+3
2013-09-18Move fw/smbios.h to std/smbios.h.Kevin O'Connor1-0/+5
2013-09-18Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor1-1/+6
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-0/+4
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor1-0/+4
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-62/+1
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-59/+0
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-13/+0
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-27/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-28/+1
2013-09-18Move keyboard calling code from util.c to boot.c.Kevin O'Connor1-1/+0
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-141/+0
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-7/+7
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-1/+1
2013-07-21Rename check_tsc() (and similar) to timer_check() and use u32.Kevin O'Connor1-6/+6
2013-07-21Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor1-3/+3
2013-07-21Shift CPU TSC down to reduce need for 64bit variables.Kevin O'Connor1-3/+3
2013-07-20Add helper functions to convert timer irqs to milliseconds.Kevin O'Connor1-0/+2
2013-07-20Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.Kevin O'Connor1-1/+1
2013-07-20Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor1-6/+7
2013-07-14coreboot: add cbmem console supportGerd Hoffmann1-0/+1
2013-03-30Use container_of on romfile entries.Kevin O'Connor1-5/+0
2013-03-22pciinit: Enable default VGA deviceAlex Williamson1-0/+1
2013-03-08smm: Don't use PCIDevices list in smm_setup().Kevin O'Connor1-0/+1
2013-02-19Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor1-2/+1
2013-02-19Don't relocate "varlow" variable references at runtime.Kevin O'Connor1-1/+1
2013-02-17Rename rom_get_top() to rom_get_max().Kevin O'Connor1-1/+1
2013-02-13Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor1-1/+1
2013-02-12The mathcp setup touches the PIC and thus move to the "setup" phase.Kevin O'Connor1-1/+1
2013-02-07POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor1-1/+1
2013-02-07Add CSM supportDavid Woodhouse1-0/+2
2013-02-07Export copy_smbios() from biostables.cDavid Woodhouse1-0/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-24/+22
2012-09-10add acpi pmtimer supportGerd Hoffmann1-0/+1
2012-09-02Use cpu_to_be32() (and related) instead of htonl (and related).Kevin O'Connor1-30/+0
2012-08-01allow CPUs to have non-contiguous Local APIC IDs (v2)Eduardo Habkost1-0/+1
2012-07-02Xen: Autodetect debug I/O port at runtime instead of via KconfigIan Campbell1-0/+1
2012-06-09Minor - collect biostable copy code into new func copy_table().Kevin O'Connor1-4/+1
2012-06-02Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor1-0/+5
2012-06-02Cache romfile entries.Kevin O'Connor1-5/+19
2012-05-30Remove CanPreempt check from pmm code.Kevin O'Connor1-1/+0
2012-05-30Run all hardware irq handlers on the extra stack.Kevin O'Connor1-23/+2
2012-05-28Make the extra stack re-entrant and "hop back" to check for irqs.Kevin O'Connor1-1/+1
2012-05-28Move farcall16 code from util.c to stacks.c and reorg stacks.c.Kevin O'Connor1-10/+10