arm-coreboot: Start new port.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 18:53:28 +0000 (20:53 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 18:53:28 +0000 (20:53 +0200)
commit24e37a885269bdec9b27babf1da0bba3692d55c0
tree48ef90295c6e07d81ccbb343d63229821f3a2db5
parent9808c3ef956c6472a96790b60cf74f4eaa742010
arm-coreboot: Start new port.
17 files changed:
configure.ac
gentpl.py
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/kern/arm/coreboot/cbtable.c [new file with mode: 0644]
grub-core/kern/arm/coreboot/coreboot.S [new file with mode: 0644]
grub-core/kern/arm/coreboot/init.c [new file with mode: 0644]
grub-core/kern/arm/coreboot/timer.c [new file with mode: 0644]
grub-core/kern/arm/startup.S
grub-core/kern/coreboot/cbtable.c
grub-core/lib/dummy/reboot.c [new file with mode: 0644]
grub-core/loader/arm/linux.c
include/grub/arm/coreboot/console.h [new file with mode: 0644]
include/grub/arm/coreboot/kernel.h [new file with mode: 0644]
include/grub/offsets.h
util/grub-mkimagexx.c
util/mkimage.c