Re: [U-Boot] [PATCH V2 0/5] ARM: OMAP: Cleanup save_boot_params function

2013-06-03 Thread Sricharan R
Hi Tom, On Friday 31 May 2013 07:52 PM, Tom Rini wrote: On Fri, May 31, 2013 at 10:18:46AM -0400, Tom Rini wrote: On Wed, Apr 24, 2013 at 04:11:20PM +0530, Sricharan R wrote: The save_boot_params function does not store the data in a always writable area. So the code is broken for a 'XIP'

Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Piotr Wilczek
Dear Wolfgang Denk, -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, May 31, 2013 4:23 PM To: Piotr Wilczek Cc: u-boot@lists.denx.de; Minkyu Kang; Kyungmin Park; Lukasz Majewski; Anatolij Gustschin Subject: Re: [PATCH] lcd: align bmp header when

Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Piotr Wilczek
Hello Nikita, -Original Message- From: Nikita Kiryanov [mailto:nik...@compulab.co.il] Sent: Sunday, June 02, 2013 1:06 PM To: Piotr Wilczek Cc: u-boot@lists.denx.de; Kyungmin Park Subject: Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image Hello Piotr, On

Re: [U-Boot] [RFC PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-06-03 Thread Michal Simek
Hi Albert, On 05/14/2013 05:44 PM, Albert ARIBAUD wrote: Hi Michal, On Mon, 13 May 2013 09:45:12 +0200, Michal Simek mon...@monstr.eu wrote: On 05/10/2013 09:07 PM, Albert ARIBAUD wrote: Hi Michal, On Thu, 9 May 2013 11:35:33 +0200, Michal Simek michal.si...@xilinx.com wrote:

Re: [U-Boot] [PATCH 3/3] am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c

2013-06-03 Thread Sricharan R
On Friday 31 May 2013 11:48 PM, Tom Rini wrote: We need to call the save_omap_boot_params function on am33xx/ti81xx and other newer TI SoCs, so move the function to boot-common. Only OMAP4+ has the omap_hw_init_context function so add ifdefs to not call it on am33xx/ti81xx. Call

Re: [U-Boot] [PATCH V2 0/5] ARM: OMAP: Cleanup save_boot_params function

2013-06-03 Thread Sricharan R
On Monday 03 June 2013 11:39 AM, Sricharan R wrote: Hi Tom, On Friday 31 May 2013 07:52 PM, Tom Rini wrote: On Fri, May 31, 2013 at 10:18:46AM -0400, Tom Rini wrote: On Wed, Apr 24, 2013 at 04:11:20PM +0530, Sricharan R wrote: The save_boot_params function does not store the data in a

Re: [U-Boot] [PATCH] Add splash screen support via loading from flash

2013-06-03 Thread Stefano Babic
Hi Robert, On 30/05/2013 23:03, Robert Winkler wrote: Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- board/boundary/nitrogen6x/nitrogen6x.c | 22 ++ include/configs/nitrogen6x.h | 11 ++- 2 files changed, 32 insertions(+), 1

Re: [U-Boot] [PATCH v4 6/7] arm: vf610: Add Vybrid VF610 to mxc_ocotp document

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: This patch adds Vybrid VF610 to mxc_ocotp document. Signed-off-by: Alison Wang b18...@freescale.com --- At the end, I left this patch without squashing to not drop also Benoit's reviewed-by. As we have already said, it does not really matter. Applied

Re: [U-Boot] [PATCH v4 5/7] arm: vf610: Add uart support for Vybrid VF610

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: This patch adds lpuart support for Vybrid VF610 platform. Signed-off-by: TsiChung Liew tsicl...@gmail.com Signed-off-by: Alison Wang b18...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v4 7/7] arm: vf610: Add basic support for Vybrid VF610TWR board

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: VF610TWR is a board based on Vybrid VF610 SoC. This patch adds basic support for Vybrid VF610TWR board. Signed-off-by: Alison Wang b18...@freescale.com Signed-off-by: Jason Jin jason@freescale.com Signed-off-by: TsiChung Liew tsicl...@gmail.com

Re: [U-Boot] [PATCH v4 1/7] arm: vf610: Add IOMUX support for Vybrid VF610

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: This patch adds the IOMUX support for Vybrid VF610 platform. There is a little difference for IOMUXC module between VF610 and i.MX platform, the muxmode and pad configuration share one 32bit register on VF610, but they are two independent registers on

