From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: [dtc] Add support for flat device tree format version 17 In-Reply-To: Your message of "Wed, 14 Mar 2007 11:02:40 +1100." <20070314000240.GD25514@localhost.localdomain> References: <20070314000240.GD25514@localhost.localdomain> Date: Wed, 14 Mar 2007 15:41:48 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > libfdt defined a new version of the flattened device tree format, > version 17. It is backwards compatible with version 16, just adding > an extra header field giving the size of the blob's structure blob. > > This patch adds support to dtc allowing it to read and write version > 17 blobs. It also makes version 17 the default output version for > blobs. > > At the same time we change the code to consistently using decimal > numbers for versions. Previously we sometimes used 16 and sometimes > 0x10 to refer to version 16. > > Signed-off-by: David Gibson Applied. Thanks, jdl