Searched hist:"4 d35b93a66e9b87df20784fcf130d2e8760be53f" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A D | fixmap.h | diff 4d35b93a66e9b87df20784fcf130d2e8760be53f Thu Nov 05 01:54:17 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Add fixed ioremap support
Some devices need to be ioremap'd and accessed very early in the boot process. It is not possible to use the standard ioremap() function in this case because that requires kmalloc()'ing some virtual address space and kmalloc() may not be available so early in boot.
This patch provides fixmap mappings that allow physical address ranges to be remapped into the kernel address space during the early boot stages.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
|
H A D | io.h | diff 4d35b93a66e9b87df20784fcf130d2e8760be53f Thu Nov 05 01:54:17 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Add fixed ioremap support
Some devices need to be ioremap'd and accessed very early in the boot process. It is not possible to use the standard ioremap() function in this case because that requires kmalloc()'ing some virtual address space and kmalloc() may not be available so early in boot.
This patch provides fixmap mappings that allow physical address ranges to be remapped into the kernel address space during the early boot stages.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
|
/openbmc/linux/arch/sh/mm/ |
H A D | ioremap_fixed.c | 4d35b93a66e9b87df20784fcf130d2e8760be53f Thu Nov 05 01:54:17 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Add fixed ioremap support
Some devices need to be ioremap'd and accessed very early in the boot process. It is not possible to use the standard ioremap() function in this case because that requires kmalloc()'ing some virtual address space and kmalloc() may not be available so early in boot.
This patch provides fixmap mappings that allow physical address ranges to be remapped into the kernel address space during the early boot stages.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
|
H A D | Makefile | diff 4d35b93a66e9b87df20784fcf130d2e8760be53f Thu Nov 05 01:54:17 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Add fixed ioremap support
Some devices need to be ioremap'd and accessed very early in the boot process. It is not possible to use the standard ioremap() function in this case because that requires kmalloc()'ing some virtual address space and kmalloc() may not be available so early in boot.
This patch provides fixmap mappings that allow physical address ranges to be remapped into the kernel address space during the early boot stages.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
|
H A D | Kconfig | diff 4d35b93a66e9b87df20784fcf130d2e8760be53f Thu Nov 05 01:54:17 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Add fixed ioremap support
Some devices need to be ioremap'd and accessed very early in the boot process. It is not possible to use the standard ioremap() function in this case because that requires kmalloc()'ing some virtual address space and kmalloc() may not be available so early in boot.
This patch provides fixmap mappings that allow physical address ranges to be remapped into the kernel address space during the early boot stages.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
|
/openbmc/linux/arch/sh/kernel/ |
H A D | setup.c | diff 4d35b93a66e9b87df20784fcf130d2e8760be53f Thu Nov 05 01:54:17 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Add fixed ioremap support
Some devices need to be ioremap'd and accessed very early in the boot process. It is not possible to use the standard ioremap() function in this case because that requires kmalloc()'ing some virtual address space and kmalloc() may not be available so early in boot.
This patch provides fixmap mappings that allow physical address ranges to be remapped into the kernel address space during the early boot stages.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
|