aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-09acpi: Fix acpi dsdt compile warning.rel-1.7.5-rc1Kevin O'Connor2-2/+1
2014-05-08Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.Kevin O'Connor3-3/+13
2014-05-08build: Make sure romlayout.o is recompiled on Kconfig change.Kevin O'Connor1-1/+1
2014-05-08xhci: Use msleep() instead of mdelay() for port status delay.Kevin O'Connor1-1/+1
2014-05-08ld: don't hardcode "-melf_i386"Roger Pau Monne1-2/+3
2014-05-06If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor5-7/+17
2014-05-06SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo3-2/+138
2014-04-16hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum3-7/+37
2014-04-16hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum3-0/+23
2014-04-14vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor1-0/+3
2014-04-12Factor out smbios table walking from display_uuid to smbios_next().Kevin O'Connor1-62/+46
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor6-10/+10
2014-04-11vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor7-4/+251
2014-04-11coreboot: Make coreboot table searching available to other code.Kevin O'Connor2-23/+38
2014-04-11vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor1-6/+6
2014-04-11Set the color attribute when calling vgabios print character.Kevin O'Connor1-0/+1
2014-04-11vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor2-0/+112
2014-04-11vgabios: Introduce text_address().Kevin O'Connor3-36/+24
2014-04-11vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.Kevin O'Connor2-367/+306
2014-04-11vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor3-122/+178
2014-04-11vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor4-13/+50
2014-04-08Minor - remove unused includes from pci.c.Kevin O'Connor2-5/+2
2014-04-07apm: Remove old Bochs mechanism for shutdown/suspend/standby.Kevin O'Connor2-29/+6
2014-04-07Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.Kevin O'Connor4-0/+4
2014-04-07Use biostables.c for copying bios tables even when generating them.Kevin O'Connor6-65/+43
2014-04-07Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor3-3/+4
2014-04-07smbios: Move smbios parsing logic from smbios.c to biostables.c.Kevin O'Connor3-72/+73
2014-04-07acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor4-149/+160
2014-04-07Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.Kevin O'Connor4-19/+30
2014-04-05Minor - fix some typos in comments.Kevin O'Connor2-2/+2
2014-04-05usb: Only disable HID devices if both USB_MOUSE and USB_KEYBOARD are off.Kevin O'Connor1-1/+1
2014-03-20vp_init_simple: enable PCI bus-mastering before relying on DMA.Eric Northup1-0/+1
2014-03-20init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup2-3/+3
2014-03-20smbios: Default all values to zero.Kevin O'Connor1-0/+1
2014-03-06vga: rework bar detection, add virtio-vgaGerd Hoffmann1-4/+12
2014-03-05vgabios: Fix PMM allocation request size.Kevin O'Connor1-1/+1
2014-02-17coreboot: Move links file processing to its own function.Kevin O'Connor1-35/+41
2014-02-17Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor4-8/+8
2014-02-17coreboot: Add support for a "links" file to have aliases in CBFS.Kevin O'Connor1-0/+39
2014-02-11vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.Kevin O'Connor1-1/+1
2014-02-08vgabios: Refactor write_teletype and write_chars.Kevin O'Connor1-49/+31
2014-02-08vgabios: Don't interpret TAB character.Kevin O'Connor1-7/+0
2014-02-05vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor1-5/+22
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor10-194/+97
2014-02-05vgabios: Simplify the bios save state area.Kevin O'Connor2-51/+13
2014-02-05vgabios: Make sure exported structs use PACKED.Kevin O'Connor2-3/+3
2014-01-29xhci: Add copyright notice to usb-xhci.cKevin O'Connor1-0/+7
2014-01-29xhci: Use the same endpoint initialization code in xhci_alloc_pipe()Kevin O'Connor1-45/+29
2014-01-29usb: Move default pipe max packet size code from xhci to main code.Kevin O'Connor2-10/+10
2014-01-29usb: USB 3 devices encode bMaxPacketSize0 field.Kevin O'Connor1-4/+7