← Back to roadmap
Stub

Device-tree (DTB) binary parse (core)

Priority 0 - Core Emulator Infrastructure / 0.4 Configuration, composition & plugins

$0 / $5,5000% funded
$0 / $5,500 - 0%
As an emulator integrator, I want vemu to finish its Device-tree (DTB) binary parse (core) model, so that I can depend on consume real DTBs for production firmware, not just the common path.

Why it matters

Consume real DTBs

Summary

Walk a compiled blob

Scope of work

Currently a register-only stub. Replace it with a working model of Device-tree (DTB) binary parse (core) that actually exhibits the hardware behavior. What it is: Walk a compiled blob. Why it matters: Consume real DTBs.

Current state

Status: Stub only (registers, no behavior). Notes / evidence: Core checks magic then "not implemented"; a real FDT walker exists in vemu-loader/src/fit.rs.

Blocked by 1

Fund these first - this work can't be completed until they ship.

  • Done
Unblocks 1

Funding this also clears the way for the work below.

Activity log

  1. Feature defined and added to the roadmap

  2. Funding goal set to $5,500

  3. Implementation status: Stub