UEFI uses early IO or memory mappings for runtime services before normal ioremap() is usable. Add the necessary fixmap bindings and pmd mappings for generic ioremap support to work. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup@brainfault.org> Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
9 lines
201 B
Makefile
9 lines
201 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += early_ioremap.h
|
|
generic-y += extable.h
|
|
generic-y += flat.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local64.h
|
|
generic-y += user.h
|
|
generic-y += vmlinux.lds.h
|