Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
31bcda20eff45de7fdd2aad30d42f28165ccd69a
31bcda2
smm: Use a C struct to define the layout of the SMM area.
by Kevin O'Connor
· 10 years ago
f4c511c
smm: Replace SMI assembler code with C code.
by Kevin O'Connor
· 10 years ago
2126994
smm: unify SMM handlers
by Paolo Bonzini
· 10 years ago
457ba42
smm: complete SMM setup
by Paolo Bonzini
· 10 years ago
40d0312
piix: add and use dev-piix.h
by Paolo Bonzini
· 10 years ago
c029a91
Move cdemu call interface and disk_ret helper code to disk.c.
by Kevin O'Connor
· 10 years ago
02f7676
cdemu: store internal cdemu fields in standard "el-torito" spec format.
by Kevin O'Connor
· 10 years ago
9e735bb
edd: Separate out ATA and virtio specific parts of fill_edd().
by Kevin O'Connor
· 10 years ago
f8387e2
edd: Use sectors==-1 to detect removable media.
by Kevin O'Connor
· 10 years ago
39ca498
edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.
by Kevin O'Connor
· 10 years ago
f9645c7
Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update
by David Woodhouse
· 10 years ago
c58799c
vgabios: Return from handle_1011() if handler found.
by Kevin O'Connor
· 10 years ago
e51488c
python3 fixes for vgabios and csm builds.
by Kevin O'Connor
· 10 years ago
rel-1.7.5
7eac0c4
Allow using full io region on q35.
by Gerd Hoffmann
· 10 years ago
a217de9
acpi: remove PORT_ACPI_PM_BASE constant
by Gerd Hoffmann
· 10 years ago
4a3f195
smm: remove code to handle ACPI disable/enable
by Paolo Bonzini
· 10 years ago
3c37cdb
vgabios: Add debug message if x86emu leal check triggers.
by Kevin O'Connor
· 10 years ago
b1d4dc9
acpi: Fix acpi dsdt compile warning.
by Kevin O'Connor
· 10 years ago
rel-1.7.5-rc1
3fcabf0
Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.
by Kevin O'Connor
· 10 years ago
9d0d08c
build: Make sure romlayout.o is recompiled on Kconfig change.
by Kevin O'Connor
· 10 years ago
10572ed
xhci: Use msleep() instead of mdelay() for port status delay.
by Kevin O'Connor
· 10 years ago
6ad7b5b
ld: don't hardcode "-melf_i386"
by Roger Pau Monne
· 10 years ago
6c68e7a
If an int 1587 call is made from an option rom, stay in bigreal mode.
by Kevin O'Connor
· 10 years ago
d85c22e
SMBIOS: Check for aggregate tables & entry point in fw_cfg
by Gabriel L. Somlo
· 10 years ago
0784d04
hw/pci: check if pci2pci bridges implement optional limit registers
by Marcel Apfelbaum
· 10 years ago
c6e298e
hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached
by Marcel Apfelbaum
· 10 years ago
fe2cbf6
vgabios: Define PlatformRunningOn to make compile happy.
by Kevin O'Connor
· 10 years ago
413d1c3
Factor out smbios table walking from display_uuid to smbios_next().
by Kevin O'Connor
· 10 years ago
028f348
Minor - replace some tab characters that slipped into the code.
by Kevin O'Connor
· 10 years ago
7c79029
vgabios: Initial support for coreboot native vga vgabios.
by Kevin O'Connor
· 10 years ago
5ab18be
coreboot: Make coreboot table searching available to other code.
by Kevin O'Connor
· 10 years ago
8f82a4f
vgabios: PMM scan was incorrectly depending on a zero %ds segment.
by Kevin O'Connor
· 10 years ago
f6b44b8
Set the color attribute when calling vgabios print character.
by Kevin O'Connor
· 10 years ago
098c2fc
vgabios: Add support for manipulating framebuffers in high memory.
by Kevin O'Connor
· 10 years ago
a02d418
vgabios: Introduce text_address().
by Kevin O'Connor
· 10 years ago
f864b60
vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.
by Kevin O'Connor
· 10 years ago
7fd2af6
vgabios: Split vgafb_scroll() into separate move and clear functions.
by Kevin O'Connor
· 10 years ago
efbf4d6
vgabios: Add option to control use of standard VGA IO ports.
by Kevin O'Connor
· 10 years ago
71036f8
Minor - remove unused includes from pci.c.
by Kevin O'Connor
· 10 years ago
f5037fd
apm: Remove old Bochs mechanism for shutdown/suspend/standby.
by Kevin O'Connor
· 10 years ago
8996ad2
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
by Kevin O'Connor
· 10 years ago
3bd2dc6
Use biostables.c for copying bios tables even when generating them.
by Kevin O'Connor
· 10 years ago
19646a4
Move PirAddr definition from pirtable.c to biostables.c.
by Kevin O'Connor
· 10 years ago
d18c9f0
smbios: Move smbios parsing logic from smbios.c to biostables.c.
by Kevin O'Connor
· 10 years ago
836b4d8
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
by Kevin O'Connor
· 10 years ago
d29ce62
Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.
by Kevin O'Connor
· 10 years ago
e916182
Minor - fix some typos in comments.
by Kevin O'Connor
· 10 years ago
48dc6a6
usb: Only disable HID devices if both USB_MOUSE and USB_KEYBOARD are off.
by Kevin O'Connor
· 10 years ago
8abc6a8
vp_init_simple: enable PCI bus-mastering before relying on DMA.
by Eric Northup
· 10 years ago
5e03881
init_virtio_blk, init_virtio_scsi: reset HBA on error
by Eric Northup
· 10 years ago
9b9c240
smbios: Default all values to zero.
by Kevin O'Connor
· 10 years ago
5d59877
vga: rework bar detection, add virtio-vga
by Gerd Hoffmann
· 10 years ago
e8436b5
vgabios: Fix PMM allocation request size.
by Kevin O'Connor
· 10 years ago
b62632a
coreboot: Move links file processing to its own function.
by Kevin O'Connor
· 10 years ago
d15b010
Enhance nullTrailingSpace() so that it can also skip leading spaces.
by Kevin O'Connor
· 10 years ago
2a3ed1e
coreboot: Add support for a "links" file to have aliases in CBFS.
by Kevin O'Connor
· 10 years ago
2620984
vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.
by Kevin O'Connor
· 10 years ago
0910dde
vgabios: Refactor write_teletype and write_chars.
by Kevin O'Connor
· 10 years ago
e35753e
vgabios: Don't interpret TAB character.
by Kevin O'Connor
· 10 years ago
8032b8a
vgabios: Attempt to detect old x86emu and force a fault.
by Kevin O'Connor
· 10 years ago
20dc419
vgabios: Simplify save/restore mechanism.
by Kevin O'Connor
· 10 years ago
da6a157
vgabios: Simplify the bios save state area.
by Kevin O'Connor
· 10 years ago
f5ec1e0
vgabios: Make sure exported structs use PACKED.
by Kevin O'Connor
· 10 years ago
151d034
xhci: Add copyright notice to usb-xhci.c
by Kevin O'Connor
· 10 years ago
5c6fa33
xhci: Use the same endpoint initialization code in xhci_alloc_pipe()
by Kevin O'Connor
· 10 years ago
3de7382
usb: Move default pipe max packet size code from xhci to main code.
by Kevin O'Connor
· 10 years ago
828ef12
usb: USB 3 devices encode bMaxPacketSize0 field.
by Kevin O'Connor
· 10 years ago
ed8b2fb
Increase maximum size of permanent high memory area.
by Kevin O'Connor
· 10 years ago
386a81e
xhci: Check if scratch pad allocation fails.
by Kevin O'Connor
· 10 years ago
f9564f2
Remove pci_writel() and pci_readl() functions.
by Kevin O'Connor
· 10 years ago
de30dad
xhci: Run the XHCI driver entirely in 32bit mode.
by Kevin O'Connor
· 10 years ago
d1bb7e5
Add space between DTYPE_* definitions.
by Kevin O'Connor
· 10 years ago
7f54bf7
Add call32_params() helper function.
by Kevin O'Connor
· 10 years ago
1540f92
xhci: Support USB hubs on xhci controllers.
by Kevin O'Connor
· 10 years ago
6ba9df0
xhci: Report the "protocol defined" and PSIC bits of extended capabilities.
by Kevin O'Connor
· 10 years ago
81b6482
xhci: Don't use a dummy endpoint count in configure command.
by Kevin O'Connor
· 10 years ago
e3b9cad
xhci: Allow the XHCI USB controller to be enabled for coreboot.
by Kevin O'Connor
· 10 years ago
20aeae7
xhci: Support xhci controllers with 64 byte contexts.
by Kevin O'Connor
· 10 years ago
81ee3bb
xhci: Eliminate 'struct xhci_device'.
by Kevin O'Connor
· 10 years ago
4ea2fa9
xhci: Move set_address code from xhci_control to xhci_alloc_pipe.
by Kevin O'Connor
· 10 years ago
d477d55
xhci: Allocate and free the xhci inctx structure on each use.
by Kevin O'Connor
· 10 years ago
347f363
xhci: Verify PAGESIZE register before initializing driver.
by Kevin O'Connor
· 10 years ago
b6a4065
xhci: Set the interval parameter on interrupt pipes.
by Kevin O'Connor
· 10 years ago
1b830fe
xhci: Fix incorrect direction setting on status transmissions.
by Kevin O'Connor
· 10 years ago
6bdc59f
xhci: Use 64bit writes to ERDP register.
by Kevin O'Connor
· 10 years ago
d42b795
xhci: allocate scratch pad buffers
by Gerd Hoffmann
· 10 years ago
fc3cd00
pci: improve io address space allocation
by Gerd Hoffmann
· 10 years ago
bb1fcb4
debug: Unify the SeaBIOS debug version banner.
by Kevin O'Connor
· 10 years ago
940fc1f
debug: Only call serial_debug_preinit() at startup.
by Kevin O'Connor
· 10 years ago
cf85418
debug: Add runtime option to not report the debug serial port to the OS.
by Kevin O'Connor
· 10 years ago
406df19
coreboot: Support alternative locations for CBFS.
by Kevin O'Connor
· 10 years ago
25107a3
scripts: Allow encodeint.py to take integers in hex notation.
by Kevin O'Connor
· 10 years ago
3d73eaa
build: Update kconfig to version in Linux 3.13.
by Kevin O'Connor
· 10 years ago
344496f
smbios: catch zero-length strings
by Gerd Hoffmann
· 10 years ago
19f789b
build: Be careful with unicode and byte strings for python3 compatibility.
by Johannes Krampf
· 10 years ago
0a82fc7
build: Avoid sort() on unordered classes for python3 compatibility.
by Johannes Krampf
· 10 years ago
9d7d044
build: Be explicit that we want integers when dividing for python3 compat.
by Johannes Krampf
· 10 years ago
064fd06
build: Make print statements in scripts python3 compatible.
by Johannes Krampf
· 10 years ago
24ef4fd
build: Remove unneccesary semicolons from acpi_extract scripts.
by Johannes Krampf
· 10 years ago
7d2fd49
ehci: memset the qTD structures in ehci_alloc_intr_pipe
by Kevin O'Connor
· 10 years ago
Next »