arm_coreboot: Support DMA.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 20:06:04 +0000 (22:06 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 20:06:04 +0000 (22:06 +0200)
commit265292f2b0da0eb414c409871ba0f94a99ec33c1
tree7c4cfdacf7677d658cc9b3eefa3b0776d189d800
parent656c3b0d7fbe23f0e1ab561c8faa4ac4a37364d1
arm_coreboot: Support DMA.

This is needed to support USB and some other busses.
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/kern/arm/cache.c
grub-core/kern/arm/cache_armv7.S
grub-core/kern/arm/coreboot/dma.c [new file with mode: 0644]
include/grub/cache.h
include/grub/dma.h [new file with mode: 0644]
include/grub/pci.h