Re: [U-Boot] [PATCH 2/2] mpc85xx: support for Freescale COM Express P2020

2011-10-07 Thread Wolfgang Denk
Dear Ira W. Snyder, In message 20111006230624.gb27...@ovro.caltech.edu you wrote: Signed-off-by: Ira W. Snyder i...@ovro.caltech.edu --- arch/powerpc/include/asm/immap_85xx.h |1 + board/freescale/p2020come/Makefile| 53 +++ board/freescale/p2020come/ddr.c | 245

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-07 Thread Wolfgang Denk
Dear Marek Vasut, In message 201110070131.53775.marek.va...@gmail.com you wrote: Checkpatch says: total: 5 errors, 1 warnings, 97 lines checked ... Please see my previous comment about the state of usbkbd.c. The warnings are from original code that was moved around. I'd prefer to

Re: [U-Boot] [PATCH v15 1/9] nds32: add header files support for nds32

2011-10-07 Thread Wolfgang Denk
Dear =?UTF-8?B?6aas5YWL5rOh?=, In message caccg+xm0r0z0xm1c9zu9zc4bj+sx5b2gv3w_v5ebjovx9as...@mail.gmail.com you wrote: I believe you must be exhausted for reviewing these patches again and again. Not yet - actually I'm playing with doing such things in a mostly automated way. However,

[U-Boot] [PATCH v4] net: axi_ethernet: Add driver to u-boot

2011-10-07 Thread Michal Simek
Add axi_ethernet driver for little-endian Microblaze. RX/TX BDs and rxframe buffer are shared among all axi_ethernet MACs. Only one MAC can work in one time. Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Fix cammelcase weirdness Create mdio_wait function with timeouts

[U-Boot] [PATCH] common/image.c: remove duplicated IH_TYPE entries.

2011-10-07 Thread Wolfgang Denk
Also rearrange IH_TYPE table slightly. Signed-off-by: Wolfgang Denk w...@denx.de --- common/image.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/common/image.c b/common/image.c index d38ce4a..ed6b26b 100644 --- a/common/image.c +++ b/common/image.c @@ -133,19

[U-Boot] [PATCH] arm, post, memory: fix bug if sdram base != 0x00000000

2011-10-07 Thread Heiko Schocher
commit 8d3fcb5e60b6c8e1d530dbc2e2e33ec6a44670da breaks post memory support for sdram base != 0x. Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Valentin Longchamp valentin.longch...@keymile.com Cc: Holger Brunck holger.bru...@keymile.com --- $

Re: [U-Boot] [PATCH v3] net: axi_ethernet: Add driver to u-boot

2011-10-07 Thread Michal Simek
Dear Wolfgang Denk, In message 1316094617-13657-1-git-send-email-mon...@monstr.eu you wrote: Add axi_ethernet driver for little-endian Microblaze. RX/TX BDs and rxframe buffer are shared among all axi_ethernet MACs. Only one MAC can work in one time. Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH v3 3/8] POST: add post_log_res field for post results in global data

2011-10-07 Thread Valentin Longchamp
Hello Wolfgang, On 10/06/2011 11:44 PM, Wolfgang Denk wrote: Dear Valentin Longchamp, In message 1314975550-15766-4-git-send-email-valentin.longch...@keymile.com you wrote: The current post_log_word in global data is currently split into 2x 16 bits: half for the test start, half for the

Re: [U-Boot] [PATCH] image: Implement IH_TYPE_KERNEL_REL

2011-10-07 Thread Wolfgang Denk
Dear Stephen Warren, In message 1317940584-19528-1-git-send-email-swar...@nvidia.com you wrote: uImage files contain absolute load and entry addresses. Such a concept is incompatible with using the same kernel image on multiple SoCs, each with a potentially different SDRAM base. To support

Re: [U-Boot] [PATCH] arm, post, memory: fix bug if sdram base != 0x00000000

2011-10-07 Thread Valentin Longchamp
On 10/07/2011 08:40 AM, Heiko Schocher wrote: commit 8d3fcb5e60b6c8e1d530dbc2e2e33ec6a44670da breaks post memory support for sdram base != 0x. Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Valentin Longchamp valentin.longch...@keymile.com Cc: Holger Brunck

Re: [U-Boot] [PATCH v2 3/5] usb:gadget: USB Mass Storage - files from Linux kernel

2011-10-07 Thread Lukasz Majewski
Hi Wolfgang, Dear Lukasz Majewski, In message 1310567392-29082-4-git-send-email-l.majew...@samsung.com you wrote: Two files from Linux kernel source tree have been ported to u-boot (Linux Kernel v2.6.34): File file_storage.c commit 2ecdc82ef0b03e67ce5ecee79d0d108177a704df

