aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updates to TODO items.rel-0.2.3Kevin O'Connor2008-06-281-3/+3
* Set BIOS checksum at 0xfffff.Kevin O'Connor2008-06-281-0/+3
* Improve some debugging output.Kevin O'Connor2008-06-288-69/+50
* Scan for and relocate mptable when using coreboot.Kevin O'Connor2008-06-212-1/+38
* Convert '\n' to '\r\n' on debug serial output.Kevin O'Connor2008-06-211-1/+4
* Add code (currently disabled) to mask run away irqs.Kevin O'Connor2008-06-216-31/+99
* Init serial port before using it for debug - also reinit after option rom.Kevin O'Connor2008-06-214-1/+31
* PCI fixesKevin O'Connor2008-06-213-28/+34
* Make 0xa0000 - 0x10000 a "gap" in the e820 map.Kevin O'Connor2008-06-213-2/+8
* Minor enhancement to disk failure reporting.Kevin O'Connor2008-06-211-3/+3
* Fixup bios.bin.elf building on other versions of ld.Kevin O'Connor2008-06-201-1/+1
* Add header guard around pic.hKevin O'Connor2008-06-181-0/+4
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-1412-77/+165
* Support config driven debugging of each irq handler.Kevin O'Connor2008-06-1210-27/+57
* Wait for RDY bit when resetting ata hard drives.Kevin O'Connor2008-06-121-0/+9
* Support relocating coreboot generated acpi rsdp and pir tables.Kevin O'Connor2008-06-121-7/+77
* Generate PIR table at post time.Kevin O'Connor2008-06-126-114/+127
* Add config option CONFIG_ACPI for turning off ACPI table generation.Kevin O'Connor2008-06-122-1/+6
* Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor2008-06-1112-484/+511
* Move PIR table definitions to pcibios.h.Kevin O'Connor2008-06-113-28/+43
* Support auto-merging e820 maps of same type.Kevin O'Connor2008-06-111-10/+25
* Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor2008-06-083-0/+299
* Enhance e820 memory map generation.Kevin O'Connor2008-06-088-82/+65
* Move debugging messages to appropriate functions.Kevin O'Connor2008-06-086-11/+11
* Separate out ram shadow code and permit more code to write to bios.Kevin O'Connor2008-06-085-81/+137
* Properly save/restore %esp high bits.Kevin O'Connor2008-06-081-2/+33
* Misc minor updates.Kevin O'Connor2008-06-073-2/+16
* Do proper delays when switching devices.Kevin O'Connor2008-06-071-27/+40
* APM fixes; don't save/clear/restore %esp high bits.Kevin O'Connor2008-06-072-11/+14
* Introduce set_fail_silent() helpers.Kevin O'Connor2008-06-073-5/+17
* Serial debugging code must not access BDA.Kevin O'Connor2008-06-074-47/+27
* Verify that option roms don't try to move the ebda block.Kevin O'Connor2008-06-071-0/+5
* Update PCI devid of PIR table.Kevin O'Connor2008-06-071-4/+6
* Improvements to checkstack.py tool.Kevin O'Connor2008-06-071-11/+34
* Support config option to disable APM BIOS calls.Kevin O'Connor2008-05-262-0/+7
* Fix bug causing ata_reset to not wait for BSY to clear.Kevin O'Connor2008-05-261-16/+15
* Improve control of debug messages.Kevin O'Connor2008-05-2412-51/+72
* PCI enhancements.Kevin O'Connor2008-05-246-106/+131
* Minor cleanup - use usecs instead of msecs.Kevin O'Connor2008-05-241-2/+2
* Implement usleep using real time clock.Kevin O'Connor2008-05-185-56/+109
* Don't initialize keyboard hardware on coreboot - coreboot already does it.Kevin O'Connor2008-05-181-0/+4
* Initial support for coreboot.Kevin O'Connor2008-05-187-18/+55
* Cleanup ata hard drive detection.Kevin O'Connor2008-05-181-140/+134
* Establish boot order in post stage.Kevin O'Connor2008-05-184-20/+15
* Auto-detect equipment byte info - don't require nvram.Kevin O'Connor2008-05-182-12/+19
* Auto detect EBDA_SIZE from size of data structure.Kevin O'Connor2008-05-182-2/+3
* Unify memory size detection.Kevin O'Connor2008-05-174-64/+53
* Add full support for drives with more that 2<<32 sectors.Kevin O'Connor2008-05-147-38/+57
* Sync rombios32.c with bochs cvs.Kevin O'Connor2008-05-131-13/+14
* Fix typo in clock.c outb_cmos call.Kevin O'Connor2008-05-131-2/+2