summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-13/+0
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-27/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-28/+1
* Move keyboard calling code from util.c to boot.c.Kevin O'Connor2013-09-181-1/+0
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-141/+0
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-7/+7
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-1/+1
* Rename check_tsc() (and similar) to timer_check() and use u32.Kevin O'Connor2013-07-211-6/+6
* Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor2013-07-211-3/+3
* Shift CPU TSC down to reduce need for 64bit variables.Kevin O'Connor2013-07-211-3/+3
* Add helper functions to convert timer irqs to milliseconds.Kevin O'Connor2013-07-201-0/+2
* Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.Kevin O'Connor2013-07-201-1/+1
* Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor2013-07-201-6/+7
* coreboot: add cbmem console supportGerd Hoffmann2013-07-141-0/+1
* Use container_of on romfile entries.Kevin O'Connor2013-03-301-5/+0
* pciinit: Enable default VGA deviceAlex Williamson2013-03-221-0/+1
* smm: Don't use PCIDevices list in smm_setup().Kevin O'Connor2013-03-081-0/+1
* Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor2013-02-191-2/+1
* Don't relocate "varlow" variable references at runtime.Kevin O'Connor2013-02-191-1/+1
* Rename rom_get_top() to rom_get_max().Kevin O'Connor2013-02-171-1/+1
* Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor2013-02-131-1/+1
* The mathcp setup touches the PIC and thus move to the "setup" phase.Kevin O'Connor2013-02-121-1/+1
* POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor2013-02-071-1/+1
* Add CSM supportDavid Woodhouse2013-02-071-0/+2
* Export copy_smbios() from biostables.cDavid Woodhouse2013-02-071-0/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-24/+22
* add acpi pmtimer supportGerd Hoffmann2012-09-101-0/+1
* Use cpu_to_be32() (and related) instead of htonl (and related).Kevin O'Connor2012-09-021-30/+0
* allow CPUs to have non-contiguous Local APIC IDs (v2)Eduardo Habkost2012-08-011-0/+1
* Xen: Autodetect debug I/O port at runtime instead of via KconfigIan Campbell2012-07-021-0/+1
* Minor - collect biostable copy code into new func copy_table().Kevin O'Connor2012-06-091-4/+1
* Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor2012-06-021-0/+5
* Cache romfile entries.Kevin O'Connor2012-06-021-5/+19
* Remove CanPreempt check from pmm code.Kevin O'Connor2012-05-301-1/+0
* Run all hardware irq handlers on the extra stack.Kevin O'Connor2012-05-301-23/+2
* Make the extra stack re-entrant and "hop back" to check for irqs.Kevin O'Connor2012-05-281-1/+1
* Move farcall16 code from util.c to stacks.c and reorg stacks.c.Kevin O'Connor2012-05-281-10/+10
* Rename call16 to farcall16.Kevin O'Connor2012-05-281-2/+2
* Rename wait_irq to yield_toirq.Kevin O'Connor2012-05-281-1/+1
* Allow optionroms and "low mem" to share space.Kevin O'Connor2012-05-211-1/+4
* Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor2012-05-201-0/+1
* Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor2012-05-131-1/+1
* Add TSC emulation layer for 386/486 CPUs.Kevin O'Connor2012-02-011-3/+2
* Detect CPUID instruction before using it.Kevin O'Connor2012-02-011-6/+6
* util: add le32_to_cpu()Isaku Yamahata2011-10-301-0/+5
* Run option rom visible PMM code in 32bit mode instead of 16bit mode.Kevin O'Connor2011-07-161-0/+2
* pci: remove old pci initilaization codeGerd Hoffmann2011-07-121-29/+0
* Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor2011-07-101-0/+10
* Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.Kevin O'Connor2011-07-051-0/+1
* Calculate vgahook responses during setup instead of in 16bit code.Kevin O'Connor2011-07-021-2/+3