Add support for device-tree-based drivers.
This commit is contained in:
parent
aa7585d04b
commit
1895c3806b
13 changed files with 519 additions and 52 deletions
|
@ -159,6 +159,8 @@ kernel = {
|
|||
arm_coreboot = kern/arm/coreboot/init.c;
|
||||
arm_coreboot = kern/arm/coreboot/timer.c;
|
||||
arm_coreboot = kern/arm/coreboot/coreboot.S;
|
||||
arm_coreboot = lib/fdt.c;
|
||||
arm_coreboot = bus/fdt.c;
|
||||
|
||||
terminfoinkernel = term/terminfo.c;
|
||||
terminfoinkernel = term/tparm.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue