Re: [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields

2014-07-22 Thread Bo Shen
Hi Masahiro, Thanks. On 07/22/2014 11:58 AM, Masahiro Yamada wrote: Add a whitespace between the name and the email address. When switching to Kconfig, the first version of MAINTAINERS files will be generated based on the boards.cfg file. So, the maintainers field should be corrected even

[U-Boot] [PATCH 08/10] powerpc: mpc8xx: remove FLAGADM board support

2014-07-22 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/flagadm/Makefile | 8 - board/flagadm/flagadm.c| 134 board/flagadm/flash.c | 687 -

[U-Boot] [PATCH 0/10] Drop mpc8xx, mpc82xx boards which are orphaned or have no maintainers

2014-07-22 Thread Masahiro Yamada
I built all the other boards and compared MD5SUM. I confirmed this series has no impact against them. I'd like to drop as many unmaintained (or old enough) boards as possible before switching to Kconfig. I believe this would make our migration and test easier. Masahiro Yamada (10):

[U-Boot] [PATCH 03/10] powerpc: mpc824x: remove MUSENKI and Sandpoint8245 board support

2014-07-22 Thread Masahiro Yamada
These boards have been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc824x/cpu_init.c | 21 -- board/musenki/Makefile | 8 - board/musenki/README| 298 --

[U-Boot] [PATCH 02/10] powerpc: mpc8260: remove ppmc8260 board support

2014-07-22 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/ppmc8260/Makefile| 8 - board/ppmc8260/ppmc8260.c | 291 - boards.cfg | 1 - doc/README.scrapyard | 23 +-

[U-Boot] [PATCH 05/10] powerpc: mpc8xx: remove svm_sc8xx board

2014-07-22 Thread Masahiro Yamada
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc8xx/cpu_init.c | 4 - board/svm_sc8xx/Makefile | 8 - board/svm_sc8xx/flash.c| 666 -

Re: [U-Boot] [PATCH] dfu: fix: Add the absolute path to the file name for ext4 write operation

2014-07-22 Thread Lukasz Majewski
Hi Stephen, On 07/16/2014 03:38 AM, Lukasz Majewski wrote: Commit 1151b7ac10b81ecbb has cleaned up read and write operations. Unfortunately, for correct operation the write for ext4 fs requires absolute patch. This patch fixes this case. Shouldn't the user simply supply the absolute

[U-Boot] [PATCH] ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path

2014-07-22 Thread Lukasz Majewski
After the clean up performed in the commit 1151b7ac10b81ecbb the DFU subsystem requires absolute patch for correct operation. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- include/configs/trats.h | 6 +++--- include/configs/trats2.h | 6 +++--- 2 files changed, 6 insertions(+), 6

Re: [U-Boot] socfpga: initialize MMC

2014-07-22 Thread Pavel Machek
Hi! I don't know what differ with socfpga_dw_mmc.c. I think you can use it. Yes, I think I can. I missed it because it has different name than in altera sources, and because it was not hooked up with rest of system. Thanks, Pavel

Re: [U-Boot] [PATCH 01/12] video: Add S3C24xx framebuffer support

2014-07-22 Thread Wolfgang Denk
Dear Marek, In message 1405989293-6629-1-git-send-email-ma...@denx.de you wrote: Add basic framebuffer driver for the S3C24xx family of CPUs. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Lukasz Majewski

Re: [U-Boot] [PATCH 01/10] powerpc: mpc8xx: remove some of tqm8xx board family without maintainers

2014-07-22 Thread Wolfgang Denk
Dear Masahiro Yamada, In message 1406014114-8016-2-git-send-email-yamad...@jp.panasonic.com you wrote: Remove NSCU, TK885D, TQM823M, TQM850M, TQM855M, TQM860M, TQM862L, TQM826M, TQM866M, TQM885D boards support. These boards are old enough and have no maintainers. NAK for all the TQM

[U-Boot] [PATCH] socfpga: Fix SOCFPGA build error for Altera dev kit

2014-07-22 Thread Chin Liang See
To fix the build error when build for Altera dev kit, not virtual target. At same time, set the build for Altera dev kit as default instead virtual target. With that, U-Boot is booting well and SPL still lack of few drivers. Signed-off-by: Chin Liang See cl...@altera.com Cc: Pavel Machek

Re: [U-Boot] socfpga: initialize MMC

2014-07-22 Thread Chin Liang See
Hi Pavel, On Mon, 2014-07-21 at 14:05 +0200, ZY - pavel wrote: Is there a free(host) anywhere? Dynamic allocation does not make much sense here, agreed. But as it is existing code, and there are bigger issues around, I'd prefer to leave it to someone else to clean it up...

Re: [U-Boot] [PATCH 01/10] powerpc: mpc8xx: remove some of tqm8xx board family without maintainers

2014-07-22 Thread Masahiro Yamada
Hi Wolfgang, On Tue, 22 Jul 2014 11:27:16 +0200 Wolfgang Denk w...@denx.de wrote: Dear Masahiro Yamada, In message 1406014114-8016-2-git-send-email-yamad...@jp.panasonic.com you wrote: Remove NSCU, TK885D, TQM823M, TQM850M, TQM855M, TQM860M, TQM862L, TQM826M, TQM866M, TQM885D boards

[U-Boot] [PATCH v2 0/6] board/ti/xxx: Add NAND and NOR support for new TI boards

2014-07-22 Thread Pekon Gupta
*changes v1-v2* - Moved ti_armv7_common.h clean-up patch into independet series [1] - Dropped changes in board profile (boards.cfg) - Dropped changes in ENV configs - Updated NOR pin-muxing in [PATCH] board/ti/am335x: add support for beaglebone NOR Cape - Added new [PATCH] board/ti/dra7xx: add

[U-Boot] [PATCH v2 2/6] board/ti/am335x: add support for beaglebone NAND cape

2014-07-22 Thread Pekon Gupta
Beaglebone Board can be connected to expansion boards to add devices to them. These expansion boards are called 'capes'. This patch adds support for following versions of Beaglebone(AM335x) NAND capes (a) NAND Device with bus-width=16, block-size=128k, page-size=2k, oob-size=64 (b) NAND Device

[U-Boot] [PATCH v2 1/6] board/ti/am335x: update configs for parallel NAND

2014-07-22 Thread Pekon Gupta
This patch - consolidate CONFIG_SYS_NAND_xx and CONFIG_SPL_NAND_xx from various configuration files into single file. - update MTD Partition table to match AM335x_EVM DT in linux-kernel - segregate CONFIGs based on different boot modes (like SPL and U-Boot) Signed-off-by: Pekon Gupta

[U-Boot] [PATCH v2 4/6] board/ti/am43xx: add support for parallel NAND

2014-07-22 Thread Pekon Gupta
This patch adds support for NAND device connected to GPMC chip-select on following AM43xx EVM boards. am437x-gp-evm: On this board, NAND Flash signals are muxed with eMMC, thus at a time either eMMC or NAND can be enabled. Selection between eMMC and NAND is controlled by: (a) Statically

[U-Boot] [PATCH v2 3/6] board/ti/am335x: add support for beaglebone NOR Cape

2014-07-22 Thread Pekon Gupta
This patch adds support of NOR cape[1] for both Beaglebone (white) and Beaglebone(Black) boards. NOR Flash on this cape is connected to GPMC chip-select[0] and accesses as external memory-mapped device. This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device. As GPMC chip-select[0]

[U-Boot] [PATCH v2 6/6] board/ti/dra7xx: add support for parallel NOR

2014-07-22 Thread Pekon Gupta
This patch adds support for parallel NOR device (S29GL512S10) present on J6-EVM. The Flash device is connected to GPMC controller on chip-select[0] and accessed as memory-mapped device. It has data-witdh=x16, capacity-64MBytes(512Mbits) and is CFI compatible. As multiple devices are share GPMC

[U-Boot] [PATCH v2 5/6] board/ti/dra7xx: add support for parallel NAND

2014-07-22 Thread Pekon Gupta
This patch adds support for x16 NAND device (MT29F2G16AAD) connected to GPMC chip-select[0] on DRA7xx EVM. As GPMC pins are shared by multiple devices, so in addition to this patch following board settings are required for NAND device detection [1]: SW5.9 (GPMC_WPN) = OFF (logic-1) SW5.1

[U-Boot] [PATCH] usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode

2014-07-22 Thread Daniel Mack
This bit allows the MUSB controller to negotiate for high-speed mode when the device is reset by the hub. If unset, Babble errors occur with high-speed mass storage devices right after the first packet. This condition is not caught by the interrupt handles in U-Boot, so no recovery is done, and

[U-Boot] [PATCH] h2200: Disable SHA256 on FIT images

2014-07-22 Thread Tom Rini
This board is close in binary size to one of its hard limits, so disable SHA256 FIT image support to gain some breathing room. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/h2200.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/h2200.h b/include/configs/h2200.h

Re: [U-Boot] [PATCH 01/10] powerpc: mpc8xx: remove some of tqm8xx board family without maintainers

2014-07-22 Thread Wolfgang Denk
Dear Masahiro, In message 20140722184445.ef22.aa925...@jp.panasonic.com you wrote: Because the maintainers fields (the rightest fields) of boards.cfg for these boards are blank. I don't know why this is the case; it is wrong. If the maintainers fields are blank and you still claim you are

[U-Boot] [PATCH] boards.cfg: re-claim ownership for TQM8xx boards

2014-07-22 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk w...@denx.de --- boards.cfg | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/boards.cfg b/boards.cfg index 1ba2081..4b2bc19 100644 --- a/boards.cfg +++ b/boards.cfg @@ -1007,19 +1007,19 @@ Active powerpc mpc8xx -

Re: [U-Boot] [PATCH 01/10] powerpc: mpc8xx: remove some of tqm8xx board family without maintainers

2014-07-22 Thread Masahiro Yamada
On Tue, 22 Jul 2014 14:16:43 +0200 Wolfgang Denk w...@denx.de wrote: Dear Masahiro, In message 20140722184445.ef22.aa925...@jp.panasonic.com you wrote: Because the maintainers fields (the rightest fields) of boards.cfg for these boards are blank. I don't know why this is the case;

[U-Boot] ODROID dynamic memory initialization

2014-07-22 Thread Daniel Drake
Hi Przemyslaw, While looking at the old uboot from hardkernel, I'm curious about CONFIG_CLK_BUS_DMC_220_440, which is set by default. This appears to run the memory at a high speed, by writing certain registers in the Dynamic Memory Controller (e.g. TIMINGROW), and clocking MPLL to 880MHz. Your

Re: [U-Boot] A way to change the status of the whole series on Patchwork ?

2014-07-22 Thread Tom Rini
On Wed, Jul 16, 2014 at 07:49:09PM -0700, Brian Norris wrote: On Thu, Jul 17, 2014 at 11:19:42AM +0900, Masahiro Yamada wrote: When I change the status of patches, I always do it one by one. But it is painful if the series consists of a bunch of patches. Does Patchwork have any

Re: [U-Boot] [PATCH v2 1/1] ARM: kirkwood: add mvsdio driver

2014-07-22 Thread drEagle
Hi Prafulla, On 20/07/2014 14:54, Prafulla Wadaskar wrote: This patch add Marvell kirkwood MVSDIO/MMC driver and enable it for Sheevaplugs and OpenRD boards. - Fix some typo and missing lines from patch import If above line is your change log info then it should put is below --- Also

Re: [U-Boot] [PATCH v2 1/1] ARM: kirkwood: add mvsdio driver

2014-07-22 Thread drEagle
Hi Prafulla, On 20/07/2014 14:54, Prafulla Wadaskar wrote: This patch add Marvell kirkwood MVSDIO/MMC driver and enable it for Sheevaplugs and OpenRD boards. - Fix some typo and missing lines from patch import If above line is your change log info then it should put is below --- Also

[U-Boot] [PATCH v4 12/15] buildman: adjust for Kconfig

2014-07-22 Thread Masahiro Yamada
Use make board_defconfig instead of make board_config. Invoke tools/genboardscfg to generate boards.cfg when it is missing. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: - Generate boards.cfg automatically if it is missing Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v4 09/15] tools: add genboardscfg

