arm_coreboot: Support DMA.
This is needed to support USB and some other busses.
This commit is contained in:
parent
656c3b0d7f
commit
265292f2b0
8 changed files with 155 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue