summaryrefslogtreecommitdiffstats
path: root/udelay.c
Commit message (Expand)AuthorAgeFilesLines
* Usleep() is not found in all versions of MinGW, use Sleep() on WindowsMaksim Kuleshov2013-04-051-4/+14
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+1
* Fix and improve libpayload platform supportPatrick Georgi2011-03-081-0/+1
* Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-01-241-4/+4
* Add support for building flashrom against libpayloadPatrick Georgi2010-09-301-0/+14
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-3/+3
* Gcc and clang can check format strings of printf-like functionsCarl-Daniel Hailfinger2010-06-041-1/+1
* Measure OS timer precision to refine calibrationCarl-Daniel Hailfinger2010-06-031-4/+54
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-2/+3
* Reinitialize the delay loop upon recalibrationUrja Rannikko2010-04-091-1/+2
* Refine and fix the delay loop calculationCarl-Daniel Hailfinger2010-03-311-13/+48
* The delay loop is probably one of the oldest pieces of codeCarl-Daniel Hailfinger2010-03-271-13/+29
* Internal.c was always compiled in because it hosted the function internal_del...Carl-Daniel Hailfinger2009-12-241-0/+13
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-2/+2
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-1/+0
* Some coding style and consistency fixesUwe Hermann2009-04-151-1/+1
* Coding-style fixes for flashrom, partly indent-aidedUwe Hermann2008-10-181-1/+1
* Debug print actual time base calculated by myusec_calibrate_delay()Peter Stuge2008-09-071-1/+7
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-1/+1
* Revert my last cleanup patchUwe Hermann2007-10-101-1/+1
* Cosmetic changes to make the flashrom output more consistentUwe Hermann2007-10-101-1/+1
* Add '(C)' where it's missing (for consistency reasons)Uwe Hermann2007-09-091-1/+1
* Add missing license header to udelay.cUwe Hermann2007-09-091-0/+20
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-1/+1
* Trivial (cosmetic) cleanupStefan Reinauer2007-04-061-2/+4
* Coding style fixesUwe Hermann2007-04-011-2/+2
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-2/+3
* Consolidate more jedec standard codeOllie Lho2004-03-201-6/+5
* Fix 32bit vs. 64bit long int arithematicsOllie Lho2004-03-181-3/+0
* Use standard product ID exit method for w49f002uOllie Lho2004-03-171-3/+1
* Move utility functions into new source filesOllie Lho2004-03-171-0/+43
OpenPOWER on IntegriCloud