summaryrefslogtreecommitdiff
path: root/physmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on non-i386 architectures on OpenBSD.stefanct2016-02-071-1/+1
* Clean up physmap, fix unaligned mapping problemshailfinger2014-03-051-16/+44
* Remove exit call and mayfail parameter from physmap_common().stefanct2013-09-141-20/+12
* Remove exit call from sys_physmap_*.stefanct2013-09-131-7/+5
* Add an internal DMI decoder.stefanct2013-09-111-0/+5
* Allow physmap_common() to round address ranges to page boundaries.stefanct2013-08-141-21/+39
* Automatically unmap physmap()s.stefanct2013-08-141-10/+53
* Add a bunch of new/tested stuff and various small changes 18.stefanct2013-07-251-6/+6
* uintptr_t-ify map_flash_region functions.stefanct2013-07-171-17/+16
* Various cross-platform fixes.stefanct2013-07-131-11/+11
* Add support for AMD Geode's MSR on OpenBSD.stefanct2013-07-131-10/+85
* Get rid of perror().stefanct2013-04-071-12/+11
* Portability fixes and cleanupshailfinger2012-08-091-2/+2
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+1
* 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