[U-Boot] [PATCH 1/5 v2] microblaze: Call common console_init_f initialization function

2011-10-07 Thread Michal Simek
Calling console_init_f enables CTRL+C usage. Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Fix commit message - origin subject microblaze: Support CTRL+C when tftp is running --- arch/microblaze/lib/board.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 2/5 v4] microblaze: Support flashes on lower addresses

2011-10-07 Thread Michal Simek
Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Change symbol references provided by a linker script v3: Move externs to header v4: Add license and copyright with #ifdef protection --- arch/microblaze/include/asm/processor.h | 32 ++-

[U-Boot] [PATCH 3/5 v3] microblaze: Initialize jumptable and console

2011-10-07 Thread Michal Simek
This changes were done to get support for netconsole. Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Fix commit message v3: Fix coding style --- arch/microblaze/lib/board.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/microblaze/lib/board.c

[U-Boot] [PATCH 4/5 v2] microblaze: Fix unaligned.h for endians

2011-10-07 Thread Michal Simek
Also support little endian MB. Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Use asm-generic unaligned code --- arch/microblaze/include/asm/unaligned.h | 17 + 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/arch/microblaze/include/asm/unaligned.h

[U-Boot] [PATCH 5/5 v2] microblaze: Copy bootfile from variables

2011-10-07 Thread Michal Simek
Setup bootfile. Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Move getenv assignment out of if --- arch/microblaze/lib/board.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c index d677329..ca5882d

Re: [U-Boot] [PATCH] UBI: fix endless loop when a bitflip was detected

2011-10-07 Thread Holger Brunck
Hi Wolfgang, Wolfgang Denk wrote: In message 1315904833-11430-1-git-send-email-holger.bru...@keymile.com you wrote: On km_kirkwood boards we saw that u-boot gets stuck if the UBI layer detects a correctable bitflip in the NAND flash when u-boot tries to attach to the UBI device. This was

Re: [U-Boot] [PATCH v2 1/5] usb:gadget:s5p USB Device Controller (UDC) implementation

2011-10-07 Thread Lukasz Majewski
On Fri, 07 Oct 2011 00:10:48 +0200 Wolfgang Denk w...@denx.de wrote: Dear Lukasz Majewski, In message 1310567392-29082-2-git-send-email-l.majew...@samsung.com you wrote: This commit provides UDC driver support for Samsung's SoC family of processors. Signed-off-by: Lukasz Majewski

[U-Boot] [PATCH 1/3 v2] net: emaclite: Setup RX/TX ping pong for every instance

2011-10-07 Thread Michal Simek
Setup RX/TX ping-pong buffer for every emaclite IP separately. The next patch move initialization directly to board code. Signed-off-by: Michal Simek mon...@monstr.eu --- v2: Fix coding style violations --- drivers/net/xilinx_emaclite.c | 123 ++-- 1 files

[U-Boot] [PATCH 2/3] net: emaclite: Use PKTSIZE directly

2011-10-07 Thread Michal Simek
Do not setup additional ENET_MAX_MTU macro. Signed-off-by: Michal Simek mon...@monstr.eu --- drivers/net/xilinx_emaclite.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c index 9342476..aa9ac4b 100644

[U-Boot] [PATCH 3/3] net: emaclite: Fix coding style

2011-10-07 Thread Michal Simek
Checked by checkpatch.pl script. No functional changes. Signed-off-by: Michal Simek mon...@monstr.eu --- drivers/net/xilinx_emaclite.c | 57 +++- 1 files changed, 27 insertions(+), 30 deletions(-) diff --git a/drivers/net/xilinx_emaclite.c

[U-Boot] [PATCH RESEND] FAT: Add FAT write feature

2011-10-07 Thread Donggeun Kim
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition. The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition.

[U-Boot] [PATCH] README: fix documentation of CONFIG_SHOW_BOOT_PROGRESS

2011-10-07 Thread Wolfgang Denk
SOme previous changes added code right in the middle of the description of CONFIG_SHOW_BOOT_PROGRESS. Move this text down. Fix formatting while we are at it. Signed-off-by: Wolfgang Denk w...@denx.de --- README | 72 1 files

Re: [U-Boot] [PATCH v2 3/5] usb:gadget: USB Mass Storage - files from Linux kernel

2011-10-07 Thread Wolfgang Denk
Dear Lukasz Majewski, In message 20111007092838.02c6a42f@lmajewski.digital.local you wrote: Checkpatch says: total: 184 errors, 27 warnings, 4301 lines checked Please clean up and resubmit. Thanks. I'd like to ask about rules for porting - moving files from Linux. We try to

[U-Boot] [PATCH V2 0/2] api: export LCD and video to external apps

