summaryrefslogtreecommitdiffstats
path: root/physmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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