[U-Boot] Instructions in TEXT section can not load data from other section

2010-03-16 Thread jrjr
Hi, everyone. I have got a problem when I porting U-BOOT to my board with MPC8247. My configuration file is based on the MPC8260ADS_config. The problem is : The instruction in TEXT section can not load data in other (DATA) sections. It seems there is a relocation to the data section .

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-16 Thread Joakim Tjernlund
Hi, everyone. I have got a problem when I porting U-BOOT to my board with MPC8247. My configuration file is based on the MPC8260ADS_config. The problem is : The instruction in TEXT section can not load data in other (DATA) sections. It seems there is a relocation to the data section .

[U-Boot] Irish 2010 Grant Winner

2010-03-16 Thread info
£1,000,000Pounds has been awarded to you in the U.K PROMO.send to this office the following: Names... Tel.. Age Address.. Occupation. Country. Email to: claimsdesk2...@live.co.uk ___ U-Boot

Re: [U-Boot] [PATCH] POST progress API

2010-03-16 Thread Michael Zaidman
Hi Wolfgang, Is there a chance this patch will be included already in this release? On Mon, Mar 8, 2010 at 5:29 PM, Detlev Zundel d...@denx.de wrote: Hi Michael, Added POST progress API implemented as weak calls before and after each call to the POST test callback in the post_run_single

Re: [U-Boot] U-BOOT porting to PORTUX 920T

2010-03-16 Thread Achim Ehrlich
Hello Luca, Thank to Achim Ehrlich - we got all we needed working! Timing has been set to s$ Basically - we have seen: - dataflash working - usb transfers ok - environment We should test other hardware - hoping to get feedback, at least from Taskit! Nice to hear, that things

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-16 Thread Henry Súcart
Here's the command I'm using and the output. I put a debugging statement in sd_init_card() after the for loop (HJS:). U-Boot mmc init 0 mmc: clock 15 too low; setting CLKDIV to 255 HJS: sd_init_card() mmc_acmd for loop finished. ret = -19, resp[0] = 0x6B200020 No MMC card found The same

Re: [U-Boot] [PATCH] TI: Davinci: NAND Driver Cleanup

2010-03-16 Thread Nick Thompson
On 14/03/10 21:14, s-paul...@ti.com wrote: From: Cyril Chemparathy cy...@ti.com Modified to use IO accessor routines consistently. Eliminated volatile usage to keep checkpatch.pl happy. Patch was tested on DM355, DM365 and DM6446 EVMs Signed-off-by: Cyril Chemparathy cy...@ti.com

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

2010-03-16 Thread Asen Dimov
Hello everyone, here is the new board PM9G45 from Ronetix GmbH, based on at91sam9g45 MCU. It has 128MB DDR2 SDRAM, 256MB NAND, could be with or without DataFlash. The board is made as SODIMM200 module. For more info www.ronatix.at or i...@ronetix.at. Regards, Asen Signed-off-by: Asen Dimov

Re: [U-Boot] [PATCH] ARM1176: Coexist with other ARM1176 platforms

2010-03-16 Thread Tom
Chemparathy, Cyril wrote: Hi Tom, This patch is premature. I need to see this patch within the context of the new SOC. For a new SOC, I would like it be added as a new sub dir off of cpu/arm1176. At the same level as s3c64xx. So this dir would look like. config.mk cpu.c Makefile

[U-Boot] Peripheral multiplexing in devices

2010-03-16 Thread Vipin KUMAR
Hi All, This is with regards to the pad multiplexing in devices. SPEAr SoCs support pin multiplexing(in hardware) to support multiple peripherals by selecting a particular mode from a list of ten modes and then selecting one of the two peripherals which can both be supported in that mode. I

[U-Boot] [PATCH] console.c: fix problem with splashimage

2010-03-16 Thread Anatolij Gustschin
If a board uses cfb_console driver and splash image and also defines CONFIG_SILENT_CONSOLE, the user is locked out even if silent is not set. It is not possible to get any output, neither on vga console device nor on serial console after redirecting the output to the serial console, since the