2011-10-07 Thread Che-Liang Chiou
This patch set exports LCD and video clearing and bitmap-rendering on screen functions to external apps, and provides a unified interface of accessing them. Che-Liang Chiou (2): lcd: video: add clear and draw bitmap declaration api: export LCD and video to external apps api/Makefile

[U-Boot] [PATCH V2 1/2] lcd: video: add clear and draw bitmap declaration

2011-10-07 Thread Che-Liang Chiou
The functions for clearing and drawing bitmaps on the screen were not exposed publicly and are made public in this patch in preparation for implementing the display interface of api_public.h. Signed-off-by: Che-Liang Chiou clch...@chromium.org --- Changes since V1 Fix style errors

[U-Boot] [PATCH V2 2/2] api: export LCD and video to external apps

2011-10-07 Thread Che-Liang Chiou
This patch exports LCD and video information and bitmap-rendering functions to external apps. This patch is tested on a Seaboard, which does not have a video output. So I only tested LCD code paths. NOTE: The Seaboard LCD driver is not yet upstreamed; the test was done in a local downstream

Re: [U-Boot] [PATCH] mvgbe: fix network device indices

2011-10-07 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Michael Walle Sent: Friday, October 07, 2011 3:53 AM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] mvgbe: fix network device indices Don't assume that the MAC address of

Re: [U-Boot] [PATCH 2/2] api: export LCD and video to external apps

2011-10-07 Thread Che-liang Chiou
Dear Wolfgang Denk, On Fri, Oct 7, 2011 at 2:33 AM, Wolfgang Denk w...@denx.de wrote: Dear Che-Liang Chiou, In message ce61e361e4b8456b9e0584a72f37d2e278ff2ab1.1317715598.git.clch...@chromium.org you wrote: This patch exports LCD and video information and bitmap-rendering functions to

Re: [U-Boot] [PATCH V2 1/2] mmc: change magic number to macro define

2011-10-07 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Lei Wen Sent: Thursday, October 06, 2011 8:41 PM To: Marek Vasut Cc: Lei Wen; u-boot@lists.denx.de; Andy Fleming Subject: Re: [U-Boot] [PATCH V2 1/2] mmc: change magic number

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-07 Thread Marek Vasut
On Friday, October 07, 2011 07:25:22 AM Wolfgang Denk wrote: Dear Marek Vasut, In message 201110070130.14881.marek.va...@gmail.com you wrote: Checkpatch says: total: 0 errors, 1 warnings, 43 lines checked Please clean up and resubmit. Thanks. ... The extern-stuff

Re: [U-Boot] [PATCH v4] OMAP3: mvblx: Initial support for mvBlueLYNX-X

2011-10-07 Thread Michael Jones
Hi Wolfgang, On 10/06/2011 11:51 PM, Wolfgang Denk wrote: Dear Michael Jones, In message1313571318-17795-1-git-send-email-michael.jo...@matrix-vision.de you wrote: Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based intelligent camera. Signed-off-by: Michael

Re: [U-Boot] [PATCH 2/2] api: export LCD and video to external apps

2011-10-07 Thread Wolfgang Denk
Dear Che-liang Chiou, In message canjuy2kuhg+4kueeupj0pbefkjdhajjnt_8-vulxyuxh9oc...@mail.gmail.com you wrote: + ub_display_clear(); What happens here if no display is available? It is equivalent to a no-op. Or do you think we should print a warning message if no display is

[U-Boot] [PATCH V3] cmd_time: add time command

2011-10-07 Thread Che-Liang Chiou
The 'time' command runs and reports execution time of commands. Sample usage: u-boot# time crc 0x1000 1000 CRC32 for 1000 ... 1fff == ae94dc4b time: 0.004 seconds, 4 ticks Signed-off-by: Che-Liang Chiou clch...@chromium.org --- Changes since V2

[U-Boot] You Have Been Chosen

2011-10-07 Thread Catholic Charity Funds
Your Email I.D Won a Sum payout of one million dollars ($1,000 000) As CATHOLIC CHARITY FUNDS donation to less privileged and to eradicate poverty allover the world and your email address was luckily selected true a search machine from the internet and you are one of our lucky winner.Grant Verify

Re: [U-Boot] [PATCH 2/2] api: export LCD and video to external apps

2011-10-07 Thread Che-liang Chiou
Hi Wolfgang Denk, I have added following comments to this call in patch V2. +       /*+        * This only clears messages on screen, not on serial port. It is+        * equivalent to a no-op if no display is available.+        */Do you think it is sufficient? Regards, Che-Liang On Fri, Oct 7,

[U-Boot] Can I boot at image from a jffs2 filesystem

