]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2014-04-07 Kevin O'ConnorMove PirAddr definition from pirtable.c to biostables.c.
2014-04-07 Kevin O'Connorsmbios: Move smbios parsing logic from smbios.c to...
2014-04-07 Kevin O'Connoracpi: Move acpi parsing logic from acpi.c to biostables...
2014-04-07 Kevin O'ConnorReplace CONFIG_THREAD_OPTIONROMS with a runtime config...
2014-04-05 Kevin O'ConnorMinor - fix some typos in comments.
2014-04-05 Kevin O'Connorusb: Only disable HID devices if both USB_MOUSE and...
2014-03-20 Eric Northupvp_init_simple: enable PCI bus-mastering before relying...
2014-03-20 Eric Northupinit_virtio_blk, init_virtio_scsi: reset HBA on error
2014-03-20 Kevin O'Connorsmbios: Default all values to zero.
2014-03-06 Gerd Hoffmannvga: rework bar detection, add virtio-vga
2014-03-05 Kevin O'Connorvgabios: Fix PMM allocation request size.
2014-02-17 Kevin O'Connorcoreboot: Move links file processing to its own function.
2014-02-17 Kevin O'ConnorEnhance nullTrailingSpace() so that it can also skip...
2014-02-17 Kevin O'Connorcoreboot: Add support for a "links" file to have aliase...
2014-02-11 Kevin O'Connorvgabios: Make sure stdvga_list_modes() doesn't overrun...
2014-02-08 Kevin O'Connorvgabios: Refactor write_teletype and write_chars.
2014-02-08 Kevin O'Connorvgabios: Don't interpret TAB character.
2014-02-06 Kevin O'Connorvgabios: Attempt to detect old x86emu and force a fault.
2014-02-06 Kevin O'Connorvgabios: Simplify save/restore mechanism.
2014-02-06 Kevin O'Connorvgabios: Simplify the bios save state area.
2014-02-05 Kevin O'Connorvgabios: Make sure exported structs use PACKED.
2014-01-29 Kevin O'Connorxhci: Add copyright notice to usb-xhci.c
2014-01-29 Kevin O'Connorxhci: Use the same endpoint initialization code in...
2014-01-29 Kevin O'Connorusb: Move default pipe max packet size code from xhci...
2014-01-29 Kevin O'Connorusb: USB 3 devices encode bMaxPacketSize0 field.
2014-01-29 Kevin O'ConnorIncrease maximum size of permanent high memory area.
2014-01-29 Kevin O'Connorxhci: Check if scratch pad allocation fails.
2014-01-29 Kevin O'ConnorRemove pci_writel() and pci_readl() functions.
2014-01-29 Kevin O'Connorxhci: Run the XHCI driver entirely in 32bit mode.
2014-01-29 Kevin O'ConnorAdd space between DTYPE_* definitions.
2014-01-29 Kevin O'ConnorAdd call32_params() helper function.
2014-01-29 Kevin O'Connorxhci: Support USB hubs on xhci controllers.
2014-01-29 Kevin O'Connorxhci: Report the "protocol defined" and PSIC bits of...
2014-01-29 Kevin O'Connorxhci: Don't use a dummy endpoint count in configure...
2014-01-29 Kevin O'Connorxhci: Allow the XHCI USB controller to be enabled for...
2014-01-29 Kevin O'Connorxhci: Support xhci controllers with 64 byte contexts.
2014-01-29 Kevin O'Connorxhci: Eliminate 'struct xhci_device'.
2014-01-29 Kevin O'Connorxhci: Move set_address code from xhci_control to xhci_a...
2014-01-29 Kevin O'Connorxhci: Allocate and free the xhci inctx structure on...
2014-01-29 Kevin O'Connorxhci: Verify PAGESIZE register before initializing...
2014-01-29 Kevin O'Connorxhci: Set the interval parameter on interrupt pipes.
2014-01-29 Kevin O'Connorxhci: Fix incorrect direction setting on status transmi...
2014-01-29 Kevin O'Connorxhci: Use 64bit writes to ERDP register.
2014-01-29 Gerd Hoffmannxhci: allocate scratch pad buffers
2014-01-27 Gerd Hoffmannpci: improve io address space allocation
2014-01-22 Kevin O'Connordebug: Unify the SeaBIOS debug version banner.
2014-01-22 Kevin O'Connordebug: Only call serial_debug_preinit() at startup.
2014-01-22 Kevin O'Connordebug: Add runtime option to not report the debug seria...
2014-01-22 Kevin O'Connorcoreboot: Support alternative locations for CBFS.
2014-01-22 Kevin O'Connorscripts: Allow encodeint.py to take integers in hex...
2014-01-22 Kevin O'Connorbuild: Update kconfig to version in Linux 3.13.
2014-01-22 Gerd Hoffmannsmbios: catch zero-length strings
2014-01-20 Johannes Krampfbuild: Be careful with unicode and byte strings for...
2014-01-20 Johannes Krampfbuild: Avoid sort() on unordered classes for python3...
2014-01-20 Johannes Krampfbuild: Be explicit that we want integers when dividing...
2014-01-20 Johannes Krampfbuild: Make print statements in scripts python3 compatible.
2014-01-20 Johannes Krampfbuild: Remove unneccesary semicolons from acpi_extract...
2014-01-20 Kevin O'Connorehci: memset the qTD structures in ehci_alloc_intr_pipe
2014-01-17 Laszlo Ersekinit_virtio_scsi(): reset the HBA before freeing its...
2014-01-15 Kevin O'ConnorMinor - fix misspelling in romfile.c comment.
2014-01-15 Kevin O'ConnorMinor - pciinit.c - order header files and use static...
2014-01-15 Marcel Apfelbaumresume: restore piix pm config registers after resume
2014-01-10 Sander EikelenboomPrevent build failure by not splitting line in the...
2013-12-27 Kevin O'Connorusb: Replace EHCI to UHCI/OHCI synchronization with...
2013-12-27 Kevin O'Connorpvscsi: Remove use of LOWFLAT and GLOBALFLAT macros.
2013-12-27 Kevin O'Connorpvscsi: Always run entirely in 32bit mode.
2013-12-27 Kevin O'Connorpvscsi: Don't store reference to struct pci_device.
2013-12-27 Kevin O'ConnorAlways perform thread cleanup on MainThread stack.
2013-12-27 Kevin O'ConnorRemove unnecesary updates of the disk op->count field.
2013-12-27 Kevin O'ConnorClear the total block transfer count on error.
2013-12-27 Kevin O'ConnorRemove the pmm handle argument from _malloc().
2013-12-23 Kevin O'Connorbuild: Don't trash the .config file when src/Kconfig...
2013-12-22 Kevin O'Connorcoreboot: Make sure to print the SeaBIOS version in... rel-1.7.4
2013-12-22 Kyösti MälkkiFix CBMEM console overflow
2013-12-13 Kevin O'Connorfloppy: Implement cylinder seeking when accessing a...
2013-12-13 Kevin O'ConnorOn disk format request, verify cylinders and pass to...
2013-12-13 Kevin O'Connorfloppy: Encode command and flags into single value...
2013-12-12 Gerd Hoffmannchange boot order load log level
2013-12-12 Gerd Hoffmannrun qemu_cfg_e820 only for CONFIG_QEMU=y
2013-12-10 Kevin O'ConnorSmall improvements to irqentry_extrastack assembler.
2013-12-09 Kevin O'Connorvgabios: Avoid memory references via %esp register...
2013-12-07 Kevin O'Connorfloppy: Fix accesses to DOR register.
2013-12-07 Kevin O'Connorfloppy: Fix incorrect LBA to CHS translation.
2013-12-07 Kevin O'ConnorSeparate out sec32init sections even when not doing...
2013-12-05 Kevin O'ConnorMinor - move sgdt/lgdt macros from stacks.c to x86.h.
2013-12-05 Gerd Hoffmannadd hw/serialio.c to SRC32SEG
2013-12-04 Kevin O'Connorfloppy: Minor - add warnings if timeouts occur.
2013-12-04 Kevin O'Connorvgabios: Move initialization code to new file vgainit.c.
2013-12-04 Kevin O'Connorvgabios: Support allocating an extra stack for vgabios...
2013-12-04 Kevin O'ConnorMinor - update file comment on bootsplash.c.
2013-12-04 Kevin O'Connorvgabios: Work around lack of support for "calll" in...
2013-12-04 Kevin O'Connorvgabios: Avoid possible divide by zero in bochsvga_set_...
2013-12-04 Kevin O'Connorvgabios: Add bochsvga "HDTV" resolutions.
2013-12-04 Kevin O'Connorvgabios: Support custom fonts in vga framebuffer text...
2013-12-04 Kevin O'Connorvgabios: Load the DAC palette in "packed" modes on...
2013-12-04 Kevin O'ConnorMove low-level hardware writing from output.c to new...
2013-12-04 Gerd Hoffmannahci: alloc structs in high memory
2013-12-04 Gerd Hoffmannahci: remote some parentheses
2013-12-04 Gerd Hoffmannahci: zap real mode macros
2013-11-29 Gerd Hoffmannpci: map 64-bit BARs at location provided by emulator
next