csky: ELF and module probe
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:16 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 16:54:23 +0000 (00:54 +0800)
commit9d056df0924edbb0a30c85a1c1d3153c1229ec47
tree08fb43ab68f67f5b5eb9d311f37a90e64b94d099
parenta0ae62806ff495b60235cc4f2fee3f3ab6a265c9
csky: ELF and module probe

This patch adds ELF definition and module relocate codes.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
arch/csky/abiv1/inc/abi/elf.h [new file with mode: 0644]
arch/csky/abiv2/inc/abi/elf.h [new file with mode: 0644]
arch/csky/include/asm/elf.h [new file with mode: 0644]
arch/csky/kernel/module.c [new file with mode: 0644]