]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
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
2013-11-29 Gerd Hoffmannpci: log pci windows
2013-11-29 Gerd Hoffmannpci: tweak + comment minimum allocations
2013-11-29 Gerd Hoffmannpci: align 64bit pci regions to 1G
2013-11-29 Gerd Hoffmannpci: don't map usb host adapters above 4G
2013-11-29 Gerd Hoffmannpci: don't reorder entries when moving to 64bit list
2013-11-20 Michael S.... acpi: strip compiler info in built-in DSDT if any
2013-11-06 Gerd HoffmannAdd support for etc/e820 fw_cfg file
2013-11-06 Gerd HoffmannAdd qemu_cfg_e820 function.
2013-11-06 Michael S.... acpi: load and link tables through romfile loader
2013-11-06 Michael S.... romfile_loader: utility to patch in-memory ROM files
2013-11-06 Michael S.... biostables: support looking up RSDP
2013-10-26 Kevin O'ConnorMinor - eliminate the SET_GLOBAL macro.
2013-10-26 Kevin O'Connormegasas: Don't attempt to access 'struct pci_device...
2013-10-26 Kevin O'ConnorConvert op->drive_g from a 16bit pointer to a 32 bit...
2013-10-26 Paul Menzelhw/usb-xhci.c: Code refactoring to not override initial...
2013-10-26 Paul MenzelACPI DSDT: Make control method `IQCR` serialized
2013-10-26 Jonathan A... vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises...
2013-10-26 Evgeny BudilovskyAdd pvscsi boot support
2013-10-17 Kevin O'ConnorBuild different final files for QEMU, coreboot, and...
2013-10-15 Kevin O'ConnorRun ahci code entirely in 32bit mode.
2013-10-15 Kevin O'ConnorSupport call16() calls after entering 32bit mode from...
next