Re: [U-Boot] Peripheral multiplexing in devices

2010-03-16 Thread Wolfgang Denk
Dear Vipin KUMAR, In message 4b9f89b2.8040...@st.com you wrote: Now, we want to support this in sw in such a way that we have a single image for linux for all possible configurations. We intend to do this though bootloader (u-boot in this case) This may be possible, but it is not wise, nor

[U-Boot] [PATCH v2 0/7] Add support for PDM360NG board

2010-03-16 Thread Anatolij Gustschin
This patch series intend to support MPC5121e based PDM360NG board. Patches preceding the actual board support patch 6 prepare needed infrastructure for the PDM360NG board. Changes since first version: - addressed comments, detailed log of changes is provided in patch description. NOTE: - if

[U-Boot] [PATCH v2 1/7] mpc512x: make MEM IO Control configuration a board config option

2010-03-16 Thread Anatolij Gustschin
Signed-off-by: Anatolij Gustschin ag...@denx.de --- No changes since v1. cpu/mpc512x/fixed_sdram.c|2 +- include/asm-ppc/immap_512x.h |4 include/configs/aria.h |2 ++ include/configs/mecp5123.h |2 ++ include/configs/mpc5121ads.h |2 ++ 5 files changed, 7

[U-Boot] [PATCH v2 2/7] mpc512x: add multi serial PSC support

2010-03-16 Thread Anatolij Gustschin
Extend mpc512x serial driver to support multiple PSC ports. Supsequent patches for PDM360NG board support make use of this functionality by defining CONFIG_SERIAL_MULTI in the board config file. Additionally the used PSC devices are specified by defining e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and

[U-Boot] [PATCH v2 4/7] fdt_support: add partitions fixup in mtd node

2010-03-16 Thread Anatolij Gustschin
Allow overriding defined partitions in the device tree blob using partition info defined in the 'mtdparts' environment variable. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Gerald Van Baren vanba...@cideas.com --- Changes since first version: - in fdt_fixup_mtdparts() check the presence

[U-Boot] [PATCH v2 3/7] mpc5121: add PSC serial communication routines

2010-03-16 Thread Anatolij Gustschin
Signed-off-by: Anatolij Gustschin ag...@denx.de --- No changes since v1. cpu/mpc512x/serial.c | 87 ++ include/serial.h |7 2 files changed, 94 insertions(+), 0 deletions(-) diff --git a/cpu/mpc512x/serial.c b/cpu/mpc512x/serial.c

[U-Boot] [PATCH v2 5/7] mpc5121: add common post_word_load/store code

2010-03-16 Thread Anatolij Gustschin
Add common post_word_load/post_word_store routines for all mpc5121 boards. pdm360ng board support added by subsequent patches needs these, as it adds a board specific POST test. Signed-off-by: Anatolij Gustschin ag...@denx.de --- This patch is new in this series. This code was in board support

[U-Boot] [PATCH v2 6/7] mpc5121: add support for PDM360NG board

2010-03-16 Thread Anatolij Gustschin
PDM360NG is a MPC5121E based board by ifm ecomatic gmbh. Signed-off-by: Michael Weiss michael.we...@ifm.com Signed-off-by: Anatolij Gustschin ag...@denx.de --- Changes since first version: - don't include RLE8 bitmap support in DIU code, now it is in common code submitted to U-Boot ML as

[U-Boot] [PATCH v2 7/7] mpc5121: cpu/mpc512x/diu.c: fix warnings

2010-03-16 Thread Anatolij Gustschin
Fix warnings while compiling with CONFIG_VIDEO enabled: diu.c: In function 'video_hw_init': diu.c:158: warning: 'return' with no value, in function returning non-void diu.c:162: warning: format '%ld' expects type 'long int', but argument 6 has type 'int' diu.c:162: warning: format '%ld' expects

[U-Boot] [PATCH] SPI: added support for MX51 to mxc_spi

2010-03-16 Thread Stefano Babic
This patch add support for MX51 processor and supports transfer of multiple word in a single transation. Signed-off-by: Stefano Babic sba...@denx.de --- The patch adds support for the MX51 and wants to remove some limitation on the old driver. Actually, the buffer passed to the transfer function

[U-Boot] [PATCH] Added MC13892VK Power Management driver

2010-03-16 Thread Stefano Babic
Added SPI driver for the Power Management Controller used with i.MX51 Processor. Signed-off-by: Stefano Babic sba...@denx.de --- drivers/misc/Makefile |1 + drivers/misc/mc13892_spi_pmic.c | 134 +++ include/mc13892.h | 149

[U-Boot] [PATCH] Add SPI support to mx51evk board

2010-03-16 Thread Stefano Babic
The patch adds SPI devices to the mx51evk board. Two devices are supported: Atmel SPI flash and MC13892 power controller. Signed-off-by: Stefano Babic sba...@denx.de --- board/freescale/mx51evk/mx51evk.c | 178 + include/configs/mx51evk.h | 17

[U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-16 Thread Stefano Babic
The lowlevel_init file contained some hard-coded values to setup the RAM. These board related values are moved into the board configuration file. Signed-off-by: Stefano Babic sba...@denx.de --- cpu/arm_cortexa8/mx51/lowlevel_init.S |5 - include/configs/mx51evk.h |3 +++

Re: [U-Boot] [PATCH] nios2: add unaligned.h to be included by zlib.c

2010-03-16 Thread Scott McNutt
Thomas, This patch ignored due to your subsequent patch (03/14/2010). Regards, --Scott Thomas Chou wrote: Signed-off-by: Thomas Chou tho...@wytron.com.tw --- include/asm-nios2/unaligned.h | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644

Re: [U-Boot] [PATCH] nios2: asm-nios2/unaligned.h uses generic one

2010-03-16 Thread Scott McNutt
Applied. Best Regards, --Scott Thomas Chou wrote: The patch follows the asm-generic/unaligned.h patch from Mike Frysigner. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- include/asm-nios2/unaligned.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] Load code in U-Boot for mpc5121e

2010-03-16 Thread James Smith
Hi, I am quiet new with embedded linux so I was wondering if someone can help me with my issue. I am trying to load a c code on the mpc5121e processor found on the ADS5121 board. The only connection between my board and my host (Linux PC) is a serial cable and an Ethernet cable. I am trying to

Re: [U-Boot] [PATCH] TI: Davinci: NAND Driver Cleanup

2010-03-16 Thread Chemparathy, Cyril
Hi Scott, Configuring for davinci_schmoogie board... ... Should be lowercase? Thank you. I will be sending out a v2 shortly, and this time around all 8 davinci based boards build fine. Also, any particular reason to use the raw version of the accessors? Please correct me if I am wrong

[U-Boot] [PATCH v2 1/1] TI: Davinci: NAND Driver Cleanup

2010-03-16 Thread Cyril Chemparathy
Modified to use IO accessor routines consistently. Eliminated volatile usage to keep checkpatch.pl happy. Signed-off-by: Cyril Chemparathy cy...@ti.com --- 1. Added fixes for DA830 EVM and Davinci Schmoogie boards 2. Reverted to include davinci_emif_regs macro definition

Re: [U-Boot] EABI 4.2

2010-03-16 Thread Praveen G K
On Fri, Mar 12, 2010 at 11:12 AM, Praveen G K praveen...@gmail.com wrote: On Fri, Mar 12, 2010 at 3:04 AM, Detlev Zundel d...@denx.de wrote: Hi Praveen, So, should I send a message to the gcc mailing list explaining the issue? Yes please. Thanks!  Detlev OK Have sent a message to the

Re: [U-Boot] [PATCH] add new board pm9g45

