1. c92f94b Endian conversion: move to platform.h and platform/endian*.c by Thomas Heijligen · 2 years, 6 months ago
  2. e0dff11 hwaccess_physmap: add missing DirectHW include by Thomas Heijligen · 2 years, 6 months ago
  3. 3f4d35d hwaccess: move mmio functions into hwaccess_physmap by Thomas Heijligen · 2 years, 8 months ago
  4. 74b4aa0 physmap: rename to hwaccess_physmap, create own header by Thomas Heijligen · 2 years, 9 months ago[Renamed (99%) from physmap.c]
  5. b3287b4 hwaccess physmap: move x86 msr related code into own files by Thomas Heijligen · 2 years, 9 months ago
  6. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  7. 7e13456 treewide: Drop unnecessary uses of memset/memcpy by Angel Pons · 3 years, 4 months ago
  8. 690a944 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 3 years, 4 months ago
  9. 7f15de1 Fix compilation if CONFIG_INTERNAL=no by Jonathan Liu · 5 years ago
  10. beeb8bc tree: Make internal functions static by Jacob Garber · 5 years ago
  11. e2c90c4 Fix typos by Elyes HAOUAS · 6 years ago
  12. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  13. 25fde40 Fix the documentation and DOS port by Rudolf Marek · 7 years ago
  14. e5dcc15 Fix compilation on non-i386 architectures on OpenBSD by Stefan Tauner · 9 years ago
  15. 43eac03 Clean up physmap, fix unaligned mapping problems by Carl-Daniel Hailfinger · 11 years ago
  16. 5d30720 Remove exit call and mayfail parameter from physmap_common() by Niklas Söderlund · 11 years ago
  17. 2d8b7ef Remove exit call from sys_physmap_* by Niklas Söderlund · 11 years ago
  18. 4c6d3a4 Add an internal DMI decoder by Sean Nelson · 11 years ago
  19. 3285d7f Allow physmap_common() to round address ranges to page boundaries by Stefan Tauner · 11 years ago
  20. 7fb5aa0 Automatically unmap physmap()s by Stefan Tauner · 11 years ago
  21. 0554ca5 Add a bunch of new/tested stuff and various small changes 18 by Stefan Tauner · 11 years ago
  22. 305e0b9 Uintptr_t-ify map_flash_region functions by Stefan Tauner · 11 years ago
  23. 11990da Various cross-platform fixes by Carl-Daniel Hailfinger · 11 years ago
  24. 6bf5fe7 Add support for AMD Geode's MSR on OpenBSD by Stefan Tauner · 11 years ago
  25. 363fd7e Get rid of perror() by Stefan Tauner · 11 years ago
  26. 60d9bd2 Portability fixes and cleanups by Carl-Daniel Hailfinger · 12 years ago
  27. 32508eb Hide hwaccess.h from public API by Patrick Georgi · 12 years ago
  28. a5eecda Support Debian/kFreeBSD by Carl-Daniel Hailfinger · 13 years ago
  29. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  30. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  31. 83704c5 Update port of flashrom package to Mac OS X using DirectHW by Stefan Reinauer · 14 years ago
  32. 97bc95c Fix and improve libpayload platform support by Patrick Georgi · 14 years ago
  33. 73f8ec8 Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  34. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  35. 602de98 DJGPP: Avoid leaking memory on lowmem mapping error by Carl-Daniel Hailfinger · 14 years ago
  36. a9095a9 Add support for building flashrom against libpayload by Patrick Georgi · 14 years ago
  37. ed7a964 Implement libpayload support and improve life for DOS based flashrom, too by Patrick Georgi · 14 years ago
  38. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  39. b63b067 Add OpenBSD support by Carl-Daniel Hailfinger · 14 years ago
  40. dcef67e Kill unneeded #include wherever possible by Carl-Daniel Hailfinger · 14 years ago
  41. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  42. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  43. be24d81 Write MSRs in a platform and compiler-independent form by Anti Sullin · 14 years ago
  44. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  45. 837d810 Fix the DOS port by Rudolf Marek · 14 years ago
  46. 03ae5c1 Add MS-DOS crosscompilation support by Rudolf Marek · 15 years ago
  47. baaffe0 Create a physical memory mapping function which requests cached readonly memory by Carl-Daniel Hailfinger · 15 years ago
  48. 95e892b Fix for gcc 4.4 strict aliasing rules by Stefan Reinauer · 15 years ago
  49. 173e3ea Support rdmsr/wrmsr operations on FreeBSD by Stefan Reinauer · 15 years ago
  50. 8fa6481 Fix up MSR handling to support more OSes than Linux. by Stefan Reinauer · 15 years ago
  51. 6d08a3e There are some non-C99 compilers out there used to compile flashrom by Stephan Guilloux · 15 years ago
  52. eaefb48 Various smaller flashrom improvements by Uwe Hermann · 15 years ago
  53. 1455b2b Abstract mapping/unmapping of flash regions by Carl-Daniel Hailfinger · 15 years ago
  54. 7b2969b Some coding style and consistency fixes by Uwe Hermann · 15 years ago
  55. 43438ba exit(2) on /dev/mem open() failure and exit(3) on mmap() failure by Peter Stuge · 16 years ago
  56. 33fefca Add license header to physmap.c so everyone is happy by Peter Stuge · 16 years ago
  57. f79edb9 Darwin / Mac OS X by Stefan Reinauer · 16 years ago
  58. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago