Alexander Graf 3601b57282 dt: add helper for phandle allocation
Phandle references work by having 2 pieces:

  - a "phandle" 1-cell property in the device tree node
  - a reference to the same value in a property we want to point
    to the other node

To generate the 1-cell property, we need an allocation mechanism that
gives us a unique number space. This patch adds an allocator for these
properties.

Signed-off-by: Alexander Graf <agraf@suse.de>
2012-06-24 01:04:46 +02:00
2012-06-15 20:58:54 +04:00
2012-06-24 01:04:45 +02:00
2012-06-24 01:04:45 +02:00
2012-06-21 20:04:24 +00:00
2012-06-21 18:45:18 +00:00
2012-06-15 10:41:05 -03:00
2012-06-21 18:45:26 +00:00
2012-06-21 18:45:16 +00:00
2012-06-15 10:41:05 -03:00
2012-06-15 10:41:05 -03:00
2012-06-21 20:04:24 +00:00
2012-06-15 14:03:42 +02:00
2012-06-24 01:04:44 +02:00
2012-06-21 18:45:18 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%