Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
8d8e0942850de699a03e396293f76e0d29b38e57
8d8e094
VGA: Commit missing change to Makefile.
by Kevin O'Connor
· 14 years ago
c0c7df6
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
by Kevin O'Connor
· 14 years ago
3c3c831
VGA: Fix DAC loading during mode switch.
by Kevin O'Connor
· 14 years ago
49553a4
Verify ebda segment looks sane before using during resume.
by Kevin O'Connor
· 14 years ago
99e08b7
VGA: Make use of regs->ebp - now that it is present in 'struct bregs'.
by Kevin O'Connor
· 14 years ago
7da210c
Support %ebp register in 'struct bregs'.
by Kevin O'Connor
· 14 years ago
9f193b9
Define unified entry points for irq handlers.
by Kevin O'Connor
· 14 years ago
f61afb8
VGA: Use GET_IVT macro instead of raw GET_FARVAR.
by Kevin O'Connor
· 14 years ago
21079f4
VGA: Add calling stubs for vbe functions.
by Kevin O'Connor
· 14 years ago
d113a99
VGA: Use segment definitions.
by Kevin O'Connor
· 14 years ago
0818e1a
VGA: Split biosfn_get_cursor_pos function.
by Kevin O'Connor
· 14 years ago
f94ec43
VGA: Minor - use "_far" postfix on far pointers.
by Kevin O'Connor
· 14 years ago
5727c29
VGA: Rework vga_modes[] array to have pointers to other structs.
by Kevin O'Connor
· 14 years ago
dd2be77
VGA: Misc syntax cleanups.
by Kevin O'Connor
· 14 years ago
4f79274
VGA: Minor - use "_g" suffix for global pointers.
by Kevin O'Connor
· 14 years ago
3e832bb
Flush debugging serial output after every line.
by Kevin O'Connor
· 14 years ago
05c32dc
VGA: Add header guard to vgasrc/vgatables.h
by Kevin O'Connor
· 14 years ago
6ace78f
VGA: Remove unused DEBUG ifdefs.
by Kevin O'Connor
· 14 years ago
32da6a6
Add missing tools/buildrom.py script.
by Kevin O'Connor
· 14 years ago
a5288ff
VGA: memset16_far and memcpy16_far take byte count (not word count).
by Kevin O'Connor
· 14 years ago
a12c215
VGA - turn DEBUG printfs into dprintf calls.
by Kevin O'Connor
· 14 years ago
38cadac
Add tools/checksum.py tool.
by Kevin O'Connor
· 14 years ago
c151b3b
Improve serial port detection.
by Kevin O'Connor
· 14 years ago
d9fc0a0
Cleanup vga inb/outb port usages.
by Kevin O'Connor
· 14 years ago
6a71970
Minor - update vgasrc/vga.c todo list.
by Kevin O'Connor
· 14 years ago
1f2c307
Add initial port of the "open source vga bios" project.
by Kevin O'Connor
· 14 years ago
f8e176c
Move assembler entry macros in romlayout.S into new file entryfuncs.S.
by Kevin O'Connor
· 14 years ago
4edb275
Minor - report found serial and lpt ports.
by Kevin O'Connor
· 14 years ago
5b199ac
Minor - formatting enhancements; add memset_far funcs.
by Kevin O'Connor
· 14 years ago
f969a08
Minor - verify e820 request is large enough to hold response.
by Kevin O'Connor
· 14 years ago
3d29213
Minor - add some additional vga definitions of bda.
by Kevin O'Connor
· 14 years ago
7e6dfd8
Detect ps2 nak response.
by Kevin O'Connor
· 14 years ago
91b53a7
Add support for field width argument to %x (eg, %08x).
by Kevin O'Connor
· 14 years ago
b30c400
Don't send ATA error reports when cdrom not ready.
by Kevin O'Connor
· 14 years ago
1edc89d
Add ability to run all option roms in CBFS directory "genroms/".
by Kevin O'Connor
· 14 years ago
217d363
Add config option to set boot menu delay time.
by Kevin O'Connor
· 14 years ago
cbd6ca0
Add support for compressed option roms.
by Kevin O'Connor
· 14 years ago
592323f
Add LZMA decompression support to CBFS.
by Kevin O'Connor
· 14 years ago
214f6c2
Exit CBFS file search early if zero signature found.
by Kevin O'Connor
· 14 years ago
1bedcc0
Minor - simplify add_e820() function.
by Kevin O'Connor
· 14 years ago
a1dadf4
Fix auto-restart timeout in tools/readserial.py
by Kevin O'Connor
· 14 years ago
d944114
Fixup previous memcpy optimization.
by Kevin O'Connor
· 14 years ago
ff82b24
Enhance test-gcc.sh.
by Kevin O'Connor
· 14 years ago
5d7b3f6
Optimize memcpy.
by Kevin O'Connor
· 14 years ago
2547bb8
Add new tool - tools/readserial.py.
by Kevin O'Connor
· 14 years ago
ff8c141
Allow booting from any device when under coreboot.
by Kevin O'Connor
· 14 years ago
64cf2fb
Try to prevent mapping option roms over flash.
by Kevin O'Connor
· 14 years ago
38d1a34
Replace memeq/streq functions with memcmp/strcmp.
by Kevin O'Connor
· 14 years ago
425f212
Add support for waiting for drive startup during ATA detect.
by Kevin O'Connor
· 14 years ago
c36273f
Minor - add more debugging output to option rom scanning.
by Kevin O'Connor
· 14 years ago
ffb81a4
Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.
by Kevin O'Connor
· 14 years ago
e0504b0
Minor - reset data segments in post32 entry point.
by Kevin O'Connor
· 14 years ago
f094ba8
Clear irqs in transition32 instead of callers.
by Kevin O'Connor
· 14 years ago
79dde65
Minor - reorganize romlayout.S to better group entry points.
by Kevin O'Connor
· 14 years ago
674e460
Make sure optionroms have a non-zero size before using them.
by Kevin O'Connor
· 14 years ago
6782344
Initial support for running CBFS payloads.
by Kevin O'Connor
· 14 years ago
4c0c85a
Initial support for finding option roms in coreboot flash layout.
by Kevin O'Connor
· 14 years ago
b49e058
Turn off new gcc tree-switch-conversion option in 16bit mode.
by Kevin O'Connor
· 14 years ago
7cf17f2
Rework linker scripts so they work on new version of ld.
by Kevin O'Connor
· 14 years ago
2787680
Use CC consistently in test-gcc.sh script.
by Kevin O'Connor
· 14 years ago
84452f1
Enhance gcc checks.
by Kevin O'Connor
· 14 years ago
03f630e
Expand gcc tests.
by Kevin O'Connor
· 14 years ago
071f154
Add high coreboot table support to seabios.
by Kevin O'Connor
· 14 years ago
a9caeae
Minor - reduce forced inlining directives in src/ata.c.
by Kevin O'Connor
· 14 years ago
75f49b3
Register int02 handler (nmi); disable NMI by default.
by Kevin O'Connor
· 14 years ago
d10e444
Minor - improve formatting of src/acpi.c.
by Kevin O'Connor
· 14 years ago
4ebc0b7
Consistently disable irqs at start of each assembler entry point.
by Kevin O'Connor
· 14 years ago
11ac162
Fix mptable MPCONFIG_SIGNATURE incorrect signature.
by Kevin O'Connor
· 14 years ago
6707c30
Support multiple independent root buses (if known at compile time).
by Kevin O'Connor
· 14 years ago
a69a559
Fix bug in emulator mptable creation - space not reserved.
by Kevin O'Connor
· 14 years ago
32945af
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
by Kevin O'Connor
· 14 years ago
d626e55
Minor - cleanup return code of floppy_media_sense.
by Kevin O'Connor
· 14 years ago
47e2093
Copy mptable floater and config tables when on coreboot.
by Kevin O'Connor
· 14 years ago
3574644
Build mptable using C 'struct's.
by Kevin O'Connor
· 14 years ago
5d8ec3e
Minor - simplify add_e820() function.
by Kevin O'Connor
· 14 years ago
9caf786
Save/restore %ebp in __call16 instead of in caller (call16).
by Kevin O'Connor
· 14 years ago
1eba429
Add hexdump() output helper function.
by Kevin O'Connor
· 14 years ago
6a46a42
Fix typo causing atapi drive type misreport.
by Kevin O'Connor
· 14 years ago
0763381
Clear out the BiosTableSpace array on each boot.
by Kevin O'Connor
· 14 years ago
5c0c4b7
Bug fix - cdrom media emulation only moves drives if of the same type.
by Kevin O'Connor
· 14 years ago
7da1dcd
Enhance boot menu to allow user to select which CD drive to boot from.
by Kevin O'Connor
· 14 years ago
4f5586c
Fix RTC UIP timing.
by Kevin O'Connor
· 14 years ago
94fd47e
Minor - change checksum functions to take a (void *).
by Kevin O'Connor
· 14 years ago
5ca4b95
Allow ctrl+alt+delete to work when no boot device found.
by Kevin O'Connor
· 14 years ago
f358759
Clock cleanups.
by Kevin O'Connor
· 14 years ago
a0c6879
Enhance cdrom capacity/media sensing timers.
by Kevin O'Connor
· 14 years ago
160f71c
Add common ata identify sequence; improve debugging.
by Kevin O'Connor
· 14 years ago
ab51560
Minor - ata identify commands should use a u16 buffer (not u8).
by Kevin O'Connor
· 14 years ago
89f6763
Don't overflow ATA.channels array on machines with > 4 controllers.
by Kevin O'Connor
· 14 years ago
0a92412
Add support for selecting harddrive order in boot menu.
by Kevin O'Connor
· 14 years ago
8e62a90
Increase default CONFIG_MAX_BIOSTABLE setting.
by Kevin O'Connor
· 14 years ago
e07e18e
Minor - rename BX_PANIC to panic.
by Kevin O'Connor
· 14 years ago
71f036d
Simplify boot code.
by Kevin O'Connor
· 14 years ago
9f4e1d9
Reorganize boot code.
by Kevin O'Connor
· 14 years ago
60b6999
Minor - remove permanent_halt function.
by Kevin O'Connor
· 14 years ago
a3b612e
More floppy code cleanups.
by Kevin O'Connor
· 14 years ago
7661f2f
Minor floppy cleanups.
by Kevin O'Connor
· 14 years ago
95827c4
Introduce MBR struct; simplify cdrom emulation code.
by Kevin O'Connor
· 14 years ago
5eac1dd
Suppress initialized variable compile warning in ata.c.
by Kevin O'Connor
· 14 years ago
580e332
Cleanup ATA code; get SATA drives working on real hardware.
by Kevin O'Connor
· 14 years ago
Next »