]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2013-03-09 Kevin O'Connorsmm: Don't use PCIDevices list in smm_setup().
2013-03-09 Kevin O'Connorshadow: Don't use PCIDevices list in make_bios_readonly().
2013-03-09 Kevin O'ConnorDon't use __FILE__ in virtio-ring.c.
2013-03-09 Kevin O'ConnorAdd additional dependency checks to Makefile.
2013-03-07 Kevin O'Connoracpi: Eliminate BDAT parameter passing to DSDT code.
2013-03-06 Kevin O'ConnorRename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
2013-03-06 Kevin O'ConnorCache boot-fail-wait to avoid romfile access after...
2013-03-03 Kevin O'ConnorMinor - note that passing QEMU config via cmos is depre...
2013-03-03 Kevin O'Connorfloppy: Actually do controller reset in floppy_reset().
2013-03-03 Kevin O'Connorfloppy: Implement media format sensing.
2013-03-03 Kevin O'Connorfloppy: Improve floppy_pio() error checking.
2013-03-03 Kevin O'Connorfloppy: Move recalibration and results parsing to flopp...
2013-03-03 Kevin O'Connorfloppy: Clean up Check Interrupt Status code.
2013-03-03 Kevin O'Connorfloppy: Cleanup floppy irq wait handling.
2013-03-03 Kevin O'Connorfloppy: Introduce 'struct floppy_pio_s' for floppy...
2013-03-03 Kevin O'ConnorMinor - improve comments and grouping of handle_08().
2013-03-03 Kevin O'ConnorSupport using the "extra stack" for all 16bit irq entry...
2013-03-03 Kevin O'ConnorSeparate out 16bit PCI-BIOS entry point from regular...
2013-02-24 Kevin O'ConnorMinor - introduce numeric defines for the IVT offset...
2013-02-23 Kevin O'ConnorMinor - fix confusing final_sec32low_start name in...
2013-02-23 Kevin O'ConnorTry to detect an unsuccessful hard-reboot to prevent...
2013-02-23 David WoodhouseAdd acpi_reboot() reset method using RESET_REG
2013-02-23 David WoodhouseRename find_pmtimer() to find_acpi_features()
2013-02-23 David WoodhouseFix return type of le64_to_cpu() and be64_to_cpu()
2013-02-22 Alex Williamsonseabios: Add a dummy PCI slot to irq mapping function
2013-02-22 Alex Williamsonseabios q35: Add new PCI slot to irq routing function
2013-02-21 Kevin O'ConnorUse CONFIG_ prefix for Kconfig variables; use BUILD_...
2013-02-20 Kevin O'ConnorEliminate separate BiosTableSpace[] space for f-segment...
2013-02-20 Kevin O'ConnorCalculate "RamSize" needed by 16bit interface dynamically.
2013-02-20 Kevin O'ConnorMove malloc's ZoneFSeg and ZoneLow setup to malloc_init.
2013-02-20 Kevin O'ConnorDon't relocate "varlow" variable references at runtime.
2013-02-19 Kevin O'ConnorConvert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE...
2013-02-19 Kevin O'ConnorIntroduce VARFSEG for variables that will reside in...
2013-02-19 Kevin O'ConnorMinor assembler enhancements to __csm_return.
2013-02-19 Kevin O'ConnorRemove unnecessary "export" declarations from assembler...
2013-02-18 Alex Williamsonseabios q35: Enable all PIRQn IRQs at startup
2013-02-18 Kevin O'ConnorDisable handle_post() on CSM builds.
2013-02-18 David WoodhouseDisable CONFIG_THREAD_OPTIONROMS for CSM build
2013-02-18 Kevin O'ConnorVerify CC is valid during build tests.
2013-02-17 Kevin O'ConnorClarify build generated "zone low" values.
2013-02-17 Kevin O'ConnorReport on f-segment UMB ram also.
2013-02-17 Kevin O'ConnorRename rom_get_top() to rom_get_max().
2013-02-17 Kevin O'Connorbuild: Don't require $(OUT) to be a sub-directory of...
2013-02-17 Kevin O'ConnorFix Makefile - don't reference "out/" directly, instead...
2013-02-17 Laszlo ErsekEnable VGA output when setting Cirrus-specific mode
2013-02-17 David WoodhouseEnable VGA output when settings bochs-specific mode
2013-02-16 Christian Gmeinergeodevga: fix wrong define name
2013-02-16 Christian Gmeinergeodevga: add debug to msr functions
2013-02-16 Christian Gmeinergeodevga: move output setup to own function
2013-02-16 Christian Gmeinergeodevga: move framebuffer setup
2013-02-16 Christian Gmeinergeodevga: fix errors in geode_fp_* functions
2013-02-16 David WoodhouseImplement !CONFIG_BOOT for CSM
2013-02-16 David WoodhouseImplement !CONFIG_OPTIONROMS support for CSM
2013-02-16 David WoodhouseMake CONFIG_OPTIONROMS_DEPLOYED depend on CONFIG_QEMU
2013-02-16 Kevin O'ConnorWarn on unaligned PCI ROM structure in option roms.
2013-02-14 Avik SilUSB-EHCI: Fix null pointer assignment
2013-02-14 Kevin O'Connorvgabios: Bochs/QEMU vgabios support should depend on...
2013-02-14 Kevin O'ConnorGroup QEMU platform setup together and move to paravirt.c.
2013-02-13 Kevin O'ConnorIntegrate qemu_cfg_preinit() into qemu_romfile_init().
2013-02-13 Kevin O'ConnorProcess fw_cfg e820 entries during the fw_cfg setup...
2013-02-13 Kevin O'ConnorConvert fw_cfg NUMA entries into a romfile entry.
2013-02-13 Kevin O'ConnorConvert basic integer fw_cfg entries into romfile entries.
2013-02-13 Kevin O'ConnorConvert fw_cfg SMBIOS entries into romfile entries.
2013-02-13 Kevin O'ConnorConvert fw_cfg ACPI entries into romfile entries.
2013-02-13 Kevin O'ConnorSupport skipping content when reading from QEMU fw_cfg...
2013-02-13 David WoodhouseUnify return path for CSM to go via csm_return()
2013-02-13 David WoodhouseUse find_pmtimer() after copying coreboot ACPI tables
2013-02-13 David WoodhouseUse find_pmtimer() after copying Xen ACPI tables
2013-02-13 David WoodhouseMove find_pmtimer() to ACPI table setup where it logica...
2013-02-13 David WoodhouseDon't calibrate TSC if PMTIMER is already set up
2013-02-13 David WoodhouseFix rom_reserve()/rom_confirm() for CSM oprom dispatch
2013-02-13 Kevin O'ConnorUpdate tools/acpi_extract.py to handle iasl 20130117...
2013-02-13 Kevin O'ConnorThe mathcp setup touches the PIC and thus move to the...
2013-02-13 Kevin O'ConnorStart device_hardware_setup in mainint even with CONFIG...
2013-02-13 Kevin O'ConnorOnly perform SMP setup on QEMU.
2013-02-13 Kevin O'ConnorMinor - move definitions to paravirt.c from paravirt.h.
2013-02-13 Kevin O'ConnorConvert kvm_para_available() to runningOnKVM().
2013-02-13 Kevin O'ConnorConsistently use CONFIG_COREBOOT, CONFIG_QEMU, and...
2013-02-11 Kevin O'ConnorAdd runningOnQEMU() and runningOnXen() for runtime...
2013-02-09 Kevin O'ConnorNo need to check both CONFIG_THREADS and CONFIG_THREAD_...
2013-02-09 Kevin O'ConnorDetermine century during init and store in VARLOW mem...
2013-02-09 David WoodhouseEnable PMTIMER for CSM build
2013-02-09 David WoodhouseAdd find_pmtimer() function
2013-02-09 David WoodhouseAdd README.CSM
2013-02-09 Kevin O'ConnorUndo incorrect assumptions about Xen in commit 6ca0460f.
2013-02-08 Kevin O'ConnorPOST: Move cpu caching and dma setup to platform_hardwa...
2013-02-08 Kevin O'ConnorPOST: Reorganize post entry and "preinit" functions.
2013-02-08 Kevin O'ConnorPOST: Move QEMU specific ramsize and BIOS table setup...
2013-02-08 David WoodhouseAdd CSM support
2013-02-08 Kevin O'ConnorEnsure exported symbols are visible in the final link
2013-02-08 David WoodhouseAdd pic_save_mask() and pic_restore_mask() functions
2013-02-08 David WoodhouseComplete and checksum EFI_COMPATIBILITY16_TABLE at...
2013-02-08 David WoodhouseImport LegacyBios.h from OVMF
2013-02-07 David WoodhouseExport copy_smbios() from biostables.c
2013-02-07 David WoodhouseExport callrom() for CSM to use
2013-02-07 David Woodhousepost: Export functions which will be used individually...
2013-02-07 Kevin O'ConnorSupport calling a function other than maininit() from...
2013-02-07 Kevin O'ConnorFix rebase error in commit 8a0a972f that broke LOWMEM...
2013-02-06 David WoodhouseClean up #if in pirtable.c. CONFIG_PIRTABLE can't be...
2013-02-06 David WoodhouseAdd macros for pushing and popping struct bregs
next