aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-14USB-EHCI: Fix null pointer assignmentAvik Sil1-1/+1
2013-02-13vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.Kevin O'Connor1-3/+3
2013-02-13Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor8-40/+49
2013-02-12Integrate qemu_cfg_preinit() into qemu_romfile_init().Kevin O'Connor3-28/+16
2013-02-12Process fw_cfg e820 entries during the fw_cfg setup stage.Kevin O'Connor2-41/+23
2013-02-12Convert fw_cfg NUMA entries into a romfile entry.Kevin O'Connor3-34/+16
2013-02-12Convert basic integer fw_cfg entries into romfile entries.Kevin O'Connor6-53/+9
2013-02-12Convert fw_cfg SMBIOS entries into romfile entries.Kevin O'Connor3-176/+121
2013-02-12Convert fw_cfg ACPI entries into romfile entries.Kevin O'Connor3-41/+38
2013-02-12Support skipping content when reading from QEMU fw_cfg romfile entries.Kevin O'Connor3-17/+27
2013-02-12Unify return path for CSM to go via csm_return()David Woodhouse2-21/+22
2013-02-12Use find_pmtimer() after copying coreboot ACPI tablesDavid Woodhouse2-2/+3
2013-02-12Use find_pmtimer() after copying Xen ACPI tablesDavid Woodhouse1-0/+3
2013-02-12Move find_pmtimer() to ACPI table setup where it logically belongsDavid Woodhouse1-2/+2
2013-02-12Don't calibrate TSC if PMTIMER is already set upDavid Woodhouse1-4/+10
2013-02-12Fix rom_reserve()/rom_confirm() for CSM oprom dispatchDavid Woodhouse1-1/+3
2013-02-12Update tools/acpi_extract.py to handle iasl 20130117 release.Kevin O'Connor1-2/+2
2013-02-12The mathcp setup touches the PIC and thus move to the "setup" phase.Kevin O'Connor3-3/+3
2013-02-12Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.Kevin O'Connor1-8/+6
2013-02-12Only perform SMP setup on QEMU.Kevin O'Connor1-13/+10
2013-02-12Minor - move definitions to paravirt.c from paravirt.h.Kevin O'Connor2-22/+25
2013-02-12Convert kvm_para_available() to runningOnKVM().Kevin O'Connor2-25/+30
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor25-70/+57
2013-02-10Add runningOnQEMU() and runningOnXen() for runtime platform detection.Kevin O'Connor5-7/+41
2013-02-09No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2-8/+6
2013-02-09Determine century during init and store in VARLOW mem during runtime.Kevin O'Connor1-10/+16
2013-02-08Enable PMTIMER for CSM buildDavid Woodhouse2-1/+3
2013-02-08Add find_pmtimer() functionDavid Woodhouse2-12/+37
2013-02-08Add README.CSMDavid Woodhouse1-0/+21
2013-02-08Undo incorrect assumptions about Xen in commit 6ca0460f.Kevin O'Connor2-24/+8
2013-02-07POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor3-13/+13
2013-02-07POST: Reorganize post entry and "preinit" functions.Kevin O'Connor3-39/+47
2013-02-07POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c.Kevin O'Connor3-67/+68
2013-02-07Add CSM supportDavid Woodhouse8-1/+402
2013-02-07Ensure exported symbols are visible in the final linkKevin O'Connor1-22/+23
2013-02-07Add pic_save_mask() and pic_restore_mask() functionsDavid Woodhouse2-0/+18
2013-02-07Complete and checksum EFI_COMPATIBILITY16_TABLE at build timeDavid Woodhouse1-0/+27
2013-02-07Import LegacyBios.h from OVMFDavid Woodhouse1-0/+965
2013-02-07Export copy_smbios() from biostables.cDavid Woodhouse2-1/+2
2013-02-07Export callrom() for CSM to useDavid Woodhouse2-1/+4
2013-02-07post: Export functions which will be used individually by CSMDavid Woodhouse2-4/+15
2013-02-07Support calling a function other than maininit() from reloc_preinit().Kevin O'Connor1-11/+13
2013-02-07Fix rebase error in commit 8a0a972f that broke LOWMEM variables.Kevin O'Connor1-0/+4
2013-02-05Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT isDavid Woodhouse1-2/+2
2013-02-05Add macros for pushing and popping struct bregsDavid Woodhouse1-45/+29
2013-02-05POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor4-143/+151
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor69-282/+279
2013-01-20Minor: Update README - variable changes are now reset on soft-reboots.Kevin O'Connor1-8/+7
2013-01-20pmm: Use 'struct segoff_s' in pmm header.Kevin O'Connor1-9/+4
2013-01-12vgabios: implement AX=1120H..1124H functionsrel-1.7.2Paolo Bonzini1-0/+60