Build FDT directly in emulator and deprecate ROM #90
Labels
enhancement
New feature or request
refactor
Restructuring code, while not changing its original functionality
Milestone
Context
Currently we maintain a ROM image where its sole goal is to build the FDT (flattened device tree). We could simplify and completely remove the need of a ROM image from the machine by building the FDT in emulator C++ code.
Possible solutions
We can build the FDT using a FDT library in C++ directly on machine boot. We should take precautions to make the FDT deterministic if using an FDT library.
Subtasks
rndaddentropy
in tools.The text was updated successfully, but these errors were encountered: