summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-12Create separate IPL entry for each CD/DVDGleb Natapov6-13/+52
2010-12-12ahci: set controller idGerd Hoffmann1-0/+1
2010-12-12ahci: fix off-by-one in port countGerd Hoffmann1-1/+1
2010-12-12ahci: enable io/mem/dmaKevin O'Connor1-0/+3
2010-12-12ahci: set dma feature flagGerd Hoffmann1-0/+2
2010-12-05Check if capability enabled in XXX_cmd_data functions.Kevin O'Connor3-0/+9
2010-12-05Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor6-36/+47
2010-12-05add ahci supportGerd Hoffmann8-1/+688
2010-12-05ata: make helpers availableGerd Hoffmann2-9/+13
2010-12-05util: add memset_fl()Gerd Hoffmann2-0/+10
2010-12-05pci: add helper functions for mmio bar access from real mode.Gerd Hoffmann2-0/+55
2010-11-25Enhance call32() to pass a parameter to called function.Kevin O'Connor2-9/+10
2010-11-25Don't pass return address to transition(32,16,16big) on stack.Kevin O'Connor4-8/+14
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