Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
8996ad2cd9cdca1977dc75f262dca7f6e549be15
8996ad2
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
by Kevin O'Connor
· 9 years ago
3bd2dc6
Use biostables.c for copying bios tables even when generating them.
by Kevin O'Connor
· 9 years ago
19646a4
Move PirAddr definition from pirtable.c to biostables.c.
by Kevin O'Connor
· 9 years ago
d18c9f0
smbios: Move smbios parsing logic from smbios.c to biostables.c.
by Kevin O'Connor
· 9 years ago
836b4d8
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
by Kevin O'Connor
· 9 years ago
d29ce62
Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.
by Kevin O'Connor
· 9 years ago
e916182
Minor - fix some typos in comments.
by Kevin O'Connor
· 9 years ago
48dc6a6
usb: Only disable HID devices if both USB_MOUSE and USB_KEYBOARD are off.
by Kevin O'Connor
· 9 years ago
8abc6a8
vp_init_simple: enable PCI bus-mastering before relying on DMA.
by Eric Northup
· 9 years ago
5e03881
init_virtio_blk, init_virtio_scsi: reset HBA on error
by Eric Northup
· 9 years ago
9b9c240
smbios: Default all values to zero.
by Kevin O'Connor
· 9 years ago
5d59877
vga: rework bar detection, add virtio-vga
by Gerd Hoffmann
· 9 years ago
e8436b5
vgabios: Fix PMM allocation request size.
by Kevin O'Connor
· 9 years ago
b62632a
coreboot: Move links file processing to its own function.
by Kevin O'Connor
· 9 years ago
d15b010
Enhance nullTrailingSpace() so that it can also skip leading spaces.
by Kevin O'Connor
· 9 years ago
2a3ed1e
coreboot: Add support for a "links" file to have aliases in CBFS.
by Kevin O'Connor
· 9 years ago
2620984
vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.
by Kevin O'Connor
· 9 years ago
0910dde
vgabios: Refactor write_teletype and write_chars.
by Kevin O'Connor
· 9 years ago
e35753e
vgabios: Don't interpret TAB character.
by Kevin O'Connor
· 9 years ago
8032b8a
vgabios: Attempt to detect old x86emu and force a fault.
by Kevin O'Connor
· 9 years ago
20dc419
vgabios: Simplify save/restore mechanism.
by Kevin O'Connor
· 9 years ago
da6a157
vgabios: Simplify the bios save state area.
by Kevin O'Connor
· 9 years ago
f5ec1e0
vgabios: Make sure exported structs use PACKED.
by Kevin O'Connor
· 9 years ago
151d034
xhci: Add copyright notice to usb-xhci.c
by Kevin O'Connor
· 9 years ago
5c6fa33
xhci: Use the same endpoint initialization code in xhci_alloc_pipe()
by Kevin O'Connor
· 9 years ago
3de7382
usb: Move default pipe max packet size code from xhci to main code.
by Kevin O'Connor
· 9 years ago
828ef12
usb: USB 3 devices encode bMaxPacketSize0 field.
by Kevin O'Connor
· 9 years ago
ed8b2fb
Increase maximum size of permanent high memory area.
by Kevin O'Connor
· 9 years ago
386a81e
xhci: Check if scratch pad allocation fails.
by Kevin O'Connor
· 9 years ago
f9564f2
Remove pci_writel() and pci_readl() functions.
by Kevin O'Connor
· 9 years ago
de30dad
xhci: Run the XHCI driver entirely in 32bit mode.
by Kevin O'Connor
· 9 years ago
d1bb7e5
Add space between DTYPE_* definitions.
by Kevin O'Connor
· 9 years ago
7f54bf7
Add call32_params() helper function.
by Kevin O'Connor
· 9 years ago
1540f92
xhci: Support USB hubs on xhci controllers.
by Kevin O'Connor
· 9 years ago
6ba9df0
xhci: Report the "protocol defined" and PSIC bits of extended capabilities.
by Kevin O'Connor
· 9 years ago
81b6482
xhci: Don't use a dummy endpoint count in configure command.
by Kevin O'Connor
· 9 years ago
e3b9cad
xhci: Allow the XHCI USB controller to be enabled for coreboot.
by Kevin O'Connor
· 9 years ago
20aeae7
xhci: Support xhci controllers with 64 byte contexts.
by Kevin O'Connor
· 9 years ago
81ee3bb
xhci: Eliminate 'struct xhci_device'.
by Kevin O'Connor
· 9 years ago
4ea2fa9
xhci: Move set_address code from xhci_control to xhci_alloc_pipe.
by Kevin O'Connor
· 9 years ago
d477d55
xhci: Allocate and free the xhci inctx structure on each use.
by Kevin O'Connor
· 9 years ago
347f363
xhci: Verify PAGESIZE register before initializing driver.
by Kevin O'Connor
· 9 years ago
b6a4065
xhci: Set the interval parameter on interrupt pipes.
by Kevin O'Connor
· 9 years ago
1b830fe
xhci: Fix incorrect direction setting on status transmissions.
by Kevin O'Connor
· 9 years ago
6bdc59f
xhci: Use 64bit writes to ERDP register.
by Kevin O'Connor
· 9 years ago
d42b795
xhci: allocate scratch pad buffers
by Gerd Hoffmann
· 10 years ago
fc3cd00
pci: improve io address space allocation
by Gerd Hoffmann
· 9 years ago
bb1fcb4
debug: Unify the SeaBIOS debug version banner.
by Kevin O'Connor
· 9 years ago
940fc1f
debug: Only call serial_debug_preinit() at startup.
by Kevin O'Connor
· 9 years ago
cf85418
debug: Add runtime option to not report the debug serial port to the OS.
by Kevin O'Connor
· 9 years ago
406df19
coreboot: Support alternative locations for CBFS.
by Kevin O'Connor
· 9 years ago
25107a3
scripts: Allow encodeint.py to take integers in hex notation.
by Kevin O'Connor
· 9 years ago
3d73eaa
build: Update kconfig to version in Linux 3.13.
by Kevin O'Connor
· 9 years ago
344496f
smbios: catch zero-length strings
by Gerd Hoffmann
· 9 years ago
19f789b
build: Be careful with unicode and byte strings for python3 compatibility.
by Johannes Krampf
· 9 years ago
0a82fc7
build: Avoid sort() on unordered classes for python3 compatibility.
by Johannes Krampf
· 9 years ago
9d7d044
build: Be explicit that we want integers when dividing for python3 compat.
by Johannes Krampf
· 9 years ago
064fd06
build: Make print statements in scripts python3 compatible.
by Johannes Krampf
· 9 years ago
24ef4fd
build: Remove unneccesary semicolons from acpi_extract scripts.
by Johannes Krampf
· 9 years ago
7d2fd49
ehci: memset the qTD structures in ehci_alloc_intr_pipe
by Kevin O'Connor
· 9 years ago
5f2d17d
init_virtio_scsi(): reset the HBA before freeing its virtio ring
by Laszlo Ersek
· 9 years ago
296ce22
Minor - fix misspelling in romfile.c comment.
by Kevin O'Connor
· 9 years ago
9a79b91
Minor - pciinit.c - order header files and use static on local functions.
by Kevin O'Connor
· 9 years ago
40d020f
resume: restore piix pm config registers after resume
by Marcel Apfelbaum
· 9 years ago
2a53385
Prevent build failure by not splitting line in the middle of arguments to checkrom.py script
by Sander Eikelenboom
· 9 years ago
ec443ff
usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.
by Kevin O'Connor
· 10 years ago
60f3b80
pvscsi: Remove use of LOWFLAT and GLOBALFLAT macros.
by Kevin O'Connor
· 9 years ago
4b400a1
pvscsi: Always run entirely in 32bit mode.
by Kevin O'Connor
· 9 years ago
01b3c99
pvscsi: Don't store reference to struct pci_device.
by Kevin O'Connor
· 9 years ago
48367e2
Always perform thread cleanup on MainThread stack.
by Kevin O'Connor
· 9 years ago
b7558a3
Remove unnecesary updates of the disk op->count field.
by Kevin O'Connor
· 9 years ago
518955f
Clear the total block transfer count on error.
by Kevin O'Connor
· 9 years ago
743c157
Remove the pmm handle argument from _malloc().
by Kevin O'Connor
· 9 years ago
95b3d32
build: Don't trash the .config file when src/Kconfig changes.
by Kevin O'Connor
· 9 years ago
96917a8
coreboot: Make sure to print the SeaBIOS version in cbmem debug output.
by Kevin O'Connor
· 9 years ago
rel-1.7.4
1cc809f
Fix CBMEM console overflow
by Kyösti Mälkki
· 9 years ago
8615f62
floppy: Implement cylinder seeking when accessing a different cylinder.
by Kevin O'Connor
· 9 years ago
b84899e
On disk format request, verify cylinders and pass to driver.
by Kevin O'Connor
· 9 years ago
cd891f1
floppy: Encode command and flags into single value in floppy pio code.
by Kevin O'Connor
· 9 years ago
f5beab4
change boot order load log level
by Gerd Hoffmann
· 10 years ago
b3d4aae
run qemu_cfg_e820 only for CONFIG_QEMU=y
by Gerd Hoffmann
· 10 years ago
feb0284
Small improvements to irqentry_extrastack assembler.
by Kevin O'Connor
· 10 years ago
41c6061
vgabios: Avoid memory references via %esp register in vgabios.
by Kevin O'Connor
· 10 years ago
402f9a4
floppy: Fix accesses to DOR register.
by Kevin O'Connor
· 10 years ago
302a6e8
floppy: Fix incorrect LBA to CHS translation.
by Kevin O'Connor
· 10 years ago
b94170c
Separate out sec32init sections even when not doing code relocation.
by Kevin O'Connor
· 10 years ago
0f0612e
Minor - move sgdt/lgdt macros from stacks.c to x86.h.
by Kevin O'Connor
· 10 years ago
31b8b4e
add hw/serialio.c to SRC32SEG
by Gerd Hoffmann
· 10 years ago
b66456c
floppy: Minor - add warnings if timeouts occur.
by Kevin O'Connor
· 10 years ago
dab0a74
vgabios: Move initialization code to new file vgainit.c.
by Kevin O'Connor
· 10 years ago
4a8b58c
vgabios: Support allocating an extra stack for vgabios calls and default on.
by Kevin O'Connor
· 10 years ago
865bfed
Minor - update file comment on bootsplash.c.
by Kevin O'Connor
· 10 years ago
9332f9b
vgabios: Work around lack of support for "calll" in x86emu emulation.
by Kevin O'Connor
· 10 years ago
06c6d47
vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.
by Kevin O'Connor
· 10 years ago
a9dcc88
vgabios: Add bochsvga "HDTV" resolutions.
by Kevin O'Connor
· 10 years ago
1f31f00
vgabios: Support custom fonts in vga framebuffer text writing.
by Kevin O'Connor
· 10 years ago
5b6936e
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
by Kevin O'Connor
· 10 years ago
4cd522e
Move low-level hardware writing from output.c to new file hw/serialio.c.
by Kevin O'Connor
· 10 years ago
3ecdc49
ahci: alloc structs in high memory
by Gerd Hoffmann
· 10 years ago
4a0f366
ahci: remote some parentheses
by Gerd Hoffmann
· 10 years ago
Next »