commit | 1baa9a9756ca2d34ff9116863adc06328bb19abd | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jun 28 14:47:50 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 21 18:17:10 2022 +0000 |
tree | da8df396f396f57607942b633d21115580a1d5f3 | |
parent | f4f3d1cbd73faecfcdfaa8dc585f20657498dba2 [diff] |
libfdt: Create Rust wrapper libfdt is the industry standard library for parsing and generating DeviceTree format. Create a wrapper around it for use in bare-metal Rust projects. The low-level functions are not exposed directly but rather wrapper by an Fdt object that exposes information parsed from the DT using high-level constructs. Only parsing of '/memory' entries is implemented for now and tested in the vmbase example kernel. Other information and FDT generation will be added at a later time. Bug: 255521657 Test: atest vmbase_example.integration_test Change-Id: If095ff3c4534d18bdf8ee5ebb072dde7a6e6efab
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.