2014-07-22 Thread Masahiro Yamada
Now the primary data for each board is in Kconfig, defconfig and MAINTAINERS. It is true boards.cfg is needed for MAKEALL and buildman and might be useful to brouse boards in a single database. But it would be painful to maintain the boards.cfg in sync. So, this is the solution. Add a tool to

[U-Boot] [PATCH v4 11/15] MAKEALL: adjust for Kconfig

2014-07-22 Thread Masahiro Yamada
Use make board_defconfig instead of make board_config. Invoke tools/genboardscfg to generate boards.cfg when it is missing. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: - Generate boards.cfg automatically if it is missing Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v4 05/15] include: define CONFIG_SPL and CONFIG_TPL as 1

2014-07-22 Thread Masahiro Yamada
We are about to switch to Kconfig in the next commit. But there are something to get done beforehand. In Kconfig, include/generated/autoconf.h defines boolean CONFIG macros as 1. CONFIG_SPL and CONFIG_TPL, if defined, must be set to 1. Otherwise, when switching to Kconfig, the build log would be

[U-Boot] [PATCH v4 15/15] kbuild: remove CONFIG_SPL/CONFIG_TPL definition in config headers

2014-07-22 Thread Masahiro Yamada
Now CONFIG_SPL and CONFIG_TPL are defined in Kconfig. Remove the redundant definition in config headers. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v4: - Rebase on the current u-boot/master Changes in v3: - Rebase on