2011-10-07 Thread Phillips, Owain
Hi, I am trying to squeeze new features onto a uboot based system where we have run out of flash. In tandum with general optimisation of apps, removal of redundant code etc I wanted to rework our boot schema to reclaim some free space in other partitions. Kernel currently boots from its own

Re: [U-Boot] [PATCH] README: fix documentation of CONFIG_SHOW_BOOT_PROGRESS

2011-10-07 Thread Michael Jones
Hi Wolfgang, On 10/07/2011 10:04 AM, Wolfgang Denk wrote: SOme previous changes added code right in the middle of the typo- double capitalization description of CONFIG_SHOW_BOOT_PROGRESS. Move this text down. Fix formatting while we are at it. Signed-off-by: Wolfgang Denkw...@denx.de

Re: [U-Boot] [PATCH] mvgbe: fix network device indices

2011-10-07 Thread Michael Walle
Am Fr, 7.10.2011, 10:26 schrieb Prafulla Wadaskar: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Michael Walle Sent: Friday, October 07, 2011 3:53 AM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] mvgbe: fix network

[U-Boot] [PATCH 2/2] ppc: Fix DBSR_IAx defines in bedbug/regs.h

2011-10-07 Thread Stefan Roese
While adding asm/cache.h to common.h for PPC targets, I got an error about multiple definitions of some DBSR_ macros. While scanning these defines, I noticed that some where defined not correctly for all PPC variants. So I removed all unused defines, and corrected the ones really used by bedbug

[U-Boot] [PATCH 1/2] ppc: Include asm/cache.h in common.h

2011-10-07 Thread Stefan Roese
This is needed for the patch cache: add default setting for CONFIG_SYS_CACHELINE_SIZE from Anton Staaf. As cache.h defines CONFIG_SYS_CACHELINE_SIZE for PPC targets. This will remove the following warnings/errors: include/common.h:819:2: warning: #warning CONFIG_SYS_CACHELINE_SIZE not defined,

[U-Boot] [PATCH v2 0/3] arm, davinci: add am1808 based enbw_cmc board

2011-10-07 Thread Heiko Schocher
] arm, post: add missing post_time_ms for arm http://patchwork.ozlabs.org/patch/114743/ checkpatch: total: 0 errors, 0 warnings, 8 lines checked 20111007/0001-arm-davinci-fix-typo-in-arch-arm-cpu-arm926ejs-davin.patch has no obvious style problems and is ready for submission. total: 0 errors, 0

[U-Boot] [PATCH v2 2/3] arm, davinci: add DAVINCI_MMC_CLKID

2011-10-07 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de --- arch/arm/include/asm/arch-davinci/hardware.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h index b6a3209..24ae49d 100644 ---

[U-Boot] [PATCH v2 1/3] arm, davinci: fix typo in arch/arm/cpu/arm926ejs/davinci/Makefile

2011-10-07 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Christian Riesch christian.rie...@omicron.at Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm926ejs/davinci/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH v2 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-10-07 Thread Heiko Schocher
- booting from NOR Flash with direct boot method - POST support - LOGBUF support Signed-off-by: Heiko Schocher h...@denx.de Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Igor Grinberg grinb...@compulab.co.il Cc: Christian Riesch christian.rie...@omicron.at

[U-Boot] [PATCH 0/2] USB keyboard driver rework