Re: [U-Boot] [PATCH v4 3/7] net: fec_mxc: Add support for Vybrid VF610

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: This patch adds FEC support for Vybrid VF610 platform. In function fec_open(), RCR register is only set as RGMII mode. But RCR register should be set as RMII mode for VF610 platform. This configuration is already done in fec_reg_setup(), so this piece

Re: [U-Boot] [PATCH v4 4/7] arm: vf610: Add watchdog support for Vybrid VF610

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: This patch adds watchdog support for Vybrid VF610 platform. Signed-off-by: Alison Wang b18...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v4 2/7] arm: vf610: Add Vybrid VF610 CPU support

2013-06-03 Thread Stefano Babic
On 28/05/2013 10:55, Alison Wang wrote: This patch adds generic codes to support Freescale's Vybrid VF610 CPU. It aligns Vybrid VF610 platform with i.MX platform. As there are some differences between VF610 and i.MX platforms, the specific codes are in the arch/arm/cpu/armv7/vf610 directory.

[U-Boot] [u-boot] spi/arm-pl022: Add support for ARM PL022 spi controller

2013-06-03 Thread Armando Visconti
This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO. Signed-off-by: Armando Visconti armando.visco...@st.com Signed-off-by: Vipin Kumar vipin.ku...@st.com --- This driver has been tested on the

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-06-03 Thread Stefano Babic
Hi Tapani, On 28/05/2013 10:04, Tapani Utriainen wrote: Add support for Wandboard quad. Signed-off-by: Tapani Utriainen tap...@technexion.com --- Due to increased memory, a warning is generated for wandboard_quad: wandboard.c: In function 'dram_init': wandboard.c:47:31: warning: integer

Re: [U-Boot] [u-boot] spi/arm-pl022: Add support for ARM PL022 spi controller

2013-06-03 Thread Jagan Teki
Hi, Is this the v4? I sent some comment for v3 on same driver. Thanks, Jagan. On Mon, Jun 3, 2013 at 1:54 PM, Armando Visconti armando.visco...@st.com wrote: This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8

Re: [U-Boot] [u-boot] spi/arm-pl022: Add support for ARM PL022 spi controller

2013-06-03 Thread Armando Visconti
On 06/03/2013 11:48 AM, Jagan Teki wrote: Hi, Is this the v4? I sent some comment for v3 on same driver. Sorry, I completely lost the original thread... I will re-start from V3... Pls discard this noisy thread, Armando ___ U-Boot mailing list

Re: [U-Boot] [u-boot] spi/arm-pl022: Add support for ARM PL022 spi controller

2013-06-03 Thread Jagan Teki
I completely lost the original thread... I will re-start from V3... Pls discard this noisy thread, Please check the below thread for earlier v3 http://patchwork.ozlabs.org/patch/205814/ -- Thanks, Jagan. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] arm: mxs: Fix vectoring table crafting

2013-06-03 Thread Stefano Babic
On 26/04/2013 04:37, Marek Vasut wrote: The vectoring table has to be placed at 0x0, but U-Boot on MX23/MX28 starts from RAM, so the vectoring table at 0x0 is not present. Craft code that will be placed at 0x0 and will redirect interrupt vectoring to proper location of the U-Boot in RAM.

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-03 Thread Lokesh Vutla
Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19, Lokesh Vutla wrote: From: Balaji T K balaj...@ti.com add dra mmc pbias support and ldo1 power on Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Lokesh Vutla lokeshvu...@ti.com ---

Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Wolfgang Denk
Dear Piotr Wilczek, In message 000601ce6021$fcb8f490$f62addb0$%wilc...@samsung.com you wrote: If you do this, you must also account for the up to 2 additional bytes needed in the allocated buffer. Otherwise you might write over the end of the buffer... Because 8-byte alignment is

Re: [U-Boot] [PATCH] mx6slevk: Allow booting a device tree kernel

2013-06-03 Thread Stefano Babic
On 24/05/2013 01:57, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com When the mx6slevk board support was added in U-boot there was no device tree support for mx6sl, so only a FSL 3.0.35 was tested at that time. Now that mx6slevk support is available we can boot a

Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Wolfgang Denk
Dear Piotr Wilczek, In message 000701ce6025$173886c0$45a99440$%wilc...@samsung.com you wrote: + /* align to 32-bit-aligned-address + 2 */ + if ((unsigned int)bmp % 0x04 != 0x02) + bmp = (bmp_image_t *)(((unsigned int)dst + 0x02) ~0x01); This is wrong. Suppose that bmp % 4

