Re: [U-Boot] [U-Boot, 2/2] mkimage: Refactor mxsimage to use common crc32 code

2014-05-13 Thread Charles Manning
On Tuesday 13 May 2014 08:26:44 Tom Rini wrote: On Tue, May 06, 2014 at 10:46:46AM +1200, Charles Manning wrote: mxsimage uses the same crc32 function as pblimage. Signed-off-by: Charles Manning cdhmann...@gmail.com Acked-by: Stefano Babic sba...@denx.de This introduces warnings:

[U-Boot] [GIT PULL v2 ] fpga changes

2014-05-13 Thread Michal Simek
Hi Tom, [cc: Albert] please pull these fpga changes to your tree. I have run buildman to ensure that there are no new compilation warnings. As you see from log below there are some warnings for m68k and astro board but they are there before my first commit. When this is in the tree I will send

[U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- corrected CSPR settings for BSC9132QDS NAND

2014-05-13 Thread Aneesh Bansal
In case of NAND boot, CSPR0 is configured as NAND and CSPR1 is configured as NOR. Signed-off-by: Aneesh Bansal aneesh.ban...@freescale.com --- include/configs/BSC9132QDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/BSC9132QDS.h

Re: [U-Boot] [PATCH v13 0/2] S5P: Exynos: Add GPIO numbering feature

2014-05-13 Thread Minkyu Kang
Dear Akshay Saraswat, On 13/05/14 14:00, Akshay Saraswat wrote: Used a script to recheck/verify pin mapping and existing mapping appears to be fine, returning correct bank and pin values. Did ./MAKEALL -a arm and found all Exynos/S5P related boards compiled successfully. Couldn't test

Re: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device

2014-05-13 Thread Ian Campbell
On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote: On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote: This sets up the linkage from the phydev back to the ethernet device. This symptom of not doing this which I noticed was: NULL Waiting for PHY auto negotiation to

[U-Boot] please pull u-boot-samsung master

2014-05-13 Thread Minkyu Kang
Dear Albert, The following changes since commit 7904b70885f3c589c239f6ac978f299a6744557f: ARM: highbank: use default prompt (2014-05-02 11:43:25 +0200) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to

Re: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device

2014-05-13 Thread Tom Rini
On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbell wrote: On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote: On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote: This sets up the linkage from the phydev back to the ethernet device. This symptom of not doing this which I

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

2014-05-13 Thread Tom Rini
On Mon, May 12, 2014 at 09:56:41PM +0200, Anatolij Gustschin wrote: Hey Tom, The following changes since commit a405764c1ec835a41ccda943b9156aee25e15d5e: drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29 07:10:58 +0200) are available in the git repository

Re: [U-Boot] [GIT PULL v2 ] fpga changes

2014-05-13 Thread Tom Rini
On Tue, May 13, 2014 at 09:48:07AM +0200, Michal Simek wrote: Hi Tom, [cc: Albert] please pull these fpga changes to your tree. I have run buildman to ensure that there are no new compilation warnings. As you see from log below there are some warnings for m68k and astro board but they are

Re: [U-Boot] [PATCH v13 0/2] S5P: Exynos: Add GPIO numbering feature

2014-05-13 Thread Jaehoon Chung
Well.. In my case, exynos4 (trats2) is working fine until now. On 05/13/2014 05:38 PM, Minkyu Kang wrote: Dear Akshay Saraswat, On 13/05/14 14:00, Akshay Saraswat wrote: Used a script to recheck/verify pin mapping and existing mapping appears to be fine, returning correct bank and pin

Re: [U-Boot] [PATCH] env_eeprom: Assign default environment during board_init_f

2014-05-13 Thread Michal Simek
Hi Tom, On 05/09/2014 08:08 PM, Tom Rini wrote: On Fri, Apr 25, 2014 at 03:49:04PM +0200, Michal Simek wrote: From: Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com Assign default environment and set env valid during board_init_f before relocation as the actual environment will be

Re: [U-Boot] [PATCH v2] zynq: treat ps7_init.c/h as external files to ignore them

2014-05-13 Thread Michal Simek
On 05/12/2014 05:18 AM, Masahiro Yamada wrote: ps7_init.c and ps7_init.h are supposed to be exported by hw project and copied to board/xilinx/zynq/ directory. We want them to be ignored by git. So what we should do is to always treat them as external files rather than replacing ps7_init.c

