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