Re: [U-Boot] [RFC PATCH] arm: provide a CONFIG flag for disabling relocation

2011-10-01 Thread Albert ARIBAUD
Hi Simon, Le 23/09/2011 18:04, Simon Glass a écrit : >> Are you looking for CONFIG_SYS_SKIP_ARM_RELOCATION? I think Anthony is >> only fixing couple of issues uncovered by the original 'skip >> relocation' patch but I don't think CONFIG_SYS_SKIP_ARM_RELOCATION >> itself is getting accepted. > > I

[U-Boot] MMc UBOOT compiling problem

2011-10-01 Thread Rajeev Rao Battu
Hi We are using AT91sam9261, till date we had never interfaced SDCARD in units . Now we need SDCARD interface in our units. for that i tried to compile u-boot i encountered problems, which are attached as MMC.log please get the attachement. and also we need mmc.h which is missing in u-boot path asm

[U-Boot] Hello,

2011-10-01 Thread Chantal Diarrah
Hello, Compliment of the day to you.I am Mrs Chantal Diarrah, I am sending this brief letter to solicit your partnership to transfer $19.5million US Dollars. I shall send you more information and procedures when I receive a positive response from you. Best Regards, Mrs Chantal Diarrah. _

Re: [U-Boot] MMc UBOOT compiling problem

2011-10-01 Thread Wolfgang Denk
Dear Rajeev Rao Battu, In message you wrote: > > We are using AT91sam9261, till date we had never interfaced SDCARD in units > . Now we need SDCARD interface in our units. > for that i tried to compile u-boot i encountered problems, which are > attached as MMC.log please get the attachement. and

[U-Boot] U-Boot: using nand write to flash an ubi image, ubi part fails

2011-10-01 Thread Lars Michael
--- On Fri, 30/9/11, Aaron Williams wrote: > I finally found the problem on our end and now I have ubifs > working > beautifully. > > -Aaron Good, do you mind sharing what the solution to your problem is and what version of U-Boot you are running? Thanks, - Lars _

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