[U-Boot] [PATCH v4 04/15] kconfig: add basic Kconfig files

2014-07-22 Thread Masahiro Yamada
This commit adds more Kconfig files, which were written by hand. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: - Abolish CONFIG_SUBIMAGES - Add CONFIG_DEFCONFIG_LIST Changes in v3: - Add CONFIG_SUBIMAGES for generic sub-image framework. - Move

[U-Boot] [PATCH v4 07/15] Do not apply: tools: add gen_maintainers.py

2014-07-22 Thread Masahiro Yamada
Do not apply this patch to the main line This tool generates MAINTAINERS files based on boards.cfg file. Because it is used only once, it should not be applied. Signed-off-by: Masahiro Yamada

[U-Boot] [PATCH v4 06/15] kconfig: switch to Kconfig

2014-07-22 Thread Masahiro Yamada
This commit enables Kconfig. Going forward, we use Kconfig for the board configuration. mkconfig will never be used. Nor will include/config.mk be generated. Kconfig must be adjusted for U-Boot because our situation is a little more complicated than Linux Kernel. We have to generate multiple boot

[U-Boot] [PATCH v4 14/15] powerpc: remove redundant CPU definition

2014-07-22 Thread Masahiro Yamada
CONFIG_${CPU} is defined by Kconfig. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: - Newly added Changes in v3: None Changes in v2: None arch/powerpc/cpu/74xx_7xx/config.mk | 2 +- arch/powerpc/cpu/mpc512x/config.mk | 2 +- arch/powerpc/cpu/mpc5xx/config.mk

