summaryrefslogtreecommitdiffstats
path: root/physmap.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up physmap, fix unaligned mapping problemsCarl-Daniel Hailfinger2014-03-051-16/+44
* Remove exit call and mayfail parameter from physmap_common()Niklas Söderlund2013-09-141-20/+12
* Remove exit call from sys_physmap_*Niklas Söderlund2013-09-131-7/+5
* Add an internal DMI decoderSean Nelson2013-09-111-0/+5
* Allow physmap_common() to round address ranges to page boundariesStefan Tauner2013-08-141-21/+39
* Automatically unmap physmap()sStefan Tauner2013-08-141-10/+53
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-6/+6
* Uintptr_t-ify map_flash_region functionsStefan Tauner2013-07-171-17/+16
* Various cross-platform fixesCarl-Daniel Hailfinger2013-07-131-11/+11
* Add support for AMD Geode's MSR on OpenBSDStefan Tauner2013-07-131-10/+85
* Get rid of perror()Stefan Tauner2013-04-071-12/+11
* Portability fixes and cleanupsCarl-Daniel Hailfinger2012-08-091-2/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Support Debian/kFreeBSDCarl-Daniel Hailfinger2012-02-251-1/+1
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-1/+1
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-33/+32
* Update port of flashrom package to Mac OS X using DirectHWStefan Reinauer2011-03-181-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-2/+2
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-3/+0
* DJGPP: Avoid leaking memory on lowmem mapping errorCarl-Daniel Hailfinger2010-10-051-1/+5
* Add support for building flashrom against libpayloadPatrick Georgi2010-09-301-1/+40
* Implement libpayload support and improve life for DOS based flashrom, tooPatrick Georgi2010-09-251-9/+14
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-5/+5
* Add OpenBSD supportCarl-Daniel Hailfinger2010-07-021-0/+4
* Kill unneeded #include wherever possibleCarl-Daniel Hailfinger2010-06-211-3/+7
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-4/+6
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-1/+5
* Write MSRs in a platform and compiler-independent formAnti Sullin2010-05-171-1/+5
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-18/+20
* Fix the DOS portRudolf Marek2010-04-251-32/+33
* Add MS-DOS crosscompilation supportRudolf Marek2010-03-161-1/+72
* Create a physical memory mapping function which requests cached readonly memoryCarl-Daniel Hailfinger2010-02-021-4/+51
* Fix for gcc 4.4 strict aliasing rulesStefan Reinauer2009-09-041-3/+3
* Support rdmsr/wrmsr operations on FreeBSDStefan Reinauer2009-08-191-0/+86
* Fix up MSR handling to support more OSes than Linux. Stefan Reinauer2009-08-121-0/+135
* There are some non-C99 compilers out there used to compile flashromStephan Guilloux2009-06-231-1/+3
* Various smaller flashrom improvementsUwe Hermann2009-05-171-4/+4
* Abstract mapping/unmapping of flash regionsCarl-Daniel Hailfinger2009-05-111-0/+21
* Some coding style and consistency fixesUwe Hermann2009-04-151-2/+4
* exit(2) on /dev/mem open() failure and exit(3) on mmap() failurePeter Stuge2009-01-261-2/+2
* Add license header to physmap.c so everyone is happyPeter Stuge2009-01-261-0/+18
* Darwin / Mac OS XStefan Reinauer2009-01-261-1/+19
* Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() callStefan Reinauer2009-01-261-0/+58
OpenPOWER on IntegriCloud