Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-09 Thread Huang Changming-R66093
This maybe cause the overlap error: powerpc-linux-gnu-ld: section .resetvec loaded at [ff800ffc,ff800fff] overlaps section .data loaded at [ff800ec8,ff80102f] maybe we can think about to remove or modify Kumar's patch: commit 7639675131673e8f1582d760203a9af34fba9

Re: [U-Boot] [GIT PULL] [Update] Pull request: u-boot-imx

2012-08-09 Thread Stefano Babic
Hi Albert, an update pull request, please pull from u-boot-imx, thanks. The following changes since commit 8abcd8ab962cd5fb2a4c025e7c7b62a9faf4aa08: DaVinci DA8xx: fix set_cpu_clk_info() (2012-08-05 22:02:40 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.gi

Re: [U-Boot] [PATCH] sc_sps_1: Adjust board config to use 'mxs' SoC code

2012-08-09 Thread Stefano Babic
On 09/08/2012 16:12, Otavio Salvador wrote: > Fix build failure due the move of mx28 code to 'mxs' SoC. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software E

Re: [U-Boot] [PATCH] block: systemace: Simplify base and width initialization

2012-08-09 Thread Michal Simek
On 08/06/2012 09:52 AM, Michal Simek wrote: Use CONFIG parameters only at one location to simplify the code. Also create ace_readw/writew functions. Signed-off-by: Michal Simek --- drivers/block/systemace.c | 38 +- 1 files changed, 25 insertions(+), 13

Re: [U-Boot] [PATCH] phy: Add support for Marvell 88E1118R

2012-08-09 Thread Michal Simek
On 08/07/2012 02:23 PM, Michal Simek wrote: Marvell 88E1118R has different uid then 88E1118. Signed-off-by: Michal Simek CC: Andy Fleming CC: Zang Roy-R61911 CC: Kumar Gala --- drivers/net/phy/marvell.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) Joe: Could you

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-08-09 Thread Wolfgang Denk
Dear Rob Herring, In message <50244d5a.3080...@gmail.com> you wrote: > > I reported already that the prior version that ext4 has issues with > sub-directories. I don't think that has been addressed in V5. Some > directories show up fine and some don't. So it's kind of random whether > u-boot can r

[U-Boot] am33xx evm: Update secure_emif_sdram_config during ddr init

2012-08-09 Thread Satyanarayana, Sandhya
This patch updates secure_emif_sdram_config with the same value written to sdram_config during ddr3 initialization. During suspend/resume, this value is copied into sdram_config. With this, a write to sdram_config at the end of resume sequence which triggers an init sequence can be avoided. Witho

Re: [U-Boot] [PATCH 0/4] EXYNOS5: Add GPIO numbering feature

2012-08-09 Thread Rajeshwari Birje
Hi All, Do let me know if you have comments on these patch set. Regards, Rajeshwari Shinde On Mon, Aug 6, 2012 at 6:35 PM, Rajeshwari Shinde wrote: > This patchset adds GPIO numbering feature where pinmux setting > can be done just by seding the pin munber and we do not have to > remember which

[U-Boot] Why no cache flushing in do_go_exec()

2012-08-09 Thread Charles Manning
Hi All I'm helping to work through an issue where some code is loaded into RAM and "go xxx" is issued to then launch the code. Sometimes this works and sometimes it does not, which makes me suspect that there might be a cache flushing issue. I looked at do_exec_go() and it does not flush cache

Re: [U-Boot] [PATCH 0/4] arm:samsung: Cleanup code for trats and universal boards

2012-08-09 Thread Minkyu Kang
Dear Piotr Wilczek, On 9 August 2012 21:02, Piotr Wilczek wrote: > Dear Mr Kang, > > I would like to ask about patches I sent last week. If there is anything I > should improve, please let me know. > I couldn't find your patch on mailing list and patchwork. Please check it. Thanks. Minkyu Kang.

