- 73a1eb7 Update Android for Rust 1.83.0 by Chris Wailes · 7 months ago
- f46a17c Use C string literals not cstr! by Alan Stokes · 7 months ago
- 47d316e Update to zerocopy 0.8. by Andrew Walbran · 8 months ago
- 84ba1a8 pvmfw: Make template Fdt const by Pierre-Clément Tosi · 9 months ago
- e2a0bb0 libfdt: Add next_node_skip_subnodes() by Jaewan Kim · 1 year, 6 months ago
- 244efea libfdt: Make Fdt::root{,_mut}() infallible by Pierre-Clément Tosi · 1 year, 6 months ago
- 45e1f46 Merge "libfdt: Fix bug in delete_and_next_node()" into main by Treehugger Robot · 1 year, 6 months ago
- a5bc892 libfdt: Fix bug in delete_and_next_node() by Jaewan Kim · 1 year, 6 months ago
- ca0bb7f Merge "libfdt: Use zerocopy for safe fdt_header wrapper" into main by Treehugger Robot · 1 year, 6 months ago
- b13e366 Merge "libfdt: Introduce PropOffset & StringOffset" into main by Treehugger Robot · 1 year, 6 months ago
- 3e7e52c Merge changes I1bcdc9f7,I458c578a into main by Treehugger Robot · 1 year, 6 months ago
- b1c3460 Merge changes I54ee0330,I26e77cc1,Ib9515431 into main by Treehugger Robot · 1 year, 6 months ago
- 566723a libfdt: Use zerocopy for safe fdt_header wrapper by Pierre-Clément Tosi · 1 year, 6 months ago
- 0606f70 libfdt: Introduce PropOffset & StringOffset by Pierre-Clément Tosi · 1 year, 7 months ago
- 7f2658d libfdt: Simplify locating nodes at the root by Pierre-Clément Tosi · 1 year, 7 months ago
- 91be190 libfdt: Replace helper functions with FdtRawResult by Pierre-Clément Tosi · 1 year, 7 months ago
- ee0a1eb libfdt: Introduce abstraction type NodeOffset by Pierre-Clément Tosi · 1 year, 6 months ago
- e21ed3f libfdt: Move pack(), unpack(), apply_overlay() by Pierre-Clément Tosi · 1 year, 7 months ago
- a3c4ec3 libfdt: Change FdtNodeMut::add_subnode*(self, ...) by Pierre-Clément Tosi · 1 year, 6 months ago
- 973dda3 libfdt: Change to FdtNodeMut::first_subnode(self) by Pierre-Clément Tosi · 1 year, 6 months ago
- 410e46a libfdt: Move FFI for DT properties to Libfdt* by Pierre-Clément Tosi · 1 year, 8 months ago
- 843845d libfdt: Add setprop_placeholder & Improve trimprop by Pierre-Clément Tosi · 1 year, 6 months ago
- 60282ae libfdt: Move string functions to Libfdt by Pierre-Clément Tosi · 1 year, 8 months ago
- ecd5bbc libfdt: Move phandle functions and 0-cost Phandle by Pierre-Clément Tosi · 1 year, 8 months ago
- 81c5bc7 libfdt: Move FdtNodeMut::next_node_skip_subnodes() by Pierre-Clément Tosi · 1 year, 6 months ago
- d83741d libfdt: Introduce Libfdt traits & Move node funcs by Pierre-Clément Tosi · 1 year, 6 months ago
- fbb5ee2 libfdt: Move funcs for non-DT buffers out of Fdt by Pierre-Clément Tosi · 1 year, 8 months ago
- 99a7690 libfdt: Move FdtError, Result to dedicated module by Pierre-Clément Tosi · 1 year, 8 months ago
- cb92b51 libfdt: Clean up the code before moving FFI calls by Pierre-Clément Tosi · 1 year, 7 months ago
- c01fd0d libfdt: Remove duplicate FdtNode::from_mut() by Pierre-Clément Tosi · 1 year, 6 months ago
- ce0b36d libfdt: Make unsafe API for DT cloning safe by Pierre-Clément Tosi · 1 year, 6 months ago
- df3037f libfdt: Make ref casts & transmutes less unsafe by Pierre-Clément Tosi · 1 year, 7 months ago
- e636342 libfdt: Add FdtNodeMut::add_subnodes() by Jaewan Kim · 1 year, 7 months ago
- 4a34b0d libfdt: Fix subnodes() lifetime by Jaewan Kim · 1 year, 7 months ago
- 1eab723 libfdt: Make properties of FdtNode outlive by Jaewan Kim · 1 year, 7 months ago
- 28a13ea libfdt: Add APIs around FdtNodeMut::delete_and_next_node() by Jaewan Kim · 1 year, 7 months ago
- 5f1a603 libfdt: Add APIs for iterating and deleting subnodes by Jaewan Kim · 1 year, 8 months ago
- 5202601 libfdt: Rework APIs for getting subnode by Jaewan Kim · 1 year, 8 months ago
- c9e1411 libfdt: Add FdtNode::descendants() by Jaewan Kim · 1 year, 8 months ago
- b56f2c8 Merge "libs: Move cstr!() into its own crate" into main by Pierre-Clément Tosi · 1 year, 9 months ago
- 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 1 year, 9 months ago
- 55f438c libfdt: Make Phandle Eq, PartialEq, Ord, PartialOrd by Jaewan Kim · 1 year, 9 months ago
- c63246d libfdt: Add Fdt::node_mut_with_phandle() by Jaewan Kim · 1 year, 9 months ago
- f34f4b8 libfdt: Add FdtNode::get_phandle() by Jaewan Kim · 1 year, 9 months ago
- f72f4f2 libfdt: Add FdtNodeMut::as_node() by Jaewan Kim · 1 year, 9 months ago
- f163d76 libfdt: Add Fdt::symbols() and Fdt::symbols_mut() by Jaewan Kim · 1 year, 9 months ago
- b635bb0 libfdt: Use cstr!() by Jaewan Kim · 1 year, 9 months ago
- 504b430 libfdt: tests: Improve assert!() error messages by Pierre-Clément Tosi · 1 year, 9 months ago
- eba2779 libfdt: Make Phandle::new() const by Pierre-Clément Tosi · 1 year, 9 months ago
- 5ab1358 libfdt: Add adb_subnode_with_name_len() and subnode_with_name_len() by Jaewan Kim · 1 year, 10 months ago
- 4ae0e71 libfdt: FdtNodeMut::nop() by Jaewan Kim · 1 year, 10 months ago
- 17ba7a3 libfdt: Add phandle APIs by Jaewan Kim · 1 year, 10 months ago
- 5b05777 libfdt: Add FdtNode::supernode_at_depth() by Jaewan Kim · 1 year, 10 months ago
- bab4259 libfdt: Refactor path_offset() by Jaewan Kim · 1 year, 10 months ago
- 72d1090 libfdt: Add property iterator by Jaewan Kim · 1 year, 10 months ago
- b3dcfc2 libfdt: Fix method documentation style by Jaewan Kim · 1 year, 11 months ago
- bc828d7 libfdt: Add FdtNode::subnodes() by Jaewan Kim · 1 year, 11 months ago
- fe06c85 libfdt: Refactor to keep iterators in one place by Jaewan Kim · 1 year, 10 months ago
- 08be799 Merge "libfdt: Add FdtNode::name()" into main by Treehugger Robot · 1 year, 10 months ago
- aa63870 libfdt: Add FdtNode::name() by Jaewan Kim · 1 year, 11 months ago
- 02017da libs: Use Self::capacity() in Fdt::check_full() by Pierre-Clément Tosi · 1 year, 10 months ago
- 474c0ee [dice] Retrieve the DICE data range from FDT in service VM by Alice Wang · 1 year, 11 months ago
- aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years ago
- 84b9a23 Standardise and require safety comments in libfdt. by Andrew Walbran · 2 years, 1 month ago
- 2422bdc [fdt] Add function to get the first range in /memory node of fdt by Alice Wang · 2 years, 2 months ago
- 9d4df70 [fdt][test] Add integration test for libfdt by Alice Wang · 2 years, 2 months ago
- c27c427 pvmfw: Add swiotlb <reg> to platform.dts by Pierre-Clément Tosi · 2 years, 3 months ago
- be3a97b pvmfw: Accept either swiotlb DT reg or size/align by Pierre-Clément Tosi · 2 years, 3 months ago
- 0dcc75e libs: libfdt: Fix Fdt::header() using bad pointer by Pierre-Clément Tosi · 2 years, 3 months ago
- 4cf20aa Allow to override AVF debug policy by Jaewan Kim · 2 years, 4 months ago
- e9d87e8 Patch the template DT by Jiyong Park · 2 years, 5 months ago
- 9c63cd1 Patch DT using information extracted from DT by Jiyong Park · 2 years, 5 months ago
- 4ba7966 pvmfw: refactor: Generalize BCC DT node creation by Pierre-Clément Tosi · 2 years, 6 months ago
- 8036b4f pvmfw: Use Fdt::as_ptr() during logging by Pierre-Clément Tosi · 2 years, 6 months ago
- ba8929b Disable ramdump with debug policy by Jaewan Kim · 2 years, 7 months ago
- a07b25d Merge "Fix warnings from Rust 1.65.0" by Chris Wailes · 2 years, 7 months ago
- 7526962 Fix warnings from Rust 1.65.0 by Chris Wailes · 2 years, 8 months ago
- 90e1935 pvmfw: Apply debug policy from config to VM FDT by Pierre-Clément Tosi · 2 years, 9 months ago
- db74cb1 pvmfw: Pass BCC to next stage through DT by Pierre-Clément Tosi · 2 years, 8 months ago
- b39e692 Add iterator over ranges property. by Andrew Walbran · 2 years, 8 months ago
- 55ad01b Move iterators to new module. by Andrew Walbran · 2 years, 8 months ago
- ef2030e libfdt: Rename Fdt::bytes to Fdt::buffer by Pierre-Clément Tosi · 2 years, 8 months ago
- b244d93 libfdt: Map FDT_ERR_NOTFOUND to Option::None by Pierre-Clément Tosi · 2 years, 9 months ago
- 1b0d890 libfdt: Extend Rust wrapper with write functions by Pierre-Clément Tosi · 2 years, 9 months ago
- 41c158e libfdt: Add CompatibleIterator by Pierre-Clément Tosi · 2 years, 9 months ago
- 1baa9a9 libfdt: Create Rust wrapper by David Brazdil · 3 years, 1 month ago