Device-tree compiler
PowerPC kernels are moving towards requiring a small Open
Firmware-style device tree as the only means of passing information
from bootloaders/firmware to the kernel. This does not require a full
Open Firmware implementation. DTC (Device Tree Compiler) is a tool to
create a static device tree, which is adequate for most embedded
systems (since their topology will not vary across reboots). DTC is
available via a git tree: git://ozlabs.org/srv/projects/dtc/dtc.git
- Developed at Base:System
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/dtc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000022 22 Bytes | |
dtc-1.3.0.tar.bz2 | 0000087672 85.6 KB | |
dtc-check.patch | 0000000713 713 Bytes | |
dtc-flattree.patch | 0000000434 434 Bytes | |
dtc-license.patch | 0000005179 5.06 KB | |
dtc.changes | 0000002654 2.59 KB | |
dtc.spec | 0000002841 2.77 KB |
Revision 20 (latest revision is 41)
Stephan Kulow (coolo)
accepted
request 179627
from
Dirk Mueller (dirkmueller)
(revision 20)
- rename ftdump to dtc-ftdump to avoid conflict with ft2demos - Recent Git versions of dtc install libfdt_env.h, so that QEMU 1.6.0 will require this file. Install it for compatibility. - Use %makeinstall in place of %make_install, for SLE_11_SP2
Comments 0