aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for mptable generation.Kevin O'Connor2009-11-141-0/+7
* Improve debugging output from threads.Kevin O'Connor2009-10-241-0/+2
* Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor2009-10-241-0/+2
* Replace irq_enable() regions with explicit calls to check for irqs.Kevin O'Connor2009-10-241-1/+5
* Handle tsc rollover.Kevin O'Connor2009-10-221-0/+3
* Move smbios definitions to header file; fix compile on older gcc.Kevin O'Connor2009-10-181-3/+0
* Expand USB OHCI support.Kevin O'Connor2009-10-171-0/+1
* Use pmm_malloc() for internal allocations.Kevin O'Connor2009-10-121-9/+13
* Move read/write[bwl] from smp.c to util.h.Kevin O'Connor2009-10-121-0/+19
* Read max number of cpus from VM.Kevin O'Connor2009-10-081-0/+1
* irq0override provided by qemu.Kevin O'Connor2009-10-081-3/+0
* Add snprintf support.Kevin O'Connor2009-10-071-2/+7
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-1/+5
* Add support for permanent low memory allocations.Kevin O'Connor2009-09-241-0/+4
* Support sleeping until an irq fires, and use where applicable.Kevin O'Connor2009-09-201-0/+6
* Do PCI initialization before vga init.Kevin O'Connor2009-09-131-1/+1
* Cleanups for malloc code.Kevin O'Connor2009-08-301-2/+15
* Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor2009-08-181-4/+2
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-5/+5
* Rework coreboot cbfs interface for added flexibility.Kevin O'Connor2009-08-161-5/+9
* Add helper macros for defining GDT descriptors.Kevin O'Connor2009-08-101-0/+10
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-0/+14
* Add auto-generated version info to each build.Kevin O'Connor2009-07-291-0/+3
* mptable and madt irq overrideKevin O'Connor2009-07-291-0/+3
* Fix coreboot bios table copying by delaying to after memory scan.Kevin O'Connor2009-07-281-0/+1
* Add PMM stubs.Kevin O'Connor2009-07-261-0/+4
* Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor2009-07-261-0/+1
* Expand int155f "vgahook" detection.Kevin O'Connor2009-07-191-0/+2
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-041-0/+1
* Optionrom code cleanup.Kevin O'Connor2009-07-041-2/+2
* Minor - remove VAR16_32 from extern declaration in header.Kevin O'Connor2009-06-221-1/+1
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-211-2/+19
* Support running non-pci specific vga option roms from CBFS.Kevin O'Connor2009-06-171-2/+2
* Make sure memcpy() works in 16bit mode also.Kevin O'Connor2009-06-151-0/+3
* Unify mode16/32 compiler checks.Kevin O'Connor2009-06-151-4/+1
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-101-3/+18
* Minor - formatting enhancements; add memset_far funcs.Kevin O'Connor2009-05-061-1/+3
* Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor2009-04-301-1/+4
* Add support for compressed option roms.Kevin O'Connor2009-04-271-1/+1
* Fixup previous memcpy optimization.Kevin O'Connor2009-04-191-5/+2
* Optimize memcpy.Kevin O'Connor2009-04-191-1/+5
* Replace memeq/streq functions with memcmp/strcmp.Kevin O'Connor2009-04-181-2/+2
* Initial support for running CBFS payloads.Kevin O'Connor2009-04-131-1/+5
* Initial support for finding option roms in coreboot flash layout.Kevin O'Connor2009-04-111-1/+3
* Build mptable using C 'struct's.Kevin O'Connor2009-02-271-3/+0
* Add hexdump() output helper function.Kevin O'Connor2009-02-171-0/+1