Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
ff3651a2da21a316f9cf64c0dd881b0d8abc48ad
ff3651a
Add header guard around pic.h
by Kevin O'Connor
· 15 years ago
f54c150
Cleanup handling of interrupt controller (PIC).
by Kevin O'Connor
· 15 years ago
15c1f22
Support config driven debugging of each irq handler.
by Kevin O'Connor
· 15 years ago
2e3eeeb
Wait for RDY bit when resetting ata hard drives.
by Kevin O'Connor
· 15 years ago
93479e4
Support relocating coreboot generated acpi rsdp and pir tables.
by Kevin O'Connor
· 15 years ago
d25810a
Generate PIR table at post time.
by Kevin O'Connor
· 15 years ago
d8a1811
Add config option CONFIG_ACPI for turning off ACPI table generation.
by Kevin O'Connor
· 15 years ago
276d4a9
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
by Kevin O'Connor
· 15 years ago
061d137
Move PIR table definitions to pcibios.h.
by Kevin O'Connor
· 15 years ago
aa0c66d
Support auto-merging e820 maps of same type.
by Kevin O'Connor
· 15 years ago
59a23bb
Enhance e820 memory map generation - include files missing from last commit.
by Kevin O'Connor
· 15 years ago
c781293
Enhance e820 memory map generation.
by Kevin O'Connor
· 15 years ago
35192dd
Move debugging messages to appropriate functions.
by Kevin O'Connor
· 15 years ago
da4a648
Separate out ram shadow code and permit more code to write to bios.
by Kevin O'Connor
· 15 years ago
b3c28be
Properly save/restore %esp high bits.
by Kevin O'Connor
· 15 years ago
22dfb85
Misc minor updates.
by Kevin O'Connor
· 15 years ago
ef2822a
Do proper delays when switching devices.
by Kevin O'Connor
· 15 years ago
0fae9e1
APM fixes; don't save/clear/restore %esp high bits.
by Kevin O'Connor
· 15 years ago
db9e65e
Introduce set_fail_silent() helpers.
by Kevin O'Connor
· 15 years ago
5c73240
Serial debugging code must not access BDA.
by Kevin O'Connor
· 15 years ago
c1adedc
Verify that option roms don't try to move the ebda block.
by Kevin O'Connor
· 15 years ago
60ee1d8
Update PCI devid of PIR table.
by Kevin O'Connor
· 15 years ago
f5cb079
Improvements to checkstack.py tool.
by Kevin O'Connor
· 15 years ago
7ba6b30
Support config option to disable APM BIOS calls.
by Kevin O'Connor
· 16 years ago
3e1b649
Fix bug causing ata_reset to not wait for BSY to clear.
by Kevin O'Connor
· 16 years ago
ac8df8c
Improve control of debug messages.
by Kevin O'Connor
· 16 years ago
0f803e4
PCI enhancements.
by Kevin O'Connor
· 16 years ago
72743f1
Minor cleanup - use usecs instead of msecs.
by Kevin O'Connor
· 16 years ago
5be0490
Implement usleep using real time clock.
by Kevin O'Connor
· 16 years ago
c258869
Don't initialize keyboard hardware on coreboot - coreboot already does it.
by Kevin O'Connor
· 16 years ago
f64f0db
Initial support for coreboot.
by Kevin O'Connor
· 16 years ago
c143761
Cleanup ata hard drive detection.
by Kevin O'Connor
· 16 years ago
abc7597
Establish boot order in post stage.
by Kevin O'Connor
· 16 years ago
88c00ee
Auto-detect equipment byte info - don't require nvram.
by Kevin O'Connor
· 16 years ago
9dd0dd1
Auto detect EBDA_SIZE from size of data structure.
by Kevin O'Connor
· 16 years ago
9571ac2
Unify memory size detection.
by Kevin O'Connor
· 16 years ago
1bb3b5c
Add full support for drives with more that 2<<32 sectors.
by Kevin O'Connor
· 16 years ago
0227095
Sync rombios32.c with bochs cvs.
by Kevin O'Connor
· 16 years ago
1cd7471
Fix typo in clock.c outb_cmos call.
by Kevin O'Connor
· 16 years ago
ee55c76
Reduce ide stack usage by reorganizing ata calls.
by Kevin O'Connor
· 16 years ago
5c4a8c6
Add tool to check stack usage of 16bit code.
by Kevin O'Connor
· 16 years ago
a2d1692
Add compile options to reduce stack usage.
by Kevin O'Connor
· 16 years ago
7453453
Use a linker script for 16bit code.
by Kevin O'Connor
· 16 years ago
59fead6
Fix elf build; rename target file rom.bin to bios.bin.
by Kevin O'Connor
· 16 years ago
4b39b82
Support 32bit entry point and an elf wrapped binary.
by Kevin O'Connor
· 16 years ago
1812e20
Add support for sending debug messages to a serial port.
by Kevin O'Connor
· 16 years ago
d9b0659
This patch does:
by Kevin O'Connor
· 16 years ago
2ad3744
Minor cleanups.
by Kevin O'Connor
· 16 years ago
0b69725
Expand floppy_ret to show function names when return code is a failure.
by Kevin O'Connor
· 16 years ago
rel-0.2.2
117fc21
Compile fixes for gcc 4.3.
by Kevin O'Connor
· 16 years ago
e6eb3f5
Move timer setup from post.c to clock.c.
by Kevin O'Connor
· 16 years ago
913cc2e
Move serial/lpt setup from post.c to serial.c
by Kevin O'Connor
· 16 years ago
9f0d94d
Move hard drive init from post.c to ata.c.
by Kevin O'Connor
· 16 years ago
3bbcc14
Move floppy setup code from post.c to floppy.c.
by Kevin O'Connor
· 16 years ago
109432e
Fix typo causing fdpt1 from structure from being populated.
by Kevin O'Connor
· 16 years ago
ba2d0df
Add compile options to Makefile to reduce stack space.
by Kevin O'Connor
· 16 years ago
74f9c08
Use __always_inline to force inlining.
by Kevin O'Connor
· 16 years ago
0257b4a
Fix asm dependencies on segment based writes.
by Kevin O'Connor
· 16 years ago
800eab5
Fix bug causing low memory configs to be off by 1024 in e820 maps.
by Kevin O'Connor
· 16 years ago
52c1a8a
Fix typo - a memcpy should have been memset in rombios32.c
by Kevin O'Connor
· 16 years ago
5e4235f
Memset should return 'void *' - just to conform to standards.
by Kevin O'Connor
· 16 years ago
dfabfe0
Fix bug causing write corruption on large disks.
by Kevin O'Connor
· 16 years ago
rel-0.2.1
98123b5
Port fix from bochs-bios for incorrect acpi on boxes < 16M.
by Kevin O'Connor
· 16 years ago
06ad44e
Introduce cpu_relax() and use it in busy loops.
by Kevin O'Connor
· 16 years ago
e0113c9
Forward port new boot menu features from bochs bios.
by Kevin O'Connor
· 16 years ago
567e4e3
Make several functions non-inline.
by Kevin O'Connor
· 16 years ago
595fb46
Add s64 type to types.h.
by Kevin O'Connor
· 16 years ago
0bb2a44
Minor enhancements to README file.
by Kevin O'Connor
· 16 years ago
18f368e
Don't clobber %esp highbits on C code entry.
by Kevin O'Connor
· 16 years ago
67c2cf3
Avoid using volatile on GET/SET_VAR macros.
by Kevin O'Connor
· 16 years ago
41d2810
Minor cleanup of GET_VAR usage in output.c.
by Kevin O'Connor
· 16 years ago
438f635
Minor cleanups.
by Kevin O'Connor
· 16 years ago
838f08f
Update README file with more information on using the bios.
by Kevin O'Connor
· 16 years ago
rel-0.2.0
2e7ab8b
Unify checksum functions.
by Kevin O'Connor
· 16 years ago
46df61c
Fix bugs in GET/SET_FARPTR macros.
by Kevin O'Connor
· 16 years ago
840c534
Cleanup boot order determination.
by Kevin O'Connor
· 16 years ago
56a506d
Merge IPL segment into EBDA segment.
by Kevin O'Connor
· 16 years ago
a6b9f71
Refactor ata code.
by Kevin O'Connor
· 16 years ago
0cdac0e
Reorder basic_access() to reduce stack usage.
by Kevin O'Connor
· 16 years ago
f06f03a
Minor debugging improvements.
by Kevin O'Connor
· 16 years ago
f888f8c
Move internal defs from ata.h to ata.c.
by Kevin O'Connor
· 16 years ago
aa7ddd7
Limit cdrom emulation available functions.
by Kevin O'Connor
· 16 years ago
f04d5c7
Remove redundant debug statements from disk.c.
by Kevin O'Connor
· 16 years ago
aa2590c
Cleanup cdrom emulation.
by Kevin O'Connor
· 16 years ago
070231b
Use "FARPTR" consistently in macros.
by Kevin O'Connor
· 16 years ago
fad2da8
Fix disk_1301 handler.
by Kevin O'Connor
· 16 years ago
dfa1650
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
by Kevin O'Connor
· 16 years ago
faa8b6f
Guard header file pci.h
by Kevin O'Connor
· 16 years ago
7913f9d
Minor change - use set_success() instead of set_cf in pcibios.c.
by Kevin O'Connor
· 16 years ago
7958de3
Make sure we zero bss before calling rombios32 code.
by Kevin O'Connor
· 16 years ago
a0dc296
Basic support for PCI BIOS.
by Kevin O'Connor
· 16 years ago
c38e480
Minor cleanups.
by Kevin O'Connor
· 16 years ago
68296e8
Fix bug in apm32protected_entry.
by Kevin O'Connor
· 16 years ago
aafa657
Split up ata_detect() function.
by Kevin O'Connor
· 16 years ago
049d5a2
Use LBA disk access methods always; don't use CHS methods.
by Kevin O'Connor
· 16 years ago
2018eff
Move keyboard setup to kbd.c.
by Kevin O'Connor
· 16 years ago
e51313d
Update interger types in rombios32 code.
by Kevin O'Connor
· 16 years ago
63ccc13
Move ata_detect call to 32bit code.
by Kevin O'Connor
· 16 years ago
74799df
Move irq_enable/disable out of ata.c
by Kevin O'Connor
· 16 years ago
efde609
Use 32bit absolute pointers for buffers in ATA code.
by Kevin O'Connor
· 16 years ago
Next »