Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
2ad37441d313110d3a206f87a9ce9609dcaa8eb0
2ad3744
Minor cleanups.
by Kevin O'Connor
· 15 years ago
0b69725
Expand floppy_ret to show function names when return code is a failure.
by Kevin O'Connor
· 15 years ago
rel-0.2.2
117fc21
Compile fixes for gcc 4.3.
by Kevin O'Connor
· 15 years ago
e6eb3f5
Move timer setup from post.c to clock.c.
by Kevin O'Connor
· 15 years ago
913cc2e
Move serial/lpt setup from post.c to serial.c
by Kevin O'Connor
· 15 years ago
9f0d94d
Move hard drive init from post.c to ata.c.
by Kevin O'Connor
· 15 years ago
3bbcc14
Move floppy setup code from post.c to floppy.c.
by Kevin O'Connor
· 15 years ago
109432e
Fix typo causing fdpt1 from structure from being populated.
by Kevin O'Connor
· 15 years ago
ba2d0df
Add compile options to Makefile to reduce stack space.
by Kevin O'Connor
· 15 years ago
74f9c08
Use __always_inline to force inlining.
by Kevin O'Connor
· 15 years ago
0257b4a
Fix asm dependencies on segment based writes.
by Kevin O'Connor
· 15 years ago
800eab5
Fix bug causing low memory configs to be off by 1024 in e820 maps.
by Kevin O'Connor
· 15 years ago
52c1a8a
Fix typo - a memcpy should have been memset in rombios32.c
by Kevin O'Connor
· 15 years ago
5e4235f
Memset should return 'void *' - just to conform to standards.
by Kevin O'Connor
· 15 years ago
dfabfe0
Fix bug causing write corruption on large disks.
by Kevin O'Connor
· 15 years ago
rel-0.2.1
98123b5
Port fix from bochs-bios for incorrect acpi on boxes < 16M.
by Kevin O'Connor
· 15 years ago
06ad44e
Introduce cpu_relax() and use it in busy loops.
by Kevin O'Connor
· 15 years ago
e0113c9
Forward port new boot menu features from bochs bios.
by Kevin O'Connor
· 15 years ago
567e4e3
Make several functions non-inline.
by Kevin O'Connor
· 15 years ago
595fb46
Add s64 type to types.h.
by Kevin O'Connor
· 15 years ago
0bb2a44
Minor enhancements to README file.
by Kevin O'Connor
· 15 years ago
18f368e
Don't clobber %esp highbits on C code entry.
by Kevin O'Connor
· 15 years ago
67c2cf3
Avoid using volatile on GET/SET_VAR macros.
by Kevin O'Connor
· 15 years ago
41d2810
Minor cleanup of GET_VAR usage in output.c.
by Kevin O'Connor
· 15 years ago
438f635
Minor cleanups.
by Kevin O'Connor
· 15 years ago
838f08f
Update README file with more information on using the bios.
by Kevin O'Connor
· 15 years ago
rel-0.2.0
2e7ab8b
Unify checksum functions.
by Kevin O'Connor
· 15 years ago
46df61c
Fix bugs in GET/SET_FARPTR macros.
by Kevin O'Connor
· 15 years ago
840c534
Cleanup boot order determination.
by Kevin O'Connor
· 15 years ago
56a506d
Merge IPL segment into EBDA segment.
by Kevin O'Connor
· 15 years ago
a6b9f71
Refactor ata code.
by Kevin O'Connor
· 15 years ago
0cdac0e
Reorder basic_access() to reduce stack usage.
by Kevin O'Connor
· 15 years ago
f06f03a
Minor debugging improvements.
by Kevin O'Connor
· 15 years ago
f888f8c
Move internal defs from ata.h to ata.c.
by Kevin O'Connor
· 15 years ago
aa7ddd7
Limit cdrom emulation available functions.
by Kevin O'Connor
· 15 years ago
f04d5c7
Remove redundant debug statements from disk.c.
by Kevin O'Connor
· 15 years ago
aa2590c
Cleanup cdrom emulation.
by Kevin O'Connor
· 15 years ago
070231b
Use "FARPTR" consistently in macros.
by Kevin O'Connor
· 15 years ago
fad2da8
Fix disk_1301 handler.
by Kevin O'Connor
· 15 years ago
dfa1650
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
by Kevin O'Connor
· 15 years ago
faa8b6f
Guard header file pci.h
by Kevin O'Connor
· 15 years ago
7913f9d
Minor change - use set_success() instead of set_cf in pcibios.c.
by Kevin O'Connor
· 15 years ago
7958de3
Make sure we zero bss before calling rombios32 code.
by Kevin O'Connor
· 15 years ago
a0dc296
Basic support for PCI BIOS.
by Kevin O'Connor
· 15 years ago
c38e480
Minor cleanups.
by Kevin O'Connor
· 15 years ago
68296e8
Fix bug in apm32protected_entry.
by Kevin O'Connor
· 15 years ago
aafa657
Split up ata_detect() function.
by Kevin O'Connor
· 15 years ago
049d5a2
Use LBA disk access methods always; don't use CHS methods.
by Kevin O'Connor
· 15 years ago
2018eff
Move keyboard setup to kbd.c.
by Kevin O'Connor
· 15 years ago
e51313d
Update interger types in rombios32 code.
by Kevin O'Connor
· 15 years ago
63ccc13
Move ata_detect call to 32bit code.
by Kevin O'Connor
· 15 years ago
74799df
Move irq_enable/disable out of ata.c
by Kevin O'Connor
· 15 years ago
efde609
Use 32bit absolute pointers for buffers in ATA code.
by Kevin O'Connor
· 15 years ago
28fe1bd
Add FIELD_SIZEOF macro to types.h
by Kevin O'Connor
· 15 years ago
e906149
Use SET_BDA and GET_BDA to modify and retrieve BDA fields (post.c)
by Kevin O'Connor
· 15 years ago
ceb5f3f
Clear area changed during shadow enable.
by Kevin O'Connor
· 15 years ago
1d01951
Don't pass in ebp/esp to irq handlers.
by Kevin O'Connor
· 15 years ago
7a558e4
Don't save/restore flags and ebp on external calls - saves on stack space.
by Kevin O'Connor
· 15 years ago
64c718d
use PACKED for bregs declaration
by Kevin O'Connor
· 15 years ago
86bbda0
Ignore out/ directory.
by Kevin O'Connor
· 15 years ago
1fcf144
Reorganize ata code; reduce stack usage.
by Kevin O'Connor
· 15 years ago
a69bc3a
Fix bug in atapi_get_sense.
by Kevin O'Connor
· 15 years ago
83b5640
Halt machine on call to BX_PANIC.
by Kevin O'Connor
· 15 years ago
bc28a2b
Force functions marked as inline to always be inlined.
by Kevin O'Connor
· 15 years ago
3a04963
Unify ata_cmd_data_in/out functions.
by Kevin O'Connor
· 15 years ago
ed12849
Reduce stack usage for ISRs; minor fixes.
by Kevin O'Connor
· 15 years ago
2cdd8b6
Call to int 1587 shouldn't alter regs->cx.
by Kevin O'Connor
· 15 years ago
f205f9f
Minor debugging improvements.
by Kevin O'Connor
· 15 years ago
67c00dd
Fix bug in int 1587.
by Kevin O'Connor
· 15 years ago
7af49bf
Fix booting logic on failure.
by Kevin O'Connor
· 15 years ago
a20c4a5
Fix bug in cdrom reads causing incorrect return status.
by Kevin O'Connor
· 15 years ago
157e213
Make sure global variables are zerod before exiting bios post.
by Kevin O'Connor
· 15 years ago
983d619
Simplify e820 map generation.
by Kevin O'Connor
· 15 years ago
6c78122
Replace debug_exit calls with debug info while setting a failure.
by Kevin O'Connor
· 15 years ago
5a869f0
Add build option -fomit-frame-pointer.
by Kevin O'Connor
· 15 years ago
16375ab
Fix bug in SET_FARVAR.
by Kevin O'Connor
· 15 years ago
843a62c
Optimize insb/outsb/insw/etc. functions.
by Kevin O'Connor
· 15 years ago
dcc7a4f
Minor cleanups.
by Kevin O'Connor
· 15 years ago
5b15fbf
Fix bug in ata.c
by Kevin O'Connor
· 15 years ago
a4d3576
Port rombios32 code from bochs-bios.
by Kevin O'Connor
· 15 years ago
a9096f4
Minor hack - allow formats with 'l' to be shown in printf.
by Kevin O'Connor
· 15 years ago
ef5789e
Revert "Commit missing files from last commit."
by Kevin O'Connor
· 15 years ago
47baa3c
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
by Kevin O'Connor
· 15 years ago
cbbb667
Make sure to restore %ds on return from call16.
by Kevin O'Connor
· 15 years ago
9bd8391
Minor cleanup - move init of bda->equipment_list_flags
by Kevin O'Connor
· 15 years ago
c77ee3a
Fix keyboard init bug.
by Kevin O'Connor
· 15 years ago
44d6530
Enhance APM support.
by Kevin O'Connor
· 15 years ago
127cbd7
Clean up disk debugging messages.
by Kevin O'Connor
· 15 years ago
e2e5f01
use symbols for E820 memory types
by Kevin O'Connor
· 15 years ago
e09b982
Use symbols for cmos offsets in ram_probe()
by Kevin O'Connor
· 15 years ago
1978676
Rename VISIBLE macro for better control.
by Kevin O'Connor
· 15 years ago
a75284d
Commit missing files from last commit.
by Kevin O'Connor
· 15 years ago
3d02941
This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.
by Kevin O'Connor
· 15 years ago
95b2f78
Add initial support for apmbios code.
by Kevin O'Connor
· 15 years ago
180a959
Get CDROM emulation working.
by Kevin O'Connor
· 15 years ago
7d0f08a
Ignore precision specifiers in printf code.
by Kevin O'Connor
· 15 years ago
31d8c8a
Move cdrom code to its own file (cdrom.c).
by Kevin O'Connor
· 15 years ago
941d3e4
Initial cd emulation code.
by Kevin O'Connor
· 15 years ago
b74102d
Initial cdrom support.
by Kevin O'Connor
· 15 years ago
078c13e
Ubuntu workaround found; update TODO.
by Kevin O'Connor
· 15 years ago
Next »