Re: [U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-11 Thread Simon Glass
On Fri, May 10, 2013 at 3:56 PM, Albert ARIBAUD wrote: > > Signed-off-by: Albert ARIBAUD > --- > arch/arm/cpu/arm1136/start.S | 82 > arch/arm/cpu/arm1176/start.S | 75 -- > arch/arm/cpu/arm720t/start.S | 82 ---

Re: [U-Boot] [PATCH 2/2] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-11 Thread Simon Glass
Hi Vadim, On Mon, May 6, 2013 at 10:01 AM, Vadim Bendebury wrote: > On Mon, May 6, 2013 at 7:37 AM, Simon Glass wrote: >> >> HI Vadim, >> >> On Thu, May 2, 2013 at 11:12 PM, Vadim Bendebury >> wrote: >> > [the original patch removed, re-sending from a registered address] >> > >> > So, I spent

Re: [U-Boot] [PATCH v3 2/9] i2c: common changes for multibus/multiadapter support

2013-05-11 Thread Simon Glass
Hi Heiko, On Sat, May 4, 2013 at 6:01 AM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Signed-off-by: Simon Glass > Cc: Henrik Nordström > > --- > - changes for v2: > add comment from Henrik Nordström > remove wrong line in README > - rebase against current mainline 178d0cc1a

Re: [U-Boot] [PATCH v3 2/9] i2c: common changes for multibus/multiadapter support

2013-05-11 Thread Simon Glass
Hi Heiko, On Sat, May 4, 2013 at 6:01 AM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Signed-off-by: Simon Glass > Cc: Henrik Nordström > > --- > - changes for v2: > add comment from Henrik Nordström > remove wrong line in README > - rebase against current mainline 178d0cc1a

Re: [U-Boot] [PATCH 1/1] TPM: STMicroelectronics u-boot driver I2C

2013-05-11 Thread Simon Glass
Hi Mathias, On Fri, Mar 22, 2013 at 10:28 AM, Mathias leblanc wrote: > From: admin01 > > * STMicroelectronics version 1.2.0, Copyright (C) 2013 > * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. > * This is free software, and you are welcome to redistribute it > * under certain condi

Re: [U-Boot] [PATCH v5 2/7] tpm: add AUTH1 cmds for LoadKey2 and GetPubKey

2013-05-11 Thread Simon Glass
Hi, On Tue, Apr 30, 2013 at 6:54 AM, wrote: > From: Reinhard Pfau > > Extend the tpm library with support for single authorized (AUTH1) commands > as specified in the TCG Main Specification 1.2. (The internally used helper > functions are implemented in a way that they could also be used for do

Re: [U-Boot] [PATCH v5 5/7] Add Atmel I2C tpm

2013-05-11 Thread Simon Glass
Hi Dirk, On Tue, Apr 30, 2013 at 6:54 AM, wrote: > From: Dirk Eibach > > Add support for Atmel TPM devices with two wire interface. > > Signed-off-by: Dirk Eibach > Signed-off-by: Reinhard Pfau > --- > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None Can

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

2013-05-11 Thread Albert ARIBAUD
Hi Tom, On Fri, 10 May 2013 09:16:18 -0400, Tom Rini wrote: > Hello, > > The following changes since commit 8934f7846501070a5b01c1fab5db27559e9d70d1: > > i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200) > > are available in the git repository at: > > git://git.denx.de/u

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction done

2013-05-11 Thread Albert ARIBAUD
Hi Albert, On Sat, 11 May 2013 16:32:18 +0200, Albert ARIBAUD wrote: > Hi Stefano, > > On Sat, 11 May 2013 13:36:45 +0200, Stefano Babic > wrote: > > > Correct ! > > Ok - ARM repo rolled forward to ec7023db and patch sent to the list. Ack > it and I'll apply it onto ARM repo. Patch applied,

[U-Boot] [PATCH] usb: asix: Move software resets to basic_init

2013-05-11 Thread Simon Glass
From: Julius Werner The ASIX driver calls a basic_init() function during get_info(), so that not all initialization tasks need to be redone on every init(). Unfortunately, the most important one is still triggered too often: the driver does a full port and MII reset on every asix_init(), requirin

Re: [U-Boot] [PATCH v2] EXYNOS: SPL: Add a custom spi copy function

2013-05-11 Thread Wolfgang Denk
Dear Simon Glass, In message <1368285471-11039-1-git-send-email-...@chromium.org> you wrote: > From: Rajeshwari Shinde > > This CL implements a custom spi_copy funtion to copy u-boot from SF to What is a "CL" ? > Changed a printf in pimux.c to debug just to avoid the the compilation s/the the

Re: [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect

2013-05-11 Thread Albert ARIBAUD
On Sat, 11 May 2013 16:29:50 +0200, Albert ARIBAUD wrote: > The manual resolution in commit ec7023db wrongly removed functions > nand_init and nand_deselect from file drivers/mtd/nand/mxc_nand_spl.c. > Revert this removal. > > Signed-off-by: Albert ARIBAUD > --- > drivers/mtd/nand/mxc_nand_spl

Re: [U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-11 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 May 2013 19:52:17 +0200 (CEST), Benoît Thébaudeau wrote: > Hi Albert, > > On Saturday, May 11, 2013 10:02:48 AM, Albert ARIBAUD wrote: > > Hi Benoît, > > > > On Sat, 11 May 2013 02:25:02 +0200 (CEST), Benoît Thébaudeau > > wrote: > > > > > Hi Albert, > > [...] > > > >

Re: [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect

2013-05-11 Thread stefano babic
Am 11/05/2013 16:29, schrieb Albert ARIBAUD: > The manual resolution in commit ec7023db wrongly removed functions > nand_init and nand_deselect from file drivers/mtd/nand/mxc_nand_spl.c. > Revert this removal. > > Signed-off-by: Albert ARIBAUD > --- > drivers/mtd/nand/mxc_nand_spl.c |3 +++ >

[U-Boot] da850-evm: MMC-SD query

2013-05-11 Thread Manish Badarkhe
Hi All May I know what is use of "CONFIG_DAVINCI_MMC_SD1" in case of da850-evm? Currently, We are using instance 0 of MMC SD card in case of da850-evm. I think this define (CONFIG_DAVINCI_MMC_SD1) is of no use for da850-evm. Ref files: 1. ../board/davinci/da8xxevm/da850evm.c : where we are using

Re: [U-Boot] [PATCH 3/4] power: Explicitly select pmic device's bus

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Mon, Apr 1, 2013 at 11:18 PM, Rajeshwari Birje wrote: > Hi Simon, > > Just had one following comment > > On Tue, Apr 2, 2013 at 5:34 AM, Simon Glass wrote: >> From: Aaron Durbin >> >> The current pmic i2c code assumes the current i2c bus is >> the same as the pmic device's bus

Re: [U-Boot] [PATCH V1 1/1] EXYNOS5: I2C: Add FDT and non-FDT support for I2C

2013-05-11 Thread Simon Glass
On Thu, Apr 4, 2013 at 12:27 AM, Amar wrote: > This patch updates the function board_i2c_init() to add support for both > FDT and non-FDT for I2C, and initialise the I2C channels. > > Signed-off-by: Amar Acked-by: Simon Glass ___ U-Boot mailing list U

Re: [U-Boot] [PATCH] exynos: Adjust the starting MIF voltage to 1.05v

2013-05-11 Thread Simon Glass
On Mon, Apr 15, 2013 at 11:34 AM, Bernie Thompson wrote: > Some Exynos5250 silicon may require 1.05v on the MIF to be stable, so to be > safe we can default to 1.05v instead of 1.00v. This can be set optimally later > in the boot process by the kernel. > > The 0x6 value for 1.05v comes from the MA

Re: [U-Boot] [PATCH 4/4] Exynos5: config: enable cpu freq

2013-05-11 Thread Simon Glass
On Wed, Apr 3, 2013 at 12:27 AM, Akshay Saraswat wrote: > This patch enables cpu freq support for exynos5 by adding > config for it. > > Signed-off-by: Akshay Saraswat Acked-by: Simon Glass > --- > include/configs/exynos5250-dt.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/inc

Re: [U-Boot] [PATCH 3/4] smdk5250: enable support for tmu throttling

2013-05-11 Thread Simon Glass
On Wed, Apr 3, 2013 at 12:27 AM, Akshay Saraswat wrote: > Adding tmu throttling support to smdk5250. > > Signed-off-by: Akshay Saraswat Acked-by: Simon Glass > --- > board/samsung/smdk5250/smdk5250.c | 19 +++ > 1 file changed, 19 insertions(+) > __

Re: [U-Boot] [PATCH 2/4] Exynos5: cpufreq: Implement frequency scaling for exynos5

2013-05-11 Thread Simon Glass
Hi Akshay, On Wed, Apr 3, 2013 at 12:27 AM, Akshay Saraswat wrote: > Exynos5 currently runs at full speed i.e. 1.7 GHz everytime. > Scaling down the clock speed in certain situations, may help in > reducing the ARM temperature and power consumption. > > Signed-off-by: Akshay Saraswat > --- > ar

Re: [U-Boot] [PATCH 1/4] pmic: max77686: add pmic_set_voltage api for max77686

2013-05-11 Thread Simon Glass
Hi Akshay, On Wed, Apr 3, 2013 at 12:27 AM, Akshay Saraswat wrote: > This patch adds pmic_set_voltage api in max77686. > As the name suggests, this api is required for switching > voltage from one level to another. > > Signed-off-by: Akshay Saraswat > --- > drivers/power/pmic/pmic_max77686.c |

Re: [U-Boot] [PATCH 3/3 V5] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

2013-05-11 Thread Simon Glass
On Wed, Apr 3, 2013 at 5:54 AM, Rajeshwari Shinde wrote: > This patch enables GPIO Command for EXYNOS5. > Function has been added to asm/gpio.h to decode the > input gpio name to gpio number. > example: gpio set gpa00 > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes i

Re: [U-Boot] [PATCH 2/3 V5] S5P: Rename GPIO definitions

2013-05-11 Thread Simon Glass
On Wed, Apr 3, 2013 at 5:54 AM, Rajeshwari Shinde wrote: > This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... > This changes was done to enable cmd_gpio for EXYNOS and > cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence > getting a error during compilation. > > Build tested f

Re: [U-Boot] [PATCH 4/4] EXYNOS: Move files from board/samsung to arch/arm.

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Wed, Apr 24, 2013 at 11:57 PM, Rajeshwari Shinde wrote: > This patch performs the following: > > 1) Convert the assembly code for memory and clock initialization to C code. > 2) Move the memory and clock init codes from board/samsung to arch/arm > 3) Creat a common lowlevel_init

Re: [U-Boot] [PATCH 3/4] EXYNOS4210: Configure GPIO for uart

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Wed, Apr 24, 2013 at 11:57 PM, Rajeshwari Shinde wrote: > This patch configures the gpio values for UART > on Origen and SMDKV310 using pinmux > > Signed-off-by: Rajeshwari Shinde I don't have hardware to test this but it seems OK to me. Acked-by: Simon Glass Regards, Simon

Re: [U-Boot] [PATCH 2/4] EXYNOS: LDS file move to common

2013-05-11 Thread Simon Glass
On Wed, Apr 24, 2013 at 11:57 PM, Rajeshwari Shinde wrote: > smdk5250-uboot-spl.lds is moved to common folder, so that it can be reused. > It is renamed to exynos-uboot-spl.lds > > Signed-off-by: Rajeshwari Shinde Tested on snow. Acked-by: Simon Glass Tested-by: Simon Glass > --- > .../exyn

Re: [U-Boot] [PATCH 1/4] EXYNOS: Add API for power reset and exit wakeup

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Wed, Apr 24, 2013 at 11:57 PM, Rajeshwari Shinde wrote: > This patch adds APIs to get power reset status and exit the wakeup condition > for > both exynos5 and exynos4 > > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/power.c| 50 >

Re: [U-Boot] [PATCH] EXYNOS: Move includes from setup.h to tzpc_init.c

2013-05-11 Thread Simon Glass
On Wed, Apr 3, 2013 at 6:11 AM, Rajeshwari Shinde wrote: > These should not be in the header since not every C file needs them. > Move them to the file that needs them. > > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde Tested on snow. Acked-by: Simon Glass Tested-by: Simon Gla

Re: [U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin numbering feature

2013-05-11 Thread Simon Glass
HI Rajeshwari, On Wed, Apr 3, 2013 at 5:54 AM, Rajeshwari Shinde wrote: > This patch adds support for gpio pin numbering support on > EXYNOS5250 > To have consistent 0..n-1 GPIO numbering the banks are divided > into different parts where ever they have holes in them. > > Signed-off-by: Leela Kri

Re: [U-Boot] [PATCH 4/4 V4] CONFIG: EXYNOS5: Enable silent console

2013-05-11 Thread Simon Glass
On Tue, Apr 2, 2013 at 12:46 AM, Rajeshwari Shinde wrote: > This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. > > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass > --- > Changes in V2: > - None > Changes in V3: > - None > Changes in V4: > - None > include/co

Re: [U-Boot] [PATCH 1/4 V4] EXYNOS5: FDT: Add compatible strings for Serial

2013-05-11 Thread Simon Glass
On Tue, Apr 2, 2013 at 12:46 AM, Rajeshwari Shinde wrote: > Add required compatible information for s5p serial driver > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass > --- > Changes in V2: > - Changed the compatible string to "samsung,exyno

Re: [U-Boot] [PATCH 3/3] usb: Correct CLEAR_FEATURE code in ehci-hcd

2013-05-11 Thread Marek Vasut
Dear Simon Glass, > On Sat, May 11, 2013 at 10:39 AM, Marek Vasut wrote: > > Dear Simon Glass, > > > >> This commit broke USB2 on link (Chromebook Pixel): > >> 020bbcb usb: hub: Power-cycle on root-hub ports > >> > >> However the root cause seems to be a missing mask and missing 'break' > >>

Re: [U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-11 Thread Benoît Thébaudeau
Hi Albert, On Saturday, May 11, 2013 10:02:48 AM, Albert ARIBAUD wrote: > Hi Benoît, > > On Sat, 11 May 2013 02:25:02 +0200 (CEST), Benoît Thébaudeau > wrote: > > > Hi Albert, [...] > > > diff --git a/arch/arm/cpu/arm1136/u-boot-spl.lds > > > b/arch/arm/cpu/arm1136/u-boot-spl.lds > > > index

Re: [U-Boot] [PATCH 3/3] usb: Correct CLEAR_FEATURE code in ehci-hcd

2013-05-11 Thread Simon Glass
On Sat, May 11, 2013 at 10:39 AM, Marek Vasut wrote: > Dear Simon Glass, > >> This commit broke USB2 on link (Chromebook Pixel): >> >> 020bbcb usb: hub: Power-cycle on root-hub ports >> >> However the root cause seems to be a missing mask and missing 'break' >> in ehci-hcd.c. This patch fixes bo

Re: [U-Boot] [PATCH 3/3] usb: Correct CLEAR_FEATURE code in ehci-hcd

2013-05-11 Thread Marek Vasut
Dear Simon Glass, > This commit broke USB2 on link (Chromebook Pixel): > > 020bbcb usb: hub: Power-cycle on root-hub ports > > However the root cause seems to be a missing mask and missing 'break' > in ehci-hcd.c. This patch fixes both. > > On link, 'usb start' with a USB keyboard and memory

Re: [U-Boot] Pull request: u-boot-blackfin

2013-05-11 Thread Tom Rini
On Sat, May 11, 2013 at 11:27:41PM +0800, Sonic Zhang wrote: > Hi Tom, > > On Thu, May 9, 2013 at 8:09 PM, Tom Rini wrote: > > > > Some number of these changes haven't been posted to the list for review > > yet. I'm pretty sure. I don't recall seeing the CONFIG_CMD_SOFTSWITCH > > stuff go past,

Re: [U-Boot] Pull request: u-boot-fdt

2013-05-11 Thread Tom Rini
On Fri, May 10, 2013 at 07:21:46PM -0400, Jerry Van Baren wrote: > Dear Tom, > > The following changes since commit 2988eac70ead3720f9ec85a239cd06b2f7246683: > > Merge branch 'patman' of git://git.denx.de/u-boot-x86 (2013-05-10 > 08:16:34 -0400) > > are available in the git repository at: >

Re: [U-Boot] Pull request: u-boot-blackfin

2013-05-11 Thread Sonic Zhang
Hi Tom, On Thu, May 9, 2013 at 8:09 PM, Tom Rini wrote: > > Some number of these changes haven't been posted to the list for review > yet. I'm pretty sure. I don't recall seeing the CONFIG_CMD_SOFTSWITCH > stuff go past, and you didn't document that new flag in the top-level I just forward the

Re: [U-Boot] [PATCH v2] EXYNOS: SPL: Add a custom spi copy function

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Sat, May 11, 2013 at 9:17 AM, Simon Glass wrote: > From: Rajeshwari Shinde > > This CL implements a custom spi_copy funtion to copy u-boot from SF to > RAM. This is faster then iROM spi_copy funtion as this runs spi at 50Mhz > and also in WORD mode of operation. > > Changed a p

[U-Boot] [PATCH v2] EXYNOS: SPL: Add a custom spi copy function

2013-05-11 Thread Simon Glass
From: Rajeshwari Shinde This CL implements a custom spi_copy funtion to copy u-boot from SF to RAM. This is faster then iROM spi_copy funtion as this runs spi at 50Mhz and also in WORD mode of operation. Changed a printf in pimux.c to debug just to avoid the the compilation error in SPL. Removed

Re: [U-Boot] [PATCH] EXYNOS: SPL: Add a custom spi copy function

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Wed, Mar 27, 2013 at 4:28 AM, Rajeshwari Shinde wrote: > This CL implements a custom spi_copy funtion to copy u-boot from SF to > RAM. This is faster then iROM spi_copy funtion as this runs spi at 50Mhz > and also in WORD mode of operation. > > Changed a printf in pimux.c to deb

Re: [U-Boot] [PATCH] EXYNOS: SPI: Minimise access to SPI FIFO level

2013-05-11 Thread Simon Glass
On Fri, Mar 22, 2013 at 8:09 AM, Rajeshwari Shinde wrote: > Accessing SPI registers is slow, but access to the FIFO level register > in particular seems to be extraordinarily expensive (I measure up to > 600ns). Perhaps it is required to synchronise with the SPI byte output > logic which might run

Re: [U-Boot] [PATCH 2/2] EXYNOS: SPI: Support a delay after deactivate

2013-05-11 Thread Simon Glass
On Fri, Mar 22, 2013 at 6:28 AM, Rajeshwari Shinde wrote: > For devices that need some time to react after a spi transaction > finishes, add the ability to set a delay. > > Implement this as a delay on the first/next transaction to avoid > any delay in the fairly common case where a SPI transactio

Re: [U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-05-11 Thread Simon Glass
On Fri, Mar 22, 2013 at 6:45 PM, Simon Glass wrote: > Hi Rajeshwari, > > On Fri, Mar 22, 2013 at 5:28 AM, Rajeshwari Shinde > wrote: >> This function, if implemented by the board, provides a microsecond >> timer. The granularity may be larger than 1us if hardware does not >> support this. >> >> S

Re: [U-Boot] [PATCH v2] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-11 Thread Simon Glass
On Sat, May 11, 2013 at 9:04 AM, Simon Glass wrote: > From: Rajeshwari Shinde > > Support interfaces with a preamble before each received message. > > We handle this when the client has requested a SPI_XFER_END, meaning > that we must close of the transaction. In this case we read until we > see

[U-Boot] [PATCH v2] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-11 Thread Simon Glass
From: Rajeshwari Shinde Support interfaces with a preamble before each received message. We handle this when the client has requested a SPI_XFER_END, meaning that we must close of the transaction. In this case we read until we see the preamble (or a timeout occurs), skipping all data before and

Re: [U-Boot] [PATCH v1 2/2] blackfin: bf609: add softswitch config command

2013-05-11 Thread Sonic Zhang
Hi Tom On Wed, Feb 27, 2013 at 4:37 PM, Sonic Zhang wrote: > From: Bob Liu > > Add softswitch_output command for bf609-ezkit to enable softswitches. > > Signed-off-by: Bob Liu > Signed-off-by: Sonic Zhang > --- > arch/blackfin/include/asm/soft_switch.h | 18 + > board/bf609-ezk

Re: [U-Boot] [PATCH 1/2] SPI: Add support for preamble bytes

2013-05-11 Thread Simon Glass
On Fri, Mar 22, 2013 at 12:29 AM, Rajeshwari Shinde wrote: > A SPI slave may take time to react to a request. For SPI flash devices > this time is defined as one bit time, or a whole byte for 'fast read' > mode. > > If the SPI slave is another CPU, then the time it takes to react may > vary. It is

Re: [U-Boot] [PATCH 2/2] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-11 Thread Simon Glass
Hi, On Thu, May 2, 2013 at 7:28 PM, Vadim Bendebury wrote: > On Thu, Mar 21, 2013 at 11:29 PM, Rajeshwari Shinde > wrote: >> Support interfaces with a preamble before each received message. >> >> We handle this when the client has requested a SPI_XFER_END, meaning >> that we must close of the tr

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 13:36:45 +0200, Stefano Babic wrote: > Correct ! Ok - ARM repo rolled forward to ec7023db and patch sent to the list. Ack it and I'll apply it onto ARM repo. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@list

[U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect

2013-05-11 Thread Albert ARIBAUD
The manual resolution in commit ec7023db wrongly removed functions nand_init and nand_deselect from file drivers/mtd/nand/mxc_nand_spl.c. Revert this removal. Signed-off-by: Albert ARIBAUD --- drivers/mtd/nand/mxc_nand_spl.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/n

Re: [U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-11 Thread Benoît Thébaudeau
Hi Albert, On Saturday, May 11, 2013 9:40:02 AM, Albert ARIBAUD wrote: > Hi Benoît, > > On Sat, 11 May 2013 04:04:09 +0200 (CEST), Benoît Thébaudeau > wrote: > > > Hi Albert, > > > > On Friday, May 10, 2013 11:56:52 PM, Albert ARIBAUD wrote: > > > Signed-off-by: Albert ARIBAUD [...] > > > +

[U-Boot] [PATCH 0/2] Power: remove support for Freescale MPC8220

2013-05-11 Thread Wolfgang Denk
The Freescale MPC8220 Power Architecture processors have long reached EOL; Freescale does not even list these any more on their web site. Remove the code to avoid wasting maitaining efforts on dead stuff. Wolfgang Denk (2): doc/README.scrapyard: add missing commit IDs Power: remove support fo

[U-Boot] [PATCH 1/2] doc/README.scrapyard: add missing commit IDs

2013-05-11 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- doc/README.scrapyard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.scrapyard b/doc/README.scrapyard index 2cdb8a9..48c7e4a 100644 --- a/doc/README.scrapyard +++ b/doc/README.scrapyard @@ -11,8 +11,8 @@ easily if here is somethi

Re: [U-Boot] [v2] Please pull u-boot-mpc85xx.git

2013-05-11 Thread Tom Rini
On Fri, May 10, 2013 at 02:26:35PM -0500, Andy Fleming wrote: > The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859: > > gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200) > > are available in the git repository at: > > git://www.denx.de/git/u-b

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Stefano Babic
On 11/05/2013 13:26, Albert ARIBAUD wrote: >> >> Of course ! We should only merge > > Ok, so I prefer getting things right before I proceed: after I merged > your PR, you did not rebase your master, Right ! Never ! > you (fast-forward) merged my > master to it. Correct ! > What you have rebase

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 13:15:37 +0200, Stefano Babic wrote: > On 11/05/2013 13:01, Albert ARIBAUD wrote: > >> > >> It is ! > > > > Ok, but just a sec. If I put a commit above this, you'll *also* have to > > rebase, won't you? > > Well, I have not yet published any iMX patches after me

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Stefano Babic
On 11/05/2013 13:07, Albert ARIBAUD wrote: > Hi Stefano, > Hi Albert, > > Er... Seems like arm_master is exactly the same as u-boot-imx/master. I > thought your master was rebased upon my master? I haved pulled your master this morning, and there are not new iMX patches. Best regards, Stefano

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Stefano Babic
On 11/05/2013 13:01, Albert ARIBAUD wrote: >> >> It is ! > > Ok, but just a sec. If I put a commit above this, you'll *also* have to > rebase, won't you? Well, I have not yet published any iMX patches after merging u-boot-arm this morning. At this point, u-boot-imx is equal to u-boot-arm at commi

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 12:58:56 +0200, Stefano Babic wrote: > On 11/05/2013 12:50, Stefano Babic wrote: > > On 11/05/2013 11:47, Albert ARIBAUD wrote: > >> Hi Stefano, > >> > > > > Hi Albert, > > > >> Argh! I had already had rolled back and have just finished testing. > >> > >> I can

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 12:50:24 +0200, Stefano Babic wrote: > On 11/05/2013 11:47, Albert ARIBAUD wrote: > > Hi Stefano, > > > > Hi Albert, > > > Argh! I had already had rolled back and have just finished testing. > > > > I can roll forward again if you confirm that the u-boot-arm/m

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Stefano Babic
On 11/05/2013 12:50, Stefano Babic wrote: > On 11/05/2013 11:47, Albert ARIBAUD wrote: >> Hi Stefano, >> > > Hi Albert, > >> Argh! I had already had rolled back and have just finished testing. >> >> I can roll forward again if you confirm that the u-boot-arm/master >> branch you have is commit ec

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Stefano Babic
On 11/05/2013 11:47, Albert ARIBAUD wrote: > Hi Stefano, > Hi Albert, > Argh! I had already had rolled back and have just finished testing. > > I can roll forward again if you confirm that the u-boot-arm/master > branch you have is commit ec7023d. It is ! commit ec7023db8dc95966919589541f1ca0

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 11:39:58 +0200, Stefano Babic wrote: > On 11/05/2013 11:15, Albert ARIBAUD wrote: > > Hi Albert, > > >> Applied to u-boot-arm/master (with two trivial merge resolutions), > >> thanks! > > > > Seems like the trivial merge resolution was less trivial than I thoug

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 11:39:58 +0200, Stefano Babic wrote: > On 11/05/2013 11:15, Albert ARIBAUD wrote: > > Hi Albert, > > >> Applied to u-boot-arm/master (with two trivial merge resolutions), > >> thanks! > > > > Seems like the trivial merge resolution was less trivial than I thoug

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Stefano Babic
On 11/05/2013 11:15, Albert ARIBAUD wrote: Hi Albert, >> Applied to u-boot-arm/master (with two trivial merge resolutions), >> thanks! > > Seems like the trivial merge resolution was less trivial than I thought > it was -- I accidentally removed from drivers/mtd/nand/mxc_nand_spl.c > the definit

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
On Sat, 11 May 2013 09:30:57 +0200, Albert ARIBAUD wrote: > Hi Stefano, > > On Tue, 07 May 2013 09:55:08 +0200, Stefano Babic > wrote: > > > Hi Albert, > > > > please pull from u-boot-imx, thanks ! > > > > The following changes since commit f2e8a87305a55652488af140adcf65b1e688f287: > > > >

Re: [U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-11 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 May 2013 02:25:02 +0200 (CEST), Benoît Thébaudeau wrote: > Hi Albert, > > diff --git a/arch/arm/cpu/arm1136/start.S b/arch/arm/cpu/arm1136/start.S > > index ccea2d5..ab8fd56 100644 > > --- a/arch/arm/cpu/arm1136/start.S > > +++ b/arch/arm/cpu/arm1136/start.S > > @@ -104,10

Re: [U-Boot] Beagle-XM: u-boot SPL fat support (was Re: [opensuse-arm] Beagleboard Xm CPU speed)

2013-05-11 Thread Alexander Graf
Am 11.05.2013 um 02:08 schrieb Wolfgang Denk : > Dear Alexander, > > In message <154a1277-6344-4ab8-9d98-58bbcc38c...@suse.de> you wrote: >> >> Well, that would make the situation on OMAP slightly better, but >> wouldn't help on other SoCs. I think we should rather try and get a >> reasonably

Re: [U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-11 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 May 2013 04:04:09 +0200 (CEST), Benoît Thébaudeau wrote: > Hi Albert, > > On Friday, May 10, 2013 11:56:52 PM, Albert ARIBAUD wrote: > > Signed-off-by: Albert ARIBAUD > > diff --git a/arch/arm/cpu/pxa/start.S b/arch/arm/cpu/pxa/start.S > > index ada91a6..3078bec 100644 >

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Tue, 07 May 2013 09:55:08 +0200, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks ! > > The following changes since commit f2e8a87305a55652488af140adcf65b1e688f287: > > exynos: fdt: Add TMU node for snow (2013-04-17 10:00:44 +0900) > > are available