]> git.ipfire.org Git - people/arne_f/kernel.git/commit
efi/arm64: Add debugfs node to dump UEFI runtime page tables
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 16 Aug 2016 12:13:21 +0000 (14:13 +0200)
committerMatt Fleming <matt@codeblueprint.co.uk>
Fri, 9 Sep 2016 15:08:51 +0000 (16:08 +0100)
commit9d80448ac92b720512c415265597d349d8b5c3e8
treeefafa5259fed5072fc5fa90793dd616babad0681
parent15cf7cae087a2eaf5e1feeef2bbba1b5a94c7639
efi/arm64: Add debugfs node to dump UEFI runtime page tables

Register the debugfs node 'efi_page_tables' to allow the UEFI runtime
page tables to be inspected. Note that ARM does not have 'asm/ptdump.h'
[yet] so for now, this is arm64 only.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
drivers/firmware/efi/arm-runtime.c