index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
physmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation if CONFIG_INTERNAL=no
Jonathan Liu
2019-10-08
1
-0
/
+2
*
tree: Make internal functions static
Jacob Garber
2019-06-23
1
-4
/
+4
*
Fix typos
Elyes HAOUAS
2018-08-19
1
-1
/
+1
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix the documentation and DOS port
Rudolf Marek
2018-01-06
1
-10
/
+21
*
Fix compilation on non-i386 architectures on OpenBSD
Stefan Tauner
2016-02-07
1
-1
/
+1
*
Clean up physmap, fix unaligned mapping problems
Carl-Daniel Hailfinger
2014-03-05
1
-16
/
+44
*
Remove exit call and mayfail parameter from physmap_common()
Niklas Söderlund
2013-09-14
1
-20
/
+12
*
Remove exit call from sys_physmap_*
Niklas Söderlund
2013-09-13
1
-7
/
+5
*
Add an internal DMI decoder
Sean Nelson
2013-09-11
1
-0
/
+5
*
Allow physmap_common() to round address ranges to page boundaries
Stefan Tauner
2013-08-14
1
-21
/
+39
*
Automatically unmap physmap()s
Stefan Tauner
2013-08-14
1
-10
/
+53
*
Add a bunch of new/tested stuff and various small changes 18
Stefan Tauner
2013-07-25
1
-6
/
+6
*
Uintptr_t-ify map_flash_region functions
Stefan Tauner
2013-07-17
1
-17
/
+16
*
Various cross-platform fixes
Carl-Daniel Hailfinger
2013-07-13
1
-11
/
+11
*
Add support for AMD Geode's MSR on OpenBSD
Stefan Tauner
2013-07-13
1
-10
/
+85
*
Get rid of perror()
Stefan Tauner
2013-04-07
1
-12
/
+11
*
Portability fixes and cleanups
Carl-Daniel Hailfinger
2012-08-09
1
-2
/
+2
*
Hide hwaccess.h from public API
Patrick Georgi
2012-07-20
1
-0
/
+1
*
Support Debian/kFreeBSD
Carl-Daniel Hailfinger
2012-02-25
1
-1
/
+1
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-1
/
+1
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-33
/
+32
*
Update port of flashrom package to Mac OS X using DirectHW
Stefan Reinauer
2011-03-18
1
-1
/
+1
*
Fix and improve libpayload platform support
Patrick Georgi
2011-03-08
1
-0
/
+1
*
Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
2011-01-24
1
-2
/
+2
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-3
/
+0
*
DJGPP: Avoid leaking memory on lowmem mapping error
Carl-Daniel Hailfinger
2010-10-05
1
-1
/
+5
*
Add support for building flashrom against libpayload
Patrick Georgi
2010-09-30
1
-1
/
+40
*
Implement libpayload support and improve life for DOS based flashrom, too
Patrick Georgi
2010-09-25
1
-9
/
+14
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-5
/
+5
*
Add OpenBSD support
Carl-Daniel Hailfinger
2010-07-02
1
-0
/
+4
*
Kill unneeded #include wherever possible
Carl-Daniel Hailfinger
2010-06-21
1
-3
/
+7
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-4
/
+6
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-1
/
+5
*
Write MSRs in a platform and compiler-independent form
Anti Sullin
2010-05-17
1
-1
/
+5
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-18
/
+20
*
Fix the DOS port
Rudolf Marek
2010-04-25
1
-32
/
+33
*
Add MS-DOS crosscompilation support
Rudolf Marek
2010-03-16
1
-1
/
+72
*
Create a physical memory mapping function which requests cached readonly memory
Carl-Daniel Hailfinger
2010-02-02
1
-4
/
+51
*
Fix for gcc 4.4 strict aliasing rules
Stefan Reinauer
2009-09-04
1
-3
/
+3
*
Support rdmsr/wrmsr operations on FreeBSD
Stefan Reinauer
2009-08-19
1
-0
/
+86
*
Fix up MSR handling to support more OSes than Linux.
Stefan Reinauer
2009-08-12
1
-0
/
+135
*
There are some non-C99 compilers out there used to compile flashrom
Stephan Guilloux
2009-06-23
1
-1
/
+3
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
1
-4
/
+4
*
Abstract mapping/unmapping of flash regions
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+21
*
Some coding style and consistency fixes
Uwe Hermann
2009-04-15
1
-2
/
+4
*
exit(2) on /dev/mem open() failure and exit(3) on mmap() failure
Peter Stuge
2009-01-26
1
-2
/
+2
*
Add license header to physmap.c so everyone is happy
Peter Stuge
2009-01-26
1
-0
/
+18
*
Darwin / Mac OS X
Stefan Reinauer
2009-01-26
1
-1
/
+19
*
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
Stefan Reinauer
2009-01-26
1
-0
/
+58