2011-10-07 Thread Marek Vasut
This series reworks the common/usb_kbd.c driver. The code in the driver was messy so this is mostly cleanup and reorganisation. This depends on previous patches: [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP Message-Id:

[U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-07 Thread Marek Vasut
Also, fix usb drivers which use extern new. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Ajay Kumar Gupta ajay.gu...@ti.com Cc: Bryan Wu bryan...@analog.com Cc: Cliff Cai cliff@analog.com Cc: Mike Frysinger vap...@gentoo.org Cc: Remy Bohmer li...@bohmer.net Cc: Wolfgang Denk

[U-Boot] [PATCH 2/2] USB: Drop dead code from usb_kbd.c

2011-10-07 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Wolfgang Denk w...@denx.de Cc: Remy Bohmer li...@bohmer.net --- common/usb_kbd.c | 369 -- 1 files changed, 0 insertions(+), 369 deletions(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c

Re: [U-Boot] RFC [PATCH 2/5] arm/kirkwood: print speeds with cpu info.

2011-10-07 Thread Jason
Wolfgang, On Thu, Oct 06, 2011 at 08:13:36PM +0200, Wolfgang Denk wrote: In message 1311715171-13128-2-git-send-email-u-b...@lakedaemon.net you wrote: ... + printf(CPU running @ %dMHz L2 running @ %dMHz\n, + cpu_clk, l2_clk); + printf(SysClock = %dMHz, TClock = %dMHz\n,

Re: [U-Boot] RFC [PATCH 4/5 v5] dreamplug: initial board support.

2011-10-07 Thread Jason
Wolfgang, On Thu, Oct 06, 2011 at 08:15:28PM +0200, Wolfgang Denk wrote: In message 1311715171-13128-4-git-send-email-u-b...@lakedaemon.net you wrote: Copied wholeheartedly from board/Marvell/guruplug and modified to add support for SPI NOR flash. ... + /* command to read PHY dev

Re: [U-Boot] [PATCH 1/2] nand: Merge BCH code from Linux nand driver

2011-10-07 Thread Christian Hitz
Hello, Am 07.10.2011 07:29, schrieb Wolfgang Denk: In messageCA+M6bX=DQ=pwdd0pknnlr1lcfcikwfwwonnqiroz4xugwv2...@mail.gmail.com you wrote: total: 566 errors, 1052 warnings, 1912 lines checked Please clean up and resubmit. Not that I've checked personally but might this be a case of

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: CONFIG_ENABLE_36BIT_PHYS does not depend on CONFIG_PHYS_64BIT

2011-10-07 Thread Kumar Gala
On Sep 6, 2011, at 9:36 AM, Timur Tabi wrote: The macro CONFIG_ENABLE_36BIT_PHYS is used to indicate that the given SOC is capable of 36-bit physical addresses, even if such large addresses are not used. On two boards, this macro was enabled only when building a 36-bit image.

Re: [U-Boot] [u-boot-release] [PATCH] powerpc/mpc8xxx: Merge entries in DDR speed table

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 11:19 AM, York Sun wrote: It is not necessary to keep multiple entries for the same setting in DDR speed tables. Merge them for smaller tables. Also restructure the tables for smaller size. Cleanup some typedefs. Enforce strict checking for speed table. If DIMM is

Re: [U-Boot] [PATCH 2/2] nand: Merge changes from Linux nand driver

2011-10-07 Thread Christian Hitz
Am 06.10.2011 23:25, schrieb Scott Wood: On 10/06/2011 04:06 PM, Wolfgang Denk wrote: Dear Hitz, Christian, In messageCD1B567EF015FE41B29FF476B8600DDD26BBF25B89@vsrv-mail01.newtechgroup.local you wrote: This patch synchronizes the nand driver with the Linux 3.0 state. Signed-off-by:

Re: [U-Boot] [PATCH] powerpc/85xx: fix null pointer dereference when initializing the SGMII TBI PHY

2011-10-07 Thread Kumar Gala
On Oct 4, 2011, at 4:44 PM, Timur Tabi wrote: Function dtsec_configure_serdes() needs to know where the TBI PHY registers are in order to configure SGMII for proper SerDes operation. During SGMII initialzation, fm_eth_init_mac() passing NULL for 'phyregs' when it called init_dtsec(),

Re: [U-Boot] [PATCH 1/2] powerpc/mpc8641hpcn: fix SRIO BAT config

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 7:10 PM, Becky Bruce wrote: There were duplicate (and conflicting) defines for the BATs used to cover SRIO. Drop the bogus set. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- include/configs/MPC8641HPCN.h |5 - 1 files changed, 0 insertions(+), 5

Re: [U-Boot] [PATCH 2/2] powerpc/mpc86xx: Disable translation for BAT setup

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 7:10 PM, Becky Bruce wrote: We really shouldn't be overwriting bat registers with translation enabled, especially when we're executing code using one of them for translating the current instruction stream. Instead, disable address translation while doing the final BAT

Re: [U-Boot] [PATCH 1/4] powerpc/mpc8536ds: Add eSPI support for MPC8536DS

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 2:18 PM, York Sun wrote: From: Xie Xiaobo r63...@freescale.com 1.The SD_DATA[4:7] signals are shared with the SPI chip selects on 8536DS, so don't set MPC85xx_PMUXCR_SD_DATA that config eSDHC data bus-width to 4-bit and enable SPI signals. 2.Add eSPI controller and

Re: [U-Boot] [PATCH 4/4] powerpc/mpc8536ds: Add USB support for MPC8536DS

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 2:18 PM, York Sun wrote: From: Fanzc b32...@freescale.com Add EHCI controller and USB command definition. Signed-off-by: Xie Xiaobo r63...@freescale.com --- include/configs/MPC8536DS.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) applied

Re: [U-Boot] [PATCH] powerpc/mpc8536ds: Save the env variables to SDcard and SPI flash

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 2:54 PM, York Sun wrote: From: Xie Xiaobo r63...@freescale.com MPC8536DS offer booting from SDcard or SPI flash. This patch defined that u-boot can save the environment variables on SDcard or SPI flash when booting from the related device. The Env parameter region and

Re: [U-Boot] [PATCH] phylib: Work around bug in Teranetics PHY

2011-10-07 Thread Kumar Gala
On Aug 16, 2011, at 5:08 PM, Andy Fleming wrote: The Teranetics PHY does not properly report the link state for fiber connections. The new PHY code actually checked the link, and so the FM driver would refuse to talk over a linkless PHY. But the link may actually be up, so now we always

Re: [U-Boot] [Patch v4 7/7] powerpc/8xxx: Add support for interactive DDR programming interface

2011-10-07 Thread Kumar Gala
On Sep 16, 2011, at 3:21 PM, York Sun wrote: Interactive DDR debugging provides a user interface to view and modify SPD, DIMM parameters, board options and DDR controller registers before DDR is initialized. With this feature, developers can fine-tune DDR for board bringup and other

Re: [U-Boot] [PATCH 6/9] powerpc/mpc8548cds: Update config file

2011-10-07 Thread Kumar Gala
On Oct 6, 2011, at 4:33 PM, Wolfgang Denk wrote: Dear Zhao Chenhui, In message 1315898131-27710-6-git-send-email-chenhui.z...@freescale.com you wrote: From: chenhui zhao chenhui.z...@freescale.com -Increase the size of malloc space. -Enable e1000 network card. -Change the location of

Re: [U-Boot] [PATCH 6/9] powerpc/mpc8548cds: Update config file

2011-10-07 Thread Kumar Gala
On Sep 13, 2011, at 2:15 AM, Zhao Chenhui wrote: From: chenhui zhao chenhui.z...@freescale.com -Increase the size of malloc space. -Enable e1000 network card. -Change the location of env address. -Use hwconfig to turn off ECC. Signed-off-by: Zhao Chenhui chenhui.z...@freescale.com ---

Re: [U-Boot] [PATCH 8/9] powerpc/mpc8548cds: Fix config according to system address map

2011-10-07 Thread Kumar Gala
On Sep 13, 2011, at 2:15 AM, Zhao Chenhui wrote: From: chenhui zhao chenhui.z...@freescale.com - Fix config according to system address map in the manual. - Rework tlb and law tables. - Remove unnecessary macros. Signed-off-by: Zhao Chenhui chenhui.z...@freescale.com ---

Re: [U-Boot] [PATCH 2/2] nand: Merge changes from Linux nand driver

2011-10-07 Thread Scott Wood
On 10/07/2011 10:04 AM, Christian Hitz wrote: Am 06.10.2011 23:25, schrieb Scott Wood: What do the string changes have to do with synchronizing the NAND driver? Strings read from ONFI are now sanitized. For that strim() is used which was not yet available in U-Boots string library. Of course

Re: [U-Boot] [PATCH 3/4] fsl_sata: Fix compile error when CONFIG_LBA48 is not defined

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 2:18 PM, York Sun wrote: From: Tang Yuantian b29...@freescale.com If CONFIG_LBA48 is not defined, the element lba48 of struct sata_dev_desc is not avaible, and can't be used. Signed-off-by: Tang Yuantian b29...@freescale.com --- drivers/block/fsl_sata.c | 15

[U-Boot] [GIT PULL] Pull request u-boot-85xx.git

2011-10-07 Thread Kumar Gala
The following changes since commit 08e4f700ac450ddc5d4819e23df5bc46eb767464: Marek Vasut (1): SPL: Make path to start.S configurable are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Andy Fleming (1): phylib: Work around bug in Teranetics PHY

Re: [U-Boot] [PATCH] image: Implement IH_TYPE_KERNEL_REL

2011-10-07 Thread Stephen Warren
Wolfgang Denk wrote at Friday, October 07, 2011 12:51 AM: Dear Stephen Warren, In message 1317940584-19528-1-git-send-email-swar...@nvidia.com you wrote: uImage files contain absolute load and entry addresses. Such a concept is incompatible with using the same kernel image on multiple

Re: [U-Boot] [PATCH 2/4] powerpc/mpc8536ds: Invert SDHC_WP pin polarity

2011-10-07 Thread Kumar Gala
On Oct 3, 2011, at 2:18 PM, York Sun wrote: From: Xie Xiaobo r63...@freescale.com MPC8536 Rev 1.0 silicon have NMG_eSDHC118 erratum, so that the SDHC write protected pin polarity does not follow the SD card standard in MPC8536 Rev 1.0 silicon. The MPC8536DS board invert the SDHC_WP pin as

Re: [U-Boot] [PATCH 1/7] arch/arm/lib/board.c: fix warning: variable ... set but not used

2011-10-07 Thread Simon Glass
Hi Wolfgang, On Wed, Oct 5, 2011 at 2:17 PM, Wolfgang Denk w...@denx.de wrote: Fix: board.c:445:8: warning: variable 'bd' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk w...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net ---  arch/arm/lib/board.c |    2

Re: [U-Boot] [PATCH v8 4/4] Add USB support for Efika

2011-10-07 Thread Jana Rapava
2011/10/6 Wolfgang Denk w...@denx.de Checkpatch says: total: 1 errors, 0 warnings, 502 lines checked Please clean up and resubmit. Thanks. Last version of this patch is here: http://lists.denx.de/pipermail/u-boot/2011-September/102803.html (sorry for breaking the thread but I messed up

Re: [U-Boot] [PATCH] mvgbe: fix network device indices

2011-10-07 Thread Mike Frysinger
On Thursday 06 October 2011 18:23:22 Michael Walle wrote: --- a/net/eth.c +++ b/net/eth.c +int eth_setenv_enetaddr_by_index(const char *base_name, int index, + const uchar *enetaddr) +{ + char enetvar[32]; + sprintf(enetvar, index ? %s%daddr : %saddr,

Re: [U-Boot] [PATCH V3] cmd_time: add time command

2011-10-07 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 4/5 v2] microblaze: Fix unaligned.h for endians

2011-10-07 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] arm, post, memory: fix bug if sdram base != 0x00000000

2011-10-07 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 v4] net: axi_ethernet: Add driver to u-boot

2011-10-07 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] Ignore generated files

2011-10-07 Thread Mike Frysinger
On Thursday 06 October 2011 19:46:04 Joe Hershberger wrote: --- a/.gitignore +++ b/.gitignore /lib/asm-offsets.s /arch/*/cpu/asm-offsets.s +/arch/*/cpu/*/asm-offsets.s NAK: your tree is out of date. please sync up as this should be fixed already. -mike signature.asc Description: This

Re: [U-Boot] [PATCH] kirkwood_spi: add dummy spi_init()

2011-10-07 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] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Mike Frysinger
On Thursday 06 October 2011 18:23:38 Michael Walle wrote: --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c - if ((len = strlen (s)) 512) - len = 512; - - nc_send_packet (s, len); + len = strlen (s); + while (1) { + if (len 512) { +

Re: [U-Boot] [PATCH] arm: add ide initialization

2011-10-07 Thread Mike Frysinger
On Thursday 06 October 2011 18:23:06 Michael Walle wrote: --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c +#if defined(CONFIG_CMD_IDE) + puts (IDE: ); + ide_init (); +#endif NAK: no space before that open paren -mike signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH 4/6] davinci_emac: fix for running with dcache enabled

2011-10-07 Thread Mike Frysinger
On Wednesday 05 October 2011 19:36:44 Ilya Yanok wrote: --- a/drivers/net/davinci_emac.c +++ b/drivers/net/davinci_emac.c +#ifdef DAVINCI_EMAC_DCACHE +static inline void davinci_flush(void *addr, int size) +{ + flush_dcache_range((unsigned long)addr, + (unsigned

Re: [U-Boot] [PATCH v4 03/19] sandbox: Add architecture image support

2011-10-07 Thread Mike Frysinger
On Tuesday 04 October 2011 01:26:34 Simon Glass wrote: --- a/include/image.h +++ b/include/image.h static inline int image_check_target_arch (const image_header_t *hdr) { -#if defined(__ARM__) +#if defined(CONFIG_SANDBOX_ARCH) + if (!image_check_arch(hdr, IH_ARCH_SANDBOX)) +#elif

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-07 Thread Mike Frysinger
On Friday 07 October 2011 08:30:55 Marek Vasut wrote: Also, fix usb drivers which use extern new. this summary/changelog is lacking in information as to what you actually did and why ... -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH 1/2] ppc: Include asm/cache.h in common.h

2011-10-07 Thread Anton Staaf
On Fri, Oct 7, 2011 at 4:05 AM, Stefan Roese s...@denx.de wrote: This is needed for the patch cache: add default setting for CONFIG_SYS_CACHELINE_SIZE from Anton Staaf. As cache.h defines CONFIG_SYS_CACHELINE_SIZE for PPC targets. This will remove the following warnings/errors:

Re: [U-Boot] [PATCH v4 03/19] sandbox: Add architecture image support

2011-10-07 Thread Simon Glass
Hi Mike, On Fri, Oct 7, 2011 at 10:35 AM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday 04 October 2011 01:26:34 Simon Glass wrote: --- a/include/image.h +++ b/include/image.h  static inline int image_check_target_arch (const image_header_t *hdr)  { -#if defined(__ARM__) +#if

Re: [U-Boot] [PATCH v4 01/19] sandbox: Add architecture header files

2011-10-07 Thread Simon Glass
Hi Wolfg On Thu, Oct 6, 2011 at 2:27 PM, Simon Glass s...@chromium.org wrote: Hi Wolfgang, On Thu, Oct 6, 2011 at 2:11 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1317706010-17151-2-git-send-email-...@chromium.org you wrote: This adds required header files for

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-07 Thread Marek Vasut
On Friday, October 07, 2011 07:38:19 PM Mike Frysinger wrote: On Friday 07 October 2011 08:30:55 Marek Vasut wrote: Also, fix usb drivers which use extern new. this summary/changelog is lacking in information as to what you actually did and why ... -mike Hi Mike, generally shuffling with

Re: [U-Boot] [PATCH v4 03/19] sandbox: Add architecture image support

2011-10-07 Thread Mike Frysinger
On Friday 07 October 2011 15:58:36 Simon Glass wrote: On Fri, Oct 7, 2011 at 10:35 AM, Mike Frysinger wrote: On Tuesday 04 October 2011 01:26:34 Simon Glass wrote: --- a/include/image.h +++ b/include/image.h static inline int image_check_target_arch (const image_header_t *hdr) {

[U-Boot] [PATCH 1/3] [v2] powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during boot

2011-10-07 Thread Timur Tabi
Most 85xx boards can be built as a 32-bit or a 36-bit. Current code sometimes displays which of these is actually built, but it's inconsistent. This is especially problematic since the default build for a given 85xx board can be either one, so if you don't see a message, you can't always know

[U-Boot] [PATCH 2/3] [v2] phylib: wait for TN2020 to achieve SERDES lane alignment at startup

2011-10-07 Thread Timur Tabi
Before the Teranetics TN2020 PHY can be used, the SERDES lanes need to be aligned, so wait for lane alignment before completing the startup sequence. Note that this process can take up to three seconds. Signed-off-by: Timur Tabi ti...@freescale.com --- drivers/net/phy/teranetics.c | 33

[U-Boot] [PATCH 3/3] [v2] powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)

2011-10-07 Thread Timur Tabi
The work-around for P4080 erratum SERDES9 says that the SERDES receiver lanes should be reset after the XAUI starts tranmitting alignment signals. Signed-off-by: Timur Tabi ti...@freescale.com --- arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 10 -- board/freescale/corenet_ds/eth_p4080.c

[U-Boot] (no subject)

2011-10-07 Thread Mr. Wen Lee
I am Mr. Wen Lee director of operations of the Bank Of Tiapei Tiawan. I have an obscured business proposal for you. Reply if interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-10-07 Thread Mr. Wen Lee
I am Mr. Wen Lee director of operations of the Bank Of Tiapei Tiawan. I have an obscured business proposal for you. Reply if interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] hi

2011-10-07 Thread paulina kayumba
hello my name is Paulina and i seek for true friendship and partner so i contact you,pls if you dont mind i will like you to reply my

Re: [U-Boot] [PATCH] arm: add ide initialization

2011-10-07 Thread Michael Walle
Am Freitag 07 Oktober 2011, 19:27:11 schrieb Mike Frysinger: On Thursday 06 October 2011 18:23:06 Michael Walle wrote: --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c +#if defined(CONFIG_CMD_IDE) + puts (IDE: ); + ide_init (); +#endif NAK: no space before that open

[U-Boot] [PATCH v2] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Michael Walle
Esp. while printing the environment the output is usually longer than 512 bytes. Instead of cutting the message, send multiple 512 bytes packets. Signed-off-by: Michael Walle mich...@walle.cc --- drivers/net/netconsole.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff

[U-Boot] checkpatch compliance

2011-10-07 Thread Joe Hershberger
Hi Wolfgang, I'm attempting to make the files I touched in several recent patch-series chechkpatch.pl compliant. I've hit several cases which fail and probably shouldn't. For each of these cases, should the warning / error just be ignored or reported to checkpatch maintainers or altered some

Re: [U-Boot] [PATCH v2] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Mike Frysinger
On Friday 07 October 2011 18:27:50 Michael Walle wrote: Esp. while printing the environment the output is usually longer than 512 bytes. Instead of cutting the message, send multiple 512 bytes packets. sorry, i probably should have looked closer earlier. this isn't really your fault, but i'm

[U-Boot] [PATCH] Move timestamp and version files into 'generated' subdir

2011-10-07 Thread Simon Glass
There is a rather subtle build problem where the build time stamp is not updated for out-of-tree builds if there exists an in-tree build which has a valid timestamp file. So if you do an in-tree build, then an out-of-tree build your timestamp will not change. The correct timestamp_autogenerated.h

  1   2   >