Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
a62124848abcbaffefc747b545c6cf2752d85f00
/
udelay.c
6c68363
tree: Include missing headers for function prototypes
by Jacob Garber
· 5 years ago
0cacb11
Remove trailing whitespace
by Elyes HAOUAS
· 6 years ago
1b36593
udelay.c: Remove trailing whitespace
by Elyes HAOUAS
· 7 years ago
e083880
Remove address from GPLv2 headers
by Elyes HAOUAS
· 7 years ago
124ef38
Fix whitespace errors
by Elyes HAOUAS
· 7 years ago
8624e8c
udelay: Use clock_gettime() if available and precise
by Nico Huber
· 12 years ago
839db6d
Use nanosleep() instead of usleep() where available
by Stefan Tauner
· 9 years ago
b0eee9b
Unify target OS and CPU architecture checks
by Stefan Tauner
· 10 years ago
f80419c
Make delay values unsigned
by Stefan Tauner
· 11 years ago
73dc0db
Usleep() is not found in all versions of MinGW, use Sleep() on Windows
by Maksim Kuleshov
· 12 years ago
1c6d2ff
Some ISO C fixes
by Carl-Daniel Hailfinger
· 12 years ago
97bc95c
Fix and improve libpayload platform support
by Patrick Georgi
· 14 years ago
73f8ec8
Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
a9095a9
Add support for building flashrom against libpayload
by Patrick Georgi
· 14 years ago
ad3cc55
Kill global variables, constants and functions if local scope suffices
by Carl-Daniel Hailfinger
· 14 years ago
9f5f215
Gcc and clang can check format strings of printf-like functions
by Carl-Daniel Hailfinger
· 14 years ago
b929d11
Measure OS timer precision to refine calibration
by Carl-Daniel Hailfinger
· 14 years ago
831e8f4
Remove unneeded #include statements completely
by Carl-Daniel Hailfinger
· 14 years ago
f640401
Reinitialize the delay loop upon recalibration
by Urja Rannikko
· 15 years ago
253101e
Refine and fix the delay loop calculation
by Carl-Daniel Hailfinger
· 15 years ago
b811461
The delay loop is probably one of the oldest pieces of code
by Carl-Daniel Hailfinger
· 15 years ago
36cc1c8
Internal.c was always compiled in because it hosted the function internal_delay()
by Carl-Daniel Hailfinger
· 15 years ago
ca8bfc6
Add programmer-specific delay functions
by Carl-Daniel Hailfinger
· 15 years ago
2cac686
Drop unused/duplicated #includes and some dead code
by Uwe Hermann
· 15 years ago
7b2969b
Some coding style and consistency fixes
by Uwe Hermann
· 16 years ago
394131e
Coding-style fixes for flashrom, partly indent-aided
by Uwe Hermann
· 16 years ago
80d667b
Debug print actual time base calculated by myusec_calibrate_delay()
by Peter Stuge
· 16 years ago
a502dce
Some cosmetic cleanups in the flashrom code and output
by Uwe Hermann
· 17 years ago
ac30934
Revert my last cleanup patch
by Uwe Hermann
· 17 years ago
17d00ab
Cosmetic changes to make the flashrom output more consistent
by Uwe Hermann
· 17 years ago
d22a1d4
Add '(C)' where it's missing (for consistency reasons)
by Uwe Hermann
· 17 years ago
ca7f0e4
Add missing license header to udelay.c
by Uwe Hermann
· 17 years ago
0846f89
Drop a bunch of useless header files, merge them into flash.h
by Uwe Hermann
· 17 years ago
7038564
Trivial (cosmetic) cleanup
by Stefan Reinauer
· 18 years ago
0b7afe6
Coding style fixes
by Uwe Hermann
· 18 years ago
184a404
Flashrom update from Stefan, resolve issue 21
by Ollie Lho
· 19 years ago
761bf1b
Consolidate more jedec standard code
by Ollie Lho
· 21 years ago
cf29de8
Fix 32bit vs. 64bit long int arithematics
by Ollie Lho
· 21 years ago
cec2879
Use standard product ID exit method for w49f002u
by Ollie Lho
· 21 years ago
cbbf125
Move utility functions into new source files
by Ollie Lho
· 21 years ago