From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pantelis Antoniou Subject: [RFC] yamldt v0.5, now a DTS compiler too Date: Thu, 28 Sep 2017 22:58:56 +0300 Message-ID: <1506628736.28192.9.camel@hp800z> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=message-id:subject:from:to:cc:date:mime-version :content-transfer-encoding; bh=L7Z3YjouEWylnfn4ihHdqO4+gKDILFPybI9+d2RdU64=; b=j7gqBPJQCEttjfWZf/men3B4cbH/9oBQM5B12/7iiJah9T94zTnVITvz2fnSFc35j+ 87Z7CJVDKgNbbzLln2iRS6QUxGiRQRy93wQS48NnH6aySQLUN5Vy9bS2VYwoBkd0cQlr bfzg6QAjI/KtPUanUR6lEkcna1ppgV2YjX4io= Sender: devicetree-compiler-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Frank Rowand Cc: Grant Likely , David Gibson , Tom Rini , Rob Herring , Franklin S Cooper Jr , Matt Porter , Simon Glass , Phil Elwell , Geert Uytterhoeven , Marek Vasut , Devicetree Compiler , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hello again, Significant progress has been made on yamldt and is now capable of not only generating yaml from DTS source but also compiling DTS sources and being almost fully compatible with DTC. Compiling the kernel's DTBs using yamldt is as simple as using a DTC=yamldt. Error reporting is accurate and validation against a YAML based schema works as well. In a short while I will begin posting patches with fixes on bindings and DTS files in the kernel. Please try it on your platform and report if you encounter any problems. https://github.com/pantoniou/yamldt I am eagerly awaiting for your comments. Regards -- Pantelis