[U-Boot] [GIT PULL] Zynq patches

2014-05-13 Thread Michal Simek
Hi Albert, here is the set of patches I have capture for Xilinx Zynq. I am sending it now because this patchset was based on fpga changes I have done and which were merged yesterday. I have also checked your arm custodian repo and you don't have pending patches that's why I believe it shouldn't b

Re: [U-Boot] [PATCH 4/4] cm-t54: add cm-t54 board support

2014-05-13 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 05/06/14 20:45, Tom Rini wrote: > On Sun, Apr 27, 2014 at 01:17:28PM +0300, Dmitry Lifshitz wrote: > >> Add cm-t54 board directory, config file. Enable build. > [snip] >> diff --git a/board/compulab/cm_t54/Makefile b/board/compulab/cm_t54/

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

2014-05-13 Thread Aneesh Bansal
In case of secure boot from NAND, CSPR and FTIM settings are same as non-secure NAND boot. CSPR0 is configured as NAND and CSPR1 is configured as NOR. Signed-off-by: Aneesh Bansal --- include/configs/BSC9132QDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs

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 Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing l

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 Signed-

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: Signed-off-by: Pekon Gupta Revi

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 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 >> disp

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 wrote: > On Wed, May 7, 2014 at 2:29 AM, Stefano Babic 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 dec1861be90c948

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 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 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] > - 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 ge

[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 meaningl

[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

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 wrote: > From: Masahiro Yamada > > 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

[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 Cc: Simon Glass --- arch/sandbox/lib/Makefile | 2 +- board/sandbox/sandbox/Makefile

[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 --- Unchanged from V1. tools/Makefile|1 + tools/pbl_crc32.c |

[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 --- Changes for V2: - Cast buffer pointers when calling pbl_crc32(). tools/mxsimage.c | 32 +++- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/tool

[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

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 wrote: > Hi Masahiro, > > On 29 April 2014 22:53, Masahiro Yamada wrote: > > > > Hi Simon, > > > > > > With this change, you can decrease one level hierarchy. > > > > > > > > board/sandbox/sandbox/sandbox.c > > > > -> board/sandbox/

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 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 number wi

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 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 locatio

[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 97eeae1a0735fc17351f10b9978e966392badedc

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 > > Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in > file system > > Signed-off-by: Robert Nelson > CC: Tom Rini > CC: Nishanth Menon > Acked-by: Tom Rini Applied to

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 > Reviewed-by: Roger Meier > Cc: Heiko Schocher > Cc: Wolfgang Denk Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

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 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

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 > da850evm, da850_am18xxevm: convert to CONFIG_SPL_MAX_FOOTPRINT > > and > > commit e7497891e34efe5cb2b3a3dc7c6c096c012ede28 > Author: Al

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 Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-B

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 > Acked-by: Pekon Gupta 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 > > 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: > ef78f3869c37c480f1d58462a760a40dabc823f4 > > Si

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 Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@l

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 > Cc: Roger Meier > Cc: Heiko Schocher > Cc: Wolfgang Denk Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-

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, 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,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 Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

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 > Cc: Pascal Bach > Cc: Roger Meie

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 > Cc: Roger Meier > Cc: Heiko Schoc

Re: [U-Boot] [U-Boot, v2] am335x: pepper: Add Gumstix Pepper AM335x-based machine

2014-05-13 Thread Tom Rini
On Wed, May 07, 2014 at 08:24:11AM -0700, Ash Charles wrote: > This adds the Gumstix Pepper[1] single-board computer based on the > TI AM335x processor. Schematics are available [2]. > > [1] https://store.gumstix.com/index.php/products/344/ > [2] https://pubs.gumstix.com/boards/PEPPER/ > > Signe

Re: [U-Boot] [PATCH v2] omap4: duovero: Add Gumstix DuoVero machine.

2014-05-13 Thread Tom Rini
On Wed, May 07, 2014 at 09:02:25AM -0700, Ash Charles wrote: > This adds the Gumstix DuoVero machine [1]. This is a OMAP4430-based > computer-on-module (COM aka SOM) that can be mounted on various > expansion boards with different peripherals. [snip] > + sr32((void *)CM_L3INIT_HSUSBHOST_CLKCT

[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 near

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-mpc85x

[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 'u-boot/mas

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 > > > Acked-by

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 ar

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

2014-05-13 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- 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 +26,8 @@ #define CONFIG_SE

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 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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 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] 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 et

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 wrote: > Simon, > > On Fri, Apr 18, 2014 at 1:43 PM, Simon Glass wrote: >> Hi Doug, >> >> On 17 April 2014 12:47, Doug Anderson wrote: >>> >>> The Linux get_maintainer.pl can often produce a whole lot of results. >>> As a result you'll sometimes bl

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:

[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 the

[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 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 Signed-off-by: Simon Glass (modified to apply to latest

[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 at

[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 experience

[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, whic

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

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

2014-05-13 Thread Stephen Warren
From: Stephen Warren 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 (remaining) length b

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 > --- > v2: rebase to latest 'master', and update has_erratum_a006261. > Applied to u-boot-mpc85xx/master. T

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 Ban

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 > --- > Changes for v2: > - add "#ifdef CONFIG_MPC85xx" > Changes for

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 se

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-bo

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: S

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: > - suppor

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 > --- > v2: add more comments. > Applied to u-boot-m

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 > > 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 value for rev2.0. > >

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 > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-mpc85xx/master. Thanks, York

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 U

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) > >

[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 8ad5d45e0044f5e64dbe7c6bd4e6aa01

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 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. >

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 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_ini

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 >> >> Assign default environment and set env valid during board_init_f >> before relocation as the actual environment will be read from >> eeprom

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 pi

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

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 repos

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

[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 9b97b727dcfbdc02a0a78e4c1d816707

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: > > Waiting for PHY auto negotiation to comple

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 bo

[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 --- include/configs/BSC9132QDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index e76a04b..7bb5d33 1

[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 pu

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 > > Acked-by: Stefano Babic > > This introduces warnings: > tools/mxsimage.c: In functio