[U-Boot] [PATCH v4 02/15] Do not apply: tools: add genkconfig

2014-07-22 Thread Masahiro Yamada
Do not apply this patch to the main line What is this tool? -- This tool converts boards.cfg to defconfig and Kconfig files. It automatically generates - arch/${ARCH}/Kconfig -

[U-Boot] [PATCH v4 13/15] kconfig: delete redundant CONFIG_${ARCH} definition

2014-07-22 Thread Masahiro Yamada
CONFIG_${ARCH} is defined by Kconfig. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v4: - Rebase on the current u-boot/master Changes in v3: None Changes in v2: None arch/arc/config.mk | 2 +-

Re: [U-Boot] [PATCH v2 1/1] ARM: kirkwood: add mvsdio driver

2014-07-22 Thread Pantelis Antoniou
Hi Gerald, On Jul 20, 2014, at 9:28 AM, Gerald Kerma wrote: This patch add Marvell kirkwood MVSDIO/MMC driver and enable it for Sheevaplugs and OpenRD boards. - Fix some typo and missing lines from patch import Signed-off-by: Gerald Kerma drea...@doukki.net ---

Re: [U-Boot] [PATCH] doc: README.android-fastboot: Add note about vendor ID

2014-07-22 Thread Rob Herring
On Tue, Jul 22, 2014 at 10:23 AM, Clifton Barnes cabar...@indesign-llc.com wrote: The Android fastboot client only communicates with specific vendor IDs. This addition to the documentation points out that fact so everyone is aware that not just any vendor ID will work and where to find the IDs

[U-Boot] [PATCH] doc: README.android-fastboot: Add note about vendor ID

2014-07-22 Thread Clifton Barnes
The Android fastboot client only communicates with specific vendor IDs. This addition to the documentation points out that fact so everyone is aware that not just any vendor ID will work and where to find the IDs that will. Signed-off-by: Clifton Barnes cabar...@indesign-llc.com Cc: Rob Herring

[U-Boot] [PATCH v3 1/1] ARM: kirkwood: add mvsdio driver

2014-07-22 Thread Gerald Kerma
This patch add Marvell kirkwood MVSDIO/MMC driver and enable it for Sheevaplugs and OpenRD boards. Signed-off-by: Gerald Kerma drea...@doukki.net --- Changes in v3: - Add MVSDIO_TWEAK_NOSDHS quirk - Minor clean Changes in v2: - Fix some typo and missing lines from patch import

Re: [U-Boot] [PATCH] dfu: fix: Add the absolute path to the file name for ext4 write operation

2014-07-22 Thread Marek Vasut
On Tuesday, July 22, 2014 at 10:00:05 AM, Lukasz Majewski wrote: Hi Stephen, On 07/16/2014 03:38 AM, Lukasz Majewski wrote: Commit 1151b7ac10b81ecbb has cleaned up read and write operations. Unfortunately, for correct operation the write for ext4 fs requires absolute patch. This

Re: [U-Boot] [PATCH] h2200: Disable SHA256 on FIT images

2014-07-22 Thread Tom Rini
On Tue, Jul 22, 2014 at 08:12:50AM -0400, Tom Rini wrote: This board is close in binary size to one of its hard limits, so disable SHA256 FIT image support to gain some breathing room. Signed-off-by: Tom Rini tr...@ti.com Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,1/2] sparc: merge LEON3 linker scripts

2014-07-22 Thread Tom Rini
On Fri, Jun 20, 2014 at 02:58:21PM +0900, Masahiro Yamada wrote: The linker scripts of LEON3 - board/gaisler/grsim/u-boot.lds - board/gaisler/gr_cpci_ax2000/u-boot.lds - board/gaisler/gr_ep2s60/u-boot.lds - board/gaisler/gr_xc3s_1500/u-boot.lds are the same (except cosmetic

Re: [U-Boot] [PATCH] boards.cfg: re-claim ownership for TQM8xx boards

2014-07-22 Thread Tom Rini
On Tue, Jul 22, 2014 at 02:20:43PM +0200, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, 2/2] sparc: merge LEON2 and LEON3 linker scripts

2014-07-22 Thread Tom Rini
On Fri, Jun 20, 2014 at 02:58:22PM +0900, Masahiro Yamada wrote: There is only one line diff between LEON2 and LEON3 linker scripts: - arch/sparc/cpu/leon2/start.o (.text) + arch/sparc/cpu/leon3/start.o (.text) They can be written in the same way:

Re: [U-Boot] tools: compiler.h: add missing time.h

