From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Van Baren Date: Thu, 14 Jul 2011 10:01:36 -0400 Subject: [U-Boot] [PATCH 1/2] fdt: introduce fdt_create_phandle() In-Reply-To: References: <1305058491-19720-1-git-send-email-timur@freescale.com> Message-ID: <4E1EF6C0.1000909@cideas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/14/2011 09:31 AM, Kumar Gala wrote: > > On May 10, 2011, at 3:14 PM, Timur Tabi wrote: > >> The ePAPR specification says that phandle properties should be called >> "phandle", and not "linux,phandle". To facilitate the migration from >> "linux,phandle" to "phandle", introduce function fdt_create_phandle(), which >> creates a phandle in a given node. For now, we create both the "phandle" and >> "linux,phandle" properties. A later version of this function will remove >> support for "linux,phandle". >> >> Signed-off-by: Timur Tabi >> --- >> common/fdt_support.c | 40 ++++++++++++++++++++++++++++++++++++++++ >> include/fdt_support.h | 1 + >> 2 files changed, 41 insertions(+), 0 deletions(-) > > Jerry, > > Any comments on this? > > - k I put it in my todo list on patchworks. What I have queued are two patches from upstream 0329-Support-ePAPR-compliant-phandle-properties.patch 0344-libfdt-Implement-property-iteration-functions.patch and... [U-Boot,v2] Add uboot "fdt_high" enviroment variable 2011-07-09 David A. Long gvb New [U-Boot,2/2,v3] powerpc/85xx: add support the ePAPR "phandle" property 2011-05-10 Timur Tabi gvb New [U-Boot,1/2] fdt: introduce fdt_create_phandle() 2011-05-10 Timur Tabi gvb New [U-Boot,1/2] fdt: add prototype for fdt_increase_size() 2011-05-03 Timur Tabi gvb New [U-Boot,1/2,v2] fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() 2011-05-03 Timur Tabi gvb New Hollor if I'm missing something. Thanks, gvb