Re: [U-Boot] [PATCH] powerpc/mpc85xx: 32bit DDR changes for P1020/P1011

2014-05-13 Thread York Sun
On 05/12/2014 10:50 PM, Prabhakar Kushwaha wrote: The P1020/P1011 SOCs support max 32bit DDR width as opposed to P2020/P2010 where max DDR data width supported is 64bit. Add dynamic DDR size adjustment in second stage boot loader execution. Signed-off-by: Prabhakar Kushwaha

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-05-13 Thread Simon Glass
Hi Masahiro, On 29 April 2014 22:53, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, With this change, you can decrease one level hierarchy. board/sandbox/sandbox/sandbox.c - board/sandbox/sandbox.c That seems better to me. Will you update your patch? Sure.

[U-Boot] Please pull mpc85xx

2014-05-13 Thread York Sun
Tom, The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e: kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to

Re: [U-Boot] Please pull mpc85xx

2014-05-13 Thread York Sun
Tom, I forgot to add my Reviewed-by for this set. Let me know if I have to fix them. York On 05/13/2014 11:12 AM, York Sun wrote: Tom, The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e: kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400) are

Re: [U-Boot] powerpc/85xx: Add T4240RDB board support

2014-05-13 Thread York Sun
On 04/14/2014 05:42 AM, Chunhe Lan wrote: T4240RDB board Specification Memory subsystem: 6GB DDR3 128MB NOR flash 2GB NAND flash Ethernet: Eight 1G SGMII ports Four 10Gbps SFP+ ports PCIe: Two PCIe slots USB: Two USB2.0 Type A

Re: [U-Boot] [PATCH 1/2] powerpc/mpc85xx: SECURE BOOT- secure boot target for t1040rdb

2014-05-13 Thread York Sun
On 04/22/2014 04:46 AM, Aneesh Bansal wrote: T1040RDB.h file is removed and a unified file T104xRDB.h is created. Hence macro CONFIG_T1040 is renamed to CONFIG_T104x. Signed-off-by: Gaurav Kumar Rana gaurav.r...@freescale.com Signed-off-by: Aneesh Bansal aneesh.ban...@freescale.com ---

Re: [U-Boot] [PATCH] powerpc/fman/memac: use default MDIO_HOLD value

2014-05-13 Thread York Sun
On 04/22/2014 05:21 AM, shh@gmail.com wrote: From: Shaohui Xie shaohui@freescale.com Current driver uses a Maximum value for MDIO_HOLD when doing 10G MDIO access, this is due to an errata A-006260 on T4 rev1.0 which is fixed on rev2.0, so remove the maximum value to use the default

Re: [U-Boot] [PATCH v2] powerpc/85xx: add T4080 SoC support

2014-05-13 Thread York Sun
On 04/25/2014 03:31 AM, Shengzhou Liu wrote: The T4080 SoC is a low-power version of the T4160. T4080 combines 4 dual-threaded Power Architecture e6500 cores with single cluster and two memory complexes. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- v2: add more comments.

Re: [U-Boot] [PATCH 0/8] kmp204x patches for 2014.07

2014-05-13 Thread York Sun
On 04/30/2014 08:01 AM, Valentin Longchamp wrote: Things have stabilized quite a lot on the u-boot front for the Keymile kmp204x/kmcoge4 board. There are a few remaining patches that should get merged to have a complete support of the architecture/board in u-boot. These include: - support

Re: [U-Boot] [PATCH 1/2] board/freescale/common: ZM7300 driver

2014-05-13 Thread York Sun
On 04/11/2014 03:42 AM, Shaveta Leekha wrote: Adds Support for PowerOne ZM7300 voltage regulator. This device is available on some Freescale Boards like B4860QDS and has to be programmed to adjust the voltage on the board. The device is accessible via I2C interface. Signed-off-by: Shaveta

Re: [U-Boot] [PATCH 0/5] PPC 85xx QEMU: Additional fixes

2014-05-13 Thread York Sun
On 04/30/2014 12:21 PM, Alexander Graf wrote: After the initial round of the e500 QEMU machine patches got merged I realized that we were missing 2 pieces of the puzzle to make everything great: - KVM support - generic board file With this patch set I can successfully run u-boot

Re: [U-Boot] [PATCH 2/2] board/b4qds: VID support

