Skip to content

Commit 385b2f2

Browse files
dianpopaacatangiu
authored andcommitted
aarch64: implement creation of FDT
Configuring the system for aarch64 only contains the creation of the blob device tree. Signed-off-by: Diana Popa <[email protected]>
1 parent c5a2a9e commit 385b2f2

File tree

10 files changed

+516
-21
lines changed

10 files changed

+516
-21
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arch/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ memory_model = { path = "../memory_model" }
1414

1515
[dev-dependencies]
1616
rand = ">=0.5.5"
17+
device_tree = ">=1.1.0"
18+

0 commit comments

Comments
 (0)