summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-25ahci: save a few loop hops in detectahciGerd Hoffmann1-2/+3
2010-11-24add ahci supportGerd Hoffmann8-1/+691
2010-11-24make ata helpers availableGerd Hoffmann2-9/+13
2010-11-24complete pci_writelGerd Hoffmann1-7/+30
2010-11-24add pci_readl+pci_writel to util.hGerd Hoffmann1-0/+2
2010-11-24Implement support for transitioning from 16 bit to 32 bitKevin O'Connor2-5/+35
2010-11-24Implement support for transitioning from 16 bit to 32 bitKevin O'Connor1-8/+8
2010-11-13pciinit: use pci_region functions.Isaku Yamahata1-62/+60
2010-11-13pci: introduce pci_region to manage pci io/memory/prefmemory regions.Isaku Yamahata3-1/+108
2010-10-20mark irq9 active high in DSDTKevin O'Connor2-981/+1041
2010-10-17Report meaningful error if pyserial not present in tools/readserial.pyKevin O'Connor1-1/+9
2010-09-26Show size of non-relocatable runtime code during build.Kevin O'Connor1-2/+5
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor17-79/+7
2010-09-25Allow rom to grow to 256K.Kevin O'Connor2-7/+8
2010-09-25Fix typo preventing relocated space from being used for option roms.Kevin O'Connor1-1/+1
2010-09-25fix virtio-blk failure after rebootGleb Natapov1-0/+1
2010-09-25Add a debug method to AML code.Kevin O'Connor2-996/+1016
2010-09-25Warn that ohci bulk is not supported.Kevin O'Connor3-2/+19
2010-09-25Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.Kevin O'Connor2-12/+11
2010-09-25Move the 32bit init code to high memory at runtime.Kevin O'Connor2-2/+58
2010-09-15Move init code from _start() to post().Kevin O'Connor2-34/+60
2010-09-15Add memalign_tmp() helper function.Kevin O'Connor1-0/+9
2010-09-15Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor5-13/+40
2010-09-15Don't do shadow copying of optionroms when CONFIG_OPTIONROMS_DEPLOYED.Kevin O'Connor1-17/+10
2010-09-15Try to hard-reboot processor on rerun of post under coreboot.Kevin O'Connor6-4/+54
2010-09-15Enhance build to emit relocation information.Kevin O'Connor1-3/+60
2010-09-15Separate out init code from the rest of the 32bit flat code.Kevin O'Connor4-9/+60
2010-09-15Modify tools/layoutrom.py to use classes instead of tuples.Kevin O'Connor2-178/+189
2010-09-13Use str.startswith() in python scripts.Kevin O'Connor2-13/+12
2010-09-13Prep version for next release.Kevin O'Connor1-1/+1
2010-09-13Update version to 0.6.1Kevin O'Connor1-1/+1
2010-09-02Support Samsung SE-S084 USB DVD drive (and probably many others)Kevin O'Connor2-3/+7
2010-09-02pciinit: remove unused variable, old_addr, in pci_set_io_region_addr().Isaku Yamahata1-3/+1
2010-08-28Minor - indentation change to jpeg.c.Kevin O'Connor1-8/+8
2010-08-28Enhance tools/readserial.py to support reading from a pipe.Kevin O'Connor1-12/+31
2010-08-28Make tools/transdump.py more resilient to unknown input.Kevin O'Connor1-2/+2
2010-08-25Update qemu_cfg_read to use "rep insb".Kevin O'Connor1-2/+1
2010-08-25Only show bootsplash during boot menu.Kevin O'Connor5-38/+27
2010-08-24add write support to virtio-blkGleb Natapov1-6/+9
2010-08-24Don't try to talk to APIC on 486Lubomir Rintel1-1/+1
2010-08-03Add ACPI SSDT/DSDT support for CPU hotplug.Kevin O'Connor4-376/+586
2010-08-03Add additional debug status messages to bootsplash code.Kevin O'Connor1-0/+7
2010-07-30Allow qemu to use bootsplash code via fwcfg interface.Kevin O'Connor1-12/+13
2010-07-30Add tools/trandump.py tool for converting hexdump() output.Kevin O'Connor1-0/+50
2010-07-30Default bootsplash on (for coreboot users).Kevin O'Connor2-2/+2
2010-07-30Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor2-47/+69
2010-07-30Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.Kevin O'Connor1-10/+10
2010-07-30Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor3-34/+42
2010-07-30Avoid using BSS variables in jpeg.c.Kevin O'Connor3-163/+158
2010-07-28Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor8-48/+34