From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Armstrong Subject: pyfdt : Python Flattened Device Tree Parser Date: Mon, 22 Sep 2014 16:46:19 +0200 Message-ID: <5420363B.3070803@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=H3Ql0w5mvf6XTvL5WoA4bhy/PI9LeSCDpARu2CD+78A=; b=bBcn3g9gGf6FFMj/nen19Hs+3z2GtL/PFD/e2h/Sr3/c0/W1mQgBOiE7SXIuurafQU KgpwuPO8D2o/0GQMwuA/I2IgRTlqdoc88GhvvKsnJ4xdYsuqzSTmk6/Axs7H+EHKhF0B 8WiKfmEcN7cBknsMMYHAqmVPi1nPdeprWCLEJWIikHZ5cGNe7GxIC2QYp34OU1Kr4crY XqmDDj5i4LgeBnW+Gmp/5RSo3vxwT2hiVyrVRqoyAqvyp1risYenebd9uTptplKc4g5b Em4cEaGxi6Og6xluDzq71UOcWpIpXWE0q3hPffbSEkgn03FV2mwyRON7bUJ60HAC1/QA dYsQ== Sender: devicetree-compiler-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi All, I wanted to notice you about a new project I started recently : pyftd You can find the Apache 2 licenced code at : https://github.com/superna9999/pyfdt I needed to parse Fdt blob from python and I created the corresponding library. The library is python 2.6 and 2.7 compatible and is tested against dtc tests blobs. It supports dtb loading into in-memory objects and DTS or DTB output. I plan to add "path" lookups and properties changing. I do not have any time to implement a 'compiler' but it would be possible. Regards, Neil -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html