summaryrefslogtreecommitdiff
path: root/kexec/firmware_memmap.h
Commit message (Collapse)AuthorAgeFilesLines
* kexec: Export compare_ranges() function from firmware_memmap.c moduleDaniel Kiper2011-08-221-0/+13
| | | | | | | | Export compare_ranges() function from firmware_memmap.c module. It is generic function and it could be used by other modules. Signed-off-by: Daniel Kiper <dkiper@net-space.pl> Signed-off-by: Simon Horman <horms@verge.net.au>
* Correct email addressesBernhard Walle2009-02-101-1/+1
| | | | | | | | Since I don't work for SUSE any more and 'bwalle@suse.de' is invalid, correct it in the copyright so that people can still contact me. Signed-off-by: Bernhard Walle <bernhard.walle@gmx.de> Signed-off-by: Simon Horman <horms@verge.net.au>
* Parse /sys/firmware/memmap.Bernhard Walle2008-07-111-0/+63
After the patch that provides /sys/firmware/memmap has been merged in the 'tip' tree by Ingo Molnar, kexec should use that interface. This patch implements architecture-independent parsing in a new file called firmware_memmap.c. The x86 part is ported to use that memory map for kexec. We don't use that memory map for building the ELF core headers, that was the intention for that new interface. Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Simon Horman <horms@verge.net.au>