2014-07-22 Thread Tom Rini
On Wed, Jun 25, 2014 at 11:02:21PM +0200, Jeroen Hofstee wrote: genimg_print_time uses time_t, but time.h is never included. Linux gets away with this since types.h includes time.h. Explicitly include the header file so building on e.g. FreeBSD also works. cc: Tom Rini tr...@ti.com

Re: [U-Boot] [U-Boot, v4, 2/2] driver/usb: include upper/lower_32_bits() from linux/compat.h

2014-07-22 Thread Tom Rini
On Fri, Jun 20, 2014 at 12:18:39PM -0500, Lijun Pan wrote: upper_32_bits() and lower_32_bits() have been ported into linux/compat.h. Start use them now in drivers/usb/host/xhci.h. Signed-off-by: Lijun Pan lijun@freescale.com Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] Fix help text of ext2load and fatload.

2014-07-22 Thread Tom Rini
On Wed, Jul 09, 2014 at 10:40:07PM +0200, Pavel Machek wrote: Fix help text of ext2load and fatload to match code in fs/fs.c Signed-off-by: Pavel Machek pa...@denx.de Reviewed-by: Marek Vasut ma...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [U-Boot, v4, 1/2] linux/compat.h: port lower_32_bits and upper_32_bits from Linux

2014-07-22 Thread Tom Rini
On Fri, Jun 20, 2014 at 12:17:29PM -0500, Lijun Pan wrote: [backport from linux commit 204b885e and 218e180e7] 64 bit processors are becomming more and more popular. lower_32_bits and upper_32_bits save our labor doing shifts/manipulations like (u32)(n) and (u32)((n) 32). They are good

Re: [U-Boot] catch wrong load address passed to fatload / ext2load

2014-07-22 Thread Tom Rini
On Wed, Jul 09, 2014 at 10:42:57PM +0200, Pavel Machek wrote: If filename is passed instead of address to ext2load or fatload, u-boot silently accepts that, and uses 0 for load address and default filename from environment. That is confusing, display help instead. Signed-off-by: Pavel

Re: [U-Boot] spl: nand: read only in the size of image_header on the first access

2014-07-22 Thread Tom Rini
On Thu, Jul 10, 2014 at 08:43:16PM +0900, Masahiro Yamada wrote: For the same reason as in commit 50c8d66d, all the remaining CONFIG_SYS_NAND_PAGE_SIZE in common/spl/spl_nand.c can be replaced with sizeof(*header). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Tim Harvey

Re: [U-Boot] bootp can use mdelay

2014-07-22 Thread Tom Rini
On Fri, Jul 11, 2014 at 11:39:37AM +0200, Pavel Machek wrote: Cleanup bootp code by using mdelay. Signed-off-by: Pavel Machek pa...@denx.de Acked-by: Marek Vasut ma...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 1/3] serial: ns16550: drop CONFIG_OMAP1610 from the special case

2014-07-22 Thread Tom Rini
On Fri, Jul 11, 2014 at 08:29:02PM +0900, Masahiro Yamada wrote: If CONFIG_OMAP1610 is defined, the code returning the fixed value (26) is enabled. But this case is covered by the following code. (CONFIG_SYS_NS16550_CLK + (gd-baudrate * (MODE_X_DIV / 2))) / (MODE_X_DIV * gd-baudrate) =

Re: [U-Boot] [U-Boot, 2/3] serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor

2014-07-22 Thread Tom Rini
On Fri, Jul 11, 2014 at 08:29:03PM +0900, Masahiro Yamada wrote: The function still returns the same value. The comment block is no longer necessary because our intention is clear enough by using DIV_ROUND_CLOSEST() macro. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied

Re: [U-Boot] [U-Boot, 3/3] serial: ns16550: use a const variable instead of macro

2014-07-22 Thread Tom Rini
On Fri, Jul 11, 2014 at 08:29:04PM +0900, Masahiro Yamada wrote: Just for type checking. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Marek Vasut ma...@denx.de Acked-by: Marek Vasut ma...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, 2/2] common: cmd_ide: use __weak and add prototypes

2014-07-22 Thread Tom Rini
On Sat, Jul 12, 2014 at 03:07:19PM +0200, Jeroen Hofstee wrote: clang chokes about the concept of having an alias to an always_inlined function. gcc likely just ignores the always inlined since binary sizes are equal before and after this patch. Convert the aliases to weak functions and

Re: [U-Boot] [U-Boot,1/2] common: cmd_ide: remove PIO mode

2014-07-22 Thread Tom Rini
On Sat, Jul 12, 2014 at 03:07:18PM +0200, Jeroen Hofstee wrote: Since no board defines CONFIG_TUNE_PIO this is just dead code, so remove it. cc: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] lib/time.c cleanups

2014-07-22 Thread Tom Rini
On Sun, Jul 13, 2014 at 01:14:27PM +0200, Pavel Machek wrote: As I initially suspected overflow in time handling, I took a detailed look at lib/time.c. This adds comments about units being used, reduces amount of type casting being done, and makes __udelay() always wait at least one tick.

