summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boot/.gitignore
diff options
context:
space:
mode:
authorAnup Patel <anup@brainfault.org>2018-11-12 06:55:15 +0100
committerPalmer Dabbelt <palmer@sifive.com>2018-11-20 14:19:09 +0100
commitc0fbcd9918607e85c9598bfa3dd0a84ed77ea210 (patch)
tree5e88da40c8c0781e1dd6417123ead07ba47ceabd /arch/riscv/boot/.gitignore
parentRISC-V: Fix raw_copy_{to,from}_user() (diff)
downloadlinux-c0fbcd9918607e85c9598bfa3dd0a84ed77ea210.tar.xz
linux-c0fbcd9918607e85c9598bfa3dd0a84ed77ea210.zip
RISC-V: Build flat and compressed kernel images
This patch extends Linux RISC-V build system to build and install: Image - Flat uncompressed kernel image Image.gz - Flat and GZip compressed kernel image Quiet a few bootloaders (such as Uboot, UEFI, etc) are capable of booting flat and compressed kernel images. In case of Uboot, booting Image or Image.gz is achieved using bootm command. The flat and uncompressed kernel image (i.e. Image) is very useful in pre-silicon developent and testing because we can create back-door HEX files for RAM on FPGAs from Image. Signed-off-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/riscv/boot/.gitignore')
-rw-r--r--arch/riscv/boot/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
new file mode 100644
index 000000000000..8dab0bb6ae66
--- /dev/null
+++ b/arch/riscv/boot/.gitignore
@@ -0,0 +1,2 @@
+Image
+Image.gz