aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.Kevin O'Connor2011-07-051-0/+1
* Calculate vgahook responses during setup instead of in 16bit code.Kevin O'Connor2011-07-021-2/+3
* Remove dev-i440fx.c/h - move code closer to its callers.Kevin O'Connor2011-06-191-7/+0
* Add support for use as Xen HVM BIOS.Ian Campbell2011-06-131-0/+1
* Move support for copying out BIOS tables into its own file.Ian Campbell2011-06-131-0/+5
* Move the CBFS payload setup to later in the boot.Kevin O'Connor2011-01-081-0/+1
* Extract space trimming code from ATA and use in USB and bootorder code.Kevin O'Connor2011-01-081-0/+1
* Remove drive->desc field.Kevin O'Connor2010-12-291-0/+2
* Add strchr() function.Kevin O'Connor2010-12-241-0/+1
* util: add memset_fl()Gerd Hoffmann2010-12-051-0/+1
* Enhance call32() to pass a parameter to called function.Kevin O'Connor2010-11-251-0/+1
* pci: introduce pci_region to manage pci io/memory/prefmemory regions.Isaku Yamahata2010-11-131-0/+29
* Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor2010-09-251-2/+0
* Add memalign_tmp() helper function.Kevin O'Connor2010-09-151-0/+9
* Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor2010-09-151-1/+3
* Only show bootsplash during boot menu.Kevin O'Connor2010-08-251-0/+1
* Bootsplash fixes and cleanups.Kevin O'Connor2010-07-261-1/+4
* Minor - introduce GDT_GRANLIMIT macro.Kevin O'Connor2010-07-251-5/+9
* seabios: smm: move out piix4 specific smram logic to dev-i440fx.cIsaku Yamahata2010-07-241-0/+4
* seabios: shadow: make device finding more generic.Isaku Yamahata2010-07-241-0/+2
* seabios: acpi: move out endian conversion helper function.Isaku Yamahata2010-07-241-0/+10
* seabios: pciinit: use pci device initializer helper function.Kevin O'Connor2010-07-101-0/+2
* Initial bootsplash support.Kevin O'Connor2010-06-281-0/+4
* Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor2010-06-131-2/+1
* Introduce memcpy_fl - a memcpy on "flat" pointers.Kevin O'Connor2010-06-061-0/+1
* Don't use RTC to time boot menu delay.Kevin O'Connor2010-05-231-1/+0
* Generalize timer based delay code.Kevin O'Connor2010-05-231-0/+3
* Rename check_time() to check_tsc().Kevin O'Connor2010-05-231-1/+1
* Allow wait_irq to be called in 32bit code.Kevin O'Connor2010-05-231-10/+4
* Force use of indirect function calls in inline assembler.Kevin O'Connor2010-03-201-1/+1
* Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).Kevin O'Connor2010-03-201-0/+1
* Backup and restore registers when calling out to user funcs.Kevin O'Connor2010-03-131-3/+6
* Introduce simple "mutex" locking code.Kevin O'Connor2010-02-281-0/+3
* Add a generic "internal error" warning function.Kevin O'Connor2010-02-281-0/+3
* Cleanup - build drive description in temp memory during init.Kevin O'Connor2010-02-211-0/+6
* Optimize ntohl() code.Kevin O'Connor2010-02-151-7/+15
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-6/+32
* Support USB interrupt schedules on OHCI and UHCI.Kevin O'Connor2010-02-131-0/+2
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-35/+35
* Add __noreturn define for __attribute__((noreturn)).Kevin O'Connor2010-01-011-3/+2
* Implement native 32bit APM support.Kevin O'Connor2010-01-011-1/+1
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-0/+1
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-1/+1
* move htonl() + friends to util.hGerd Hoffmann2009-12-181-0/+7
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-10/+20
* Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor2009-12-101-18/+27
* Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor2009-12-091-0/+1
* Clear thread info on each boot.Kevin O'Connor2009-12-091-0/+1
* Introduce optimized iomemcpy function for copying from io memory.Kevin O'Connor2009-12-051-0/+1
* Update snprintf to return the number of bytes used.Kevin O'Connor2009-11-241-1/+1