aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-1812-19/+17
* Move fw/mptable.h to std/mptable.h.Kevin O'Connor2013-09-185-6/+5
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-188-11/+8
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-185-21/+11
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-182-1/+1
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-185-6/+7
* Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2013-09-186-42/+42
* Move definition of struct segoff_s from farptr.h to types.h.Kevin O'Connor2013-09-187-16/+11
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-1866-339/+393
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-1843-604/+657
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-1816-13/+33
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-1829-29/+62
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-1855-44/+98
* Move keyboard calling code from util.c to boot.c.Kevin O'Connor2013-09-183-43/+43
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-1821-178/+211
* ahci: add missing check for allocation failureGerd Hoffmann2013-09-161-9/+16
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-0243-22/+22
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-0278-72/+72
* Minor - simplify rom_reserve().Kevin O'Connor2013-08-141-10/+7
* Minor - no need to declare MaxCountCPUs as VARFSEG.Kevin O'Connor2013-08-101-1/+1
* Add config option to support memory allocations in 9-segment.Kevin O'Connor2013-08-105-14/+125
* Minor cleanups to smm assembler.Kevin O'Connor2013-08-101-18/+19
* apm: fix shutdownGerd Hoffmann2013-08-084-0/+14
* Support custom boot menu prompt and custom boot menu key.Kevin O'Connor2013-08-021-3/+5
* Fix bug in CBFS file walking with compressed files.Kevin O'Connor2013-08-021-1/+1
* Add missing mathcp_setup() call to CSM code.Kevin O'Connor2013-07-211-0/+1
* Default unused UMB areas to be read-only.Kevin O'Connor2013-07-212-3/+17
* Unify pmtimer_read() and pittimer_read() code.Kevin O'Connor2013-07-211-48/+28
* Separate out timer setup code.Kevin O'Connor2013-07-211-35/+49
* Rename check_tsc() (and similar) to timer_check() and use u32.Kevin O'Connor2013-07-2113-94/+89
* Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor2013-07-215-17/+17
* Shift CPU TSC down to reduce need for 64bit variables.Kevin O'Connor2013-07-212-27/+31
* Rename cpu_khz to TimerKHz.Kevin O'Connor2013-07-201-12/+12
* Improve accuracy of internal timers.Kevin O'Connor2013-07-204-25/+25
* Add helper functions to convert timer irqs to milliseconds.Kevin O'Connor2013-07-206-11/+22
* Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.Kevin O'Connor2013-07-205-8/+9
* Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor2013-07-209-244/+272
* acpi: sync FADT flags from PIIX4 to Q35Michael S. Tsirkin2013-07-181-3/+3
* PIC code cleanups.Kevin O'Connor2013-07-1410-106/+90
* Add CONFIG_DEBUG_COREBOOT config optionGerd Hoffmann2013-07-142-1/+11
* coreboot: add cbmem console supportGerd Hoffmann2013-07-143-0/+35
* Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.Kevin O'Connor2013-07-142-1/+2
* Minor - remove debugging dprintf added to pciinit.c.Kevin O'Connor2013-06-131-2/+0
* Another fix for hlist_for_each_entry_safe.Kevin O'Connor2013-06-134-8/+16
* make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMUKevin O'Connor2013-06-131-1/+4
* tweak coreboot qemu detectionGerd Hoffmann2013-06-131-1/+1
* Convert pciinit.c to use standard list manipulation code.Kevin O'Connor2013-06-131-34/+30
* Fix error in hlist_for_each_entry_safe macro.Kevin O'Connor2013-06-131-2/+1
* Revert "Convert pciinit.c to use standard list manipulation code."Kevin O'Connor2013-06-131-30/+34
* coreboot: add qemu detectionGerd Hoffmann2013-06-121-0/+5