Re: [U-Boot] [PATCH 1/2] mx6qsabreauto: Add i2c to mx6qsabreauto board

2013-06-03 Thread Stefano Babic
On 14/05/2013 06:01, Renato Frias wrote: Add i2c2 and 3 to mx6qsabreauto board, i2c3 is multiplexed use gpio to set steering. Signed-off-by: Renato Frias b13...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/2] mx6qsabreauto: Add Port Expander reset

2013-06-03 Thread Stefano Babic
On 14/05/2013 06:01, Renato Frias wrote: There are 3 IO expanders on the mx6qsabreauto all reset by the same GPIO, just set it to high to use the IO. Signed-off-by: Renato Frias b13...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-06-03 Thread Wolfgang Denk
Dear Stefano Babic, In message 51ac61a6.9050...@denx.de you wrote: It is better to fix it directly into this patch. Can you fix it by casting to phys_size_t and resubmit ? gd-ram_size = (phys_size_t)CONFIG_DDR_MB * SZ_1M; Please do NOT use these terrible SZ_* defines. Never,

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-06-03 Thread Otavio Salvador
On Mon, Jun 3, 2013 at 8:21 AM, Wolfgang Denk w...@denx.de wrote: Dear Stefano Babic, In message 51ac61a6.9050...@denx.de you wrote: It is better to fix it directly into this patch. Can you fix it by casting to phys_size_t and resubmit ? gd-ram_size = (phys_size_t)CONFIG_DDR_MB

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Remove incorrect setting of gpio CS signal

