aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* config: allow DEBUG_IO for !QEMUGerd Hoffmann2013-06-122-2/+3
* Convert PCIDevices list to use standard list manipultion code.Kevin O'Connor2013-06-086-15/+15
* Convert pciinit.c to use standard list manipulation code.Kevin O'Connor2013-06-081-34/+30
* Convert boot.c to use standard list manipulation code.Kevin O'Connor2013-06-081-20/+17
* Convert stacks.c to use standard list manipulation code.Kevin O'Connor2013-06-081-17/+15
* Introduce helper function have_threads() in stacks.c.Kevin O'Connor2013-06-081-10/+12
* Minor - relocate code in stacks.c to keep low-level thread code together.Kevin O'Connor2013-06-081-52/+57
* Introduce and convert pmm code to use standard list helpers.Kevin O'Connor2013-06-083-48/+108
* Minor - move "tracked memory alloc" code in pmm.c.Kevin O'Connor2013-06-081-98/+98
* Add pvpanic device driverHu Tao2013-04-302-0/+49
* acpi: Use cpu_to_leXX() consistently.Kevin O'Connor2013-03-302-26/+25
* acpi: Remove dead code with descriptions of bit flags.Kevin O'Connor2013-03-301-25/+1
* acpi: Move ACPI table definitions from acpi.c to acpi.h.Kevin O'Connor2013-03-302-185/+175
* Use container_of on romfile entries.Kevin O'Connor2013-03-303-44/+57
* Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.Kevin O'Connor2013-03-232-13/+19
* acpi: make default DSDT optionalMichael S. Tsirkin2013-03-222-1/+12