2014-05-13 Thread York Sun
On 04/11/2014 03:42 AM, Shaveta Leekha wrote: The fuse status register provides the values from on-chip voltage ID efuses programmed at the factory. These values define the voltage requirements for the chip. u-boot reads FUSESR and translates the values into the appropriate commands to set

Re: [U-Boot] [PATCH v4] qe: disable qe when qe-ucode fails to be uploaded for deep sleep

2014-05-13 Thread York Sun
On 04/30/2014 03:45 AM, Zhao Qiang wrote: when qe-ucode fails to be uploaded, deep sleep will hang. if there is no qe-ucode, disable qe module for platforms which support deep sleep Signed-off-by: Zhao Qiang b45...@freescale.com --- Changes for v2: - add #ifdef CONFIG_MPC85xx

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

2014-05-13 Thread York Sun
On 04/22/2014 04:47 AM, Aneesh Bansal wrote: Secure Boot Target is added for T2080RDB Changes: For Secure boot, CPC is configured as SRAM and used as house keeping area which needs to be disabled. So CONFIG_SYS_CPC_REINIT_F is defined for CONFIG_T2080RDB. Signed-off-by: Aneesh Bansal

Re: [U-Boot] [PATCH v2] powerpc/t208x: enable errata A006261, A006593, A006379

2014-05-13 Thread York Sun
On 04/23/2014 10:10 PM, Shengzhou Liu wrote: Enable errata A006261, A006593, A006379 for T208x. Additionally enable CONFIG_CMD_ERRATA for T2080RDB. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- v2: rebase to latest 'master', and update has_erratum_a006261. Applied to

[U-Boot] [PATCH V2] usb: ci_udc: parse QTD before over-writing it

2014-05-13 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com ci_udc only allocates a single QTD structure per EP. All data needs to be extracted from the DTD prior to calling ci_ep_submit_next_request(), since that fills the QTD with next transaction's parameters. Fix handle_ep_complete() to extract the transaction

Re: [U-Boot] [PATCH] boards.cfg: fix a configuration error of ep8248 board

2014-05-13 Thread York Sun
On 04/29/2014 10:55 PM, Masahiro Yamada wrote: make ep8248_config fails with an error like this: $ make ep8248_config make: *** [ep8248_config] Error 1 Its cause is that there are two entries for ep8248. The first is around line 652 of boards.cfg. (as Active) The second

[U-Boot] Signed-off-by rules for U-Boot

2014-05-13 Thread Stephen Warren
Does U-Boot follow the same Signed-off-by procedures as the Linux kernel, or is s-o-b only relevant in U-Boot for the initial patch submitter, and not maintainers? I ask because there are a bunch of patches of mine that got applied without the maintainer adding their S-o-b when applying them,

[U-Boot] Support for Tegra Jetson TK1

2014-05-13 Thread Hamza Farooq
Hello, does the current u-boot for Tegra branch fully support Jetson TK1 board? The recent commits somehow look incomplete (I was not able to find RAM/Flash configuration). If it is the case, I'll be thankful if I could be pointed in the right direction. It is obvious that I am not very

[U-Boot] gcc 4.3.5 and uboot 1.1.4.54 not working, uboot crashed

2014-05-13 Thread George Wang
Hello. I just compiled uboot from gcc 4.3.5. When the uboot is running, it crashed at ath_reg_wr_nf(), which is the SPI register write function. If I comment it out, the uboot will keep going until it crashed again at ath_pci_write_config(), which is PCI register write. Both of two call #define

[U-Boot] [PATCH v2] Because sandbox is not a real hardware, setting vendor=sandbox is almost meaningless.

2014-05-13 Thread Simon Glass
From: Masahiro Yamada yamad...@jp.panasonic.com This commit sets sandbox's vendor field to '-'. It is a good thing that it reduces one level directory hierarchy. The files board/sandbox/sandbox/* have been moved to board/sandbox/*. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com

[U-Boot] [PATCH] patman: Suppress duplicate signoffs only for real patches

2014-05-13 Thread Simon Glass
There is an unfortunate bug in the signoff suppression logic. The first pass is performed with 'git log', and all signoffs are added to the supression set, such that the second time (when processing the real patches) we always suppress the signoffs. Correct this by only suppressing signoffs in

Re: [U-Boot] Signed-off-by rules for U-Boot

