commit | a2f5355cbdfe6c2c56ff5658e8cb48358b3b58ea | [log] [tgz] |
---|---|---|
author | Puneetha Ramachandra <puneetha@fuchsia.infra.roller.google.com> | Wed Jan 31 00:27:45 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 30 16:28:52 2024 -0800 |
tree | 99fd1a753437811fac83a2e6d564ca6cb498b4fd | |
parent | 3aa538edd076262753c38cc9d07a298bb012eb58 [diff] |
[roll] Roll fuchsia [devicetee] Revamp reference property parser Often devicetree nodes have properties which are connected to a reference property eg: clock-names, assigned-clock-rates etc. This CL updates the reference parser library to parse several properties at once and therefore help the visitor to connect associated properties using the vector of property values. Also removed the callback mechanism of reference parser and moved to an iterator approach as it is gives more flexibility to the visitor to access other properties it wishes to in the same Visit call. Original-Fixed: 321825187 Test: devicetree-manager-test Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/978559 Original-Revision: c189c4fb0320a8266904ca95edb9fcd8b756f60a GitOrigin-RevId: d3ad3727217014c8a6cd557fb1895bdb4e4e6c3c Change-Id: Ic512790d7b5ccb4e8b37ab888d516c9b773ba47f
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.