aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-1873-370/+425
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-1844-605/+658
* 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
* build: Perform compile checking on vgasrc code.Kevin O'Connor2013-09-181-1/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-1863-52/+111
* 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-1822-179/+212
* readme: Minor - fix typo in readme.Kevin O'Connor2013-09-181-1/+1
* vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor2013-09-181-0/+4
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-184-19/+18
* bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann2013-09-161-19/+48
* ahci: add missing check for allocation failureGerd Hoffmann2013-09-161-9/+16
* README: Update readme to note scripts/ directory rename and vgasrc/ directory.Kevin O'Connor2013-09-131-1/+6
* build: Reorder makefile source list to group like files together.Kevin O'Connor2013-09-021-11/+16
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-0244-30/+30
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-0283-91/+91
* build: Don't use vpath makefile directive.Kevin O'Connor2013-09-021-14/+12
* Update kconfig to latest version.Kevin O'Connor2013-08-2439-1170/+5304
* Rename tools/ directory to scripts/ directory.Kevin O'Connor2013-08-1756-34/+34
* 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-107-21/+156
* Minor cleanups to smm assembler.Kevin O'Connor2013-08-101-18/+19
* apm: fix shutdownGerd Hoffmann2013-08-084-0/+14
* acpi_extract.py: document DEVICE directivesMichael S. Tsirkin2013-08-021-0/+3
* 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-2010-245/+273
* acpi: sync FADT flags from PIIX4 to Q35Michael S. Tsirkin2013-07-181-3/+3
* PIC code cleanups.Kevin O'Connor2013-07-1410-106/+90
* Update README to include info on VARLOW variables.Kevin O'Connor2013-07-141-11/+14
* 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