coreboot: Split parts that are platform-independent.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 17:06:22 +0000 (19:06 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 17:10:24 +0000 (19:10 +0200)
commit461bfab7b7e47fd0a76bf6076a438af1b7e2184a
treeffe3231068684310b255193ff2a47440f2855ac5
parentd08c9685149e7788001ac9a209baa1d84c3628e0
coreboot: Split parts that are platform-independent.

We currently assume that coreboot is always i386, it's no longer the case,
so split i386-coreboot parts from generic coreboot code.
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/commands/i386/coreboot/cb_timestamps.c
grub-core/commands/i386/coreboot/cbls.c
grub-core/kern/coreboot/cbtable.c [new file with mode: 0644]
grub-core/kern/coreboot/mmap.c [moved from grub-core/kern/i386/coreboot/mmap.c with 97% similarity]
grub-core/kern/i386/coreboot/cbtable.c
grub-core/term/i386/coreboot/cbmemc.c
grub-core/video/coreboot/cbfb.c [moved from grub-core/video/i386/coreboot/cbfb.c with 99% similarity]
include/grub/coreboot/lbio.h [moved from include/grub/i386/coreboot/lbio.h with 93% similarity]