parisc: Add core code for self-extracting kernel
authorHelge Deller <deller@gmx.de>
Sun, 20 Aug 2017 08:52:22 +0000 (10:52 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 22 Aug 2017 14:34:35 +0000 (16:34 +0200)
commit2f3c7b8137ef6a3f90850d7cb5dbd05d8940403a
treea299bacc7cd759cb2ab46cc280260f043d35d3d9
parente35a2ce692821563583fa8b11ddf4acb24e54580
parisc: Add core code for self-extracting kernel

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/boot/.gitignore [new file with mode: 0644]
arch/parisc/boot/Makefile [new file with mode: 0644]
arch/parisc/boot/compressed/.gitignore [new file with mode: 0644]
arch/parisc/boot/compressed/Makefile [new file with mode: 0644]
arch/parisc/boot/compressed/head.S [new file with mode: 0644]
arch/parisc/boot/compressed/misc.c [new file with mode: 0644]
arch/parisc/boot/compressed/vmlinux.lds.S [new file with mode: 0644]
arch/parisc/boot/compressed/vmlinux.scr [new file with mode: 0644]
arch/parisc/boot/install.sh [new file with mode: 0644]