aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor2009-04-303-31/+76
* Add config option to set boot menu delay time.Kevin O'Connor2009-04-292-3/+5
* Add support for compressed option roms.Kevin O'Connor2009-04-273-24/+56
* Add LZMA decompression support to CBFS.Kevin O'Connor2009-04-264-8/+517
* Exit CBFS file search early if zero signature found.Kevin O'Connor2009-04-261-1/+4
* Minor - simplify add_e820() function.Kevin O'Connor2009-04-261-14/+11
* Fixup previous memcpy optimization.Kevin O'Connor2009-04-193-20/+7
* Optimize memcpy.Kevin O'Connor2009-04-192-6/+22
* Allow booting from any device when under coreboot.Kevin O'Connor2009-04-181-11/+5
* Try to prevent mapping option roms over flash.Kevin O'Connor2009-04-181-1/+3
* Replace memeq/streq functions with memcmp/strcmp.Kevin O'Connor2009-04-184-11/+11
* Add support for waiting for drive startup during ATA detect.Kevin O'Connor2009-04-181-11/+41
* Minor - add more debugging output to option rom scanning.Kevin O'Connor2009-04-161-1/+4
* Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.Kevin O'Connor2009-04-132-0/+4
* Minor - reset data segments in post32 entry point.Kevin O'Connor2009-04-131-0/+6
* Clear irqs in transition32 instead of callers.Kevin O'Connor2009-04-132-13/+11
* Minor - reorganize romlayout.S to better group entry points.Kevin O'Connor2009-04-131-67/+72
* Make sure optionroms have a non-zero size before using them.Kevin O'Connor2009-04-131-0/+2
* Initial support for running CBFS payloads.Kevin O'Connor2009-04-135-36/+196
* Initial support for finding option roms in coreboot flash layout.Kevin O'Connor2009-04-117-33/+168
* Rework linker scripts so they work on new version of ld.Kevin O'Connor2009-04-083-10/+8
* Add high coreboot table support to seabios.Kevin O'Connor2009-03-211-0/+16
* Minor - reduce forced inlining directives in src/ata.c.Kevin O'Connor2009-03-071-7/+7
* Register int02 handler (nmi); disable NMI by default.Kevin O'Connor2009-03-076-7/+18
* Minor - improve formatting of src/acpi.c.Kevin O'Connor2009-03-011-103/+101
* Consistently disable irqs at start of each assembler entry point.Kevin O'Connor2009-03-013-24/+27
* Fix mptable MPCONFIG_SIGNATURE incorrect signature.Kevin O'Connor2009-02-281-1/+1
* Support multiple independent root buses (if known at compile time).Kevin O'Connor2009-02-282-3/+13
* Fix bug in emulator mptable creation - space not reserved.Kevin O'Connor2009-02-281-0/+1
* Don't 'autodetect' ATA PIO32 mode - use compile def instead.Kevin O'Connor2009-02-274-17/+13
* Minor - cleanup return code of floppy_media_sense.Kevin O'Connor2009-02-271-11/+3
* Copy mptable floater and config tables when on coreboot.Kevin O'Connor2009-02-271-3/+10
* Build mptable using C 'struct's.Kevin O'Connor2009-02-276-155/+160
* Minor - simplify add_e820() function.Kevin O'Connor2009-02-271-33/+28
* Save/restore %ebp in __call16 instead of in caller (call16).Kevin O'Connor2009-02-272-8/+13
* Add hexdump() output helper function.Kevin O'Connor2009-02-172-0/+21
* Fix typo causing atapi drive type misreport.Kevin O'Connor2009-02-171-1/+1
* Clear out the BiosTableSpace array on each boot.Kevin O'Connor2009-02-171-0/+1
* Bug fix - cdrom media emulation only moves drives if of the same type.Kevin O'Connor2009-02-171-2/+3
* Enhance boot menu to allow user to select which CD drive to boot from.Kevin O'Connor2009-02-164-43/+32
* Fix RTC UIP timing.Kevin O'Connor2009-02-161-4/+4
* Minor - change checksum functions to take a (void *).Kevin O'Connor2009-02-157-11/+11
* Allow ctrl+alt+delete to work when no boot device found.Kevin O'Connor2009-02-153-3/+8
* Clock cleanups.Kevin O'Connor2009-02-153-27/+43
* Enhance cdrom capacity/media sensing timers.Kevin O'Connor2009-02-121-38/+41
* Add common ata identify sequence; improve debugging.Kevin O'Connor2009-02-112-42/+30
* Minor - ata identify commands should use a u16 buffer (not u8).Kevin O'Connor2009-02-111-17/+18
* Don't overflow ATA.channels array on machines with > 4 controllers.Kevin O'Connor2009-02-111-0/+2
* Add support for selecting harddrive order in boot menu.Kevin O'Connor2009-02-087-172/+346
* Increase default CONFIG_MAX_BIOSTABLE setting.Kevin O'Connor2009-02-081-1/+1