2014-05-13 Thread Stefano Babic
Hi Stephen, On 13/05/2014 20:03, Stephen Warren wrote: Does U-Boot follow the same Signed-off-by procedures as the Linux kernel, or is s-o-b only relevant in U-Boot for the initial patch submitter, and not maintainers? Yes, we discussed this in a previous thread, here Wolfgang's answer:

Re: [U-Boot] [PATCH] patman: Don't request full names from get_maintainer

2014-05-13 Thread Simon Glass
Hi Doug, On 18 April 2014 15:32, Doug Anderson diand...@chromium.org wrote: Simon, On Fri, Apr 18, 2014 at 1:43 PM, Simon Glass s...@chromium.org wrote: Hi Doug, On 17 April 2014 12:47, Doug Anderson diand...@chromium.org wrote: The Linux get_maintainer.pl can often produce a whole lot of

Re: [U-Boot] Support for Tegra Jetson TK1

2014-05-13 Thread Stephen Warren
On 05/13/2014 06:06 AM, Hamza Farooq wrote: Hello, does the current u-boot for Tegra branch fully support Jetson TK1 board? Yes, I believe that what's in u-boot.git branch master should be enough to boot the board. I've sent various patches since then to clean up the pinmux configuration

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-13 Thread Stephen Warren
On 05/09/2014 11:28 AM, Simon Glass wrote: Linux supports this, and if we are to have compatible device tree files, U-Boot should also. Avoid giving the device tree files access to U-Boot's include/ directory. Only include/dt-bindings is accessible. Acked-by: Stephen Warren

Re: [U-Boot] [RFC PATCH v2 05/13] tegra: dts: Bring in GPIO bindings from linux

2014-05-13 Thread Stephen Warren
On 05/09/2014 11:28 AM, Simon Glass wrote: These files are taken from Linux 3.14. diff --git a/arch/arm/dts/tegra124.dtsi b/arch/arm/dts/tegra124.dtsi - gpio: gpio@6000d000 { + gpio: gpio@0,6000d000 { compatible = nvidia,tegra124-gpio, nvidia,tegra30-gpio; -

Re: [U-Boot] [RFC PATCH v2 12/13] tegra: Enable driver model

2014-05-13 Thread Stephen Warren
On 05/09/2014 11:28 AM, Simon Glass wrote: Enable driver model for Tegra boards. Seems fine to me, Acked-by: Stephen Warren swar...@nvidia.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mx25pdk: Add generic board support

2014-05-13 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx25pdk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index aff2419..cfaf6ca 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -26,6

Re: [U-Boot] [RFC PATCH v2 13/13] tegra: Convert tegra GPIO driver to use driver model

2014-05-13 Thread Stephen Warren
On 05/09/2014 11:28 AM, Simon Glass wrote: This is an implementation of GPIOs for Tegra that uses driver model. It has been tested on trimslice and also using the new iotrace feature. The implementation uses a top-level GPIO device (which has no actual GPIOS). Under this all the banks are

Re: [U-Boot] [U-Boot, 2/2] mkimage: Refactor mxsimage to use common crc32 code

2014-05-13 Thread Tom Rini
On Tue, May 13, 2014 at 07:27:18PM +1200, Charles Manning wrote: On Tuesday 13 May 2014 08:26:44 Tom Rini wrote: On Tue, May 06, 2014 at 10:46:46AM +1200, Charles Manning wrote: mxsimage uses the same crc32 function as pblimage. Signed-off-by: Charles Manning cdhmann...@gmail.com

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-05-13 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM/master. Thanks! ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only shows failures that were already present in ARM/master. The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19: Merge branch

Re: [U-Boot] Please pull mpc85xx

2014-05-13 Thread Tom Rini
On Tue, May 13, 2014 at 11:12:53AM -0500, York Sun wrote: Tom, The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e: kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git

[U-Boot] armv8 relocation questions

2014-05-13 Thread Darwin Rambo
I'm hoping someone can help answer these questions about armv8 relocation. The CONFIG_SYS_TEXT_BASE seems to be be usually setup to a decent amount of alignment. For the purposes of this discussion, let's say it would normally be 0x8800 and all is well. The relocation address moves to

Re: [U-Boot] [U-Boot, 1/5] siemens: cosmetic: remove unused and rename defines

2014-05-13 Thread Tom Rini
On Thu, Apr 24, 2014 at 05:57:52PM +0200, Egli, Samuel wrote: For dxr2 board DXR2_IOCTRL_VAL is set by data in EEPROM. In pxm2 board it does not make sense to have dxr2 as prefix. Replace it with more meaningful DDR prefix. Signed-off-by: Samuel Egli samuel.e...@siemens.com Cc: Pascal Bach

Re: [U-Boot] [U-Boot,2/5] siemens: update DDR3 parameters for dxr2

2014-05-13 Thread Tom Rini
On Thu, Apr 24, 2014 at 05:57:53PM +0200, Egli, Samuel wrote: * add parameters for factory and print them at start up to facilitate control of right DDR3 settings in EEPROM. * cosmetic changes in a couple of printfs Signed-off-by: Samuel Egli samuel.e...@siemens.com Cc: Roger Meier

Re: [U-Boot] [U-Boot,v2] am33xx: add SSC enable macro

2014-05-13 Thread Tom Rini
On Sat, Apr 19, 2014 at 10:12:18PM +0200, Yegor Yefremov wrote: Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot, 4/5] siemens: change LED indication in DFU mode

2014-05-13 Thread Tom Rini
On Thu, Apr 24, 2014 at 05:57:55PM +0200, Egli, Samuel wrote: In order to have the same LED indication like in another product when ready for updating, enable only red led and disable status LED when entering DFU mode. The status LED is only switched off when defined in board file.

Re: [U-Boot] [U-Boot, 3/5] siemens: add led cmd for flexible LED control

2014-05-13 Thread Tom Rini
On Thu, Apr 24, 2014 at 05:57:54PM +0200, Egli, Samuel wrote: * remove setting LED in user button function. We want to decouple reading user button and setting LED. This two things need to be done independently. * led cmd can be used to control LEDs that are defined in board file

Re: [U-Boot] [U-Boot,5/5] siemens: cosmetic: rename project_dir

2014-05-13 Thread Tom Rini
On Thu, Apr 24, 2014 at 05:57:56PM +0200, Egli, Samuel wrote: Signed-off-by: Samuel Egli samuel.e...@siemens.com Cc: Roger Meier r.me...@siemens.com Cc: Heiko Schocher h...@denx.de Cc: Wolfgang Denk w...@denx.de Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot,1/4] ARM: OMAP5: add UART4 support

