[U-Boot] [PATCH] buildman: Create parent directories as necessary

2014-08-17 Thread Thierry Reding
From: Thierry Reding When creating build directories also create parents as necessary. This fixes a failure when building a hierarchical branch (i.e. foo/bar). Signed-off-by: Thierry Reding --- tools/buildman/builderthread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[U-Boot] [PATCH] net: More BOOTP retry timeout improvements

2014-08-17 Thread Thierry Reding
From: Thierry Reding It's not unusual for DHCP servers to take a couple hundred milliseconds to respond to DHCP discover messages. One possible reason for the delay can be that the server checks (typically using an ARP request) that the IP it's about to hand out isn't in use yet. To make matters

Re: [U-Boot] [RFC PATCH v2 0/2] Make Python scripts compatible with older versions

2014-08-17 Thread Masahiro Yamada
Hi. On Mon, 11 Aug 2014 21:53:47 -0400 Tom Rini wrote: > On Tue, Aug 12, 2014 at 08:03:28AM +0900, Masahiro YAMADA wrote: > > Hi Tom. > > > > > > 2014-08-11 22:12 GMT+09:00 Tom Rini : > > > > > Ug, crap, OK, I had missed that one. Masahiro, how hard would it be to > > > turn multiconfig.py

Re: [U-Boot] [PATCH v2] Makefile: remove generated boards.cfg within make distclean

2014-08-17 Thread Masahiro Yamada
Hi Roger, On Sun, 10 Aug 2014 14:37:40 +0200 Roger Meier wrote: > Signed-off-by: Roger Meier > CC: Masahiro Yamada > CC: Tom Rini > CC: Wolfgang Denk > > --- > Changes for v2: >- remove boards.cfg within make distclean instead of mrproper >- use mrproper instead of distclean within

Re: [U-Boot] [PATCH v8] nand/denali: Adding Denali NAND driver support

2014-08-17 Thread Masahiro Yamada
Hi Scott, Unforunately, the author of this patch, Chin Liang See is no longer responding in spite of pings several times. I definitely need this driver. I feel really sad to see all our efforts come to nothing. How our situation's gonna work? (Chin, please let me know your status if you are s

Re: [U-Boot] [PATCH 2/2] ARM: zynq: Remove spl.h

2014-08-17 Thread Masahiro Yamada
Hi Michal, On Mon, 11 Aug 2014 15:05:21 +0200 Michal Simek wrote: > Do not specify own zynq specific SPL macros > because there is no need for that. > > Signed-off-by: Michal Simek > --- This is exactly what I have expected. Thanks!! Reviewed-by: Masahiro Yamada

Re: [U-Boot] [PATCH 1/2] ARM: zynq: Move ps7_init() out of spl.h

2014-08-17 Thread Masahiro Yamada
On Mon, 11 Aug 2014 15:05:20 +0200 Michal Simek wrote: > Prepare for spl.h removal. > > Signed-off-by: Michal Simek Reviewed-by: Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and commonsettings

2014-08-17 Thread Masahiro Yamada
Hi Michal, On Wed, 6 Aug 2014 13:27:27 +0200 Michal Simek wrote: > > > > In this case, savedefconfig was done based on > > configs/sandbox_defconfig which is empty for now, > > but which will have more options in the future. > > No problem with that. > The question and my concern is that ev

Re: [U-Boot] [PATCH v3] powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash

2014-08-17 Thread York Sun
Yangbo, On 8/17/14 7:03 PM, "Yangbo Lu" wrote: >Enable these boards mtdparts for nor flash: >p1020rdb-pd, p1021rdb-pc, p1022ds, p1025twr, and p2020rdb-pc. > >Signed-off-by: Xie Xiaobo >Signed-off-by: Yangbo Lu >Cc: York Sun >Cc: Scott Wood >--- >Changes for v2: > - changed commit messa

[U-Boot] [PATCH v3] powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash

2014-08-17 Thread Yangbo Lu
Enable these boards mtdparts for nor flash: p1020rdb-pd, p1021rdb-pc, p1022ds, p1025twr, and p2020rdb-pc. Signed-off-by: Xie Xiaobo Signed-off-by: Yangbo Lu Cc: York Sun Cc: Scott Wood --- Changes for v2: - changed commit message - fixed max line length problem in code Changes

Re: [U-Boot] [PATCH v3] tools: genboardscfg.py, no exception if columns undetectable

2014-08-17 Thread Roger Meier
Quoting Masahiro YAMADA : Hi Roger, (adding York to cc) 2014-08-07 23:19 GMT+09:00 Roger Meier : The existing terminalsize detection raised an exception on build server. Just removes the exception. This also deactivates the progress indicator. Remove a trainling whitespace. Signed-off-by:

Re: [U-Boot] [PATCH 0/3] cm-t54: misc board fixes, convert to generic board

2014-08-17 Thread Igor Grinberg
Gentle ping... On 07/31/14 14:30, Dmitry Lifshitz wrote: > Fix MAC address data read (from EEPROM) issue and boot mode check. > Convert to generic board. > > Dmitry Lifshitz (3): > cm-t54: fix EEPROM read return value check > cm-t54: fix eMMC boot mode check > cm-t54: convert to generic boa