2010-03-16 Thread Wolfgang Denk
Dear Asen Dimov, In message 1268744233-2497-1-git-send-email-di...@ronetix.at you wrote: Hello everyone, here is the new board PM9G45 from Ronetix GmbH, based on at91sam9g45 MCU. It has 128MB DDR2 SDRAM, 256MB NAND, could be with or without DataFlash. The board is made as SODIMM200

Re: [U-Boot] [PATCH] ARM1176: Coexist with other ARM1176 platforms

2010-03-16 Thread Chemparathy, Cyril
Tom, I was not able to access this link But, yes, please include this patch as part of the tnetv107x patchset. Sure. I will include this with the larger TNETV107X patchset and submit. Until then, a code preview can be found at

[U-Boot] cross compiling fw_printenv on big endian

2010-03-16 Thread Jeff Angielski
I seem to be having a problem with fw_printenv on my PowerPC 85xx target whereby I constantly get CRC32 errors: # fw_printenv Warning: Bad CRC, using default environment I tracked this down to the fact that u-boot/lib_generic/crc32.c is getting compiled with the __LITTLE_ENDIAN defined even

Re: [U-Boot] [PATCH] TI: Davinci: NAND Driver Cleanup

2010-03-16 Thread Scott Wood
Chemparathy, Cyril wrote: Please correct me if I am wrong here, but my understanding is that the raw variants are for native-endian access, while the non-raw ones could potentially force little-endian conversions for PCI. The non-raw ones also provide ordering on some architectures, though I

Re: [U-Boot] PATCH - Added support to YANU Nios2 uart (02)

2010-03-16 Thread Scott McNutt
Renato, Patch applied to the nios2 tree. I think it's time to consider moving the nios2 header files into include/asm-nios before the top-level include gets too polluted. Regards, --Scott Renato Andreola wrote: From d7a79fc4e5a3ebc6a1ca5c23500e3f2f1c3b33c2 Mon Sep 17 00:00:00 2001 From:

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-16 Thread Albin Tonnerre
On Tue, 16 Mar 2010 08:30 -0400, Henry Súcart wrote : Here's the command I'm using and the output. I put a debugging statement in sd_init_card() after the for loop (HJS:). U-Boot mmc init 0 mmc: clock 15 too low; setting CLKDIV to 255 HJS: sd_init_card() mmc_acmd for loop finished. ret

Re: [U-Boot] [PATCH 01/17] SPARC: added unaligned definitions, patch supplied by Magnus Sjalander.

2010-03-16 Thread Mike Frysinger
On Monday 01 February 2010 12:08:51 Daniel Hellstrom wrote: Mike Frysinger wrote: there is a proposed asm-generic/unaligned.h on the mailing list which i think you could use. you'd just need: #include asm-generic/unaligned.h Thank you for your comment, I will update this patch. the

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-16 Thread Henry Súcart
I put the printf you asked for in sd_init_card, right after the for loop. Here's the output: With #define CONFIG_ATMEL_MCI1 1 U-Boot mmc init 0 mmc: setting clock 15 Hz, block size 512 mmc: clock 15 too low; setting CLKDIV to 255 mmc: CMD0 0x0 (flags 0x0) mmc: status 0x0c25 mmc:

Re: [U-Boot] EABI 4.2

2010-03-16 Thread Alessandro Rubini
Hello. I have not received any updates from the gcc mailing list. Has anyone got any more ideas on this? Thanks! Out of curiosity, I tried to reproduce the problem. I added EXT2 to my binary and recompiled with eldk-4.2. As a reminder, this is the source: if (dirent.namelen != 0) {

Re: [U-Boot] Load code in U-Boot for mpc5121e

2010-03-16 Thread WANG Rui
In my opinion, you could use kermit to send your binary file into ram, for instance 0x20,via serial connection, and then use u-boot command go 0x20 Hope that helps you. Best, regards Rui On Wed, Mar 17, 2010 at 1:26 AM, James Smith bb...@yahoo.com wrote: Hi, I am quiet new with