arm_coreboot: Support DMA.

This is needed to support USB and some other busses.
This commit is contained in:
Vladimir Serbinenko 2017-05-08 22:06:04 +02:00
parent 656c3b0d7f
commit 265292f2b0
8 changed files with 155 additions and 25 deletions

View file

@ -163,6 +163,7 @@ kernel = {
arm_coreboot = term/ps2.c;
arm_coreboot = term/arm/pl050.c;
arm_coreboot = commands/keylayouts.c;
arm_coreboot = kern/arm/coreboot/dma.c;
terminfoinkernel = term/terminfo.c;
terminfoinkernel = term/tparm.c;