[U-Boot] [U-boot] [Patch] mtd: nand: davinci_nand: update write_page function for keystone RBL

2014-09-06 Thread Ivan Khoronzhuk
After mtd was synced with Linux 3.14 (ff94bc40af3481d47546595ba73c136de6af6929) the number of parameters for write_page function of nand_chip was changed. The additional two var were needed for subpage write. As keystone has no supbage write they are not needed. So correct only function definition

[U-Boot] [PATCH RESEND] vf610twr: Tune DDR initialization settings

2014-09-06 Thread Stefan Agner
From: Anthony Felice Removed settings in unsupported register fields. They didn’t do anything, and in most cases, were not documented in the reference manual. Changed register settings to comply with JEDEC required values. Changed timing parameters because they included full clock periods that

Re: [U-Boot] [PATCH v2] ARM: mx6: Add support for Kosagi Novena

2014-09-06 Thread Marek Vasut
On Saturday, September 06, 2014 at 07:22:32 PM, Marek Vasut wrote: > Add support for the Kosagi Novena board. Currently supported are: > - I2C busses > - FEC Ethernet > - MMC0, MMC1, Booting from MMC > - SATA > - USB ports > - USB Ethernet > > Signed-off-by: Marek Vasut > --- > arch/arm/Kconfig

[U-Boot] [PATCH v2] ARM: mx6: Add support for Kosagi Novena

2014-09-06 Thread Marek Vasut
Add support for the Kosagi Novena board. Currently supported are: - I2C busses - FEC Ethernet - MMC0, MMC1, Booting from MMC - SATA - USB ports - USB Ethernet Signed-off-by: Marek Vasut --- arch/arm/Kconfig | 4 + board/kosagi/novena/Kconfig | 23 ++ board/kosagi/novena/M

Re: [U-Boot] [PATCH v3 3/4] mtd: nand: add Freescale vf610_nfc driver

2014-09-06 Thread Stefan Agner
Hi Scott, Anything missing from your side in this version of the patch? Patch 1 and 2 of this patch set recently got merged. -- Stefan Am 2014-08-18 18:26, schrieb Stefan Agner: > This adds initial support for Freescale NFC (NAND Flash Controller) > found in ARM Vybrid SoC's, Power Architecture

Re: [U-Boot] [PATCH] generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y

2014-09-06 Thread Masahiro YAMADA
Hi Simon, 2014-09-07 1:33 GMT+09:00 Simon Glass : >> /* Allow the early environment to override the fdt address */ >> gd->fdt_blob = (void *)getenv_ulong("fdtcontroladdr", 16, >> (uintptr_t)gd->fdt_blob); > > You effectively just rem

Re: [U-Boot] [PATCH v10 13/14] patman: Fix detection of git version

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 12/14] buildman: Separate out display of warnings and errors

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 10/14] buildman: Remove the directory prefix from each error line

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot, v10, 11/14] buildman: Add an option to show which boards caused which errors

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 07/14] buildman: Set the return code to indicate build result

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 08/14] buildman: Allow make-flags variables to include '-' and '_'

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 09/14] buildman: Implement an option to exclude boards from the build

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 06/14] patman: Avoid changing the order of tags

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 05/14] patman: Use --no-pager' to stop git from forking a pager

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 04/14] patman: Remove the -a option

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 03/14] patman: Correct unit tests to run correctly

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v10 02/14] patman: Fix indentation in terminal.py

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 3/6] arm: uniphier: add UniPhier SoC support code

2014-09-06 Thread Simon Glass
Hi Masahiro, On 6 September 2014 09:34, Masahiro YAMADA wrote: > Hi Simon, > > > > 2014-09-06 3:59 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 4 September 2014 23:50, Masahiro Yamada wrote: >>> init_page_table >> >> Why do you need a full page table in this code? Can you not use the >> exis

Re: [U-Boot] [PATCH v10 01/14] patman: Support the 'reverse' option for 'git log'

2014-09-06 Thread Simon Glass
Hi Masahiro, On 6 September 2014 09:11, Masahiro YAMADA wrote: > Hi Simon, > > 2014-09-06 4:34 GMT+09:00 Simon Glass : >> On 28 August 2014 09:21, Simon Glass wrote: >>> This option is currently not supported, but needs to be, for buildman to >>> operate as expected. >>> >>> Reported-by: York S