2014-05-13 Thread Tom Rini
On Sun, Apr 27, 2014 at 01:17:25PM +0300, Dmitry Lifshitz wrote: Add UART4 base address. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] [U-Boot, 2/4] ARM: OMAP5: Power: add LDO2 support for Palmas driver

2014-05-13 Thread Tom Rini
On Sun, Apr 27, 2014 at 01:17:26PM +0300, Dmitry Lifshitz wrote: Add defines required to turn on LDO2 regulator. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] mtd: nand: omap_gpmc: Fix update of read_ecc in oob

2014-05-13 Thread Tom Rini
On Fri, Apr 25, 2014 at 12:00:07PM +0200, Belisko Marek wrote: We need to flip only one bit not assign. Signed-off-by: Marek Belisko marek.beli...@gmail.com Acked-by: Pekon Gupta pe...@ti.com Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 1/2] omap3_beagle: use omap3-beagle-xm-ab.dtb for the xM AB revision

2014-05-13 Thread Tom Rini
On Fri, May 02, 2014 at 03:14:39PM -0500, robertcnel...@gmail.com wrote: From: Robert Nelson robertcnel...@gmail.com As of v3.15-rc3, omap3-beagle-xm-ab.dtb now exists with the usb hub (ehci) enabled. For older kernels versions, cherry pick from mainline:

Re: [U-Boot] [U-Boot,2/2] siemens, draco: add new target

2014-05-13 Thread Tom Rini
On Mon, May 05, 2014 at 04:50:44PM +0200, Egli, Samuel wrote: Signed-off-by: Samuel Egli samuel.e...@siemens.com Reviewed-by: Roger Meier r.me...@siemens.com Cc: Heiko Schocher h...@denx.de Cc: Wolfgang Denk w...@denx.de Applied to u-boot-ti/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,3/4] ARM: OMAP5: add CKO buffer control mask

2014-05-13 Thread Tom Rini
On Sun, Apr 27, 2014 at 01:17:27PM +0300, Dmitry Lifshitz wrote: Add CKOBUFFER_CLK_EN bit mask enabling FREF_XTAL_CLK clock. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 1/2] siemens:cosmetic, dxr2: rename dxr2 to draco

