Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-15 Thread Heiko Schocher
Hello Sughosh, Sughosh Ganu wrote: hi Heiko, On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote: Hello Sugosh, Sughosh Ganu wrote: hi Christian, On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote: Hi Sughosh, I had a look at the patch and I tried to understand

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-15 Thread Matthias Fuchs
On 01/14/2012 09:14 PM, Fabio Estevam wrote: On Sat, Jan 14, 2012 at 6:09 PM, Matthias Fuchs matthias.fu...@esd.eu wrote: This cannot work. I do not understand what you are trying to achieve with this. I would like to avoid the extra dummy read that your patch proposes. That's what I also

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Stefano Babic
On 15/01/2012 02:12, Mike Frysinger wrote: On Saturday 14 January 2012 05:08:46 Stefano Babic wrote: On 11/01/2012 13:47, Fabio Estevam wrote: CONFIG_NET_MULTI is not used anymore, so remove it from board files. include/configs/P1010RDB.h |5 - include/configs/PM826.h

[U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Fabio Estevam
CONFIG_NET_MULTI is not used anymore, so remove it from board files. Cc: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Kumar Gala kumar.g...@freescale.com Cc: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: -

Re: [U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Tom Rini
On Sun, Jan 15, 2012 at 8:03 AM, Fabio Estevam feste...@gmail.com wrote: CONFIG_NET_MULTI is not used anymore, so remove it from board files. Cc: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Kumar Gala kumar.g...@freescale.com Cc: Sandeep Paulraj s-paul...@ti.com

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-15 Thread Fabio Estevam
On Sun, Jan 15, 2012 at 10:10 AM, Matthias Fuchs matthias.fu...@esd.eu wrote: That's what I also tried. But from the ref manual I got no idea. When we do not find a hy to deassert the chip select manually, we cannot avoid this read. I was assuming that the chip select deassertion was

[U-Boot] LL TEMAC V8 refactored

2012-01-15 Thread Stephan Linz
Back to the discussion from the last three months I have refactored the LL TEMAC driver again. The version V8 is ready to next review and testing. I myself have tested it successfully on an ML605 (TEMAC hard core) and on a SP3ADSP1800 (TEMAC soft core). Thanks to Marek, Wolfgang, Andy and Michal

[U-Boot] [PATCH 3/5] microblaze: Wire up LL_TEMAC driver initialization

2012-01-15 Thread Stephan Linz
Initialize ll_temac driver. Reported-by: Michal Simek mon...@monstr.eu Signed-off-by: Stephan Linz l...@li-pro.net --- .../xilinx/microblaze-generic/microblaze-generic.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 2/5] microblaze: Enable several ethernet driver compilation

2012-01-15 Thread Stephan Linz
NET_MULTI enables to use several ethernet drivers but microblaze-generic platform config file select only one driver. Reported-by: Michal Simek mon...@monstr.eu Signed-off-by: Stephan Linz l...@li-pro.net --- include/configs/microblaze-generic.h | 10 ++ 1 files changed, 6

[U-Boot] [PATCH 5/5] microblaze: Add faked LL_TEMAC driver configuration

2012-01-15 Thread Stephan Linz
Expand the specific configuration for the microblaze-generic board in xparameters.h with a faked setup to enable the LL_TEMAC driver. Note: From now the microblaze-generic board is no longer a valid board configuration for a real piece of hardware. Rather than, we use the file config.mk and

[U-Boot] [PATCH 4/5] microblaze: Enable phylib and mii support

2012-01-15 Thread Stephan Linz
From: Michal Simek mon...@monstr.eu Enable phylib and mii support for LLTEMAC or AXI EMAC ethernet drivers on Microblaze systems. Signed-off-by: Michal Simek mon...@monstr.eu Acked-by: Stephan Linz l...@li-pro.net --- include/configs/microblaze-generic.h | 21 + 1 files

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: +/* Data buffer for LL TEMAC Rx and Tx direction */ +static unsigned char rx_buffer[PKTSIZE_ALIGN] __attribute((aligned(DMAALIGN))); +static unsigned char tx_buffer[PKTSIZE_ALIGN] __attribute((aligned(DMAALIGN))); come code already

Re: [U-Boot] [PATCH] common, image: introduce new uimage types

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote: - ubootimage U-Boot image - splimage SPL image - dfenvimage Default Environment image - ublheader TI davinci UBL header image for ... ? is it even possible to `bootm` these currently ? -mike signature.asc Description:

Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: add the possibility to show a statusline when printing a menu do you have any examples ? +void menu_display_statusline(struct menu *m) a prototype needs to be in menu.h, and documented -mike signature.asc Description: This is a

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Stephan Linz
Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger: On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: +/* Data buffer for LL TEMAC Rx and Tx direction */ +static unsigned char rx_buffer[PKTSIZE_ALIGN] __attribute((aligned(DMAALIGN))); +static unsigned char

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-15 Thread Matthias Fuchs
On 01/15/2012 04:28 PM, Fabio Estevam wrote: On Sun, Jan 15, 2012 at 10:10 AM, Matthias Fuchs matthias.fu...@esd.eu wrote: That's what I also tried. But from the ref manual I got no idea. When we do not find a hy to deassert the chip select manually, we cannot avoid this read. I was

Re: [U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Mike Frysinger
Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 13:29:26 Stephan Linz wrote: Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger: On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: +/* Data buffer for LL TEMAC Rx and Tx direction */ +static unsigned char rx_buffer[PKTSIZE_ALIGN]

Re: [U-Boot] [PATCH 2/2] nand/fsl_elbc: Convert to self-init

2012-01-15 Thread Mike Frysinger
On Thursday 12 January 2012 20:59:41 Scott Wood wrote: --- a/drivers/mtd/nand/fsl_elbc_nand.c +++ b/drivers/mtd/nand/fsl_elbc_nand.c +#ifndef CONFIG_SYS_NAND_BASE_LIST +#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE } +#endif would this be better off in nand.h ? -mike

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Stephan Linz
Am Sonntag, den 15.01.2012, 13:47 -0500 schrieb Mike Frysinger: On Sunday 15 January 2012 13:29:26 Stephan Linz wrote: Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger: On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: +/* Data buffer for LL TEMAC Rx and Tx direction

Re: [U-Boot] [PATCH] eth: remove usb-ethernet devices before re-enumerating them

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/9 Vincent Palatin vpala...@chromium.org: Fix the crash when running several times usb_init() with a USB ethernet device plugged. Signed-off-by: Vincent Palatin vpala...@chromium.org Tested-by: Wolfgang Grandegger w...@denx.de ---  drivers/usb/eth/usb_ether.c |    7 +--  

[U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-15 Thread Stephan Linz
In xilinx_ll_temac_initialize() the memory is already zero-ed by the call to calloc, so this loop is useless. Signed-off-by: Stephan Linz l...@li-pro.net --- drivers/net/xilinx_ll_temac.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/net/xilinx_ll_temac.c

Re: [U-Boot] [PATCH] USB: relax usbcore reset timings

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/21 Wolfgang Grandegger w...@grandegger.com: From: Wolfgang Grandegger w...@denx.de Following the corresponding Linux code, this patch relaxes reset timings waiting at least 100ms after power to the ports. There are some reports that it helps make enumeration work better on some

Re: [U-Boot] [PATCH] USB: fix USB keyboard polling parameter

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/9 Vincent Palatin vpala...@chromium.org: When doing a GET_REPORT request on the keyboard control endpoint, the report ID should 0 (ie report ID not used) rather than 1 as reports are not used in boot mode. Signed-off-by: Vincent Palatin vpala...@chromium.org --- Applied to

Re: [U-Boot] [PATCH] usb: add numeric keypad support to HID driver

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/9 Vincent Palatin vpala...@chromium.org: When keys are pressed on the numeric keypad, emit key codes for the numbers, operators, dot and enter. Signed-off-by: Vincent Palatin vpala...@chromium.org ---  common/usb_kbd.c |   10 ++  1 files changed, 10 insertions(+), 0

Re: [U-Boot] [PATCH v4 14/20] usb: Add support for txfifo threshold

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/12 Simon Glass s...@chromium.org: CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning field in the EHCI controller on reset. Signed-off-by: Simon Glass s...@chromium.org ---  README                      |    3 +++  drivers/usb/host/ehci-hcd.c |    7 +++  

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/23 Allen Martin amar...@nvidia.com: If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard device is detected. Signed-off-by: Allen Martin amar...@nvidia.com ---  common/usb_kbd.c |    6 ++  1 files changed, 6 insertions(+), 0 deletions(-) Applied to

Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/21 Allen Martin amar...@nvidia.com: This moves keyboard polling logic from USB HCD drivers into USB keyboard driver.  Remove usb_event_poll() as keyboard polling was the only user of this API.  With this patch USB keyboard works with EHCI controllers again.  Tested on a tegra2

Re: [U-Boot] [PATCH v4 16/20] tegra: usb: Add support for Tegra USB peripheral

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/12 Simon Glass s...@chromium.org: This adds basic support for the Tegra2 USB controller. Board files should call board_usb_init() to set things up. Configuration is performed through the FDT, with aliases used to set the order of the ports, like this fragment:        aliases {  

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Remy Bohmer
Hi All, 2011/12/22 Ilya Yanok ya...@emcraft.com: Hi Govindraj, On 22.12.2011 10:55, Govindraj wrote: Signed-off-by: Ilya Yanok ya...@emcraft.com --- Changes from V3:  - None Changes from V2:  - None Changes from V1:  - CONFIG_OMAP_EHCI_PHYx_RESET changed to

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Tom Rini
On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer li...@bohmer.net wrote: Hi All, 2011/12/22 Ilya Yanok ya...@emcraft.com: Hi Govindraj, On 22.12.2011 10:55, Govindraj wrote: Signed-off-by: Ilya Yanok ya...@emcraft.com --- Changes from V3:  - None Changes from V2:  - None Changes from V1:

Re: [U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 14:46:07 Stephan Linz wrote: In xilinx_ll_temac_initialize() the memory is already zero-ed by the call to calloc, so this loop is useless. has this driver already been merged ? if not, the process is to update the patch and send the new version to the list as a v2

Re: [U-Boot] [PATCH V4 2/2] ext4fs write support

2012-01-15 Thread Mike Frysinger
On Monday 09 January 2012 12:56:16 uma.shan...@samsung.com wrote: --- a/common/Makefile +++ b/common/Makefile +ifndef CONFIG_CMD_EXT4 +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o +endif the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable CONFIG_CMD_EXT4_WRITE but not

Re: [U-Boot] Add ext4 write support

2012-01-15 Thread Mike Frysinger
On Monday 09 January 2012 21:30:41 Kim Phillips wrote: On Mon, 9 Jan 2012 23:21:40 +0530 uma shankar wrote: Kernel does not mount the partition if we use this particular crc file. Hence, we are keeping the existing crc16.c file. setting the standard for new filesystem implementations to do

[U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize

2012-01-15 Thread Mike Frysinger
All arches init these variables the same way, so move the logic into the core net code to avoid duplicating it everywhere else. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/arm/lib/board.c| 11 --- arch/avr32/lib/board.c |5 - arch/blackfin/lib/board.c

Re: [U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize

2012-01-15 Thread Thomas Chou
Hi Mike, On 01/16/2012 07:32 AM, Mike Frysinger wrote: All arches init these variables the same way, so move the logic into the core net code to avoid duplicating it everywhere else. Signed-off-by: Mike Frysingervap...@gentoo.org --- arch/arm/lib/board.c| 11 ---

Re: [U-Boot] [PATCH 5/6] tegra: nand: Add Tegra NAND driver

2012-01-15 Thread Jim Lin
Simon, Could you also add Signed-off-by: Jim Lin ji...@nvidia.com for me? Thanks, Jim -Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Sunday, January 15, 2012 12:12 PM To: Simon Glass Cc: u-boot@lists.denx.de; Jim Lin; Tom Warren; Scott Wood Subject: Re:

Re: [U-Boot] [PATCH] common, image: introduce new uimage types

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote: - ubootimage U-Boot image - splimage SPL image - dfenvimage Default Environment image - ublheader TI davinci UBL header image for ... ? Oh, right, forgotten to add this in the commit

Re: [U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Sunday 15 January 2012 02:53:40 Heiko Schocher wrote: --- a/common/main.c +++ b/common/main.c +if ((first) (timeout)) { those inner parens make no sense Yep, fixed. +ulong start = get_timer(0); +

Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: add the possibility to show a statusline when printing a menu do you have any examples ? Used in the cam_enc_4xx update patch, see: [U-Boot] arm, davinci: cam_enc_4xx board updates

Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev-enetaddr as fall back

2012-01-15 Thread Eric Miao
On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk w...@denx.de wrote: Dear Eric Miao, In message 1313559224-4627-1-git-send-email-eric.m...@linaro.org you wrote: Ignore the return value of eth_getenv_enetaddr_by_index(), and if it fails, fall back to use dev-enetaddr, which could be filled up by

Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev-enetaddr as fall back

2012-01-15 Thread Eric Miao
On Mon, Jan 16, 2012 at 3:03 PM, Eric Miao eric.m...@linaro.org wrote: On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk w...@denx.de wrote: Dear Eric Miao, In message 1313559224-4627-1-git-send-email-eric.m...@linaro.org you wrote: Ignore the return value of eth_getenv_enetaddr_by_index(), and

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

2012-01-15 Thread Albert ARIBAUD
Hi Tom, Le 13/01/2012 20:33, Tom Rini a écrit : Hi Albert, The following changes since commit 10a4fa9e22b9677819b3901a87eec05875b346ad: Aneesh V (1): omap4: fix boot issue on ES2.0 Panda are available in the git repository at: git://git.denx.de/u-boot-ti.git master Andreas

[U-Boot] [PATCH v4 0/4] ARMV7: Exynos4: Add support for TRATS board

2012-01-15 Thread HeungJun, Kim
This patch series support for Samsung TRATS board, and add the headers of watchdog and power, and current version is 4. I missed logs of v2 on this thread, so I'm going to add this: http://lists.denx.de/pipermail/u-boot/2012-January/114857.html Also, this patch is tested on Samsung TRATS board.

[U-Boot] [PATCH v4 2/4] ARMV7: Exynos4: Add supoort power for Exynos4

2012-01-15 Thread HeungJun, Kim
This patch adds power.h and SAMSUNG_BASE() macro for using Exynos4 power. Signed-off-by: HeungJun, Kim riverful@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes for v3: - Created Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/cpu.h |

[U-Boot] [PATCH v4 1/4] ARMV7: Exynos4: Add watchdog.h for Exynos4

2012-01-15 Thread HeungJun, Kim
This patch add watchdog.h for Exynos4 Signed-off-by: HeungJun, Kim riverful@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes for v3: - Created Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++ 1

[U-Boot] [PATCH v4 4/4] ARMV7: Exynos4: Add support for TRATS board

2012-01-15 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim riverful@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes for v2: - sort the list of the name in MAINTAINERS - modify to GPLv2+ - change assem code in lowlevel_init.S to C code

[U-Boot] [PATCH v4 3/4] ARMV7: Exynos4: Fix toolchain optimization problem for using volatile

2012-01-15 Thread HeungJun, Kim
Because of wrong disassembled codes from C by the optimization of toolchain, it occurs a problem that wrong register is read if the functions were called in the asm code. This patch uses keyword volatile for fixing it for sure. And, it is inserted only when the function is extern in the

[U-Boot] [PATCH] edminiv2: add hush parser and long help

2012-01-15 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- include/configs/edminiv2.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 88d32b2..9134884 100644 --- a/include/configs/edminiv2.h +++

[U-Boot] [PATCH] add new board vl_ma2sc

2012-01-15 Thread Jens Scharsig
* add support for board VL+MA2SC * adds vl_ma2sc_config for standard NOR boot configuration * adds vl_ma2sc_ram_config for RAM load configuration Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- MAINTAINERS |1 + board/BuS/vl_ma2sc/Makefile | 54

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Govindraj
On Mon, Jan 16, 2012 at 3:34 AM, Tom Rini tom.r...@gmail.com wrote: On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer li...@bohmer.net wrote: Hi All, 2011/12/22 Ilya Yanok ya...@emcraft.com: Hi Govindraj, On 22.12.2011 10:55, Govindraj wrote: Signed-off-by: Ilya Yanok ya...@emcraft.com ---

Re: [U-Boot] [PATCH V4 2/2] ext4fs write support

2012-01-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201201151903.09599.vap...@gentoo.org you wrote: +ifndef CONFIG_CMD_EXT4 +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o +endif the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable CONFIG_CMD_EXT4_WRITE but not CONFIG_CMD_EXT4, that's