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 committed by Vincent Batts
parent 5e1a343a37
commit d4529d5d02
8 changed files with 155 additions and 25 deletions

View file

@ -164,6 +164,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;