2014-05-13 Thread Tom Rini
On Mon, May 05, 2014 at 04:50:43PM +0200, Egli, Samuel wrote: The actual board name is draco and dxr2 is the target name. In the future we'll have different targets based on draco board. All changes are purely non-functional and basically rename dxr2 to draco. One style fix in board.c that

[U-Boot] Please pull u-boot-ti/master

2014-05-13 Thread Tom Rini
Hey, The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19: Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to

Re: [U-Boot] arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais image

2014-05-13 Thread Tom Rini
On Wed, May 07, 2014 at 10:16:28AM +0200, Christian Riesch wrote: The commits commit b7b5f1a16ca66dfdd817e7339f0e263a5b9f2758 Author: Albert ARIBAUD albert.u.b...@aribaud.net da850evm, da850_am18xxevm: convert to CONFIG_SPL_MAX_FOOTPRINT and commit

Re: [U-Boot] [U-Boot, 2/2] omap3_beagle: xM A/B validate new dtb exits in file system

2014-05-13 Thread Tom Rini
On Fri, May 02, 2014 at 03:15:03PM -0500, robertcnel...@gmail.com wrote: From: Robert Nelson robertcnel...@gmail.com Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in file system Signed-off-by: Robert Nelson robertcnel...@gmail.com CC: Tom Rini tr...@ti.com

Re: [U-Boot] [RFC PATCH v0 3/4] vexpress_aemv8a.h: Clean up the config

2014-05-13 Thread Rob Herring
On Mon, May 5, 2014 at 10:26 AM, Tom Rini tr...@ti.com wrote: - Drop DEBUG - Drop defines we can use the default of. - Drop CONFIG_GICV3 and related defines, we aren't using interrupts and do not need to configure the interrupt controller. - Provide a larger malloc pool. - Correct default

Re: [U-Boot] [RFC PATCH v0 2/4] cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images

2014-05-13 Thread Rob Herring
On Mon, May 5, 2014 at 10:26 AM, Tom Rini tr...@ti.com wrote: The default format for arm64 Linux kernels is the Image format, described in Documentation/arm64/booting.txt. This, along with an optional gzip compression on top is all that is generated by default. The Image format has a magic

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-05-13 Thread Masahiro Yamada
Hi Simon, On Tue, 13 May 2014 09:18:22 -0600 Simon Glass s...@chromium.org wrote: Hi Masahiro, On 29 April 2014 22:53, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, With this change, you can decrease one level hierarchy. board/sandbox/sandbox/sandbox.c

[U-Boot] [PATCH v2 0/2] mkimage: Refactor and clean up 32-bit crcs

2014-05-13 Thread Charles Manning
As a step towards adding an image signer for socfpga, this set of patches breaks out the common crc code that is used in both pblimage and mxsimage. Not that this is NOT the same algorithm as the crc generated by zlib. The new function has been named pbl_crc32. This patch set just changes patch

[U-Boot] [PATCH v2 2/2] tools: Refactor mxsimage to use pbl_crc32

2014-05-13 Thread Charles Manning
Both pblimage and mxsimage use the same crc algorithm, so refactor. Signed-off-by: Charles Manning cdhmann...@gmail.com --- Changes for V2: - Cast buffer pointers when calling pbl_crc32(). tools/mxsimage.c | 32 +++- 1 file changed, 7 insertions(+), 25

[U-Boot] [PATCH v2 1/2] mkimage : Split out and clean pbl_crc32 for use by other image types

2014-05-13 Thread Charles Manning
The crc32 used by pblimgae is NOT the same as zlib crc32. The pbl_crc32 is useful for other purposes in mkimage so split it out. While we are about it, clean up redundant and confusing code. Signed-off-by: Charles Manning cdhmann...@gmail.com --- Unchanged from V1. tools/Makefile|1 +

[U-Boot] [PATCH] Revert sandbox: move source files from board/ to arch/sandbox/

2014-05-13 Thread Masahiro Yamada
This reverts commit 258060905e04fe2eb509756ef3b37e23e220a2d6. Conflicts: boards.cfg Wrong patch 25806090 was applied by accident. Revert it. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon Glass s...@chromium.org --- arch/sandbox/lib/Makefile

Re: [U-Boot] [PATCH v2] Because sandbox is not a real hardware, setting vendor=sandbox is almost meaningless.

