]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2016-07-13 Paolo Bonzinismp: restore MSRs on S3 resume 1.9-stable upstream/1.9-stable
2016-07-01 Haozhong Zhangfw/msr_feature_control: add support to set MSR_IA32_FEA... rel-1.9.3
2016-06-01 Alex Williamsonfw/pci: Add support for mapping Intel IGD via QEMU
2016-03-07 Marcel Apfelbaumfw/pci: add Q35 S3 support rel-1.9.2
2016-02-24 Kevin O'Connorbuild: fix .text section address alignment
2016-01-18 Cole Robinsonbiostables: Support SMBIOS 2.6+ UUID format rel-1.9.1
2016-01-15 Marcel Apfelbaumfw/pci: do not automatically allocate IO region for...
2016-01-15 Kevin O'Connorcoreboot: Check for unaligned cbfs header
2016-01-15 Kevin O'Connorscsi: Do not call printf() from scsi_is_ready()
2016-01-15 Kevin O'Connornmi: Don't try to switch onto extra stack in NMI handler
2016-01-15 Kevin O'Connorsdcard: fix typo causing 32bit write to 16bit block_siz...
2016-01-15 Kevin O'Connorsdcard: Only enable error_irq_enable for bits defined...
2016-01-15 Kevin O'Connorxhci: Wait for port enable even for USB3 devices
2016-01-15 Kevin O'Connorxhci: Check for device disconnects during USB2 reset...
2016-01-14 Roger Pau Monnebuild: fix typo in buildversion.py
2015-11-17 Kevin O'Connordocs: Note v1.9.0 release rel-1.9.0
2015-11-11 Kevin O'Connorbuildversion: Add debugging messages
2015-11-09 Kevin O'Connorbuildversion: Avoid subprocess.check_output() as that...
2015-11-04 Kyösti MälkkiPCI SDHCI driver: Fix base address
2015-10-26 Kevin O'Connordocs: Minor - replace seavgabios text in Build_overview...
2015-10-24 Kevin O'Connorvirtio: Minor - replace tab characters with space
2015-10-24 Kevin O'Connorbiostables: Minor - fix incorrect indentation
2015-10-24 Kevin O'Connorcoreboot: Minor - avoid K&R style function declaration
2015-10-23 Kevin O'Connorbuild: Allow official tarball builds to be considered...
2015-10-23 Kevin O'Connordocs: Document 'make EXTRAVERSION=xyz' and scripts...
2015-10-22 Kevin O'Connorbuild: Be more permissive in buildversion.py tool versi...
2015-10-21 Marc MaríAdd QEMU fw_cfg DMA interface
2015-10-15 Kevin O'Connormalloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
2015-10-15 Kevin O'Connorstacks: Use macro wrappers for call32() and stack_hop_b...
2015-10-15 Kevin O'Connorbuild: Generate "reproducible" version strings on ...
2015-10-15 Kevin O'Connorbuild: Report gcc and binutils versions in debug log
2015-10-15 Kevin O'Connorbuild: Rework version generation; don't allow make...
2015-10-15 Kevin O'Connormemmap: Introduce SYMBOL() macro to access linker scrip...
2015-10-15 Kevin O'Connormalloc: Don't mix virtual and physical addresses
2015-10-15 Kevin O'Connormalloc: Add warning if free() called on invalid memory
2015-10-15 Kevin O'Connormalloc: Introduce common helper alloc_new_detail()
2015-10-15 Kevin O'Connormalloc: Use consistent naming for internal low-level...
2015-10-15 Kevin O'Connorvirtio: Move standard definitions from virtio-ring...
2015-10-15 Kevin O'Connorvirtio: Simplify vring alignment code
2015-10-15 Kevin O'Connore820: Update debugging messages to report 64bit values
2015-10-15 Kevin O'Connore820: Rename memmap.c to e820map.c and use consistent...
2015-10-15 Kevin O'Connore820: Introduce e820_remove() and avoid exporting E820_HOLE
2015-10-09 Stefan WeilFix typos found by codespell
2015-10-09 Kevin O'ConnorAlways enable caching on transition32; backup/restore...
2015-10-09 Kevin O'ConnorConsolidate code16*() functions
2015-09-14 Kevin O'ConnorUse transition32_nmi_off from call32() and call16_back()
2015-09-14 Kevin O'ConnorUnify call32_sloppy() and call32()
2015-09-14 Kevin O'ConnorUnify inline assembler in variants of call16 functions
2015-09-14 Kevin O'ConnorRename Call32Data to Call16Data
2015-09-14 Kevin O'ConnorUnify smm/sloppy variants of call32_prep/post and call1...
2015-09-13 Magnus Granbergbuild: use -fstack-check=no when available
2015-09-08 Kevin O'Connordocs: Minor - add "code relocation" link to "Execution...
2015-09-03 Kevin O'ConnorSimplify transition16/32 assembler code
2015-09-03 Kevin O'Connorminor - correct spelling error in comment
2015-09-03 Kevin O'Connormegasas: Use outl() on MFI_IDB register
2015-09-03 Stefan Weilmegasas: Fix outw, outl argument order
2015-09-03 Kevin O'Connorsdcard: Obtain card capacity and report it on the boot...
2015-09-03 Kevin O'Connorsdcard: Display sdcard product name in boot menu
2015-09-03 Kevin O'Connorsdcard: Turn card_type into a bitmap and store if card...
2015-09-03 Kevin O'Connorsdcard: Move drive registration to sdcard_card_setup()
2015-09-03 Kevin O'Connorsdcard: Move frequency setting into sdcard_card_setup()
2015-09-03 Kevin O'Connorsdcard: Move sdcard_set_frequency()/sdcard_set_power...
2015-09-01 Kevin O'Connorrtc: Disable NMI in rtc_mask()
2015-08-24 Kevin O'Connordocs: Don't use an add-symbol-file offset when describi...
2015-08-24 Kevin O'Connorxhci: Minor - add USB port type comments to xhci_hub_re...
2015-08-24 Kevin O'Connorsdcard: Allow sdcard addresses to be specified in CBFS...
2015-08-24 Kevin O'Connorps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE...
2015-08-24 Kevin O'ConnorAdd minimal support for machines without hardware inter...
2015-08-17 Kevin O'Connorrtc: Support disabling the RTC timer irq support
2015-08-17 Kevin O'Connorsdcard: Allow the sdcard driver to run on real hardware
2015-08-17 Kevin O'Connorsdcard: Initial support for MMC cards
2015-08-17 Kevin O'Connorsdcard: Check for error events during sdcard_pio()
2015-08-17 Kevin O'Connorsdcard: Perform a controller reset at start of init
2015-08-17 Kevin O'Connorsdcard: Rename waitw() to sdcard_waitw() and simplify
2015-08-17 Kevin O'Connorsdcard: Implement timeout on every block read in sdcard...
2015-08-17 Kevin O'Connorsdcard: The card should never be in a busy state at...
2015-08-17 Kevin O'Connorsdcard: Power down controller on failure
2015-08-17 Kevin O'Connorsdcard: Power controller up to maximum voltage supported
2015-08-17 Kevin O'Connorsdcard: Move power setup to new function sdcard_set_power()
2015-08-17 Kevin O'Connorsdcard: Support SDHCI v3.00 spec clock setting
2015-08-17 Kevin O'Connorsdcard: Fill command bits according to spec
2015-08-17 Kevin O'Connorsdcard: Fix typo - use sdcard_pio() instead of sdcard_p...
2015-08-17 Kevin O'ConnorCall cpu_relax() if yielding prior to interrupts being...
2015-08-17 Kevin O'ConnorMove CanInterrupt check to check_irqs()
2015-08-17 Kevin O'Connoredd: Reduce parameters to fill_generic_edd()
2015-08-17 Kevin O'Connoredd: Pass the segment/offset from int 1348 calls using...
2015-08-12 Kevin O'Connoroptionroms: Don't run option rom on PCI bar if CBFS...
2015-08-10 Julius Wernerxhci: Count new Max Scratchpad Bufs bits from XHCI 1.1
2015-08-04 Kevin O'Connormptable: Don't create mptable if it is very large
2015-08-04 Kevin O'Connorsdcard: Add proper delays during card power up
2015-08-04 Kevin O'Connorsdcard: Improve SD card initialization command sequence
2015-08-04 Kevin O'Connorsdcard: Set timeout control register during init (to...
2015-08-04 Kevin O'Connorsdcard: Make sure controller support 3.3V before enabli...
2015-08-04 Kevin O'Connorsdcard: Implement controller frequency setting accordin...
2015-08-04 Kevin O'Connorsdcard: Check if card is present before sending command...
2015-08-04 Kevin O'Connorvgafb: Minor - move gfx_common() variables outside...
2015-07-30 Kevin O'Connorsmm: ignore bits 16,18-31 of SMM revision ID at runtime too
2015-07-30 Paolo Bonzinismm: fix outl argument order
2015-07-24 Kevin O'ConnorMinor - move declaration of CDRom_locks to code that...
2015-07-23 Kevin O'Connorramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY...
next