aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.Kevin O'Connor3-7/+7
2013-03-05Cache boot-fail-wait to avoid romfile access after POST.Kevin O'Connor1-6/+9
2013-03-03Minor - note that passing QEMU config via cmos is deprecated.Kevin O'Connor1-0/+4
2013-03-03floppy: Actually do controller reset in floppy_reset().Kevin O'Connor1-2/+8
2013-03-03floppy: Implement media format sensing.Kevin O'Connor1-45/+78
2013-03-03floppy: Improve floppy_pio() error checking.Kevin O'Connor1-18/+42
2013-03-03floppy: Move recalibration and results parsing to floppy_cmd().Kevin O'Connor1-98/+78
2013-03-03floppy: Clean up Check Interrupt Status code.Kevin O'Connor1-44/+61
2013-03-03floppy: Cleanup floppy irq wait handling.Kevin O'Connor2-45/+45
2013-03-03floppy: Introduce 'struct floppy_pio_s' for floppy PIO ops.Kevin O'Connor1-68/+90
2013-03-03Minor - improve comments and grouping of handle_08().Kevin O'Connor1-3/+3
2013-03-03Support using the "extra stack" for all 16bit irq entry points.Kevin O'Connor2-0/+67
2013-03-03Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.Kevin O'Connor5-13/+23
2013-02-23Minor - introduce numeric defines for the IVT offset of hw irqs.Kevin O'Connor3-5/+8
2013-02-23Minor - fix confusing final_sec32low_start name in layoutrom.py.Kevin O'Connor1-3/+3
2013-02-23Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.Kevin O'Connor2-4/+9
2013-02-23Add acpi_reboot() reset method using RESET_REGDavid Woodhouse3-11/+64
2013-02-23Rename find_pmtimer() to find_acpi_features()David Woodhouse5-13/+11
2013-02-23Fix return type of le64_to_cpu() and be64_to_cpu()David Woodhouse1-2/+2
2013-02-21seabios: Add a dummy PCI slot to irq mapping functionAlex Williamson1-1/+9
2013-02-21seabios q35: Add new PCI slot to irq routing functionAlex Williamson1-1/+32
2013-02-20Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.Kevin O'Connor10-42/+42
2013-02-19Eliminate separate BiosTableSpace[] space for f-segment allocations.Kevin O'Connor3-11/+19
2013-02-19Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor12-40/+40
2013-02-19Move malloc's ZoneFSeg and ZoneLow setup to malloc_init.Kevin O'Connor1-10/+5
2013-02-19Don't relocate "varlow" variable references at runtime.Kevin O'Connor6-54/+54
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor25-72/+58
2013-02-18Introduce VARFSEG for variables that will reside in the f-segment.Kevin O'Connor2-7/+26
2013-02-18Minor assembler enhancements to __csm_return.Kevin O'Connor1-9/+8
2013-02-18Remove unnecessary "export" declarations from assembler functions.Kevin O'Connor1-2/+2
2013-02-18seabios q35: Enable all PIRQn IRQs at startupAlex Williamson1-4/+2
2013-02-18Disable handle_post() on CSM builds.Kevin O'Connor1-0/+3
2013-02-18Disable CONFIG_THREAD_OPTIONROMS for CSM buildDavid Woodhouse1-1/+1
2013-02-18Verify CC is valid during build tests.Kevin O'Connor1-1/+8
2013-02-17Clarify build generated "zone low" values.Kevin O'Connor6-36/+36
2013-02-17Report on f-segment UMB ram also.Kevin O'Connor1-1/+2
2013-02-17Rename rom_get_top() to rom_get_max().Kevin O'Connor4-8/+8
2013-02-17build: Don't require $(OUT) to be a sub-directory of the main directory.Kevin O'Connor3-10/+10
2013-02-17Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".Kevin O'Connor1-3/+3
2013-02-16Enable VGA output when setting Cirrus-specific modeLaszlo Ersek1-0/+1
2013-02-16Enable VGA output when settings bochs-specific modeDavid Woodhouse1-0/+1
2013-02-15geodevga: fix wrong define nameChristian Gmeiner2-2/+2
2013-02-15geodevga: add debug to msr functionsChristian Gmeiner1-0/+7
2013-02-15geodevga: move output setup to own functionChristian Gmeiner1-29/+35
2013-02-15geodevga: move framebuffer setupChristian Gmeiner1-12/+17
2013-02-15geodevga: fix errors in geode_fp_* functionsChristian Gmeiner1-2/+2
2013-02-15Implement !CONFIG_BOOT for CSMDavid Woodhouse1-0/+15
2013-02-15Implement !CONFIG_OPTIONROMS support for CSMDavid Woodhouse1-0/+5
2013-02-15Make CONFIG_OPTIONROMS_DEPLOYED depend on CONFIG_QEMUDavid Woodhouse1-1/+1
2013-02-15Warn on unaligned PCI ROM structure in option roms.Kevin O'Connor1-0/+3