Re: [U-Boot] [U-Boot, 1/4] Add option -r to env import to allow import of text files with CRLF as line endings

2014-07-22 Thread Tom Rini
On Mon, Jul 14, 2014 at 05:49:55PM +0200, Alexander Holler wrote: When this option is enabled, CRLF is treated like LF when importing environments from text files, which means CRs ('\r') in front of LFs ('\n') are just ignored. Drawback of enabling this option is that (maybe exported)

Re: [U-Boot] [U-Boot, 2/4] omap3_beagle: handle import of environments in files with CRLF as line endings

2014-07-22 Thread Tom Rini
On Mon, Jul 14, 2014 at 05:49:56PM +0200, Alexander Holler wrote: Use the new option -r for env import. Signed-off-by: Alexander Holler hol...@ahsoftware.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 4/4] rpi_b: handle import of environments in files with CRLF as line endings

2014-07-22 Thread Tom Rini
On Mon, Jul 14, 2014 at 05:49:58PM +0200, Alexander Holler wrote: Use the new option -r for env import. Signed-off-by: Alexander Holler hol...@ahsoftware.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 3/4] am335x_evm: handle import of environments in files with CRLF as line endings

2014-07-22 Thread Tom Rini
On Mon, Jul 14, 2014 at 05:49:57PM +0200, Alexander Holler wrote: Use the new option -r for env import. Signed-off-by: Alexander Holler hol...@ahsoftware.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 1/3] Makefile: fix the {c, e}tags/cscope build targets

2014-07-22 Thread Tom Rini
On Tue, Jul 15, 2014 at 03:52:00PM +0300, Igor Grinberg wrote: Commit 9e41403 (kbuild: change out-of-tree build) changed the U-Boot build working directory to the output tree for the out-of-tree builds. This broke the {c,e}tags/cscope build targets as TAG_SUBDIRS variable collected

Re: [U-Boot] [U-Boot,3/3] Makefile: fix tags target documentation

2014-07-22 Thread Tom Rini
On Tue, Jul 15, 2014 at 03:52:02PM +0300, Igor Grinberg wrote: Replace the TAGS target name by the actual ctags target name. Also, add etags target documentation. Cc: Masahiro Yamada yamad...@jp.panasonic.com Signed-off-by: Igor Grinberg grinb...@compulab.co.il Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v2, 2/3] scripts: add mailmapper, a tool to create/update mailmap file

2014-07-22 Thread Tom Rini
On Wed, Jul 16, 2014 at 05:49:45PM +0900, Masahiro Yamada wrote: This tool helps to create/update the mailmap file. It runs 'git shortlog' internally and searches differently spelled author names which share the same email address. The author name with the most commits is asuumed to be a

Re: [U-Boot] [U-Boot,2/3] Makefile: fix ctags/etags clean targets

2014-07-22 Thread Tom Rini
On Tue, Jul 15, 2014 at 03:52:01PM +0300, Igor Grinberg wrote: Commit efcf861 (kbuild: use scripts/Makefile.clean) refactored the cleaning targets and accidentially replaced the actually generated ctags and etags files in the file list by tags and TAGS. tags and TAGS are not part of the

Re: [U-Boot] [U-Boot, v2, 3/3] Update .mailmap using scripts/mailmapper

2014-07-22 Thread Tom Rini
On Wed, Jul 16, 2014 at 05:49:46PM +0900, Masahiro Yamada wrote: Add more entries to .mailmap for the canonical names with 50 commits or more. This commit was generated by the following command: scripts/mailmapper tmp; mv tmp .mailmap Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot, v2, 1/3] add .mailmap for proper git-shortlog output

2014-07-22 Thread Tom Rini
On Wed, Jul 16, 2014 at 05:49:44PM +0900, Masahiro Yamada wrote: This is the first version of .mailmap created by hand. Please see man git-shortlog for what this commit is trying to do. Without this file, for example, git shortlog -n -s shows as follows: 2693 Wolfgang Denk --

Re: [U-Boot] [U-Boot,1/3] AHCI: Increase link timeout to 200ms

2014-07-22 Thread Tom Rini
On Fri, Jul 18, 2014 at 08:38:39PM +0100, Ian Campbell wrote: In 73545f75b66d ahci: wait longer for link I increased the timeout to 40ms based on the observed behaviour of a WD disk on a Cubietruck. Since then Karsten Merker and myself have both observed timeouts with HGST disks (Karsten on

Re: [U-Boot] .gitignore: clean-up unnecessary entries

2014-07-22 Thread Tom Rini
On Thu, Jul 17, 2014 at 12:16:43PM +0900, Masahiro Yamada wrote: There have been /errlog and /reloc_off in the top level .gitignore since commit 1b4aaffe added it about 7 years ago. But they are no longer generated. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to

Re: [U-Boot] whitespace cleanups

2014-07-22 Thread Tom Rini
On Sat, Jul 19, 2014 at 11:50:44PM +0200, Pavel Machek wrote: Whitespace cleanups. Signed-off-by: Pavel Machek pa...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot,2/3] board_r: run scsi init() on ARM too