2014-05-13 Thread Masahiro Yamada
Hi Simon, On Tue, 13 May 2014 12:13:48 -0600 Simon Glass s...@chromium.org wrote: From: Masahiro Yamada yamad...@jp.panasonic.com This commit sets sandbox's vendor field to '-'. It is a good thing that it reduces one level directory hierarchy. The files board/sandbox/sandbox/* have been

[U-Boot] [PATCH v2] sandbox: set sandbox's vendor to null

2014-05-13 Thread Masahiro Yamada
Because sandbox is not a real hardware, setting vendor=sandbox is almost meaningless. This commit sets sandbox's vendor field to '-'. It is a good thing that it decreases one level directory hierarchy. The files board/sandbox/sandbox/* have been moved to board/sandbox/*. Signed-off-by: Masahiro

[U-Boot] [Bug Report] Patman removes author's Signed-off-by credit

2014-05-13 Thread Masahiro Yamada
Hi Simon, I suspect there is something wrong with Patman since commit 102061bd (patman: Avoid duplicate sign-offs). For example, my commit log is like follows sandbox: set sandbox's vendor to null Because sandbox is not a real hardware, setting vendor=sandbox is almost

Re: [U-Boot] [PATCH v2 0/7] mtd: nand: omap: clean up of omap_elm and omap_gpmc driver

2014-05-13 Thread Gupta, Pekon
From: Gupta, Pekon *changes v1-v2* [PATCH 2/7] fix for BCH4 and BCH16 ECC scheme [PATCH 7/7] new patch - white space-clean up *original v1* This patch series - removes un-wanted redundant code in omap_elm and omap_gpmc drivers - refactors some private struct in omap_gpmc to make them

Re: [U-Boot] [PATCH 12/12] imx: ventana: switch to SPL

2014-05-13 Thread Tim Harvey
On Wed, May 7, 2014 at 2:29 AM, Stefano Babic sba...@denx.de wrote: Hi Tim, On 06/05/2014 20:18, Tim Harvey wrote: Stefano / York, While preparing for a v3 patch series of my IMX6 SPL bootloader, I find that commit dec1861be90c948ea9fb771927d3d26a994d2e20 [1] breaks the above code because

Re: [U-Boot] [PATCH 12/12] imx: ventana: switch to SPL

2014-05-13 Thread Tim Harvey
On Tue, May 13, 2014 at 9:58 PM, Tim Harvey thar...@gateworks.com wrote: On Wed, May 7, 2014 at 2:29 AM, Stefano Babic sba...@denx.de wrote: Hi Tim, On 06/05/2014 20:18, Tim Harvey wrote: Stefano / York, While preparing for a v3 patch series of my IMX6 SPL bootloader, I find that commit

Re: [U-Boot] [PATCH v2 0/12] Enable LCD display on snow

2014-05-13 Thread Minkyu Kang
Dear Simon Glass, On 13/05/14 07:45, Simon Glass wrote: Hi, On 2 April 2014 17:24, Simon Glass s...@chromium.org wrote: This series adds a driver for TPS65090 and plumbs it in to get the LCD working correctly on snow. The display driver is already present, but needs information about the

Re: [U-Boot] [PATCH v2 4/7] mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv'

2014-05-13 Thread Stefan Roese
On 11.04.2014 09:25, Pekon Gupta wrote: This patch prepares to refactor 'struct nand_bch_priv' - 'struct omap_nand_info' And thus performs following clean-ups: - remove nand_bch_priv.type: use nand_bch_priv.ecc_scheme instead - remove nand_bch_priv.mode: unused Signed-off-by: Pekon Gupta

Re: [U-Boot] [PATCH v2 6/7] mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch

2014-05-13 Thread Stefan Roese
On 11.04.2014 09:25, Pekon Gupta wrote: This patch tries to avoid some local pointer dereferences, by using common local variables in omap_correct_data_bch() Signed-off-by: Pekon Gupta pe...@ti.com Reviewed-by: Stefan Roese s...@denx.de Thanks, Stefan

Re: [U-Boot] [PATCH v2 7/7] mtd: nand: omap: fix error-codes returned from omap-elm driver

2014-05-13 Thread Stefan Roese
On 11.04.2014 09:25, Pekon Gupta wrote: This patch omap-elm.c: replaces -ve integer value returned during errorneous condition, with proper error-codes. omap-gpmc.c: updates omap-gpmc driver to pass error-codes returned from omap-elm driver to upper layers