gemini: Add copy-kernel utility package
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 17 Jul 2019 17:23:31 +0000 (19:23 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Aug 2019 14:57:32 +0000 (16:57 +0200)
commita608380e421e601622e524e35f79b5c964781c64
treee27321503cf8bba9043266b027ac9eb2970f339f
parent860d6ce0ce19b96506597bd7befadda86f15b489
gemini: Add copy-kernel utility package

This package just contains a small Gemini-only assembler
bootstrap loop to copy the kernel from the two fragments
(previously zImage at 0x01600000 and initramdisk at 0x00800000)
into one big zImage of up to 8 MB at 0x00400000.

It will be built on demand from the Gemini image Makefile.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
target/linux/gemini/image/copy-kernel/.gitignore [new file with mode: 0644]
target/linux/gemini/image/copy-kernel/Makefile [new file with mode: 0644]
target/linux/gemini/image/copy-kernel/copy-kernel.S [new file with mode: 0644]