2014-07-22 Thread Tom Rini
On Mon, Jul 21, 2014 at 07:23:18PM +0100, Ian Campbell wrote: Subject: [PATCH v3] board_r: run scsi init() on ARM too This has been disabled for ARM in initr_scsi since that function was introduced. However it works fine for me on Cubieboard and Cubietruck (with the upcoming AHCI glue

Re: [U-Boot] [PATCH 1/2] m68k: fix an undefined behavior warning of M5253DEMO board

2014-07-22 Thread Tom Rini
On Tue, Jul 22, 2014 at 10:57:18AM +0900, Masahiro Yamada wrote: The latest GCC is so clever that it reports more warnings than old ones did: --8-- board/freescale/m5253demo/flash.c: In function 'flash_get_offsets':

Re: [U-Boot] [PATCH 2/2] m68k: define __kernel_size_t as unsinged int again

2014-07-22 Thread Tom Rini
On Tue, Jul 22, 2014 at 10:57:19AM +0900, Masahiro Yamada wrote: Commit ddc94378d changed the definition of __kernel_size_t from unsigned int to unsigned long. It is true that it fixed warnings on some crosstools but it increased warnings on the others. The problem is that we cannot see

Re: [U-Boot] [PATCH 0/2] Now all the M68K boards can be cleanly built

2014-07-22 Thread Tom Rini
On Tue, Jul 22, 2014 at 10:57:17AM +0900, Masahiro Yamada wrote: This series consists of two fixes. With this series and the crosstools distributed on www.kernel.org, M68K boards can be built without any warnings. You can download it from:

Re: [U-Boot] A way to change the status of the whole series on Patchwork ?

2014-07-22 Thread Brian Norris
On Tue, Jul 22, 2014 at 09:50:51AM -0400, Tom Rini wrote: On Wed, Jul 16, 2014 at 07:49:09PM -0700, Brian Norris wrote: On Thu, Jul 17, 2014 at 11:19:42AM +0900, Masahiro Yamada wrote: Does Patchwork have any good way to change the status of the whole series? You can use pwclient via

Re: [U-Boot] [PATCH 12/12] net: smc911x: Keep MAC programmed

2014-07-22 Thread Joe Hershberger
On Mon, Jul 21, 2014 at 7:34 PM, Marek Vasut ma...@denx.de wrote: Make sure to keep the MAC address programmed in the SMC911x ADDRH and ADDRL registers. Linux can read those registers to determine the MAC address on EEPROM-less configurations. Signed-off-by: Marek Vasut ma...@denx.de Cc:

Re: [U-Boot] [RFC PATCH] Fix bug in T4240QDS code. Don't access nonexistent registers

2014-07-22 Thread York Sun
This patch points out a bug in T4240QDS code. But the fix is not correct. Shaohui, please take a closer look and submit a patch to fix it. I believe the code should check each Bank of each SerDes (totally 8 clocks). Thanks Vasili for pointing out. York On 06/16/2014 07:41 AM, Vasili Galka

Re: [U-Boot] [RFC PATCH] Fix bug in T4240QDS code. Don't access nonexistent registers

2014-07-22 Thread York Sun
Shaohui, Never mind. You sent the patch already http://patchwork.ozlabs.org/patch/364807/. York On 07/22/2014 02:16 PM, York Sun wrote: This patch points out a bug in T4240QDS code. But the fix is not correct. Shaohui, please take a closer look and submit a patch to fix it. I believe the

Re: [U-Boot] [PATCH] powerpc/b4860: Updated default hwconfig so as to enable only CPC2

2014-07-22 Thread York Sun
On 07/01/2014 11:13 PM, Shaveta Leekha wrote: CPC1 is not being enabled by default as powerpc is supposed to use only CPC2. Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Sandeep Singh sand...@freescale.com --- include/configs/B4860QDS.h |8 +++- 1 files

Re: [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-22 Thread Tom Rini
On Fri, Jul 18, 2014 at 08:38:41PM +0100, Ian Campbell wrote: This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done for sun7i only since I don't have access to any other sunxi platforms with sata included. The PHY setup is derived from the Alwinner releases and Linux, but

[U-Boot] [PATCH v2 0/4] Introducing the Broadcom Cygnus and NSP boards.

2014-07-22 Thread Steve Rae
This series adds the bcm958300k and the bcm958622hr boards which share the iproc architecture code. Changes in v2: - remove unused include file - reformat multi-line comment(s) - remove deprecated SZ_ definitions - remove misc_init_r() - update CONFIG_ENV_SIZE Scott Branden (4): arm: iproc:

[U-Boot] [PATCH v2 1/4] arm: iproc: Initial commit of iproc architecture code

2014-07-22 Thread Steve Rae
From: Scott Branden sbran...@broadcom.com The iproc architecture code is present in several Broadcom chip architectures, including Cygnus and NSP. Signed-off-by: Scott Branden sbran...@broadcom.com Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v2: - remove unused include file

[U-Boot] [PATCH v2 2/4] arm: bcmcygnus: Add bcmcygnus u-architecture

2014-07-22 Thread Steve Rae
From: Scott Branden sbran...@broadcom.com Base support for the Broadcom Cygnus SoC. Based on iproc-common and the SoC specific reset function. Signed-off-by: Scott Branden sbran...@broadcom.com Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v2: None

[U-Boot] [PATCH v2 3/4] arm: bcmnsp: Add bcmnsp u-architecture

2014-07-22 Thread Steve Rae
From: Scott Branden sbran...@broadcom.com Base support for the Broadcom NSP SoC. Based on iproc-common and the SoC specific reset function. Signed-off-by: Scott Branden sbran...@broadcom.com Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v2: None arch/arm/cpu/armv7/bcmnsp/Makefile

[U-Boot] [PATCH v2 4/4] arm: add Cygnus and NSP boards

2014-07-22 Thread Steve Rae
From: Scott Branden sbran...@broadcom.com The bcm_ep board configuration is used by a number of boards including Cygnus and NSP. Add builds for the bcm958300k and the bcm958622hr boards. Signed-off-by: Scott Branden sbran...@broadcom.com Signed-off-by: Steve Rae s...@broadcom.com --- Changes in

Re: [U-Boot] [PATCH] powerpc/t104xrdb: Add T1042RDB board support

2014-07-22 Thread York Sun
On 07/10/2014 03:09 AM, Vijay Rai wrote: T1042RDB is Freescale Reference Design Board supporting the T1042 QorIQ Power Architecture processor. T1042 is a reduced personality of T1040 SoC without Integrated 8-port Gigabit. The board is designed with low power features targeted for Printing

Re: [U-Boot] enabling ecc on P2041 and QoreIQ familly not valid for memory = 4GB

2014-07-22 Thread York Sun
On 07/18/2014 06:11 AM, Benoit Sansoni wrote: Hi , I found out an issue when enabling ECC for P2041 platform with an amount of memory of 8GB. The routine void dma_meminit(uint val, uint size) is not adapted to manage memory size greater or equal to 4GB due to the 'uint' type. With this

[U-Boot] [PATCH] pxe: clear Bootfile before returning

2014-07-22 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com When pxe boot downloads the initrd/kernel/DTB, netboot_common() saves the downloaded filename to global variable BootFile. If the boot operation is aborted, this global state is not cleared. If dhcp is executed later without any arguments, BootFile is not

[U-Boot] [PATCH] Makefile: use $(shell ...) for determining file_size

2014-07-22 Thread Chris Packham
file_size was being calculated using back-ticks but map_size uses $(shell ...). Update the file_size calculation to use $(shell ...). Signed-off-by: Chris Packham judge.pack...@gmail.com --- The back ticks didn't work in my environment (GNU Make 3.81). Updating to use $(shell ...) makes sense

[U-Boot] Please update doc/git-mailrc

2014-07-22 Thread Masahiro Yamada
Hello Andy Freming, All the emails sent to your email address aflem...@freescale.com have been bouncing. If Andy Fleming aflem...@freescale.com is no longer valid address, could you update the following line in doc/git-mailrc, please? alias afleming Andy Fleming aflem...@freescale.com

Re: [U-Boot] [RFC PATCH] Fix bug in T4240QDS code. Don't access nonexistent registers

2014-07-22 Thread Shaohui Xie
Hi, York, There is already a patch sent upstream to fix this bug, the state is under review. http://patchwork.ozlabs.org/patch/364807/ Best Regards, Shaohui Xie -Original Message- From: Sun York-R58495 Sent: Wednesday, July 23, 2014 5:16 AM To: Xie Shaohui-B21989 Cc: Vasili

Re: [U-Boot] A way to change the status of the whole series on Patchwork ?

2014-07-22 Thread Masahiro Yamada
Hi Brian, On Mon, 21 Jul 2014 19:52:22 -0700 Brian Norris computersforpe...@gmail.com wrote: On Tue, Jul 22, 2014 at 11:37:26AM +0900, Masahiro Yamada wrote: On Wed, 16 Jul 2014 19:49:09 -0700 Brian Norris computersforpe...@gmail.com wrote: On Thu, Jul 17, 2014 at 11:19:42AM +0900,

Re: [U-Boot] [PATCH 01/12] video: Add S3C24xx framebuffer support

2014-07-22 Thread Marek Vasut
On Tuesday, July 22, 2014 at 11:25:09 AM, Wolfgang Denk wrote: [...] diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 945f35d..7441783 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o

Re: [U-Boot] [PATCH] ARM: zynq: Enable generic board for Xilinx Zynq

2014-07-22 Thread Masahiro Yamada
On Thu, 8 May 2014 15:15:38 +0200 Michal Simek michal.si...@xilinx.com wrote: Enable CONFIG_SYS_GENERIC_BOARD for all Zynq boards. Signed-off-by: Michal Simek michal.si...@xilinx.com --- include/configs/zynq-common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git

  1   2   >