aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-14Minor - simplify rom_reserve().Kevin O'Connor1-10/+7
2013-08-10Minor - no need to declare MaxCountCPUs as VARFSEG.Kevin O'Connor1-1/+1
2013-08-10Add config option to support memory allocations in 9-segment.Kevin O'Connor5-14/+125
2013-08-10Minor cleanups to smm assembler.Kevin O'Connor1-18/+19
2013-08-08apm: fix shutdownGerd Hoffmann4-0/+14
2013-08-02Support custom boot menu prompt and custom boot menu key.Kevin O'Connor1-3/+5
2013-08-02Fix bug in CBFS file walking with compressed files.Kevin O'Connor1-1/+1
2013-07-21Add missing mathcp_setup() call to CSM code.Kevin O'Connor1-0/+1
2013-07-21Default unused UMB areas to be read-only.Kevin O'Connor2-3/+17
2013-07-21Unify pmtimer_read() and pittimer_read() code.Kevin O'Connor1-48/+28
2013-07-21Separate out timer setup code.Kevin O'Connor1-35/+49
2013-07-21Rename check_tsc() (and similar) to timer_check() and use u32.Kevin O'Connor13-94/+89
2013-07-21Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor5-17/+17
2013-07-21Shift CPU TSC down to reduce need for 64bit variables.Kevin O'Connor2-27/+31
2013-07-20Rename cpu_khz to TimerKHz.Kevin O'Connor1-12/+12
2013-07-20Improve accuracy of internal timers.Kevin O'Connor4-25/+25
2013-07-20Add helper functions to convert timer irqs to milliseconds.Kevin O'Connor6-11/+22
2013-07-20Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.Kevin O'Connor5-8/+9
2013-07-20Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor9-244/+272
2013-07-18acpi: sync FADT flags from PIIX4 to Q35Michael S. Tsirkin1-3/+3
2013-07-14PIC code cleanups.Kevin O'Connor10-106/+90
2013-07-14Add CONFIG_DEBUG_COREBOOT config optionGerd Hoffmann2-1/+11
2013-07-14coreboot: add cbmem console supportGerd Hoffmann3-0/+35
2013-07-14Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.Kevin O'Connor2-1/+2
2013-06-13Minor - remove debugging dprintf added to pciinit.c.rel-1.7.3Kevin O'Connor1-2/+0
2013-06-13Another fix for hlist_for_each_entry_safe.Kevin O'Connor4-8/+16
2013-06-13make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMUKevin O'Connor1-1/+4
2013-06-13tweak coreboot qemu detectionGerd Hoffmann1-1/+1
2013-06-13Convert pciinit.c to use standard list manipulation code.Kevin O'Connor1-34/+30
2013-06-13Fix error in hlist_for_each_entry_safe macro.Kevin O'Connor1-2/+1
2013-06-13Revert "Convert pciinit.c to use standard list manipulation code."Kevin O'Connor1-30/+34
2013-06-12coreboot: add qemu detectionGerd Hoffmann1-0/+5
2013-06-12config: allow DEBUG_IO for !QEMUGerd Hoffmann2-2/+3
2013-06-08Convert PCIDevices list to use standard list manipultion code.Kevin O'Connor6-15/+15
2013-06-08Convert pciinit.c to use standard list manipulation code.Kevin O'Connor1-34/+30
2013-06-08Convert boot.c to use standard list manipulation code.Kevin O'Connor1-20/+17
2013-06-08Convert stacks.c to use standard list manipulation code.Kevin O'Connor1-17/+15
2013-06-08Introduce helper function have_threads() in stacks.c.Kevin O'Connor1-10/+12
2013-06-08Minor - relocate code in stacks.c to keep low-level thread code together.Kevin O'Connor1-52/+57
2013-06-08Introduce and convert pmm code to use standard list helpers.Kevin O'Connor3-48/+108
2013-06-08Minor - move "tracked memory alloc" code in pmm.c.Kevin O'Connor1-98/+98
2013-04-30Add pvpanic device driverHu Tao2-0/+49
2013-03-30acpi: Use cpu_to_leXX() consistently.Kevin O'Connor2-26/+25
2013-03-30acpi: Remove dead code with descriptions of bit flags.Kevin O'Connor1-25/+1
2013-03-30acpi: Move ACPI table definitions from acpi.c to acpi.h.Kevin O'Connor2-185/+175
2013-03-30Use container_of on romfile entries.Kevin O'Connor3-44/+57
2013-03-23Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.Kevin O'Connor2-13/+19
2013-03-22acpi: make default DSDT optionalMichael S. Tsirkin2-1/+12
2013-03-22pciinit: Enable default VGA deviceAlex Williamson3-1/+42
2013-03-18mptable: Use same PCI irqs as ACPI code.Kevin O'Connor3-8/+8