Re: [U-Boot] [PATCH] fdt: allow bootdelay to be specified via device tree

2013-06-02 Thread Gerald Van Baren
starts. Jerry, does this patch look OK, or do you have comments on it? Thanks. I'm good with the patch. Acked-by: Gerald Van Baren Thanks, gvb ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/5] treewide: include libfdt_env.h before fdt.h

2013-01-18 Thread Gerald Van Baren
0 * Strange test result: 0 ****** gvb >From 1fb0193670e012072d4a9e5ac480e3201aaf30fd Mon Sep 17 00:00:00 2001 From: Gerald Van Baren Date: Thu, 17 Jan 2013 21:14:01 -0500 Subject: [PATCH] Use the libfdt.h include as the interface definition libfdt.h is the libfdt interface definitio

Re: [U-Boot] [PATCH 5/6] fdt_support: add partitions fixup in mtd node

2010-03-21 Thread Gerald Van Baren
gt; variable. >> >> Signed-off-by: Anatolij Gustschin >> Cc: Gerald Van Baren >> --- >> common/cmd_mtdparts.c |2 +- >> common/fdt_support.c| 214 >> +++ >> include/fdt_support.h |2

Re: [U-Boot] [PATCH v2] fdt: Add fdt_del_node_and_alias helper

2010-03-30 Thread Gerald Van Baren
Hi Kumar, Kumar Gala wrote: > Add a helper function that given an alias will delete both the node > the alias points to and the alias itself > > Signed-off-by: Kumar Gala I assume you will want to apply this with the 8xxx patch that uses it, so... Acked-by: Gerald Van Baren &g

[U-Boot] Pull request: u-boot-fdt

2011-04-17 Thread Gerald Van Baren
Dear Wolfgang, Sorry for the late pull request, due to other priorities (not the least being filling out tax forms :-/) I was unable to get this out sooner. I only have a one-liner bugfix by Kyle Moffett in the pull. Grant's changes "[PATCH 0/6] ARM device tree support improvements" look good

[U-Boot] Pull request: u-boot-fdt

2011-04-25 Thread Gerald Van Baren
Dear Wolfgang, The following pull request is for Grant Likely's changes "[PATCH 0/6] ARM device tree support improvements". I had to make two minor fixes, a missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6] s/getenv_bootm_base/getenv_bootm_low/ Note that I did *not* include

Re: [U-Boot] [PATCH 1/2] fdt: add prototype for fdt_increase_size()

2011-07-14 Thread Gerald Van Baren
Hi Kumar, Timur, On 07/14/2011 09:32 AM, Kumar Gala wrote: > > On May 3, 2011, at 1:35 PM, Timur Tabi wrote: > >> Add a prototype for fdt_increase_size() so that anyone can call it. >> >> Signed-off-by: Timur Tabi >> --- >> include/fdt_support.h |1 + >> 1 files changed, 1 insertions(+), 0 dele

Re: [U-Boot] [PATCH 1/2] fdt: introduce fdt_create_phandle()

2011-07-14 Thread Gerald Van Baren
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_cr

Re: [U-Boot] [PATCHv2] fdt_support: Fix buffer overflow in fdt_fixup_memory_banks

2011-03-05 Thread Gerald Van Baren
Dear Wolfgang, Can you apply this patch for me? Otherwise I'll apply it to my repo and send a pull request. Acked-by: Gerald Van Baren Thanks, gvb On 02/23/2011 11:18 AM, Kyle Moffett wrote: > When fdt_fixup_memory_banks is called with 2-cell address and size > fields in the devi

[U-Boot] [PATCH] libfdt: Add helper function to create a trivial, empty tree

2012-10-16 Thread Gerald Van Baren
and lib/libfdt/Makefile for the U-Boot environment. Signed-off-by: Gerald Van Baren --- This comes from the upstream libfdt (dtc) git repository, added to stay in sync. include/libfdt.h|1 + lib/libfdt/Makefile |2 +- lib/libfdt/fdt_empty_tree.

Re: [U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-16 Thread Gerald Van Baren
ef, better commit message. >> Patch 7/7 (old 6/6) Unchanged. > > Plase check and confirm if my understanding of this series is correct: > > Patch 1/7 and 2/7 affect generic code and go through me. > > Patch 3/7 affects FDT code and goes through Gerry (or Gerry AKC's and

Re: [U-Boot] [PATCH] Fix compiler warning in fdt_support.c

2010-11-28 Thread Gerald Van Baren
On 11/28/2010 06:42 AM, Wolfgang Denk wrote: > Dear dirk.be...@googlemail.com, > > In message<1290367174-380-1-git-send-email-dirk.be...@gmail.com> you wrote: >> From: Dirk Behme >> >> Fix compiler warning >> >> fdt_support.c: In function 'of_bus_default_count_cells': >> fdt_support.c:957: warning

Re: [U-Boot] libfdt: make fdt_increase_size() available to everyone

2010-05-15 Thread Gerald Van Baren
ned-off-by: Gerald Van Baren --- Hi Timur, Kumar, This had me scratching my head briefly. I first thought you were creating a new function, but you just exposed the existing function in fdt_support.h and moved it to its logical position, given its new status. The code has one pre-existing wea

Re: [U-Boot] [PATCH 0/9] arm: zynq: ps7* consolidation

2017-11-13 Thread Gerald Van Baren
Hi Michal, Mike, On Mon, Nov 13, 2017 at 9:48 AM, Michal Simek wrote: > On 13.11.2017 15:35, Mike Looijmans wrote: >> On 10-11-17 11:58, Michal Simek wrote: >>> Hi, >>> >>> this series is trying to cleanup ps7_init* file that we don't need to >>> have the same copy of the same functions in differ

Re: [U-Boot] [PATCH] ARM: zynq: Fix SPL SD boot mode

2017-12-01 Thread Gerald Van Baren
Hi Michal, On Fri, Dec 1, 2017 at 8:13 AM, Michal Simek wrote: > This patch is fixing two issues: > 1. Insufficient stack size for fat fs buffers > 2. Insufficient space in malloc area > > Tested on zc702 and zc706. > > Signed-off-by: Michal Simek > What are the symptoms of this bug? I am run