Refactor arm-uboot code to make it genereic.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 15:47:57 +0000 (17:47 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 15:47:57 +0000 (17:47 +0200)
commitd08c9685149e7788001ac9a209baa1d84c3628e0
treec231ebed55ee9e3bbc8d3d163e569fa5344ac064
parenta35ac854308b0af7c86c2c7b199f6abdfa2110b0
Refactor arm-uboot code to make it genereic.

arm-coreboot startup code can be very similar to arm-uboot but current code has
U-Boot specific references. So split U-Boot part from generic part.
grub-core/Makefile.core.def
grub-core/kern/arm/startup.S [moved from grub-core/kern/arm/uboot/startup.S with 77% similarity]
grub-core/kern/arm/uboot/init.c [new file with mode: 0644]
grub-core/kern/arm/uboot/uboot.S [new file with mode: 0644]
grub-core/kern/uboot/init.c
grub-core/kern/uboot/uboot.c
include/grub/arm/startup.h [new file with mode: 0644]