Re: [U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-10 Thread shav...@freescale.com
-Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 3:10 AM To: Leekha Shaveta-B20052; u-boot@lists.denx.de Cc: Aggrwal Poonam-B10812; Aggrwal Poonam-B10812 Subject: Re: [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave On 03/03/2014 12:58

Re: [U-Boot] [PATCH v3 4/8] rsa: add sha256-rsa2048 algorithm

2014-03-10 Thread Heiko Schocher
Hello Simon, Am 09.03.2014 06:33, schrieb Simon Glass: Hi Heiko, On 3 March 2014 04:19, Heiko Schocherh...@denx.de wrote: based on patch from andr...@oetken.name: http://patchwork.ozlabs.org/patch/294318/ commit message: I currently need support for rsa-sha256 signatures in u-boot and found

Re: [U-Boot] [PATCH] video: Add support for TI's AM335x LCD-Controller

2014-03-10 Thread Heiko Schocher
Hello Hannes, Am 07.03.2014 11:28, schrieb Hannes Petermaier: Hi Heiko, Heiko Schocher wrote: Hello Hannes, Am 06.03.2014 15:24, schrieb Hannes Petermaier: On 2014-03-06 14:58, Heiko Schocher wrote: Hello Hannes, Am 06.03.2014 14:39, schrieb Hannes Petermaier: - Adds support for a

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-10 Thread Albert ARIBAUD
Hi Andreas, On Sun, 09 Mar 2014 21:52:44 +0100, Andreas Färber afaer...@suse.de wrote: Hi, Am 09.03.2014 21:34, schrieb Albert ARIBAUD: On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber afaer...@suse.de wrote: Am 09.03.2014 21:05, schrieb Albert ARIBAUD: On Mon, 3 Mar 2014 08:00:52

Re: [U-Boot] [PULL] u-boot-atmel/master - u-boot-arm/master

2014-03-10 Thread Albert ARIBAUD
Hi Andreas, On Sun, 9 Mar 2014 19:50:12 +0100, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, please pull the following changes from u-boot-atmel/master into u-boot-arm/master. The following changes since commit de4fdfc1f22d70c23be5443dafacb8163023f9b1:

[U-Boot] [PATCH] at91: video: atmel_hlcdfb.c: fix bad timing configuration

2014-03-10 Thread Josh Wu
The right correspondance between LCD margins and LCD timings is: * upper margin - vertical back porch * lower margin - vertical front porch * left margin - horizontal back porch * right margin - horizontal front porch Signed-off-by: Josh Wu josh...@atmel.com ---

Re: [U-Boot] [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-03-10 Thread aneesh.ban...@freescale.com
-Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:01 AM To: Bansal Aneesh-B39320; u-boot@lists.denx.de Cc: Wood Scott-B07421 Subject: Re: [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS On 03/07/2014 05:23 AM, Aneesh Bansal

Re: [U-Boot] [PATCH 1/3] powerpc/p1010rdb: SECURE BOOT- define CONFIG_SYS_RAMBOOT for NAND boot

2014-03-10 Thread aneesh.ban...@freescale.com
-Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:31 AM To: Bansal Aneesh-B39320 Cc: Wood Scott-B07421; Wolfgang Denk; u-boot@lists.denx.de; Gupta Ruchika-R66431 Subject: Re: [U-Boot] [PATCH 1/3] powerpc/p1010rdb: SECURE BOOT- define CONFIG_SYS_RAMBOOT for

[U-Boot] [PATCH] sh: ecovec: correct romImage address in comment

2014-03-10 Thread Baruch Siach
romImage is set by CONFIG_ECOVEC_ROMIMAGE_ADDR to 0xA004. Signed-off-by: Baruch Siach bar...@tkos.co.il --- board/renesas/ecovec/lowlevel_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/renesas/ecovec/lowlevel_init.S b/board/renesas/ecovec/lowlevel_init.S

[U-Boot] [PATCH] sh: fix PFC registers definition for SH772{2, 3, 4}

2014-03-10 Thread Baruch Siach
Add missing port X data register, and fix the offset of ports Y and Z. Signed-off-by: Baruch Siach bar...@tkos.co.il --- I only have access to the SH7724 manual. But since the Linux kernel driver includes PXDR definition for SH7722 and SH7723, I assume this change is correct for them as well. ---

Re: [U-Boot] [PATCH 1/3] powerpc/p1010rdb: SECURE BOOT- define CONFIG_SYS_RAMBOOT for NAND boot

2014-03-10 Thread York Sun
On 03/10/2014 02:14 AM, Bansal Aneesh-B39320 wrote: -Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:31 AM To: Bansal Aneesh-B39320 Cc: Wood Scott-B07421; Wolfgang Denk; u-boot@lists.denx.de; Gupta Ruchika-R66431 Subject: Re: [U-Boot] [PATCH 1/3]

Re: [U-Boot] [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-03-10 Thread York Sun
On 03/10/2014 02:14 AM, Bansal Aneesh-B39320 wrote: -Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:01 AM To: Bansal Aneesh-B39320; u-boot@lists.denx.de Cc: Wood Scott-B07421 Subject: Re: [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for

Re: [U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-10 Thread York Sun
On 03/09/2014 10:44 PM, Leekha Shaveta-B20052 wrote: -Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 3:10 AM To: Leekha Shaveta-B20052; u-boot@lists.denx.de Cc: Aggrwal Poonam-B10812; Aggrwal Poonam-B10812 Subject: Re: [PATCH] fsl_i2c: Add write-then-read

Re: [U-Boot] [PATCH V2 1/3] part_efi: move uuid_string() and string_uuid() to lib/uuid.c

2014-03-10 Thread Stephen Warren
On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: Changes: Move functions: - disk/part_efi.c uuid_string() to lib/uuid.c - uuid_bin_to_str() - disk/part_efi.c string_uuid() to lib/uuid.c - uuid_str_to_bin() Update files: - include/common.h - disk/part_efi.c - lib/Makefile That's not a

Re: [U-Boot] [PATCH V2 1/3] part_efi: move uuid_string() and string_uuid() to lib/uuid.c

2014-03-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2014 01:24 PM, Stephen Warren wrote: On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: Changes: Move functions: - disk/part_efi.c uuid_string() to lib/uuid.c - uuid_bin_to_str() - disk/part_efi.c string_uuid() to lib/uuid.c -

Re: [U-Boot] [PATCH V2 1/3] part_efi: move uuid_string() and string_uuid() to lib/uuid.c

2014-03-10 Thread Stephen Warren
On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: Changes: Move functions: - disk/part_efi.c uuid_string() to lib/uuid.c - uuid_bin_to_str() - disk/part_efi.c string_uuid() to lib/uuid.c - uuid_str_to_bin() diff --git a/lib/uuid.c b/lib/uuid.c -void uuid_str_to_bin(const char *uuid,

Re: [U-Boot] [PATCH V2 2/3] lib: uuid: add functions to generate UUID version 4

2014-03-10 Thread Stephen Warren
On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: This patch adds support to generate UUID (Universally Unique Identifier) in version 4 based on RFC4122, which is randomly. Source: https://www.ietf.org/rfc/rfc4122.txt Changes: - add new config: CONFIG_RANDOM_UUID: compile uuid.c and

Re: [U-Boot] [PATCH V2 1/3] part_efi: move uuid_string() and string_uuid() to lib/uuid.c

2014-03-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2014 01:29 PM, Stephen Warren wrote: On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: Changes: Move functions: - disk/part_efi.c uuid_string() to lib/uuid.c - uuid_bin_to_str() - disk/part_efi.c string_uuid() to lib/uuid.c -

Re: [U-Boot] [PATCH V2 3/3] cmd:gpt: randomly generate each partition uuid if undefined

2014-03-10 Thread Stephen Warren
On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: Changes: - randomly generate each partition uuid if undefined - print info about generated uuid - save environment on gpt write success - update doc/README.gpt diff --git a/common/cmd_gpt.c b/common/cmd_gpt.c -static char extract_env(const

Re: [U-Boot] [PATCH 2/2 v2] mpc85xx/t104x: Add deep sleep framework support

2014-03-10 Thread York Sun
On 02/28/2014 03:09 AM, yuantian.t...@freescale.com wrote: From: Tang Yuantian yuantian.t...@freescale.com When T104x soc wakes up from deep sleep, control is passed to the primary core that starts executing uboot. After re-initialized some IP blocks, like DDRC, kernel will take

Re: [U-Boot] [PATCH V2 1/3] part_efi: move uuid_string() and string_uuid() to lib/uuid.c

2014-03-10 Thread Tom Rini
On Mon, Mar 10, 2014 at 01:28:31PM -0400, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2014 01:24 PM, Stephen Warren wrote: On 03/05/2014 09:45 AM, Przemyslaw Marczak wrote: Changes: Move functions: - disk/part_efi.c uuid_string() to lib/uuid.c -

[U-Boot] [PULL] u-boot-usb/master

2014-03-10 Thread Marek Vasut
The following changes since commit 247161b8160fc699b0a517f081220bb50bc502a8: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-03-07 20:54:22 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to

[U-Boot] Pull request: u-boot-arm/master

2014-03-10 Thread Albert ARIBAUD
Hi Tom, The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26 16:49:58 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

Re: [U-Boot] NAND SPL on imx6

2014-03-10 Thread Stefano Babic
Hi Andy, On 07/03/2014 13:36, Andy Ng wrote: Dear colleagues, Has anyone tried to build NAND SPL support on imx6. Does it work? SPL support is not yet done for i.MXes - definetely, it is one of the most important features we want to have in future. Best regards, Stefano Babic --

[U-Boot] [PATCH] arm: exynos: Squash bogus warnings in pinmux

2014-03-10 Thread Marek Vasut
Squash these warnings in pinmux.c found with GCC 4.8: /arch/arm/cpu/armv7/exynos/pinmux.c: In function 'exynos_pinmux_config': /arch/arm/cpu/armv7/exynos/pinmux.c:687:28: warning: 'count' may be used uninitialized in this function [-Wmaybe-uninitialized] for (i = start; i start + count; i++)

Re: [U-Boot] [PATCH] arm: exynos: Squash bogus warnings in pinmux

2014-03-10 Thread Simon Glass
Hi Marek, On 10 March 2014 13:04, Marek Vasut ma...@denx.de wrote: Squash these warnings in pinmux.c found with GCC 4.8: /arch/arm/cpu/armv7/exynos/pinmux.c: In function 'exynos_pinmux_config': /arch/arm/cpu/armv7/exynos/pinmux.c:687:28: warning: 'count' may be used uninitialized in this

[U-Boot] [PATCH] am335x_evm: Remove SPI SPL from NOR support target

2014-03-10 Thread Tom Rini
When using the am335x_evm_nor target one is generally expecting to be used in an environment when you want to program the NOR and not a deployment type target. In addition this only supports the Beaglebone White with the memory cape and NOR module installed, which precludes the presence of SPI

Re: [U-Boot] [PATCH v7] socfpga: Add socfpga preloader signing to mkimage

2014-03-10 Thread Gerhard Sittig
[ Cc: to Masahiro for the tools/ vs lib/ build support part ] On Mon, Mar 10, 2014 at 16:04 +1300, Charles Manning wrote: On Sunday 09 March 2014 05:51:23 Gerhard Sittig wrote: On Thu, Mar 06, 2014 at 15:40 +1300, Charles Manning wrote: --- /dev/null +++ b/lib/bzlib_crc32.c @@

Re: [U-Boot] [PATCH] lcd: Add support for CONFIG_LCD_NOSTDOUT

2014-03-10 Thread Gerhard Sittig
On Sat, Mar 08, 2014 at 20:46 +0100, Hannes Petermaier wrote: Hi Gerhard, On 2014-03-06 20:49, Gerhard Sittig wrote: In general U-Boot tries to get away from the multitude of ifdefs where possible. I'm afraid adding a new one needs a very good reason to get perceived as welcome. By the

Re: [U-Boot] omap24xx_i2c: i2c 16-bit write to pcf8575

2014-03-10 Thread Tom Rini
On Wed, Mar 05, 2014 at 04:01:47PM -0500, Richard Retanubun wrote: Hello, My platform is a dra7xx_evm. My code baseline is denx master I am trying to write to the pcf8575 i2c gpio expander at address 0x21 (bit P4) I can read 16-bit okay in this version, but 16-bit writing is not

Re: [U-Boot] [PATCH v7] socfpga: Add socfpga preloader signing to mkimage

2014-03-10 Thread Charles Manning
Dear Gerhard Thank you for your further comments and clarifications, may I press you for a few more? On Tuesday 11 March 2014 08:36:24 Gerhard Sittig wrote: [ Cc: to Masahiro for the tools/ vs lib/ build support part ] On Mon, Mar 10, 2014 at 16:04 +1300, Charles Manning wrote: On Sunday

Re: [U-Boot] [U-Boot, v3, 1/4] ahci-plat: Provide a weak scsi_init hook

2014-03-10 Thread Tom Rini
On Fri, Mar 07, 2014 at 01:20:56AM +, Ian Campbell wrote: This allow the platform to register the platform ahci device. Signed-off-by: Ian Campbell i...@hellion.org.uk Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [ANN] U-Boot v2014.04-rc2 released

2014-03-10 Thread Tom Rini
Hey all, I've pushed v2014.04-rc2 out to the repository and tarballs should exist soon. The good news this time around is Masahiro did some more updates to the system and we're now building faster than before. This should be noticable in both the single config build and arch/soc/vendor/etc

Re: [U-Boot] .gitignore: ignore include/config/*

2014-03-10 Thread Tom Rini
On Mon, Mar 10, 2014 at 10:47:19AM +0900, Masahiro Yamada wrote: --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee16d8c..f3f3a2a 100644 --- a/Makefile +++ b/Makefile @@ -1022,7 +1022,7 @@ define filechk_timestamp.h

Re: [U-Boot] kbuild: fix a bug of make rule of version_autogenerated.h

2014-03-10 Thread Tom Rini
On Mon, Mar 10, 2014 at 10:42:27AM +0900, Masahiro Yamada wrote: include/generated/version_autogenerated.h was not correctly generated on the parallel build (with -j option). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Reported-by: Andreas Bießmann andreas.de...@googlemail.com

Re: [U-Boot] [U-Boot, v2] m68k: Remove M5271EVB and idmr board support

2014-03-10 Thread Tom Rini
On Fri, Feb 21, 2014 at 09:55:16AM +0900, Masahiro Yamada wrote: CONFIG_SYS_HZ must be always 1000, but M5271EVB.h defines it as 100 and idmr.h defines it as (5000 / 64). When compiling these two boards, a warning message is displayed: time.c:14:2: warning: #warning

Re: [U-Boot] [U-Boot,v3,2/4] highbank: use scsi_init hook

2014-03-10 Thread Tom Rini
On Fri, Mar 07, 2014 at 01:20:57AM +, Ian Campbell wrote: Signed-off-by: Ian Campbell i...@hellion.org.uk Acked-by: Rob Herring r...@kernel.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] [PULL] u-boot-usb/master

2014-03-10 Thread Tom Rini
On Mon, Mar 10, 2014 at 06:55:49PM +0100, Marek Vasut wrote: The following changes since commit 247161b8160fc699b0a517f081220bb50bc502a8: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-03-07 20:54:22 -0500) are available in the git repository at:

Re: [U-Boot] [U-Boot,v3,3/4] ahci: wait longer for link.

2014-03-10 Thread Tom Rini
On Fri, Mar 07, 2014 at 01:20:58AM +, Ian Campbell wrote: I have observed timeouts on a cubietruck. The increase to 40ms is completely arbitrary and Works For Me(tm). I couldn't find a good reference for how long you are supposed to wait, although googling around it seems like tens of

Re: [U-Boot] [U-Boot, V3] cfb_console: align fields in gzipped .bmp files

2014-03-10 Thread Tom Rini
On Sat, Mar 08, 2014 at 07:55:52AM -0700, Eric Nelson wrote: .bmp files contain 32-bit integers aligned at offsets of +2, +6, et cetera within the bmp_header structure (see include/bmp_layout.h). Support for gzip-compressed .bmp files is present in the cfb_console display subsystem by

Re: [U-Boot] Pull request: u-boot-arm/master

2014-03-10 Thread Tom Rini
On Mon, Mar 10, 2014 at 07:16:44PM +0100, Albert ARIBAUD wrote: Hi Tom, The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26 16:49:58 -0500) are available in the git repository at:

Re: [U-Boot] net: asix: don't pad odd-length TX packets

2014-03-10 Thread Joe Hershberger
Hi Marek, On Sat, Mar 8, 2014 at 5:32 AM, Marek Vasut ma...@denx.de wrote: On Friday, March 07, 2014 at 11:27:37 PM, Tom Rini wrote: Applied to u-boot/master, thanks! Uh, where did Joe disappear to anyway ? Best regards, Marek Vasut I've been traveling a lot recently and have not had

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

2014-03-10 Thread Chin Liang See
To add the Denali NAND driver support into U-Boot. It required information such as register base address from configuration header file within include/configs folder. Signed-off-by: Chin Liang See cl...@altera.com Cc: Artem Bityutskiy artem.bityuts...@linux.intel.com Cc: David Woodhouse

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

2014-03-10 Thread Chin Liang See
Hi Mashiro, On Mon, 2014-03-10 at 11:42 +0900, Masahiro Yamada wrote: Hello Chin, I've posted my feedback. I hope it is helpful for you. http://patchwork.ozlabs.org/patch/327943/ Great, I will patch them. From the patch, I saw your DMA sequence code and the discrepancy.

Re: [U-Boot] [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-03-10 Thread Scott Wood
On Fri, 2014-03-07 at 11:07 -0800, York Sun wrote: On 03/07/2014 11:00 AM, Scott Wood wrote: On Fri, 2014-03-07 at 10:58 -0800, York Sun wrote: On 03/07/2014 10:54 AM, Scott Wood wrote: On Fri, 2014-03-07 at 10:30 -0800, York Sun wrote: On 03/07/2014 05:23 AM, Aneesh Bansal wrote:

Re: [U-Boot] [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-03-10 Thread Scott Wood
On Mon, 2014-03-10 at 08:38 -0700, York Sun wrote: On 03/10/2014 02:14 AM, Bansal Aneesh-B39320 wrote: -Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:01 AM To: Bansal Aneesh-B39320; u-boot@lists.denx.de Cc: Wood Scott-B07421 Subject: Re: [PATCH][v4]

Re: [U-Boot] [PATCH 1/3] powerpc/p1010rdb: SECURE BOOT- define CONFIG_SYS_RAMBOOT for NAND boot

2014-03-10 Thread Scott Wood
On Mon, 2014-03-10 at 04:14 -0500, Bansal Aneesh-B39320 wrote: -Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:31 AM To: Bansal Aneesh-B39320 Cc: Wood Scott-B07421; Wolfgang Denk; u-boot@lists.denx.de; Gupta Ruchika-R66431 Subject: Re: [U-Boot]

Re: [U-Boot] [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-03-10 Thread York Sun
On 03/10/2014 04:55 PM, Scott Wood wrote: On Mon, 2014-03-10 at 08:38 -0700, York Sun wrote: On 03/10/2014 02:14 AM, Bansal Aneesh-B39320 wrote: -Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 12:01 AM To: Bansal Aneesh-B39320; u-boot@lists.denx.de Cc: Wood

[U-Boot] [PATCH 12/12] kbuild: delete SPLTREE and TPLTREE

2014-03-10 Thread Masahiro Yamada
These variable are no longer used. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Makefile | 4 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index fa1e0ae..c8d5ccc 100644 --- a/Makefile +++ b/Makefile @@ -165,10 +165,6 @@ VPATH :=

[U-Boot] [PATCH 02/12] kbuild: use short logs for some board specific make rules

2014-03-10 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: David Updegraff d...@cray.com Cc: Andre Schwarz andre.schw...@matrix-vision.de --- board/cray/L1/Makefile | 15 --- board/matrix_vision/mvblm7/Makefile | 8 +++- board/matrix_vision/mvsmr/Makefile | 8

[U-Boot] [PATCH 08/12] kbuild: use $(KBUILD_SRC) to check out-of-tree build

2014-03-10 Thread Masahiro Yamada
Non-empty $(KBUILD_SRC) means out-of-tree build. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Makefile | 8 +++- mkconfig | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8a1fe9b..1b1cfb8 100644 --- a/Makefile +++ b/Makefile

[U-Boot] [PATCH 0/12] Kbuild: A collection of more refactoring

2014-03-10 Thread Masahiro Yamada
- Convert more make rules to Kbuild style to use short logs. - Consolidate TOPDIR, OBJTREE, SRCTREE - Other minor refactoring Masahiro Yamada (12): kbuild,mxs: use short logs for MXS images kbuild: use short logs for some board specific make rules kbuild,x86: use a short log for

[U-Boot] [PATCH 09/12] kbuild: rename TOPDIR to stctree

2014-03-10 Thread Masahiro Yamada
Prior to Kbuild, $(TOPDIR) or $(SRCTREE) was used for pointing to the top of source directory. (No difference between the two.) In Kbuild style, $(srctree) is used instead. This commit renames TOPDIR to srctree and delete the defition of TOPDIR. Signed-off-by: Masahiro Yamada

[U-Boot] [PATCH 05/12] kbuild: delete redundant LDSCRIPT definition

2014-03-10 Thread Masahiro Yamada
$(SRCTREE)/$(CPUDIR)/u-boot.lds is our default location of arch-specific linker script. Remove redundant definitions in arch/{arc,microblaze,openrisc}/config.mk. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Alexey Brodkin alexey.brod...@synopsys.com Cc: Michal Simek

[U-Boot] [PATCH 04/12] x86: specify CONFIG_USE_PRIVATE_LIBGCC more simply

2014-03-10 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon Glass s...@chromium.org --- arch/x86/config.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/x86/config.mk b/arch/x86/config.mk index 1e52a5e..38cb7c9 100644 --- a/arch/x86/config.mk +++

[U-Boot] [PATCH 06/12] freescale: pblimage: refactor CONFIG_SYS_FSL_PBL_{PBI, RCW}

2014-03-10 Thread Masahiro Yamada
Pull out $(SRCTREE)/ from CONFIG_SYS_FSL_PBL_PBI and CONFIG_SYS_FSL_PBL_RCW and push it into the top Makefile. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: York Sun york...@freescale.com Cc: Poonam Aggrwal poonam.aggr...@freescale.com Cc: Valentin Longchamp

[U-Boot] [PATCH 10/12] kbuild: rename SRCTREE to srctree

2014-03-10 Thread Masahiro Yamada
Prior to Kbuild, $(TOPDIR) or $(SRCTREE) was used for pointing to the top of source directory. (No difference between the two.) In Kbuild style, $(srctree) is used for instead. This commit renames SRCTREE to srctree and deletes the defition of SRCTREE. Note that SRCTREE in scripts/kernel-doc,

[U-Boot] [PATCH 11/12] kbuild: rename OBJTREE to objtree

2014-03-10 Thread Masahiro Yamada
Prior to Kbuild, $(OBJTREE) was used for pointing to the top of build directory with absolute path. In Kbuild style, $(objtree) is used instead. This commit renames OBJTREE to objtree and delete the defition of OBJTREE. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Makefile

[U-Boot] [PATCH 03/12] kbuild, x86: use a short log for arch/x86/lib/libgcc.a

2014-03-10 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon Glass s...@chromium.org --- arch/x86/lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index a35d062..f7303ab 100644 --- a/arch/x86/lib/Makefile

[U-Boot] [PATCH 01/12] kbuild,mxs: use short logs for MXS images

2014-03-10 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Lauri Hintsala lauri.hints...@bluegiga.com --- Hi MXS board maitainers, I think this commit is probably correct. (I

Re: [U-Boot] [PATCH][v4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-03-10 Thread York Sun
On 03/10/2014 04:24 PM, Scott Wood wrote: On Fri, 2014-03-07 at 11:07 -0800, York Sun wrote: On 03/07/2014 11:00 AM, Scott Wood wrote: On Fri, 2014-03-07 at 10:58 -0800, York Sun wrote: On 03/07/2014 10:54 AM, Scott Wood wrote: On Fri, 2014-03-07 at 10:30 -0800, York Sun wrote: On

[U-Boot] Is non-English documentation allowed ?

2014-03-10 Thread Masahiro Yamada
Hello Wolfgang, Tom In U-Boot, is there any rule to restrict documents written in a language other than English? I found a README file written in Germany by chance: board/lwmon/README.keybd Best Regards Masahiro Yamada ___ U-Boot mailing list