seabios.git
2010-12-05 Gerd Hoffmannpci: add helper functions for mmio bar access from...
2010-11-25 Kevin O'ConnorEnhance call32() to pass a parameter to called function.
2010-11-25 Kevin O'ConnorDon't pass return address to transition(32,16,16big...
2010-11-13 Isaku Yamahatapciinit: use pci_region functions.
2010-11-13 Isaku Yamahatapci: introduce pci_region to manage pci io/memory/prefm...
2010-10-21 Kevin O'Connormark irq9 active high in DSDT
2010-10-18 Kevin O'ConnorReport meaningful error if pyserial not present in...
2010-09-26 Kevin O'ConnorShow size of non-relocatable runtime code during build.
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-25 Kevin O'ConnorAllow rom to grow to 256K.
2010-09-25 Kevin O'ConnorFix typo preventing relocated space from being used...
2010-09-25 Gleb Natapovfix virtio-blk failure after reboot
2010-09-25 Kevin O'ConnorAdd a debug method to AML code.
2010-09-25 Kevin O'ConnorWarn that ohci bulk is not supported.
2010-09-25 Kevin O'ConnorEnable optionroms to use freed space due to CONFIG_RELO...
2010-09-25 Kevin O'ConnorMove the 32bit init code to high memory at runtime.
2010-09-16 Kevin O'ConnorMove init code from _start() to post().
2010-09-16 Kevin O'ConnorAdd memalign_tmp() helper function.
2010-09-16 Kevin O'ConnorTry to hard-reboot on rerun of post even on emulators.
2010-09-16 Kevin O'ConnorDon't do shadow copying of optionroms when CONFIG_OPTIO...
2010-09-16 Kevin O'ConnorTry to hard-reboot processor on rerun of post under...
2010-09-16 Kevin O'ConnorEnhance build to emit relocation information.
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-09-16 Kevin O'ConnorModify tools/layoutrom.py to use classes instead of...
2010-09-13 Kevin O'ConnorUse str.startswith() in python scripts.
2010-09-13 Kevin O'ConnorPrep version for next release.
2010-09-13 Kevin O'ConnorUpdate version to 0.6.1
2010-09-03 Kevin O'ConnorSupport Samsung SE-S084 USB DVD drive (and probably...
2010-09-03 Isaku Yamahatapciinit: remove unused variable, old_addr, in pci_set_i...
2010-08-28 Kevin O'ConnorMinor - indentation change to jpeg.c.
2010-08-28 Kevin O'ConnorEnhance tools/readserial.py to support reading from...
2010-08-28 Kevin O'ConnorMake tools/transdump.py more resilient to unknown input.
2010-08-26 Kevin O'ConnorUpdate qemu_cfg_read to use "rep insb".
2010-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-08-24 Gleb Natapovadd write support to virtio-blk
2010-08-24 Lubomir RintelDon't try to talk to APIC on 486
2010-08-04 Kevin O'ConnorAdd ACPI SSDT/DSDT support for CPU hotplug.
2010-08-04 Kevin O'ConnorAdd additional debug status messages to bootsplash...
2010-07-30 Kevin O'ConnorAllow qemu to use bootsplash code via fwcfg interface.
2010-07-30 Kevin O'ConnorAdd tools/trandump.py tool for converting hexdump(...
2010-07-30 Kevin O'ConnorDefault bootsplash on (for coreboot users).
2010-07-30 Kevin O'ConnorAutodetect video mode based on bootsplash jpeg dimensions.
2010-07-30 Kevin O'ConnorRename "decdata" to "jpeg" in bootsplash - to be consis...
2010-07-30 Kevin O'ConnorBreakup jpeg_decode into parsing and displaying phases.
2010-07-30 Kevin O'ConnorAvoid using BSS variables in jpeg.c.
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-07-27 Kevin O'ConnorHandle unaligned sizes in iomemcpy().
2010-07-27 Kevin O'ConnorCleanup bootsplash vesa signature detection.
2010-07-27 Kevin O'ConnorBe sure to disable bootsplash on all BIOS boot cases.
2010-07-27 Kevin O'ConnorAdd call16_int10 helper to bootsplash.c.
2010-07-27 Kevin O'ConnorDon't do "double buffering" in bootsplash code.
2010-07-27 Kevin O'ConnorCheck that malloc succeeds in bootsplash code.
2010-07-27 Kevin O'ConnorBootsplash fixes and cleanups.
2010-07-27 Kevin O'ConnorMinor - clarify bit logic in mptable.c.
2010-07-27 Kevin O'ConnorFix integer truncating bug in calc_future_timer().
2010-07-27 Isaku Yamahataseabios: pciinit: fix 64bit bar initilization.
2010-07-25 Kevin O'ConnorMinor - introduce GDT_GRANLIMIT macro.
2010-07-25 Kevin O'ConnorAvoid code addresses >64K in big real mode.
2010-07-24 Isaku Yamahataseabios: smm: move out piix4 specific smram logic to...
2010-07-24 Isaku Yamahataseabios: shadow: make device finding more generic.
2010-07-24 Isaku Yamahataseabios: acpi: clean up of finding pm device.
2010-07-24 Isaku Yamahataseabios: acpi: split out piix4 pm logic.
2010-07-24 Isaku Yamahataseabios: acpi: move acpi definitions to acpi.h from...
2010-07-24 Isaku Yamahataseabios: acpi: move out endian conversion helper function.
2010-07-24 Isaku Yamahataseabios: pci: introduce helper function to find device...
2010-07-10 Alex Williamsonsmbios: Allow all fields to be set via qemu_cfg_smbios_...
2010-07-10 Kevin O'Connorseabios: pciinit: use pci device initializer helper...
2010-07-10 Isaku Yamahataseabios: pci: introduce helper function to initialize...
2010-07-08 Stefan Hajnoczivirtio: Clear interrupt status register in virtio-blk
2010-07-04 Isaku Yamahataseabios: pciinit: initialize pci bridge filtering regis...
2010-07-04 Isaku Yamahataseabios: pciinit: pci bridge bus initialization.
2010-07-04 Isaku Yamahataseabios: pciinit: make bar offset calculation pci bridg...
2010-07-04 Isaku Yamahataseabios: pciinit: factor out bar offset calculation.
2010-07-04 Isaku Yamahataseabios: pciinit: make pci bar assigner preferchable...
2010-07-04 Isaku Yamahataseabios: pciinit: make pci memory space assignment...
2010-07-04 Isaku Yamahataseabios: pciinit: factor out pci bar region allocation...
2010-07-04 Isaku Yamahataseabios: pci: introduce foreachpci_in_bus() helper...
2010-07-04 Kevin O'ConnorAdd romfile_size() wrapper for accessing cbfs/qemu_cfg...
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-06-19 Kevin O'ConnorUpdate TODO
2010-06-19 Kevin O'ConnorFix bvprintf() to respect padding for hex printing.
2010-06-13 Kevin O'ConnorUnify optionrom cbfs/qemu_cfg rom pulling code.
2010-06-11 Stefan ReinauerSeaBIOS VGA hooks
2010-06-11 Stefan ReinauerSeaBIOS CD/DVD abbreviations
2010-06-11 Isaku Yamahataseabios: remove iasl output file when error.
2010-06-06 Kevin O'ConnorAllocate cdemu buffer in low mem instead of ebda.
2010-06-06 Kevin O'ConnorIntroduce memcpy_fl - a memcpy on "flat" pointers.
2010-06-06 Kevin O'ConnorRework malloc to use a "first fit" algorithm.
2010-06-06 Kevin O'ConnorMinor mptable changes.
2010-05-27 Michael S.... virtio: clean up memory barrier usage
2010-05-27 Michael S.... virtio: remove NO_NOTIFY optimization
2010-05-23 Kevin O'ConnorDon't use RTC to time boot menu delay.
2010-05-23 Kevin O'ConnorGeneralize timer based delay code.
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-05-23 Kevin O'ConnorAllow wait_irq to be called in 32bit code.
2010-05-23 Kevin O'ConnorImprove optionrom debugging statements.
2010-05-23 Kevin O'ConnorMinor - compile out usb-msc code if CONFIG_USB_MSC...
2010-05-23 Kevin O'ConnorMinor ata cleanups.
2010-05-23 Kevin O'ConnorMake sure virtio-blk is fully compiled out if not wanted.
2010-05-20 Kevin O'ConnorMinor - split up virtio_blk_setup().
next