Re: [U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-08-09 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. On Fri, Aug 10, 2012 at 3:36 AM, Wolfgang Denk wrote: > Dear Nobuhiro Iwamatsu, > > In message > <1341471662-1157-1-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: >> This patch adds minimum support for R-Mobile. Only minimal support with >> timer. >> Th

Re: [U-Boot] [PATCH 2/5] arm: rmobile: Add support Renesas SH73A0

2012-08-09 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. On Fri, Aug 10, 2012 at 3:40 AM, Wolfgang Denk wrote: > Dear Nobuhiro Iwamatsu, > > In message > <1341471662-1157-2-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: >> Renesas SH73A0 is CPU with Cortex-A9. >> This supports the basic register definition and

Re: [U-Boot] [PATCH v2 3/5] sh: Add support pin function control using GPIO

2012-08-09 Thread Nobuhiro Iwamatsu
Hi, Thnaks for your review. I will check and fix these. Best regards, Nobuhiro On Fri, Aug 10, 2012 at 3:34 AM, Wolfgang Denk wrote: > Dear Nobuhiro Iwamatsu, > > In message > <1341471662-1157-3-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: >> Renesas SH and R-Mobile set up dev

[U-Boot] [PATCH v2] doc/git-mailrc: Add 'rmobile' alias

2012-08-09 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- v2: keep sort. doc/git-mailrc |1 + 1 file changed, 1 insertion(+) diff --git a/doc/git-mailrc b/doc/git-mailrc index 5eac8a5..52f5e8a 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -45,6 +45,7 @@ alias imxuboot, sbabic alias kirkwood

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > > > > > > > @@ -246,19 +247,20 @@ ehci_submit_async(struct usb_device > > > > > > > *dev, > > > > > > > unsigned > > > > > > > long pipe, void *buffer, */ > > > > > > > > > > > > > > qh->qh_link = cpu_to_hc32((uint32_t)qh_list | > > > > > > > Q

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread Eric Nelson
On 08/09/2012 02:15 PM, Troy Kisky wrote: On 8/9/2012 12:29 PM, Eric Nelson wrote: On 08/09/2012 11:48 AM, Troy Kisky wrote: On 8/9/2012 12:21 AM, Stefano Babic wrote: On 09/08/2012 03:26, Troy Kisky wrote: >>> >>> +int do_bootmmc0(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Benoît Thébaudeau
Dear Marek Vasut, > > > > > > @@ -246,19 +247,20 @@ ehci_submit_async(struct usb_device > > > > > > *dev, > > > > > > unsigned > > > > > > long pipe, void *buffer, */ > > > > > > > > > > > > qh->qh_link = cpu_to_hc32((uint32_t)qh_list | > > > > > > QH_LINK_TYPE_QH); > > > > > > c = (u

Re: [U-Boot] Sandbox: auto exiting on pipe closure

2012-08-09 Thread Mike Frysinger
On Thursday 09 August 2012 16:39:20 Wolfgang Denk wrote: > Mike Frysinger wrote: > > On Monday 23 April 2012 02:41:08 Wolfgang Denk wrote: > > > 2) Sandbox does no handle EOF on stadin; this makes it impossible to > > > > > >use it in test scripts. For example, something like this should > >

Re: [U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-09 Thread Tyler Olmstead
Thanks Tom. I've been looking at this some too, and while the commands are removed from the build I've been playing with (hawkboard), they seem to not be removed completely from omap3_beagle. This is confusing as both use -ffunction-sections, -fdata-sections, and --gc-sections. I noticed the hawkbo

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-08-09 Thread Marek Vasut
Dear Rob Herring, > On 08/09/2012 04:50 PM, Wolfgang Denk wrote: > > Dear Uma Shankar, > > > > In message <1337961104-21198-1-git-send-email-uma.shan...@samsung.com> you wrote: > >> Signed-off-by: Uma Shankar > >> Signed-off-by: Manjunatha C Achar > >> Signed-off-by: Iqbal Shareef > >> Signed

Re: [U-Boot] [PATCH] disk: generate GUID Partiton Tables

2012-08-09 Thread Kyungmin Park
On 8/10/12, Wolfgang Denk wrote: > Dear Donghwa Lee, > > In message <4fa08f0a.6040...@samsung.com> you wrote: >> This patch manipulates GUID Papartition Tables. >> I send this patch on behalf of Gwuieon Jin. >> >> Signed-off-by: Gwuieon Jin >> Signed-off-by: Kyungmin Park >> --- >> disk/part_e

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-08-09 Thread Rob Herring
On 08/09/2012 04:50 PM, Wolfgang Denk wrote: > Dear Uma Shankar, > > In message <1337961104-21198-1-git-send-email-uma.shan...@samsung.com> you > wrote: >> Signed-off-by: Uma Shankar >> Signed-off-by: Manjunatha C Achar >> Signed-off-by: Iqbal Shareef >> Signed-off-by: Hakgoo Lee >> --- >> Ch

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > > > > > @@ -246,19 +247,20 @@ ehci_submit_async(struct usb_device *dev, > > > > > unsigned > > > > > long pipe, void *buffer, */ > > > > > > > > > > qh->qh_link = cpu_to_hc32((uint32_t)qh_list | > > > > > QH_LINK_TYPE_QH); > > > > >

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Benoît Thébaudeau
Dear Marek Vasut, > > > > @@ -246,19 +247,20 @@ ehci_submit_async(struct usb_device *dev, > > > > unsigned > > > > long pipe, void *buffer, */ > > > > > > > > qh->qh_link = cpu_to_hc32((uint32_t)qh_list | > > > > QH_LINK_TYPE_QH); > > > > c = (usb_pipespeed(pipe) != USB_SP

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, [...] > > > @@ -246,19 +247,20 @@ ehci_submit_async(struct usb_device *dev, > > > unsigned > > > long pipe, void *buffer, */ > > > > > > qh->qh_link = cpu_to_hc32((uint32_t)qh_list | QH_LINK_TYPE_QH); > > > c = (usb_pipespeed(pipe) != USB_SPEED_HIGH && > > > > > > -

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Benoît Thébaudeau
Dear Marek Vasut, > Dear Benoît Thébaudeau, > > > Signed-off-by: Benoît Thébaudeau > > Cc: Marek Vasut > > Cc: Ilya Yanok > > Cc: Stefan Herbrechtsmeier > > --- > > Changes for v2: N/A. > > Changes for v3: > > - New patch. > > > > .../drivers/usb/host/ehci-hcd.c| 135 >

Re: [U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-09 Thread Tom Rini
On Wed, Aug 08, 2012 at 07:24:13PM -0700, Tyler Olmstead wrote: > Remove linker command line options from the SPL makefile > that force the inclusion of unreferenced command code from > linked object files. As commands are not used in the SPL, > these options resulted in an unnecessary increase in

Re: [U-Boot] [PATCH v3 8/8] ehci: Optimize qTD allocations

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, > Relax the qTD transfer alignment constraints in order to need less qTDs for > buffers that are aligned to 512 bytes but not to pages. > > Signed-off-by: Benoît Thébaudeau > Cc: Marek Vasut > Cc: Ilya Yanok > Cc: Stefan Herbrechtsmeier > --- > Changes for v2: N/A. > C

Re: [U-Boot] [PATCH v3 3/8] ehci-hcd: Boost transfer speed

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, > This patch takes advantage of the hardware EHCI qTD queuing mechanism to > avoid software and transfer splitting overhead so as to make transfers as > fast as possible. > > The only drawback is a call to memalign. However, this is fast compared to > the transfer timings,

Re: [U-Boot] [PATCH v3 2/8] ehci: Fail for multi-transaction interrupt transfers

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, > Interrupt transfers requiring several transactions are not supported by > submit_int_msg() because bInterval is ignored. This patch returns a failure > code and prints an error message in this case. > > Signed-off-by: Benoît Thébaudeau > Cc: Marek Vasut > Cc: Ilya Yano

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-09 Thread Wolfgang Denk
Dear Gerlando, In message <5024377a.8090...@keymile.com> you wrote: > > > It appears we are stuch with this patch set. Last thing I remember > > was that Marek reviewed thes epatches, and had a few comments / > > requests for changes. But I cannot remember having seen any more > > eplies from yo

Re: [U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Marek Vasut
Dear Benoît Thébaudeau, > Signed-off-by: Benoît Thébaudeau > Cc: Marek Vasut > Cc: Ilya Yanok > Cc: Stefan Herbrechtsmeier > --- > Changes for v2: N/A. > Changes for v3: > - New patch. > > .../drivers/usb/host/ehci-hcd.c| 135 > +++- .../drivers/usb/host/

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-09 Thread Gerlando Falauto
On 08/09/2012 10:17 PM, Wolfgang Denk wrote: Dear Gerlando Falauto, In message<191204-16318-1-git-send-email-gerlando.fala...@keymile.com> you wrote: This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables

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

2012-08-09 Thread Wolfgang Denk
Dear Uma Shankar, In message <1337961169-21233-1-git-send-email-uma.shan...@samsung.com> you wrote: > > Signed-off-by: Uma Shankar > Signed-off-by: Manjunatha C Achar > Signed-off-by: Iqbal Shareef > Signed-off-by: Hakgoo Lee > --- > Changes for v4: > - Redesigned ext2, ext4 command

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-08-09 Thread Wolfgang Denk
Dear Uma Shankar, In message <1337961104-21198-1-git-send-email-uma.shan...@samsung.com> you wrote: > Signed-off-by: Uma Shankar > Signed-off-by: Manjunatha C Achar > Signed-off-by: Iqbal Shareef > Signed-off-by: Hakgoo Lee > --- > Changes for v4: > - Redesigned ext2, ext4 command int

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread Troy Kisky
On 8/9/2012 2:12 PM, stefano babic wrote: Am 09/08/2012 21:29, schrieb Eric Nelson: Why do you not pass the mode to do_resetmode_cmd() and let this function parse the argument, without these help functions ? Then we do not need to add new functions if we have, for example, mmc2 or mmc3. These

[U-Boot] [PATCH v3 8/8] ehci: Optimize qTD allocations

2012-08-09 Thread Benoît Thébaudeau
Relax the qTD transfer alignment constraints in order to need less qTDs for buffers that are aligned to 512 bytes but not to pages. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: N/A. Changes for v3: - New patch. .../drivers/us

[U-Boot] [PATCH v3 7/8] usb_stor_BBB_transport: Do not delay when not required

2012-08-09 Thread Benoît Thébaudeau
There is a 5-ms delay in usb_stor_BBB_transport, which occurs every 10 kiB of data for fragmented fatload usb, i.e. roughly 500 ms of delay per MiB. This adds up to quite a bit of delay if you're loading a large ramdisk. The purpose of this delay should be to debounce the 5-V/100-mA USB power up.

[U-Boot] [PATCH v3 6/8] usb_storage: Adjust time-outs

2012-08-09 Thread Benoît Thébaudeau
Adjust time-out value for the new EHCI mechanism. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: None. Changes for v3: None. .../common/usb_storage.c |2 +- 1 file changed, 1 insertion(+), 1 deletio

[U-Boot] [PATCH v3 5/8] usb_storage: Remove EHCI constraints

2012-08-09 Thread Benoît Thébaudeau
Now that the EHCI driver allocates its qTDs from the heap, the MSC driver is only limited by the SCSI commands it uses. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: None. Changes for v3: - Patch swapped with the currently prece

[U-Boot] [PATCH v3 4/8] usb_storage: Restore non-EHCI support

2012-08-09 Thread Benoît Thébaudeau
The commit 5dd95cf made the MSC driver EHCI-specific. This patch restores a basic support of non-EHCI HCDs, like before that commit. The fallback transfer size is certainly not optimal, but at least it should work like before. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc:

[U-Boot] [PATCH v3 3/8] ehci-hcd: Boost transfer speed

2012-08-09 Thread Benoît Thébaudeau
This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid software and transfer splitting overhead so as to make transfers as fast as possible. The only drawback is a call to memalign. However, this is fast compared to the transfer timings, and the heap size to allocate is sma

[U-Boot] [PATCH v3 2/8] ehci: Fail for multi-transaction interrupt transfers

2012-08-09 Thread Benoît Thébaudeau
Interrupt transfers requiring several transactions are not supported by submit_int_msg() because bInterval is ignored. This patch returns a failure code and prints an error message in this case. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Chan

[U-Boot] [PATCH v3 1/8] ehci: cosmetic: Define used constants

2012-08-09 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: N/A. Changes for v3: - New patch. .../drivers/usb/host/ehci-hcd.c| 135 +++- .../drivers/usb/host/ehci.h| 75 +

Re: [U-Boot] [PATCH v5 1/1] zfs: Add ZFS filesystem support

2012-08-09 Thread Wolfgang Denk
Dear Jorgen Lundman, In message <1342766905-1275-2-git-send-email-lund...@lundman.net> you wrote: > U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004, > which can be found here: > http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/zfs

Re: [U-Boot] [PATCH] u-boot: Update yaffs2 file system

2012-08-09 Thread Wolfgang Denk
Dear Charles Manning, In message <1336618517-2947-1-git-send-email-cdhmann...@gmail.com> you wrote: > This patch updates the yaffs2 in u-boot to correspond to > git://www.aleph1.co.uk/yaffs2 > commit id 9ee5d0643e559568dbe62215f76e0a7bd5a63d93 > > Signed-off-by: Charles Manning > --- > common/c

Re: [U-Boot] [PATCH] openrisc: Work around potential relocation issues

2012-08-09 Thread Wolfgang Denk
Dear Julius Baxter, In message <1336257131-29747-1-git-send-email-juliusbax...@gmail.com> you wrote: > When reset code is in flash, the jump instructions emitted by the compiler > are relative instead of absolute jumps. > > A fix to the reset code to make correct jumps to the beginning of code

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread Troy Kisky
On 8/9/2012 12:29 PM, Eric Nelson wrote: On 08/09/2012 11:48 AM, Troy Kisky wrote: On 8/9/2012 12:21 AM, Stefano Babic wrote: On 09/08/2012 03:26, Troy Kisky wrote: >>> >>> +int do_bootmmc0(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +{ + return do_resetmode_cmd("mmc0"); +}

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread stefano babic
Am 09/08/2012 21:29, schrieb Eric Nelson: >>> Why do you not pass the mode to do_resetmode_cmd() and let this function >>> parse the argument, without these help functions ? Then we do not need >>> to add new functions if we have, for example, mmc2 or mmc3. >> >> These functions are requested shor

Re: [U-Boot] [PATCH] rename EB+MCF-EV123 to its current marketing name EB+CPU5282

2012-08-09 Thread Wolfgang Denk
Dear "Jens Scharsig (BuS Elektronik)", In message <1335956228-21913-1-git-send-email-...@bus-elektronik.de> you wrote: > From: Jens Scharsig > > * rename board directory to eb_cpu5282 > * rename EB+MCF-EV123_.*config to eb_cpu5282_.*config > * add Maintainer for EB+CPU5282 board > * rename promp

Re: [U-Boot] [PATCH] disk: generate GUID Partiton Tables

2012-08-09 Thread Wolfgang Denk
Dear Donghwa Lee, In message <4fa08f0a.6040...@samsung.com> you wrote: > This patch manipulates GUID Papartition Tables. > I send this patch on behalf of Gwuieon Jin. > > Signed-off-by: Gwuieon Jin > Signed-off-by: Kyungmin Park > --- > disk/part_efi.c | 107 > ++

Re: [U-Boot] [PATCH v2 09/11] New command clear: Clear the ANSI terminal

2012-08-09 Thread Wolfgang Denk
Dear =?UTF-8?q?Pali=20Roh=C3=A1r?=, In message <1335634011-9104-10-git-send-email-pali.ro...@gmail.com> you wrote: > * Command can be enabled by CONFIG_CMD_CLEAR > * Added some ANSI escape codes definitions in common.h > > Signed-off-by: Pali Rohár > Cc: Marcel Mol > --- > Changes since origi

[U-Boot] [PATCH] da8xx/hawkboard: Add support for ohci host controller

2012-08-09 Thread Sughosh Ganu
Also enable the ohci port on hawkboard. These additions result in an increased u-boot size -- adjust the same accordingly in the board's config. Move the usb header for da8xx platforms under arch-davinci. Signed-off-by: Sughosh Ganu --- arch/arm/cpu/arm926ejs/davinci/psc.c |5

Re: [U-Boot] [PATCH v2] Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set

2012-08-09 Thread Wolfgang Denk
Dear Dirk Eibach, In message <1335448625-21180-2-git-send-email-eib...@gdsys.de> you wrote: > When CONFIG_ZERO_BOOTDELAY_CHECK is not defined, bootdelay==0 prevents the > check for console input (as stated in README.autoboot). > This must also work in CONFIG_AUTOBOOT_KEYED mode. > > Signed-off-b

Re: [U-Boot] [PATCH 3/5] pxa255: Add USB CDC ACM driver

2012-08-09 Thread Marek Vasut
Dear Łukasz Dałek, > Signed-off-by: Łukasz Dałek > --- > drivers/serial/usbtty.h |2 + > drivers/usb/gadget/pxa25x_udc.c | 939 > +++ include/usb/pxa25x_udc.h| > 65 +++ > 3 files changed, 1006 insertions(+), 0 deletions(-) > create mode

Re: [U-Boot] Sandbox: auto exiting on pipe closure

2012-08-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201204231751.24880.vap...@gentoo.org> you wrote: > On Monday 23 April 2012 02:41:08 Wolfgang Denk wrote: > > 2) Sandbox does no handle EOF on stadin; this makes it impossible to > >use it in test scripts. For example, something like this should > >work: >

Re: [U-Boot] [PATCH] mkconfig: add support for SPL CPU

2012-08-09 Thread Wolfgang Denk
Dear Allen Martin, In message <1334858337-2853-1-git-send-email-amar...@nvidia.com> you wrote: > Add support for specifying a differnt CPU for main u-boot and SPL > u-boot builds. This is done by adding an optional SPL CPU after the > main CPU in boards.cfg as follows: > > normal_cpu:spl_cp

Re: [U-Boot] [PATCH] fix IDE_BUS(dev) macro

2012-08-09 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message you wrote: > Sorry Luka (and all), been tied up pretty heavily recently, had to > adjust to find some free time again. > > I will test your patch today and post results tonight. What was the outcome of this? I cannot find any further messages to this thread...

Re: [U-Boot] [PATCH 2/5] drivers/usb/gadget/Makefile: Add UDC ACM and Ether

2012-08-09 Thread Marek Vasut
Dear Łukasz Dałek, > Compile USB ttyACM and Ethernet drivers on pxa255. > > Signed-off-by: Łukasz Dałek > --- > drivers/usb/gadget/Makefile |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Squash with 3/5, remove the path from subject Best regards, Marek Vasut

Re: [U-Boot] [PATCH 1/5] pxa255: Add UDC registers definitions

2012-08-09 Thread Marek Vasut
Dear Łukasz Dałek, > This patch starts series of patches adding support for USB support on > PXA255 chips. > > Signed-off-by: Łukasz Dałek > --- > arch/arm/include/asm/arch-pxa/pxa-regs.h | 247 > ++ 1 files changed, 247 insertions(+), 0 > deletions(-) > > diff --gi

Re: [U-Boot] [PATCH] Add doc/README.kbd

2012-08-09 Thread Wolfgang Denk
Dear Eric Nelson, In message <1334591288-22859-1-git-send-email-eric.nel...@boundarydevices.com> you wrote: > Signed-off-by: Eric Nelson > > --- > doc/README.kbd | 84 > > 1 files changed, 84 insertions(+), 0 deletions(-) > create mo

Re: [U-Boot] [PATCH] configs: Remove unused symbol CONFIG_DISCOVER_PHY

2012-08-09 Thread Wolfgang Denk
Dear Fabio Estevam, In message <1334332296-17526-1-git-send-email-fabio.este...@freescale.com> you wrote: > CONFIG_DISCOVER_PHY is not used anywhere, so remove it from config files. > > Signed-off-by: Fabio Estevam > --- > include/configs/flea3.h|1 - > include/configs/m28evk.h |

Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-08-09 Thread Wolfgang Denk
Dear "Timo Ketola", In message <1334223234-23383-4-git-send-email-t...@exertus.fi> you wrote: > Signed-off-by: Timo Ketola > --- > .gitignore |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index e4e95e2..3f5eaa7 100644 > --- a/.gitigno

Re: [U-Boot] [PATCH] powerpc: Fix declaration type for I/O functions

2012-08-09 Thread Wolfgang Denk
Dear Prabhakar Kushwaha, In message <1334134152-456-1-git-send-email-prabha...@freescale.com> you wrote: > Prototype declaration of I/O operation functions are not correct. as both > 'extern' and function definition are at same place. > > Chage protoype declaration as static. > > Signed-off-by:

Re: [U-Boot] [PATCH] powerpc:Fix return type & parameter passed for I/O functions

2012-08-09 Thread Wolfgang Denk
Dear Prabhakar Kushwaha, In message <1334134139-421-1-git-send-email-prabha...@freescale.com> you wrote: > Return type of in_8, in_be16 and in_le16 should not be'int'. Update it to type > u8/u16/u32. > Although 'unsigned' for in_be32 and in_le32 is correct. But to make return > type > uniform acr

Re: [U-Boot] [PATCH] sc_sps_1: Adjust board config to use 'mxs' SoC code

2012-08-09 Thread Marek Vasut
Dear Stefano Babic, > On 09/08/2012 16:12, Otavio Salvador wrote: > > Fix build failure due the move of mx28 code to 'mxs' SoC. > > > > Signed-off-by: Otavio Salvador > > --- > > > > board/schulercontrol/sc_sps_1/sc_sps_1.c |4 ++-- > > board/schulercontrol/sc_sps_1/spl_boot.c |4 ++--

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-09 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <191204-16318-1-git-send-email-gerlando.fala...@keymile.com> you wrote: > This patchset modifies the handling of all the operations on the environment > (set/import/default) so to unify handling of special variables. > On top of that we implement a selective

Re: [U-Boot] [PATCH] UBIFS: Improve error message when reading superblock failed

2012-08-09 Thread Wolfgang Denk
Dear Thomas Weber, In message <167914-20461-1-git-send-email-we...@corscience.de> you wrote: > From: Bernhard Walle > > In addition to the error message also display the error code. I had the > problem that my malloc memory was not enough (ENOMEM), and if u-boot > had displayed the error cod

Re: [U-Boot] [PATCH v3 4/4] sandbox: Add basic test for command execution

2012-08-09 Thread Wolfgang Denk
Dear Simon Glass, In message <1333179058-19598-4-git-send-email-...@chromium.org> you wrote: > Since run_command() and run_command_list() are important and a little > confusing, add some basic tests to check that the behaviour is correct. > > Note: I am not sure that this should be committed, nor

Re: [U-Boot] [PATCH v3 2/4] Allow newlines within command environment vars

2012-08-09 Thread Wolfgang Denk
Dear Simon Glass, In message <1333179058-19598-2-git-send-email-...@chromium.org> you wrote: > Any environment variable can hold commands to be executed by the 'run' > command. The environment variables preboot, bootcmd and menucmd have > special code for triggering execution in certain circumstan

Re: [U-Boot] [PATCH v3 1/4] Add run_command_list() to run a list of commands

2012-08-09 Thread Wolfgang Denk
Dear Simon Glass, In message <1333179058-19598-1-git-send-email-...@chromium.org> you wrote: > This new function runs a list of commands separated by semicolon or newline. > We move this out of cmd_source so that it can be used by other code. The > PXE code also uses the new function. > > Suggest

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread stefano babic
Am 09/08/2012 20:48, schrieb Troy Kisky: >> Maybe I am searching in wrong places. Where can I find the description >> for the feature you have implemented ? > > The only documentations I've found are in the freescale release of u-boot. > cpu/arm_cortexa8/mx53/generic.c > > void do_switch_mfgmode

Re: [U-Boot] [PATCH] Malloc: Fix -Wundef warnings

2012-08-09 Thread Wolfgang Denk
Dear Marek Vasut, In message <1333049295-13349-1-git-send-email-marek.va...@gmail.com> you wrote: > In file included from arch/arm/lib/board.c:43:0: > include/malloc.h:490:5: warning: "HAVE_MMAP" is not defined [-Wundef] > include/malloc.h:590:5: warning: "HAVE_USR_INCLUDE_MALLOC_H" is not defined

Re: [U-Boot] [PATCH 2/8] EXT2: Indent cleanup ext2fs.c

2012-08-09 Thread Wolfgang Denk
Dear Marek Vasut, In message <1339176713-13309-3-git-send-email-ma...@denx.de> you wrote: > * Mostly cleanup problems reported by checkpatch.pl -f > * Minor tweaks where it simplified the code > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > fs/ext2/ext2fs.c | 264 > +++

Re: [U-Boot] [PATCH 1/8] EXT2: Indent cleanup of dev.c

2012-08-09 Thread Wolfgang Denk
Dear Marek Vasut, In message <1339176713-13309-2-git-send-email-ma...@denx.de> you wrote: > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > fs/ext2/dev.c | 74 > +++-- > 1 file changed, 35 insertions(+), 39 deletions(-) > > diff --g

Re: [U-Boot] [PATCH 1/2] doc/git-mailrc: Add 'rmobile' alias

2012-08-09 Thread Mike Frysinger
On Thursday 09 August 2012 10:30:23 Nobuhiro Iwamatsu wrote: > --- a/doc/git-mailrc > +++ b/doc/git-mailrc > > alias tegra uboot, Simon Glass , Tom Warren > alias ti uboot, Tom Rini > +alias rmobileuboot, iwamatsu please keep it sorted -mike signature.asc Descript

Re: [U-Boot] [PATCH] config: Always use GNU ld

2012-08-09 Thread Otavio Salvador
On Sat, Aug 4, 2012 at 7:31 PM, Otavio Salvador wrote: > On Thu, Aug 2, 2012 at 2:49 PM, Mike Frysinger wrote: >> On Thursday 02 August 2012 12:19:34 Otavio Salvador wrote: >>> This patch makes sure that we always use the GNU ld. U-Boot uses certain >>> construct e.g. OVERLAY which are not implem

Re: [U-Boot] [PATCH v3] global_data: unify global flag defines

2012-08-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1332117084-25486-1-git-send-email-vap...@gentoo.org> you wrote: > All the global flag defines are the same across all arches. So unify them > in one place, and add a simple way for arches to extend for their needs. > > Signed-off-by: Mike Frysinger > --- > v3 >

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread Eric Nelson
On 08/09/2012 11:48 AM, Troy Kisky wrote: On 8/9/2012 12:21 AM, Stefano Babic wrote: On 09/08/2012 03:26, Troy Kisky wrote: >>> >>> +int do_bootmmc0(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +{ + return do_resetmode_cmd("mmc0"); +} + +int do_bootmmc1(cmd_tbl_t *cmdtp, int f

Re: [U-Boot] [RFC PATCH 0/5] Port of MUSB gadget driver from Linux

2012-08-09 Thread Wolfgang Denk
Dear Marek Vasut, In message <201208092115.16264.marek.va...@gmail.com> you wrote: > > I hate to say it ... but given that this will cause duplication of code, I'm > somehow inclined to push you to do a complete replacement of the old musb > code, > remove it and add this. Agreed, we should a

Re: [U-Boot] [PATCH] MAKEALL: Allow empty ERR directory

2012-08-09 Thread Wolfgang Denk
Dear Andy Fleming, In message <1344471150-17020-1-git-send-email-aflem...@freescale.com> you wrote: > If we build everything correctly with multiple builds, and an > ERR directory had been previously created, we failed to report > that everything was fine because grep failed to find anything > in

Re: [U-Boot] [RFC PATCH 0/5] Port of MUSB gadget driver from Linux

2012-08-09 Thread Marek Vasut
Dear Ilya Yanok, > Current MUSB driver in U-Boot uses old UDC API while new gagdet > client drivers need new gadget API. Also current MUSB driver has > some significant limitations (like inability to handle tx for > endpoints other than ep0). So I think port of new Linux driver is > desirable. >

Re: [U-Boot] Pull request v2 : u-boot-sh/master

2012-08-09 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message you wrote: > > > are available in the git repository at: > > git://git.denx.de/u-boot-sh.git master > > for you to fetch changes up to d764c5043d6d72e012f3e50092344ebd57a0c242: > > sh: Add support pin function control using GPIO (2012-08-08 10:24:41 +0

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

2012-08-09 Thread Wolfgang Denk
Dear Andy Fleming, In message <1344471771-17485-1-git-send-email-aflem...@freescale.com> you wrote: > powerpc/82xx: adapt SDRAM settings for mgcoge3ne (2012-07-31 22:36:38 +0200) > > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git master > > for you to f

Re: [U-Boot] Pull request: u-boot-sh/master

2012-08-09 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message you wrote: > Dear Wolfgang Denk. > > Please pull from git://git.denx.de/u-boot-sh master. > > Best regards, > Nobuhiro > > The following changes since commit 6d36121b878a3ccbbff7f60a02109e8c8d81dd0f: > > Merge branch 'master' of git://git.denx.de/u-boot

Re: [U-Boot] Pull request: u-boot-sh/master

2012-08-09 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message you wrote: > > are available in the git repository at: > > > git://git.denx.de/u-boot-sh.git master > > for you to fetch changes up to d61678e096bbb15d46bb297f98abbd903589c118: > > serial: sh: Add support Renesas R8A7740 (2012-08-08 09:52:06 +0900) >

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-09 Thread Troy Kisky
On 8/9/2012 12:21 AM, Stefano Babic wrote: On 09/08/2012 03:26, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can boot from either SD Card. Hi Troy, Currently, support added for MX53 and MX6Q Signed-off-by: Troy Kisky Note:

Re: [U-Boot] [PATCH 2/5] arm: rmobile: Add support Renesas SH73A0

2012-08-09 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1341471662-1157-2-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: > Renesas SH73A0 is CPU with Cortex-A9. > This supports the basic register definition and GPIO. > --- a/arch/arm/cpu/armv7/rmobile/Makefile > +++ b/arch/arm/cpu/armv7/rmobile/Makefil

Re: [U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-08-09 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1341471662-1157-1-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: > This patch adds minimum support for R-Mobile. Only minimal support with timer. > This CPU can uses the peripheral of Renesas SuperH. > > Signed-off-by: Nobuhiro Iwamatsu Checkpat

Re: [U-Boot] [PATCH v2 3/5] sh: Add support pin function control using GPIO

2012-08-09 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1341471662-1157-3-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: > Renesas SH and R-Mobile set up device using PFC. > This provide the framework. Most codes were brought from linux kernel. ... > +static void config_reg_helper(struct pinmux_info *gp

Re: [U-Boot] [PATCH] MAKEALL: Allow empty ERR directory

2012-08-09 Thread Tom Rini
On Wed, Aug 08, 2012 at 07:12:30PM -0500, Andy Fleming wrote: > If we build everything correctly with multiple builds, and an > ERR directory had been previously created, we failed to report > that everything was fine because grep failed to find anything > in the ERR directory. Use grep -r, which d

[U-Boot] [PATCH 4/5] am33xx: Add support, update omap3 McSPI driver

2012-08-09 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/clock.c |5 + drivers/spi/omap3_spi.c |6 ++ drivers/spi/omap3_spi.h |5 + 3 files changed, 16 insertions(+) diff --git a/arch/arm/cpu/armv7/am33xx/clock.c b/arch/arm/cpu/armv7/am33xx/clock.c index

[U-Boot] [PATCH 3/5] am335x evm: Enable MMC1 pinmux

2012-08-09 Thread Tom Rini
MMC1 is available in profile 2 on the GP EVM and is exposed on the expansion header on beaglebone. Signed-off-by: Tom Rini --- board/ti/am335x/mux.c | 16 1 file changed, 16 insertions(+) diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c index 5e902ab..992f9ba 100644

[U-Boot] [PATCH 1/5] am335x evm: Initial support for AM335x GP EVM Profiles

2012-08-09 Thread Tom Rini
The AM335x GP EVM can have one of 8 different profiles selected. Each profile has a different set of peripherals and requires different pinmux configurations that conflict with other profiles. i2c1 is an example of a conflicted mux currently. Signed-off-by: Tom Rini --- board/ti/am335x/mux.c |

[U-Boot] [PATCH 5/5] am335x evm: Enable support for spi0

2012-08-09 Thread Tom Rini
Signed-off-by: Tom Rini --- board/ti/am335x/mux.c| 11 +++ drivers/spi/omap3_spi.c | 10 ++ include/configs/am335x_evm.h |9 + 3 files changed, 30 insertions(+) diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c index 992f9ba..80becd5 100644 -

[U-Boot] [PATCH 2/5] am33xx: Correct MMC1, remove MMC2 support

2012-08-09 Thread Tom Rini
- Correct the MMC1 base offset - Remove MMC2 (that area is reserved and not MMC2). - Add the real BOOT_DEVICE_MMC2 value Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c |8 +++- arch/arm/include/asm/arch-am33xx/mmc_host_def.h |3 +-- arch/arm/include/asm/o

Re: [U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-09 Thread Tom Rini
On Thu, Aug 09, 2012 at 10:37:43AM -0700, Tyler Olmstead wrote: > Hi Tom, > > On Thu, Aug 9, 2012 at 7:35 AM, Tom Rini wrote: > > On 08/08/2012 07:24 PM, Tyler Olmstead wrote: > > > >> Remove linker command line options from the SPL makefile > >> that force the inclusion of unreferenced command c

Re: [U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-09 Thread Tyler Olmstead
Hi Tom, On Thu, Aug 9, 2012 at 7:35 AM, Tom Rini wrote: > On 08/08/2012 07:24 PM, Tyler Olmstead wrote: > >> Remove linker command line options from the SPL makefile >> that force the inclusion of unreferenced command code from >> linked object files. As commands are not used in the SPL, >> these

Re: [U-Boot] Question about getting the length of u-boot binary.

2012-08-09 Thread Karl O. Pinc
On 08/09/2012 09:32:37 AM, shawn xy Bai wrote: > By the way, when I want to use hotmail to send this mail, there > comes > the error: > "Message rejected. No base64 encoded MIME text parts allowed." > > Do you have any ideas? Patches must be submitted to the mailing list without attachments, i

[U-Boot] Question about getting the length of u-boot binary.

2012-08-09 Thread shawn xy Bai
Hi, everyone, how long no see. Recently, I'm about to port U-boot to our board with MIPS cpu. When I look at the function "board_init_f" in arch/mips/lib/board.c, it's found that "ulong addr, addr_sp, len = (ulong)&uboot_end - CONFIG_SYS_MONITOR_BASE;" And I know "uboot_end" is assigned in u-b

  1   2   >