grml...
[seabios.git] / src / util.h
2012-02-02 Kevin O'ConnorAdd TSC emulation layer for 386/486 CPUs.
2012-02-02 Kevin O'ConnorDetect CPUID instruction before using it.
2011-10-30 Isaku Yamahatautil: add le32_to_cpu()
2011-07-16 Kevin O'ConnorRun option rom visible PMM code in 32bit mode instead...
2011-07-13 Gerd Hoffmannpci: remove old pci initilaization code
2011-07-11 Kevin O'ConnorSimplify POST entry code by moving reboot logic from...
2011-07-06 Kevin O'ConnorReplace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and...
2011-07-02 Kevin O'ConnorCalculate vgahook responses during setup instead of...
2011-06-19 Kevin O'ConnorRemove dev-i440fx.c/h - move code closer to its callers.
2011-06-13 Ian CampbellAdd support for use as Xen HVM BIOS.
2011-06-13 Ian CampbellMove support for copying out BIOS tables into its own...
2011-01-08 Kevin O'ConnorMove the CBFS payload setup to later in the boot.
2011-01-08 Kevin O'ConnorExtract space trimming code from ATA and use in USB...
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-24 Kevin O'ConnorAdd strchr() function.
2010-12-05 Gerd Hoffmannutil: add memset_fl()
2010-11-25 Kevin O'ConnorEnhance call32() to pass a parameter to called function.
2010-11-13 Isaku Yamahatapci: introduce pci_region to manage pci io/memory/prefm...
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
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-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-07-27 Kevin O'ConnorBootsplash fixes and cleanups.
2010-07-25 Kevin O'ConnorMinor - introduce GDT_GRANLIMIT macro.
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: move out endian conversion helper function.
2010-07-10 Kevin O'Connorseabios: pciinit: use pci device initializer helper...
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-06-13 Kevin O'ConnorUnify optionrom cbfs/qemu_cfg rom pulling code.
2010-06-06 Kevin O'ConnorIntroduce memcpy_fl - a memcpy on "flat" pointers.
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-03-21 Kevin O'ConnorForce use of indirect function calls in inline assembler.
2010-03-20 Kevin O'ConnorDon't move EBDA while an optionrom is running (CONFIG_T...
2010-03-14 Kevin O'ConnorBackup and restore registers when calling out to user...
2010-02-28 Kevin O'ConnorIntroduce simple "mutex" locking code.
2010-02-28 Kevin O'ConnorAdd a generic "internal error" warning function.
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-16 Kevin O'ConnorOptimize ntohl() code.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-01 Kevin O'ConnorAdd __noreturn define for __attribute__((noreturn)).
2010-01-01 Kevin O'ConnorImplement native 32bit APM support.
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-18 Gerd Hoffmannmove htonl() + friends to util.h
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-11 Kevin O'ConnorMove stack manipulation code from util.c to new file...
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-10 Kevin O'ConnorClear thread info on each boot.
2009-12-05 Kevin O'ConnorIntroduce optimized iomemcpy function for copying from...
2009-11-24 Kevin O'ConnorUpdate snprintf to return the number of bytes used.
2009-11-14 Kevin O'ConnorFixes for mptable generation.
2009-10-24 Kevin O'ConnorImprove debugging output from threads.
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-10-18 Kevin O'ConnorMove smbios definitions to header file; fix compile...
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-12 Kevin O'ConnorUse pmm_malloc() for internal allocations.
2009-10-12 Kevin O'ConnorMove read/write[bwl] from smp.c to util.h.
2009-10-09 Kevin O'ConnorRead max number of cpus from VM.
2009-10-09 Kevin O'Connorirq0override provided by qemu.
2009-10-08 Kevin O'ConnorAdd snprintf support.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-09-20 Kevin O'ConnorSupport sleeping until an irq fires, and use where...
2009-09-13 Kevin O'ConnorDo PCI initialization before vga init.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
2009-08-10 Kevin O'ConnorAdd helper macros for defining GDT descriptors.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-07-29 Kevin O'Connormptable and madt irq override
2009-07-29 Kevin O'ConnorFix coreboot bios table copying by delaying to after...
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-06-23 Kevin O'ConnorMinor - remove VAR16_32 from extern declaration in...
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
2009-06-16 Kevin O'ConnorMake sure memcpy() works in 16bit mode also.
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-05-07 Kevin O'ConnorMinor - formatting enhancements; add memset_far funcs.
2009-05-01 Kevin O'ConnorAdd ability to run all option roms in CBFS directory...
2009-04-28 Kevin O'ConnorAdd support for compressed option roms.
2009-04-20 Kevin O'ConnorFixup previous memcpy optimization.
2009-04-20 Kevin O'ConnorOptimize memcpy.
2009-04-18 Kevin O'ConnorReplace memeq/streq functions with memcmp/strcmp.
2009-04-13 Kevin O'ConnorInitial support for running CBFS payloads.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
next