2011-10-01 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e8621f5.9010...@aribaud.net> you wrote: > Hi Wolfgang, > > I have moved the contents of u-boot-arm/next to u-boot-arm/master, and > therefore... > > The following changes since commit 1d5e7fb403257d62f0f2419cb83fdf6b0f02f215: > >Prepare v2011.09 (2011-09-2

Re: [U-Boot] Pull request u-boot-blackfin.git (post branch)

2011-10-01 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1317335329-24870-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 1d5e7fb403257d62f0f2419cb83fdf6b0f02f215: > > Prepare v2011.09 (2011-09-29 21:11:15 +0200) > > are available in the git repository at: > git://www.denx.de/git

Re: [U-Boot] Pull request u-boot-blackfin.git (sf branch)

2011-10-01 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1317335305-24780-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 1d5e7fb403257d62f0f2419cb83fdf6b0f02f215: > > Prepare v2011.09 (2011-09-29 21:11:15 +0200) > > are available in the git repository at: > git://www.denx.de/git

Re: [U-Boot] [PATCH 1/2] fat: fix crash with big sector size

2011-10-01 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <201108082338.33616.sshtyl...@ru.mvista.com> you wrote: > Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when it > tries to read the boot sector into 512-byte buffer situated on stack. Make the > FAT code indifferent to the sector size. > >

Re: [U-Boot] [PATCH 2/2] fat: cannot compare bytes and sectors

2011-10-01 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <201108082339.29933.sshtyl...@ru.mvista.com> you wrote: > The code multiples the FAT size in sectors by the sector size and then tries > to > compare that to the number of sectors in the 'getsize' variable. While fixing > this, also change the initial value of 'g

Re: [U-Boot] [PATCH 2/2] fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS

2011-10-01 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <201108192337.46310.sshtyl...@ru.mvista.com> you wrote: > Currently in do_fat_read() when reading FAT sectors, we have to divide down > LINEAR_PREFETCH_SIZE by the sector size, whereas it's defined as 2 sectors > worth of bytes. In order to avoid redundant multipli

Re: [U-Boot] [PATCH 1/2] fat: root directory cluster only makes sense for FAT32

2011-10-01 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <201108192332.34777.sshtyl...@ru.mvista.com> you wrote: > The root directory cluster field only exists in a FAT32 boot sector, so the > 'root_cluster' variable in do_fat_read() contains garbage in case of FAT12/16. > Make it contain 0 instead as this is what is pas

Re: [U-Boot] [PATCH] Small refactor to remove duplicate serial code

2011-10-01 Thread Wolfgang Denk
Dear Simon Glass, In message <1313788183-15245-1-git-send-email-...@chromium.org> you wrote: > This tidies up duplicate code, and checks that default_serial_console() does > in fact produce a device. > > Signed-off-by: Simon Glass > --- > common/serial.c | 64 +

Re: [U-Boot] [PATCH 2/2 V2] IDE: Fix complaints about strict aliasing in cmd_ide.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1313867713-20949-2-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut > --- > common/cmd_ide.c | 51 +-- > 1 files changed, 25 insertions(+), 26 deletions(-) Applied, thanks. Best regards

Re: [U-Boot] [PATCH v4] ns16550: change to allow 32 bit access to registers

2011-10-01 Thread Wolfgang Denk
Dear Dave Aldridge, In message <1314953234-3977-1-git-send-email-fovs...@gmail.com> you wrote: > If CONFIG_SYS_NS16550_MEM32 is defined then 32 bit memory > mapped access will be used to read/write the uart registers. > > This is especially useful for SoC devices that implement 16550 > compatible

Re: [U-Boot] [PATCH 1/2] console: Squelch pre-console output in console functions

2011-10-01 Thread Wolfgang Denk
Dear Graeme Russ, In message <1314620046-26187-2-git-send-email-graeme.r...@gmail.com> you wrote: > There are some locations in the code which anticipate printf() being called > before the console is ready by squelching printf() on gd->have_console. > Move this squelching into printf(), vprintf(),

Re: [U-Boot] [PATCH] net/eth: add newline to "failed MAC address" warning

2011-10-01 Thread Wolfgang Denk
Dear Holger Brunck, In message <1316782071-8988-1-git-send-email-holger.bru...@keymile.com> you wrote: > This prevents u-boot to display during bootime: > Out: serial > Err: serial > Net: UEC3Warning: failed to set MAC address > > Now corrected and it will display: > Out: serial > Err:

Re: [U-Boot] [PATCH] Add missing header for gcc3

2011-10-01 Thread Wolfgang Denk
Dear Scott McNutt, In message <1316814134-32118-1-git-send-email-smcn...@psyent.com> you wrote: > When include/linux/compiler.h is included, the associated gcc3 > header is required for older build environments. > > Signed-off-by: Scott McNutt > --- > include/linux/compiler-gcc3.h | 21 ++

Re: [U-Boot] [PATCH] MAINTAINERS: delete stale entry for EOL Wind River boards

2011-10-01 Thread Wolfgang Denk
Dear Paul Gortmaker, In message <1316302737-18663-1-git-send-email-paul.gortma...@windriver.com> you wrote: > This e-mail address is no longer valid, and the boards are long > since EOL. > > Signed-off-by: Paul Gortmaker Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Enginee

Re: [U-Boot] [PATCH] sbc82xx: delete support for obsolete SBC8240/SBC8260

2011-10-01 Thread Wolfgang Denk
Dear Paul Gortmaker, In message <1316303267-19007-1-git-send-email-paul.gortma...@windriver.com> you wrote: > The EST SBC8260 is over 10 years old, and the SBC8240 older than > that. With the tiny amount of RAM (by today's standards), there > really isn't anyone interested in running the latest

[U-Boot] [PATCH v3] mkconfig: start deprecating Makefile config targets

2011-10-01 Thread Mike Frysinger
Now that we've got boards.cfg and most people have converted over, start warning people who have yet to so we can phase board configs completely out of the Makefile. Signed-off-by: Mike Frysinger --- v3 - add an actual target for board removal doc/feature-removal-schedule.txt | 16 +++

Re: [U-Boot] [PATCH] video: update the Freescale DIU driver to use linux/fb.h

2011-10-01 Thread Anatolij Gustschin
On Mon, 22 Aug 2011 10:54:02 -0500 Timur Tabi wrote: > Update the Freescale DIU video driver (fsl_diu_fb.c) to use linux/fb.h. > Some data structures from this header file were just copied into > fsl_diu_fb.c. > > Signed-off-by: Timur Tabi > --- > drivers/video/fsl_diu_fb.c | 54

Re: [U-Boot] [PATCH 1/7 V3] GCC4.6: Convert various empty macros to inline functions

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1317058579-936-1-git-send-email-marek.va...@gmail.com> you wrote: > Fix the following gcc4.6 problems: > > cmd_date.c: In function `do_date´: > cmd_date.c:50:6: warning: variable `old_bus´ set but not used > [-Wunused-but-set-variable] > asix.c: In function `asix_ini

Re: [U-Boot] [PATCH 3/7] GCC4.6: Squash warning in cmd_flash.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1316996766-14248-3-git-send-email-marek.va...@gmail.com> you wrote: > cmd_flash.c: In function `do_protect´: > cmd_flash.c:474:6: warning: variable `p´ set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Marek Vasut > --- > common/cmd_flash.c | 10 +

Re: [U-Boot] [PATCH 4/7] GCC4.6: Squash warning in cmd_nvedit.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1316996766-14248-4-git-send-email-marek.va...@gmail.com> you wrote: > cmd_nvedit.c: In function `do_env_edit´: > cmd_nvedit.c:463:6: warning: variable `len´ set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Marek Vasut > --- > common/cmd_nvedit.c |

Re: [U-Boot] [PATCH 5/7] GCC4.6: Squash warnings in lcd.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1316996766-14248-5-git-send-email-marek.va...@gmail.com> you wrote: > lcd.c: In function `lcd_drawchars´: > lcd.c:214:9: warning: variable `off´ set but not used > [-Wunused-but-set-variable] > lcd.c: In function `lcd_display_bitmap´: > lcd.c:617:16: warning: variable

Re: [U-Boot] [PATCH 7/7] GCC4.6: Squash warning in cmd_mem.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1316996766-14248-7-git-send-email-marek.va...@gmail.com> you wrote: > cmd_mem.c: In function `do_mem_loop´: > cmd_mem.c:474:25: warning: variable `junk´ set but not used > [-Wunused-but-set-variable] > > The assigned variable can be removed because the pointers are v

Re: [U-Boot] [PATCH 6/7] GCC4.6: Squash warnings in ipu_disp.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1316996766-14248-6-git-send-email-marek.va...@gmail.com> you wrote: > ipu_disp.c: In function `ipu_disp_set_global_alpha´: > ipu_disp.c:1237:11: warning: variable `flow´ set but not used > [-Wunused-but-set-variable] > ipu_disp.c: In function `ipu_disp_set_color_key´:

Re: [U-Boot] [PATCH 1/5] GCC4.6: Squash warning in nand_bbt.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1317377606-9830-1-git-send-email-marek.va...@gmail.com> you wrote: > nand_bbt.c: In function `search_bbt´: > nand_bbt.c:465:6: warning: variable `bits´ set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Marek Vasut > Cc: Scott Wood > --- > drivers/mt

Re: [U-Boot] [PATCH 2/5] GCC4,6: Squash warning in cmd_nand.c

2011-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1317377606-9830-2-git-send-email-marek.va...@gmail.com> you wrote: > cmd_nand.c: In function `do_nand´: > cmd_nand.c:490:7: warning: variable `chip´ set but not used > [-Wunused-but-set-variable] > cmd_nand.c:489:7: warning: variable `part´ set but not used > [-Wunuse

[U-Boot] hello

2011-10-01 Thread biba grace
hello dear i hope you are ok, how is your day, i just decide to contact you as i see your contact, for a better relationship, and other good business/investment i want to discuss with you, i am grace 25yrs old, and very good looking, though you may not know but respond so that i will open up t