Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
890c085205e1bdfa34fc2e75d855d9aafa50ecea
890c085
Convert AHCI code to use GET/SET_LOWFLAT().
by Kevin O'Connor
· 12 years ago
cd8dcbe
Remove disk GET/SET_INT13DPT and GET/SET_INT13EXT macros.
by Kevin O'Connor
· 12 years ago
b54ee40
Use inline functions instead of macros for GET/SET_SEG segment manipulation.
by Kevin O'Connor
· 12 years ago
33d5118
Minor - verify UMB dummy optionrom header size doesn't overflow.
by Kevin O'Connor
· 12 years ago
347f294
pci: init all devices
by Gerd Hoffmann
· 12 years ago
5e01908
Allow optionroms and "low mem" to share space.
by Kevin O'Connor
· 12 years ago
4f6563e
Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT().
by Kevin O'Connor
· 12 years ago
4bc4997
EBDA cleanups.
by Kevin O'Connor
· 12 years ago
d314083
Convert disk code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 12 years ago
2d012ec
Convert USB keyboard code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 12 years ago
3693af0
Convert ps2 code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 12 years ago
9d8e0a6
Convert boot code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 12 years ago
9d254d4
Convert timer code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 12 years ago
46b8262
Add mechanism to declare variables as "low mem" and use for extra stack.
by Kevin O'Connor
· 12 years ago
9c98517
Use the e-segment instead of the 9-segment for bios "low mem".
by Kevin O'Connor
· 12 years ago
b8fcf46
Automatically reboot after 60 second delay on failed boot.
by Kevin O'Connor
· 12 years ago
0c8f58d
pci: handle bridge irq mapping
by Gerd Hoffmann
· 12 years ago
15952a9
Revert "Fix 64bit PCI issues on Windows"
by Kevin O'Connor
· 12 years ago
74f9612
Add IASL definition to the Makefile.
by Marc Jones
· 12 years ago
d630d14
pciinit: Simplify list manipulation in pci_region_migrate_64bit_entries.
by Kevin O'Connor
· 12 years ago
e5d71ca
pciinit: Minor white space changes.
by Kevin O'Connor
· 12 years ago
482a020
Fix 64bit PCI issues on Windows
by Alexey Korolev
· 12 years ago
e5e5f96
pciinit: Migrate 64bit entries to 64bit pci regions
by Alexey Korolev
· 12 years ago
37c111f
pciinit: Calculate pci region stats on demand
by Alexey Korolev
· 12 years ago
ac0cd58
pciinit: 64bit capability discovery for pci bridges
by Alexey Korolev
· 12 years ago
35a770f
pciinit: Add pci_region structure.
by Alexey Korolev
· 12 years ago
030288f
pciinit: Switch to 64bit variable types.
by Alexey Korolev
· 12 years ago
1a9f47f
pciinit: bridges can have two regions too
by Alexey Korolev
· 12 years ago
3d1bc9d
pciinit: Track region alignment explicitly.
by Kevin O'Connor
· 12 years ago
5fa24b5
pciinit: Use sorted order allocation
by Alexey Korolev
· 12 years ago
f3c2b06
pciinit: Remove size element from pci_bus->r structure
by Alexey Korolev
· 12 years ago
3a29716
pciinit: Move bus bar asignment
by Alexey Korolev
· 12 years ago
fa51bcd
pciinit: Introduction of pci_region_entry structure
by Alexey Korolev
· 12 years ago
4562bf6
vgabios: Improve Kconfig descriptions for the vga card types.
by Kevin O'Connor
· 12 years ago
385a7d0
buildversion: Don't rely on bash syntax.
by Kevin O'Connor
· 12 years ago
a026308
Misc compile fixes for gcc v3.4.
by Kevin O'Connor
· 12 years ago
rel-1.7.0
9c6635b
Replace level gpe event with edge gpe event for hot-plug handlers
by Igor Mammedov
· 12 years ago
eb015f4
seabios: readd Makefile rule for ACPI
by Michael S. Tsirkin
· 12 years ago
ecf9b7d
Mark disk.c functions that take an address of a stack variable as noinline.
by Kevin O'Connor
· 12 years ago
57929d8
test-gcc: do not truncate stderr
by Ian Campbell
· 12 years ago
980b45a
Use "git describe" in the build generated version description.
by Kevin O'Connor
· 12 years ago
c7be281
Drop FIX_RTC flag from FADT.
by Gleb Natapov
· 12 years ago
39d5989
ata: send TEST UNIT READY correctly
by Paolo Bonzini
· 12 years ago
8c31307
virtio-scsi: Fix virtio-scsi after cdb_is_read changes.
by Paolo Bonzini
· 12 years ago
8da3f3c
if HPET is not present do not report it in DSDT
by Gleb Natapov
· 12 years ago
1fd9a89
Use OUT mode for all zero byte "scsi" transfers.
by Kevin O'Connor
· 12 years ago
7a08ae7
Whitespace changes - replace handful of tabs in core code with spaces.
by Kevin O'Connor
· 12 years ago
90ce89f
ps2: Enable keyboard at end of PS2 port irq.
by Kevin O'Connor
· 12 years ago
bf079e1
Increase the debug level of several frequent dprintf() statements.
by Kevin O'Connor
· 12 years ago
4e752f5
Update drive type default boot order.
by Kevin O'Connor
· 12 years ago
32d68ab
usb: Remove QH_MULT_SHIFT flag from qh.info1.
by Kevin O'Connor
· 12 years ago
c37147d
usb: Fix barrier() placement in OHCI interrupt schedule add.
by Kevin O'Connor
· 12 years ago
0423dda
usb: Populate OHCI endpoint descriptor info at pipe allocation.
by Kevin O'Connor
· 12 years ago
8915ed2
usb: Move EHCI tt_* fields to EHCI controller code.
by Kevin O'Connor
· 12 years ago
fbf66f1
usb: Move code around in usb.c.
by Kevin O'Connor
· 12 years ago
c3d96c2
usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.
by Kevin O'Connor
· 12 years ago
6152c32
usb: Move code around in usb controller code.
by Kevin O'Connor
· 12 years ago
eb50eae
usb: Pass 'struct usbdevice_s' to controller alloc_intr_pipe functions.
by Kevin O'Connor
· 12 years ago
54bf207
usb: Pass 'struct usbdevice_s' into controller alloc_async functions.
by Kevin O'Connor
· 12 years ago
77ab4e1
usb: Pass usbdevice_s to alloc_async_pipe.
by Kevin O'Connor
· 12 years ago
ea27478
usb: Build path via chain of usbdevice_s.
by Kevin O'Connor
· 12 years ago
6a8e895
usb: Push 'struct usbdevice_s' usage through to pipe allocation.
by Kevin O'Connor
· 12 years ago
4f74dad
usb: Introduce 'struct usbdevice_s' to describe info for a given device.
by Kevin O'Connor
· 12 years ago
01de9bd
usb: Obtain free list items in main code.
by Kevin O'Connor
· 12 years ago
92650f2
usb: Remove cntl->defaultpipe cache.
by Kevin O'Connor
· 12 years ago
ae0ed62
usb: Centralize pipe free list code.
by Kevin O'Connor
· 12 years ago
402f9a0
Batch free USB pipes on EHCI controllers.
by Kevin O'Connor
· 12 years ago
1e4dc8a
Batch free USB pipes on UHCI controllers.
by Kevin O'Connor
· 12 years ago
98af353
Batch free USB pipes on OHCI controllers.
by Kevin O'Connor
· 12 years ago
c5c488f
add virtio-scsi driver
by Paolo Bonzini
· 12 years ago
cb72171
scsi: do not send MODE SENSE except to QEMU disks
by Paolo Bonzini
· 12 years ago
a23a951
vgabios: Fetch _rom_header_size from the global segment when computing the ROM's checksum
by Julian Pidancet
· 12 years ago
35f42dc
vgabios: Initial support for fixing up assembler to workaround x86emu.
by Kevin O'Connor
· 12 years ago
4290241
Don't compile with -mrtd.
by Kevin O'Connor
· 12 years ago
7b975e5
vgabios: int1009 handler bug limits count to 256 characters.
by Kevin O'Connor
· 12 years ago
900ded0
vgabios: Fixup clext far return instruction.
by Kevin O'Connor
· 12 years ago
c04090d
output: Add 64bit hex print support.
by Kevin O'Connor
· 12 years ago
0fedfab
Fixup missing includes.
by Kevin O'Connor
· 12 years ago
0fd9953
Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.
by Kevin O'Connor
· 12 years ago
4bfc4ec
Free USB MSC pipes on error.
by Kevin O'Connor
· 12 years ago
279dcb1
Register drives directly in scsi_init_drive().
by Kevin O'Connor
· 12 years ago
a5abf9b
Running vgabios during resume from S3 on QEMU by default
by Gleb Natapov
· 12 years ago
890d985
Fix missing NULL pointer checks causing boot failure on 1meg machines.
by Kevin O'Connor
· 12 years ago
6ee837b
vgabios: Some tweaks to optimize stack space.
by Kevin O'Connor
· 12 years ago
4c85a26
vgabios: Minor vgabios fixes.
by Kevin O'Connor
· 12 years ago
8154113
vgabios: Claim VBE 3 support; minor VBE cleanups.
by Kevin O'Connor
· 12 years ago
9d84088
vgabios: Add version string to debug output.
by Kevin O'Connor
· 12 years ago
36feea9
Direct compile 16bit C code instead of including via .S files.
by Kevin O'Connor
· 12 years ago
b50488b
disk: handle LBA I/O with zero sector count
by Kevin O'Connor
· 12 years ago
26d3144
cleanup process_usb_op() / process_scsi_op() declarations
by Laszlo Ersek
· 12 years ago
805ede2
Permit .rodata.__PRETTY_FUNCTION__. sections in roms.
by Kevin O'Connor
· 12 years ago
97f1ffc
Add PYTHON definition to Makefile.
by Kevin O'Connor
· 12 years ago
197ea6c
vgabios: Don't allow building of emulator vgaroms on coreboot.
by Kevin O'Connor
· 12 years ago
091dd17
vga: fix bochs lfb size display
by Gerd Hoffmann
· 12 years ago
0214515
Xen: Use VGA Hooks to make VGA passthrough work on certain devices
by Julian Pidancet
· 12 years ago
2469f89
vgabios: Implement VBE save/restore state function (func 04).
by Kevin O'Connor
· 12 years ago
9f857fc
vgabios: Move save/restore state code from vgabios.c to stdvga.c.
by Kevin O'Connor
· 12 years ago
e737b17
vgabios: Add support for VBE get/set dac palette format (func 08).
by Kevin O'Connor
· 12 years ago
cfd7ef9
vgabios: Handle VGA option rom being re-run.
by Kevin O'Connor
· 12 years ago
b888695
vgabios: Fix screen attrs on cga scroll.
by Kevin O'Connor
· 12 years ago
Next »