]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2015-01-07 Kevin O'Connoruhci: Merge uhci_send_control with uhci_send_bulk
2015-01-07 Kevin O'Connorohci: Merge ohci_send_control with ohci_send_bulk
2015-01-07 Kevin O'Connorehci: Merge ehci_send_control with ehci_send_bulk
2015-01-07 Kevin O'Connorehci: Simplify fillTDbuffer() and rename
2015-01-07 Kevin O'Connorehci: No need to support td array wrapping
2015-01-07 Kevin O'Connorvgabios: Support emulated text in gfx_read_char()
2015-01-06 Paolo Bonzinivgabios: implement read char in graphics mode
2015-01-06 Paolo Bonzinivgabios: fix graphics operation with Bochs VGA in non...
2015-01-01 Kevin O'Connoruhci: Increase bulk transfer STACKTDS to 16
2015-01-01 Kevin O'Connoruhci: Enable "depth" tree traversal for bulk transfers
2015-01-01 Kevin O'Connordocs: Add documentation on using readserial.py script
2015-01-01 Kevin O'Connorreadserial: Enhance pipe support
2015-01-01 Kevin O'Connorusb: Add support for OHCI bulk transfers
2014-12-29 Kevin O'Connorblock: Check for read/write requests over 64K
2014-12-29 Kevin O'Connorcdrom: Break up very large read requests into smaller...
2014-12-29 Kevin O'Connorscsi: Don't export cdb_* functions
2014-12-29 Kevin O'Connorcdrom: call scsi_process_op() instead of cdb_read()
2014-12-29 Kevin O'Connorscsi: Move process_scsi_op() to hw/blockcmd.c and rename
2014-12-29 Kevin O'Connorscsi: Move cdb_* functions above scsi_* functions
2014-12-29 Kevin O'Connordocs: Add page describing SeaBIOS final object linking
2014-12-29 Kevin O'Connordocs: Add info on MODE16/MODESEGMENT compile time flags
2014-12-29 Kevin O'Connordocs: Don't point to repo README files
2014-12-29 Kevin O'ConnorAdd wiki documentation to repository
2014-12-29 Kevin O'Connorsdcard: Initial support for SD cards on PCI SDHCI contr...
2014-12-16 Kevin O'ConnorSimplify README files - point to online documentation...
2014-12-16 Kevin O'Connorusb: Update USB hub code to support super speed hubs
2014-12-03 Kevin O'ConnorEliminate FUNCFSEG - only force portions of inline...
2014-12-03 Kevin O'ConnorUse macros for .code16/32 mode switches in inline asm...
2014-12-03 Kevin O'ConnorMinor - be consistent in placement of .code16/32 in...
2014-12-03 Kevin O'Connorfloppy: Make sure to yield() during floppy PIO
2014-12-03 Gerd Hoffmannbuild: set LC_ALL=C
2014-11-25 Gerd Hoffmannadd scripts/tarball.sh
2014-11-12 Kevin O'Connorpciinit: Fix build warning in mch_pci_slot_get_irq()
2014-11-12 Kevin O'ConnorFix build issue on gcc34
2014-11-12 Kevin O'ConnorMinor - comment updates in romlayout.S
2014-11-12 Kevin O'ConnorUse an aligned stack offset when entering on the extra...
2014-11-12 Kevin O'Connorvgabios: Add software cursor capability
2014-11-12 Kevin O'Connorvgabios: Support emulating text mode attributes while...
2014-11-12 Kevin O'ConnorMinor - move PORT_PS2_CTRLB from hw/ps2port.h to hw...
2014-11-10 Hannes Reineckemegasas: read addional PCI I/O bar
2014-11-03 Kevin O'ConnorFix PNP regression introduced in 99cb8f3e due to missed...
2014-10-27 Kevin O'Connorvgabios: Add support for reading framebuffer in "direct...
2014-10-27 Kevin O'Connorvgabios: Fill in available legacy modes in video_func_s...
2014-10-27 Kevin O'Connorvgabios: Move standard table definitions to std/vga.h
2014-10-27 Kevin O'Connorvgabios: Only set the dcc_index=8 if stdvga ports are...
2014-10-27 Kevin O'Connorvgabios: Only init BDA device details in init_bios_area()
2014-10-27 Kevin O'Connorvgabios: Refactor get/set_cursor_shape() code
2014-10-27 Kevin O'Connorvgabios: Set cursor shape fixes
2014-10-27 Kevin O'Connorvgabios: Rename vbe_flags to flags
2014-10-27 Kevin O'Connorvgabios: Don't pass vmode_g to vgafb_move_chars() ...
2014-10-27 Kevin O'Connorvgabios: Cache a pointer to the current mode struct...
2014-10-27 Kevin O'Connorvgabios: Don't declare custom internal BDA storage...
2014-10-27 Kevin O'ConnorRemove unused macro ENTRY_ST
2014-10-27 Kevin O'ConnorDo full BREGS backup/restore for pmm, pnp, and irqentry...
2014-10-27 Kevin O'ConnorCreate assembler macros for saving and restoring 'struc...
2014-10-27 Kevin O'ConnorDon't clobber %ax on ENTRY_INTO32 macro
2014-10-27 Kevin O'ConnorUse 32bit memcpy in int1587 when applicable
2014-10-16 Kevin O'Connorusb: Use usb_realloc_pipe for pipe alloc, update, and...
2014-10-16 Kevin O'Connorehci: Export ehci_realloc_pipe() instead of ehci_alloc_...
2014-10-16 Kevin O'Connorohci: Export ohci_realloc_pipe() instead of ohci_alloc_...
2014-10-16 Kevin O'Connoruhci: Export uhci_realloc_pipe() instead of uhci_alloc_...
2014-10-16 Kevin O'Connorxhci: Change xhci_update_pipe() to xhci_realloc_pipe...
2014-10-16 Kevin O'Connorusb: Clarify usb freelist manipulations
2014-10-16 Kevin O'Connorusb: Rename free_pipe() to usb_free_pipe()
2014-10-16 Kevin O'Connorusb: Rename send_default_control() to usb_send_default_...
2014-10-16 Kevin O'Connorusb: Rename findEndPointDesc() to usb_find_desc()
2014-10-16 Kevin O'Connorusb: Rename usb_getFrameExp() to usb_get_period()
2014-10-16 Kevin O'Connorusb: Rename ?hci_control() to ?hci_send_control()
2014-10-15 Kevin O'ConnorBackup and restore a20 on call32_sloppy()
2014-10-15 Kevin O'ConnorMove a20 code from system.c and ps2port.h to x86.h
2014-10-15 Kevin O'ConnorImplement call32 mechanism using SMIs.
2014-10-11 Kevin O'ConnorFully restore 16bit state during call16_sloppy()
2014-10-11 Kevin O'ConnorBreak up call32() into call32() and call32_sloppy()
2014-10-11 Kevin O'ConnorMove call16() functions from romlayout.S to inline...
2014-10-11 Kevin O'Connorbuild: Support declaring 32bit C functions that must...
2014-10-11 Kevin O'ConnorUpdate reset() to use call16_back()
2014-10-11 Kevin O'ConnorSimplify farcall16 code
2014-10-11 Kevin O'ConnorTrack when entering via call32() and use the same mode...
2014-09-30 Kevin O'ConnorUpdate stack_hop_back() to jump to 16bit mode if called...
2014-09-30 Kevin O'ConnorUpdate invoke_mouse_handler() to use need_hop_back()
2014-09-30 Kevin O'ConnorAdd need_hop_back() call that determines if stack_hop_b...
2014-09-30 Kevin O'ConnorMove stack hop code below call32/call16 code in stacks.c
2014-09-30 Kevin O'Connorpmm: Fix entry point to support non-zero %ss
2014-09-30 Kevin O'ConnorRevert "Use the extra stack for 16bit USB and PS2 keybo...
2014-09-16 Kevin O'Connorehci: Fix bug in hub port assignment
2014-09-16 Kevin O'Connorusb: Perform device detect polling on all usb controllers.
2014-09-16 Kevin O'Connorehci: Stall uhci/ohci init only until default port...
2014-09-16 Kevin O'Connorohci: Repeatedly poll for device detect for 100ms.
2014-09-16 Kevin O'Connoruhci: Repeatedly poll for device detect for 100ms.
2014-09-10 Kevin O'Connorxhci: Change xhci_hub_detect() to use connect status...
2014-09-10 Kevin O'Connorusb-hub: Enable power to all ports prior to calling...
2014-09-10 Kevin O'Connorehci: Move port power up from ehci_hub_detect() to...
2014-09-10 Kevin O'Connorxhci: Add xhci_check_ports() and xhci_free_pipes()...
2014-09-10 Kevin O'Connorxhci: Move root hub and setup code to top of file.
2014-09-10 Kevin O'Connorxhci: Use high memory instead of low memory for interna...
2014-09-10 Kevin O'Connorxhci: Remove 16bit code wrappers.
2014-09-09 Kevin O'Connorxhci: Call usb_desc2pipe() on xhci_update_pipe().
2014-09-09 Kevin O'Connorusb: Fix usb_xfer_time() to work when called in 16bit...
2014-08-25 Kevin O'Connorbuild: Update kconfig to version in Linux 3.16.
2014-08-23 Kevin O'ConnorMinor - remove stray tab from src/fw/smm.c.
next