2013-06-03 Thread Stefano Babic
On 30/05/2013 16:47, Andrew Gabbasov wrote: The number of gpio signal is packed inside CONFIG_SF_DEFAULT_CS macro (shifted and or'ed with chip select), so it's incorrect to pass that macro directly as an argument to gpio_direction_output() call. Also, SPI driver sets the direction and

Re: [U-Boot] [PATCH v6] Add support for Congatec Conga-QEVAl board

2013-06-03 Thread Stefano Babic
Hi Leo, On 16/05/2013 18:13, SARTRE Leo wrote: +int board_init(void) +{ + u32 reg; + /*Same init as the sabrelite*/ + writel(0x41736166, SNVS_BASE_ADDR + 0x64);/*set LPPGDR*/ + udelay(10); + reg = readl(SNVS_BASE_ADDR + 0x4c); + reg |= (1 3); + writel(reg,

Re: [U-Boot] [PATCH v3 1/2] build: Use generic boot logo matching

2013-06-03 Thread Stefano Babic
On 28/05/2013 00:18, Otavio Salvador wrote: The boot logo matching is now done in following way: - use LOGO_BMP if it is set, or - use $(BOARD).bmp if it exists in tools/logos, or - use $(VENDOR).bmp if it exists in tools/logos, or - use denx.bmp otherwise. Signed-off-by: Otavio

Re: [U-Boot] [PATCH 1/2] wandboard: Enable HDMI splashscreen

2013-06-03 Thread Stefano Babic
On 23/05/2013 19:50, Fabio Estevam wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH v3 2/2] wandboard: Add Boot Splash image with Wandboard logo

2013-06-03 Thread Stefano Babic
On 28/05/2013 00:18, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

[U-Boot] [PATCH v1 1/1] mpc512x: adjust and improve AC14xx board support

2013-06-03 Thread Gerhard Sittig
minor improvements for the 'ifm AC14xx' board setup - adjust diagnostics (reworded, silent by default) - re-order the list of recovery conditions - update and improve comments - adjust the board configuration - use the builtin serial baudrate table - use the official 'ac14xx' name everywhere

[U-Boot] [PATCH V3] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-03 Thread Lokesh Vutla
From: Balaji T K balaj...@ti.com add dra mmc pbias support and ldo1 power on Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- Changes since V2: * Addressed comments from lpo...@mm-sol.com * Rebased on top of

Re: [U-Boot] [PATCH v2] Add support for Wandboard quad.

2013-06-03 Thread Wolfgang Denk
Dear Otavio, In message cap9odkonqm3qleryobrgvgfqwdrt+2epfk+mbeczewdhjq6...@mail.gmail.com you wrote: Please do NOT use these terrible SZ_* defines. Never, ever. They are dangerous and should be avoided. Do you mind to explain why? Well, what does SZ_1M mean? Is it 1000 * 1000

Re: [U-Boot] [PATCH] imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo

2013-06-03 Thread Stefano Babic
Hi Pierre, On 18/04/2013 13:57, Pierre Aubert wrote: Signed-off-by: Pierre Aubert p.aub...@staubli.com CC: Stefano Babic sba...@denx.de --- Patch needs a rebased to be merge. Could you repost them (also 2/2) after rebasing on current u-boot-imx ? Thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v1 1/1] mpc512x: adjust and improve AC14xx board support

2013-06-03 Thread Wolfgang Denk
Dear Gerhard, In message 1370257851-27583-1-git-send-email-...@denx.de you wrote: + if (mac_diag) + printf(DIAG: MAC [%s]\n, getenv(ethaddr)); What happens if ethaddr is not defined in the environment? ... + rootpath=/opt/eldk/ppc_6xx\0

Re: [U-Boot] [PATCH v1 1/1] mpc512x: adjust and improve AC14xx board support

2013-06-03 Thread Stefano Babic
Hi Gerhard, On 03/06/2013 13:10, Gerhard Sittig wrote: - s = getenv(install_in_progress); + s = getenv(want_recovery); if ((s != NULL) (*s != '\0')) { - printf(previous installation aborted, running RECOVERY\n); + printf(detected recovery request

Re: [U-Boot] [PATCH v1 1/1] mpc512x: adjust and improve AC14xx board support

2013-06-03 Thread Gerhard Sittig
On Mon, Jun 03, 2013 at 15:07 +0200, Wolfgang Denk wrote: In message 1370257851-27583-1-git-send-email-...@denx.de you wrote: + if (mac_diag) + printf(DIAG: MAC [%s]\n, getenv(ethaddr)); What happens if ethaddr is not defined in the environment? The context

[U-Boot] [PATCH V2] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Piotr Wilczek
When compressed image is loaded, it must be decompressed to an aligned address + 2 to avoid unaligned access exception on some ARM platforms. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Anatolij Gustschin ag...@denx.de CC: Wolfgang

Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Piotr Wilczek
Dear Wolfgang Denk, -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, June 03, 2013 1:16 PM To: Piotr Wilczek Cc: u-boot@lists.denx.de; 'Minkyu Kang'; 'Kyungmin Park'; Lukasz Majewski; 'Anatolij Gustschin' Subject: Re: [PATCH] lcd: align bmp header when

Re: [U-Boot] [PATCH v1 1/1] mpc512x: adjust and improve AC14xx board support

2013-06-03 Thread Gerhard Sittig
On Mon, Jun 03, 2013 at 15:31 +0200, Stefano Babic wrote: On 03/06/2013 13:10, Gerhard Sittig wrote: - s = getenv(install_in_progress); + s = getenv(want_recovery); if ((s != NULL) (*s != '\0')) { - printf(previous installation aborted, running RECOVERY\n); +

Re: [U-Boot] [PATCH] fdt: allow bootdelay to be specified via device tree

2013-06-03 Thread Stephen Warren
On 06/02/2013 06:44 AM, Gerald Van Baren wrote: Hi Stephen, On 06/02/2013 01:24 AM, Stephen Warren wrote: On 05/14/2013 12:02 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This can be useful to force bootcmd to execute as soon as U-Boot has started. My use-case is:

Re: [U-Boot] [PATCH] Add splash screen support via loading from flash

2013-06-03 Thread Robert Winkler
Hello Stefano On Mon, Jun 3, 2013 at 12:44 AM, Stefano Babic sba...@denx.de wrote: Hi Robert, On 30/05/2013 23:03, Robert Winkler wrote: Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- board/boundary/nitrogen6x/nitrogen6x.c | 22 ++

Re: [U-Boot] [PATCH] fdt: allow bootdelay to be specified via device tree

2013-06-03 Thread Jerry Van Baren
On 06/03/2013 11:05 AM, Stephen Warren wrote: On 06/02/2013 06:44 AM, Gerald Van Baren wrote: Hi Stephen, On 06/02/2013 01:24 AM, Stephen Warren wrote: On 05/14/2013 12:02 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This can be useful to force bootcmd to execute as

[U-Boot] [PATCH] video:lcd:cfb_console: cm_t35: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

2013-06-03 Thread Robert Winkler
Also change splash_screen_prepare to a weak function. Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- board/compulab/cm_t35/cm_t35.c | 2 +- common/lcd.c | 10 -- drivers/video/cfb_console.c| 14 ++ 3 files changed, 19

Re: [U-Boot] [PATCH v3 04/10] SPI: Add Orion SPI driver

2013-06-03 Thread Sascha Silbe
Dear Jagan, Jagan Teki jagannadh.t...@gmail.com writes: Does this tested on hw, please re-base the tree and send the next version patch. Let me know if it ok to review under current tree. I'd appreciate a review of the latest patch [1,2]. There have been no changes in master to the files

Re: [U-Boot] [PATCH v3 04/10] SPI: Add Orion SPI driver

2013-06-03 Thread Jagan Teki
On Mon, Jun 3, 2013 at 11:01 PM, Sascha Silbe t-ub...@infra-silbe.de wrote: Dear Jagan, Jagan Teki jagannadh.t...@gmail.com writes: Does this tested on hw, please re-base the tree and send the next version patch. Let me know if it ok to review under current tree. I'd appreciate a review

[U-Boot] [PATCH] Add SPI Flash STMicro's N25Q512A add flag status check during SPI Flash write

2013-06-03 Thread Insop Song
Hi, I've made two changes while I was working on STMidro's SPI Flash N25Q512A - add the device entry for STMidro's SPI Flash N25Q512A - add Flag status check during Without this flag checking sf write will fail and SPI flash is locked up Please see the patch and let me know your

Re: [U-Boot] [PATCH v3 04/10] SPI: Add Orion SPI driver

2013-06-03 Thread Sascha Silbe
Dear Jagan, Jagan Teki jagannadh.t...@gmail.com writes: I'd appreciate a review of the latest patch [1,2]. [...] [1] mid:1369593423-19763-6-git-send-email-t-ub...@infra-silbe.de [2] http://patchwork.ozlabs.org/patch/246468/ Thank you, means this v4 is the latest one?

Re: [U-Boot] [PATCH v1 1/1] mpc512x: adjust and improve AC14xx board support

2013-06-03 Thread Wolfgang Denk
Dear Gerhard Sittig, In message 20130603135004.gh2...@book.gsilab.sittig.org you wrote: + if (mac_diag) + printf(DIAG: MAC [%s]\n, getenv(ethaddr)); What happens if ethaddr is not defined in the environment? The context is the mac_read_from_eeprom() routine,

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-03 Thread Jagan Teki
Hi, Looks ok to me as per coding style after a quick look. On Mon, May 27, 2013 at 12:06 AM, Sascha Silbe t-ub...@infra-silbe.de wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com This adds an SPI driver for Marvell Dove SoCs. This driver is taken from kirkwood_spi but

Re: [U-Boot] [PATCH V2] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Wolfgang Denk
Dear Piotr Wilczek, In message 1370267979-17800-1-git-send-email-p.wilc...@samsung.com you wrote: When compressed image is loaded, it must be decompressed to an aligned address + 2 to avoid unaligned access exception on some ARM platforms. ... - dst =

Re: [U-Boot] [PATCH 1/1] Add support of IB8315 board

2013-06-03 Thread Wolfgang Denk
Dear Sergey, please do not repost patches without making clear thatthese are reposts, and without explaining _why_ you are reposting, and what has been changed. Please see http://www.denx.de/wiki/U-Boot/Patches for detail. In message

Re: [U-Boot] [PATCH] lcd: align bmp header when uncopmressing image

2013-06-03 Thread Wolfgang Denk
Dear Piotr Wilczek, In message 000b01ce6064$b52a7de0$1f7f79a0$%wilc...@samsung.com you wrote: Oops??? Initial alignment has NOTHING to do with writing over the allocated end of memory! No, I meant only that malloc allocates memory in at least 4-byte resolution. Does it? I see no such

Re: [U-Boot] [PATCH] Add SPI Flash STMicro's N25Q512A add flag status check during SPI Flash write

2013-06-03 Thread Jagan Teki
Hi, Thanks for your new changes. I don't know may be you sent these changes intentionally. I personally not encouraging these as you sent all changes in one patch, attached a patch series to mail and did n't follow commit message header.

Re: [U-Boot] [PATCH v3 04/10] SPI: Add Orion SPI driver

2013-06-03 Thread Sebastian Hesselbarth
On 06/03/2013 07:31 PM, Sascha Silbe wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com This adds an SPI driver for Marvell Dove SoCs. This driver is taken from kirkwood_spi but removes mpp configuration as dove has dedicated spi pins. As a future clean-up step, the code for

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-03 Thread Lubomir Popov
Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19, Lokesh Vutla wrote: From: Balaji T K balaj...@ti.com add dra mmc pbias support and ldo1 power on Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Lokesh Vutla

[U-Boot] patches never reviewed

2013-06-03 Thread Angelo Dureghello
Dear All, i worked hardly through v6 for approval of this AMCORE Coldfire board support. Waited patiently for review of this patches: http://patchwork.ozlabs.org/patch/215904/ http://patchwork.ozlabs.org/patch/214686/ then asked again later for the review:

[U-Boot] TPM patches to pull if you wish

2013-06-03 Thread Simon Glass
Hi Tom, I pushed the TPM patches to a branch for you if you want to pick them up. I ended up squashing the config patch into the others - since otherwise snow will not build for one commit. Does that seem acceptable or should I resend the whole series again? Here are the original patches:

[U-Boot] U-Boot fit_image_load() refactor patches

2013-06-03 Thread Simon Glass
Hi Tom, I am not sure that anyone has reviewed these patches, but they are the next stage on cleaning up the image code. Here is a pull request: The following changes since commit d6639d10dbfa42dc888f8917012550b632a88959: Merge branch 'master' of git://git.denx.de/u-boot-nand-flash

Re: [U-Boot] U-Boot fit_image_load() refactor patches

2013-06-03 Thread Simon Glass
Hi Tom, On Mon, Jun 3, 2013 at 6:12 PM, Simon Glass s...@chromium.org wrote: Hi Tom, I am not sure that anyone has reviewed these patches, but they are the next stage on cleaning up the image code. Sorry, I sent thatbyy mistake. The bundle is here:

Re: [U-Boot] [PATCH] buildman: Allow make flags to be specified for each board

2013-06-03 Thread Simon Glass
Hi, On Sat, May 25, 2013 at 7:36 AM, Simon Glass s...@chromium.org wrote: There are a few make options such as BUILD_TAG which can be provided when building U-Boot. Provide a way for buildman to pass these flags to make also. The flags should be in a [make-flags] section and arranged by

[U-Boot] [PATCH] powerpc/B4860: enable PBL tool for B4860

2013-06-03 Thread Shaohui Xie
Use a default RCW of protocol 0x2A_0x98, and a PBI configure file which uses CPC1 as 512KB SRAM, then PBL tool can be used on B4860 to build a pbl boot image. Signed-off-by: Shaohui Xie shaohui@freescale.com --- board/freescale/b4860qds/b4_pbi.cfg | 27 +++

Re: [U-Boot] [U-BOOT] [PATCH] arm: da830: moved pinmux configurations to the arch tree

2013-06-03 Thread Vishwanathrao Badarkhe, Manish
Hi Tom, On Thu, May 30, 2013 at 13:25:11, Vishwanathrao Badarkhe, Manish wrote: Move pinmux configurations for the DA830 SoCs from board file to the arch tree so that it can be used for all da830 based devices. Also, avoids duplicate pinmuxing in case of NAND. Signed-off-by: Vishwanathrao

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-03 Thread Lokesh Vutla
Hi Lubomir,, On Tuesday 04 June 2013 01:28 AM, Lubomir Popov wrote: Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19, Lokesh Vutla wrote: From: Balaji T K balaj...@ti.com add dra mmc pbias support and ldo1 power on Signed-off-by:

Re: [U-Boot] [PATCH V5] ARM: OMAP: I2C: New read, write and probe functions

2013-06-03 Thread Heiko Schocher
Hello Lubomir, Am 03.06.2013 07:13, schrieb Heiko Schocher: Hello Lubomir, Am 02.06.2013 13:42, schrieb Lubomir Popov: Hello Lubomir, Am 01.06.2013 18:44, schrieb Lubomir Popov: New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4 (4430/60/70), OMAP5 (5430) and AM335X (3359);

Re: [U-Boot] [PATCH] imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo

2013-06-03 Thread Pierre AUBERT
Hi Stephano, Le 03/06/2013 15:03, Stefano Babic a écrit : ... Patch needs a rebased to be merge. Could you repost them (also 2/2) after rebasing on current u-boot-imx ? Thanks ! Best regards, Stefano Babic I will submit a V3 today. Best regards

Re: [U-Boot] [PATCH] Add SPI Flash STMicro's N25Q512A add flag status check during SPI Flash write

2013-06-03 Thread Jagan Teki
On Tue, Jun 4, 2013 at 10:34 AM, Insop Song insop.s...@cohere.net wrote: Hi, Thank you for your feedback. -Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Monday, June 03, 2013 12:14 PM To: Insop Song Cc: u-boot@lists.denx.de; york...@freescale.com