diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2022-05-02 17:40:34 +0200 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2022-09-20 09:50:30 +0200 |
commit | f55793403c53ffaaaca43948498ed2b8896d9615 (patch) | |
tree | d5a577bbebae42c58531ee4a163673150c36b9ab /arch/riscv/boot/.gitignore | |
parent | a050910972bb25152b42ad2e544652117c5ad915 (diff) | |
download | linux-next-f55793403c53ffaaaca43948498ed2b8896d9615.tar.gz |
riscv: efi: enable generic EFI compressed boot
Wire up the generic EFI zboot support for RISC-V.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/boot/.gitignore')
-rw-r--r-- | arch/riscv/boot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 0cea9f7fa9d5..e1bc507e8cb2 100644 --- a/arch/riscv/boot/.gitignore +++ b/arch/riscv/boot/.gitignore @@ -4,4 +4,5 @@ Image.* loader loader.lds loader.bin +vmlinuz* xipImage |