Re: [U-Boot] [PATCH] generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y

2014-09-06 Thread Simon Glass
Hi Masahiro, On 6 September 2014 08:39, Masahiro Yamada wrote: > gd->fdt_blob is used for FDT control of U-Boot. > If CONFIG_OF_CONTROL is not defined, it is useless. > > Signed-off-by: Masahiro Yamada > Cc: Simon Glass > --- > > common/board_f.c | 10 ++ > 1 file changed, 6 insertions

Re: [U-Boot] [PATCH v4 3/6] arm: uniphier: add UniPhier SoC support code

2014-09-06 Thread Masahiro YAMADA
Hi Simon, 2014-09-06 3:59 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 4 September 2014 23:50, Masahiro Yamada wrote: >> init_page_table > > Why do you need a full page table in this code? Can you not use the > existing page table features in U-Boot? I assume you mentioned mmu_setup() funct

Re: [U-Boot] [PATCH v10 01/14] patman: Support the 'reverse' option for 'git log'

2014-09-06 Thread Masahiro YAMADA
Hi Simon, 2014-09-06 4:34 GMT+09:00 Simon Glass : > On 28 August 2014 09:21, Simon Glass wrote: >> This option is currently not supported, but needs to be, for buildman to >> operate as expected. >> >> Reported-by: York Sun >> Signed-off-by: Simon Glass > > Applied to u-boot-x86/patman. This

Re: [U-Boot] [PATCH v10 01/14] patman: Support the 'reverse' option for 'git log'

2014-09-06 Thread Masahiro YAMADA
Hi Simon, 2014-09-06 4:34 GMT+09:00 Simon Glass : > On 28 August 2014 09:21, Simon Glass wrote: >> This option is currently not supported, but needs to be, for buildman to >> operate as expected. >> >> Reported-by: York Sun >> Signed-off-by: Simon Glass > > Applied to u-boot-x86/patman. Rea

Re: [U-Boot] [PATCH v4 2/6] serial: add UniPhier serial driver

2014-09-06 Thread Masahiro YAMADA
Hi Simon, 2014-09-06 1:41 GMT+09:00 Simon Glass : >> Maybe we can move "\n -> \r\n" logic >> to the upper layer and allow users to enable/disable it >> with a CONFIG_ option. > > Do you think we could use driver model instead? We have the serial > infrastructure in place and I will likely merge

[U-Boot] [PATCH] generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y

2014-09-06 Thread Masahiro Yamada
gd->fdt_blob is used for FDT control of U-Boot. If CONFIG_OF_CONTROL is not defined, it is useless. Signed-off-by: Masahiro Yamada Cc: Simon Glass --- common/board_f.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 4ece2

Re: [U-Boot] [PATCH v3 5/6] arm: debug: add Kconfig entries for lowlevel debug

2014-09-06 Thread Tom Rini
On Wed, Sep 03, 2014 at 06:01:44PM -0600, Simon Glass wrote: > Hi Masahiro, > > On 31 August 2014 20:06, Masahiro Yamada wrote: > > We have not had a good method to debug the early boot stage such as > > lowlevel_init function. I guess developers generally use dedicated > > debuggers for that, b

Re: [U-Boot] [PATCH V4 00/19] Introduce cm-fx6 board

2014-09-06 Thread Tom Rini
On Sun, Aug 31, 2014 at 11:09:06AM +0300, Nikita Kiryanov wrote: > Hi Tom, Stefano, > > We really want this series to make it into the next release (V1 was > submitted only a day after the merge window closed). If there are no > other comments, can we maybe start applying it? For the record, I d

Re: [U-Boot] Please pull u-boot-x86.git branch 'patman'

2014-09-06 Thread Tom Rini
On Fri, Sep 05, 2014 at 01:48:41PM -0600, Simon Glass wrote: > Hi Tom, > > This is the rest of the initial patman/buildman series, except for the > MAKEALL deprecation. > > I plan to also pull in the second buildman/patman series (with its > fixes and new tests) for this release. There is a merg