summaryrefslogtreecommitdiff
path: root/physmap.c
Commit message (Expand)AuthorAgeFilesLines
* Support Debian/kFreeBSDhailfinger2012-02-251-1/+1
* Fixup of r1397:hailfinger2011-08-151-1/+1
* Random whitespace and coding-style fixes.uwe2011-07-281-33/+32
* Update port of flashrom package to Mac OS X using DirectHW:stepan2011-03-181-1/+1
* Fix and improve libpayload platform supportoxygene2011-03-081-0/+1
* flashrom: fix sparse warning: Using plain integer as NULL pointerstepan2011-01-241-2/+2
* Remove duplicate includes from the code.stepan2010-10-061-3/+0
* DJGPP: Avoid leaking memory on lowmem mapping error.hailfinger2010-10-051-1/+5
* Add support for building flashrom against libpayload.oxygene2010-09-301-1/+40
* Implement libpayload support and improve life for DOShailfinger2010-09-251-9/+14
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-5/+5
* Add OpenBSD support.hailfinger2010-07-021-0/+4
* Kill unneeded #include wherever possible.hailfinger2010-06-211-3/+7
* Remove unneeded #include statements completely.hailfinger2010-05-301-4/+6
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-1/+5
* msr_t memory layout may depend on compiler; with optimizations thismkarcher2010-05-171-1/+5
* convert programmer print messages to msg_p*snelson2010-05-071-18/+20
* Fix the DOS port. Now the DS selector limit is set to 4GB and all mmio access...ruik2010-04-251-32/+33
* Add MS-DOS crosscompilation support to flashrom. Tested, works fine.hailfinger2010-03-161-1/+72
* Create a physical memory mapping function which requests cached readonlyhailfinger2010-02-021-4/+51
* fix for gcc 4.4 strict aliasing rules.stepan2009-09-041-3/+3
* Support rdmsr/wrmsr operations on FreeBSD.hailfinger2009-08-191-0/+86
* Fix up MSR handling in flashrom to support more OSes than Linux. stepan2009-08-121-0/+135
* There are some non-C99 compilers out there used to compile flashrom.stepan2009-06-231-1/+3
* Various smaller flashrom improvements:uwe2009-05-171-4/+4
* Flash mapping/unmapping was performed without an abstraction layer, sohailfinger2009-05-111-0/+21
* Original v2 revision: 4117uwe2009-04-151-2/+4
* Original v2 revision: 3907stuge2009-01-261-2/+2
* Original v2 revision: 3906stuge2009-01-261-0/+18
* Original v2 revision: 3905stuge2009-01-261-1/+19
* Original v2 revision: 3903stuge2009-01-261-0/+58