From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RFC] yamldt v0.5, now a DTS compiler too Date: Sun, 1 Oct 2017 17:00:23 -0500 Message-ID: References: <1506628736.28192.9.camel@hp800z> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=IFMbhcyb3p9wJVLCGpZRuedz+ujwASTmX73vsnGv8gQ=; b=SJWOO8D7K6NxHkl0GxtGrcWY6MFoWV1REOHRdmYYNxEvv/Oyh8+yv+rxD1qSeANRBC 5Lo3UROQrWD6H5wH0y7mswNQkQONfh7kHlIKmesmCVBmmweF9zu/a+z3b9mk8zoPn2Hd LhgL9J3jc2ISo5E6xF2PYsaqp43Af4BUqhufsMol35zZBm+QBOF28+r7aUNXgpSoenGz ic9/BaRJzi9logxpVATeYTywp/JwDtuL62ZIAXdgHQv0NQElpDfbbVTesWKbErGQ+r3w ewwih/W4i9chJDqN4zM7qO7p3qiuNgsy10C9aIOSgswOatfpJwLGRLrkARYO6iuQ9ozE kZkQ== In-Reply-To: <1506628736.28192.9.camel@hp800z> Sender: devicetree-compiler-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pantelis Antoniou Cc: Frank Rowand , Grant Likely , David Gibson , Tom Rini , 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" On Thu, Sep 28, 2017 at 2:58 PM, Pantelis Antoniou wrote: > 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. Can you quantify "almost"? > Compiling the kernel's DTBs using yamldt is as simple as using a > DTC=yamldt. Good. > > 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. What I would like to see is the schema format posted for review. I would also like to see the bindings for top-level compatible strings (aka boards) as an example. That's something that's simple enough that I'd think we could agree on a format and start moving towards defining board bindings that way. Rob