Re: [U-Boot] {Spam?} u-boot relocation

2010-12-26 Thread Reinhard Meyer
Dear Marcel, Hi, I updated my u-boot-usb to continue my work on the SAM9 USB parts, but got stuck with the following issue : There seems to be a new relocation scheme. I also added some stuff to make it detect the SDRAM, but than I get stuck. int dram_init(void) {

Re: [U-Boot] [PATCH 1/2 for 2010.12 ] Add support PLATFORM_LDFLAGS to cmd_link_o_target

2010-12-26 Thread Mike Frysinger
On Saturday, December 25, 2010 18:02:26 Nobuhiro Iwamatsu wrote: Current cmd_link_o_target function in config.mk does not support the set of the endian. Some architecture is bi-endian (e.g. mips and sh). Therefore, there is case supporting big endian and little endian with one toolchain.

Re: [U-Boot] {Spam?} u-boot relocation

2010-12-26 Thread Reinhard Meyer
Dear Marcel, On Sunday, December 26, 2010 02:38:04 pm Reinhard Meyer wrote: Dear Marcel, Hi, I updated my u-boot-usb to continue my work on the SAM9 USB parts, but got stuck with the following issue : There seems to be a new relocation scheme. I also added some stuff to make it detect

[U-Boot] [PATCH] altera_spi: add spi_set_speed

2010-12-26 Thread Thomas Chou
Added this for mmc_spi driver. Though altera spi core does not support programmable speed. It is fixed when configured in sopc-builder. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- drivers/spi/altera_spi.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[U-Boot] U-boot 1.1.2 CONFIG_COMMANDS

2010-12-26 Thread sohu
Hi,i am using u-boot 1.1.2,for some reasons,i have no time to port to new revision code of u-boot.And now i met one problem in my include/configs/myboards3c44b0.h #define CONFIG_COMMANDS( CONFIG_CMD_DFL | \ CFG_CMD_DATE | \ CFG_CMD_ELF|

[U-Boot] [PATCH] nios2: use long for ssize_t

2010-12-26 Thread Thomas Chou
This is consistent with nios2-linux. And resolved the warning, cmd_nvedit.c: In function `do_env_export': cmd_nvedit.c:660: warning: size_t format, ssize_t arg (arg 3) Signed-off-by: Thomas Chou tho...@wytron.com.tw --- arch/nios2/include/asm/posix_types.h |2 +- 1 files changed, 1

[U-Boot] [PATCH] nios2: add gpio_is_valid

2010-12-26 Thread Thomas Chou
Signed-off-by: Thomas Chou tho...@wytron.com.tw --- arch/nios2/include/asm/gpio.h|6 ++ board/altera/nios2-generic/custom_fpga.h |1 + board/altera/nios2-generic/gpio.c|6 ++ 3 files changed, 13 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/2 for 2010.12 ] Add support PLATFORM_LDFLAGS to cmd_link_o_target

2010-12-26 Thread Nobuhiro Iwamatsu
Hi, mike. 2010/12/27 Mike Frysinger vap...@gentoo.org: On Saturday, December 25, 2010 18:02:26 Nobuhiro Iwamatsu wrote: Current cmd_link_o_target function in config.mk does not support the set of the endian. Some architecture is bi-endian (e.g. mips and sh). Therefore, there is case

[U-Boot] [PATCH 02/28] Blackfin: bf518f-ezbrd: don't require SPI logic all the time

2010-12-26 Thread Mike Frysinger
Only the first run of boards had a ksz switch on it, so if building for a newer silicon rev or SPI is disabled, don't bother checking for the ksz. Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/bf518f-ezbrd/bf518f-ezbrd.c | 30 +- 1 files changed, 21

[U-Boot] [PATCH 03/28] Blackfin: skip RAM display for 0 mem systems

2010-12-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/lib/board.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/lib/board.c b/arch/blackfin/lib/board.c index 8eca7d6..59a0810 100644 --- a/arch/blackfin/lib/board.c +++

[U-Boot] [PATCH 01/28] MAINTAINERS: sort Blackfin entries

2010-12-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- MAINTAINERS | 49 ++--- 1 files changed, 22 insertions(+), 27 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ba83f71..553930a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1033,6 +1033,7

[U-Boot] [PATCH 00/28] Blackfin updates for v2011.03

2010-12-26 Thread Mike Frysinger
More processor header cleanups, board config.mk unification and removal, a few new board ports, and random bug fixes. Most clean up work is to address complaints from Wolfgang since he won't pull patches otherwise. The processor header updates are too large for the list, but you can of course

[U-Boot] [PATCH 04/28] Blackfin: drop CONFIG_SYS_TEXT_BASE from boards

2010-12-26 Thread Mike Frysinger
We don't want/use this value for Blackfin boards, so punt it and have the common code error out when people try to use it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/config.mk |4 board/bct-brettl2/config.mk |3 --- board/bf518f-ezbrd/config.mk

[U-Boot] [PATCH 08/28] Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files

2010-12-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/bf537-pnav/config.mk | 25 - board/blackstamp/config.mk | 25 - board/blackvme/config.mk | 24 3 files changed, 0 insertions(+), 74 deletions(-) delete mode

[U-Boot] [PATCH 07/28] Blackfin: bf527-sdp: update custom CFLAGS paths

2010-12-26 Thread Mike Frysinger
Looks like the filesystem shuffling missed the SDP board. Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/bf527-sdp/config.mk |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/bf527-sdp/config.mk b/board/bf527-sdp/config.mk index ce8f75c..7271774 100644

[U-Boot] [PATCH 05/28] Blackfin: unify bootmode based LDR_FLAGS setup

2010-12-26 Thread Mike Frysinger
Unify this convention for all Blackfin boards. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/config.mk |3 +++ board/bct-brettl2/config.mk |3 --- board/bf518f-ezbrd/config.mk |3 --- board/bf526-ezbrd/config.mk |3 ---

[U-Boot] [PATCH 09/28] Blackfin: dnp5370: new board port

2010-12-26 Thread Mike Frysinger
From: Andreas Schallenberg andreas.schallenb...@3alitydigital.de Info about the hardware can be found here: http://www.dilnetpc.com/dnp0086.htm Signed-off-by: Andreas Schallenberg andreas.schallenb...@3alitydigital.de Signed-off-by: Mike Frysinger vap...@gentoo.org --- MAINTAINERS

[U-Boot] [PATCH 06/28] Blackfin: move CONFIG_BFIN_CPU back to board config.h

2010-12-26 Thread Mike Frysinger
This is a revert of 821ad16fa9900c as Wolfgang doesn't like the new code. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/config.mk |8 +++- arch/blackfin/include/asm/config.h |5 + arch/blackfin/lib/board.c |2 +-

[U-Boot] [PATCH 14/28] Blackfin: bf561-ezkit/ibf-dsp561: invert env offset/addr logic

2010-12-26 Thread Mike Frysinger
Have CONFIG_ENV_ADDR be based on CONFIG_ENV_OFFSET rather than the other way around so that we can use CONFIG_ENV_OFFSET during build. It also avoids a little address duplication. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bf561-ezkit.h |4 ++--

[U-Boot] [PATCH 12/28] Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is disabled

2010-12-26 Thread Mike Frysinger
Fixes a build error due to new partial linking logic. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bf537-minotaur.h |1 + include/configs/bf537-srv1.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/bf537-minotaur.h

[U-Boot] [PATCH 15/28] Blackfin: fix bd_t handling

2010-12-26 Thread Mike Frysinger
The recent global data changes (making the size autogenerated) broke the board info handling on Blackfin ports as we were lying and lumping the bd_t size in with the gd_t size. So use the new dedicated bd_t size to setup its own address in memory. Signed-off-by: Mike Frysinger vap...@gentoo.org

[U-Boot] [PATCH 13/28] Blackfin: bf537: fix L1 data defines

2010-12-26 Thread Mike Frysinger
The __BFIN_DEF_ADSP_BF537_proc__ define isn't setup anymore, so use the one coming from the compiler. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/include/asm/mach-bf537/BF534_def.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 17/28] Blackfin: drop duplicate system mmr and L1 scratch defines

2010-12-26 Thread Mike Frysinger
Common code already takes care of setting up these defines when a port hasn't specified them, so punt the duplicate values. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/include/asm/mach-bf518/BF512_def.h |6 -- arch/blackfin/include/asm/mach-bf533/BF531_def.h |6

[U-Boot] [PATCH 20/28] Blackfin: only check for os log when we have external memory

2010-12-26 Thread Mike Frysinger
If the part has no external memory configured, then there will be no os log for us to check, and any attempt to access that memory will trigger hardware errors. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/lib/board.c |2 +- 1 files changed, 1 insertions(+), 1

[U-Boot] [PATCH 21/28] Blackfin: turn off caches when self initializing

2010-12-26 Thread Mike Frysinger
When bootstrapping ourselves on the fly at runtime (via go), we need to turn off the caches to avoid taking software exceptions. Since caches need CPLBs and CPLBs need exception handlers, but we're about to rewrite the code in memory where those exception handlers live, we need to turn off caches

[U-Boot] [PATCH 23/28] Blackfin: bf506f-ezkit: new board port

2010-12-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/bf506f-ezkit/Makefile | 54 +++ board/bf506f-ezkit/bf506f-ezkit.c | 27 + boards.cfg|1 + include/configs/bf506f-ezkit.h| 106 + 4 files

[U-Boot] [PATCH 25/28] Blackfin: bootrom.h: sync with toolchain

2010-12-26 Thread Mike Frysinger
We need the updated LDR bit defines for our LDR utils. Signed-off-by: Mike Frysinger vap...@gentoo.org --- .../include/asm/mach-common/bits/bootrom.h | 86 +-- 1 files changed, 59 insertions(+), 27 deletions(-) diff --git

[U-Boot] [PATCH 24/28] Blackfin: adi boards: drop old ELF define

2010-12-26 Thread Mike Frysinger
This define isn't used anywhere anymore, so punt it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bfin_adi_common.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index

[U-Boot] [PATCH 28/28] Blackfin: adi boards: enable ldrinfo

2010-12-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bfin_adi_common.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index b86ca68..9016a26 100644 ---

[U-Boot] [PATCH 27/28] Blackfin: ldrinfo: new command

2010-12-26 Thread Mike Frysinger
Simple command to decode/check an LDR image before we try to boot it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- common/Makefile |1 + common/cmd_ldrinfo.c | 192 ++ 2 files changed, 193 insertions(+), 0 deletions(-) create mode

[U-Boot] [PATCH 22/28] Blackfin: default to L1 bank A when L1 bank B does not exist

2010-12-26 Thread Mike Frysinger
Some parts lack Bank B in L1 data, so have the linker script fall back to Bank A when that happens. This way we can still leverage L1 data. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/lib/u-boot.lds.S | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-)

[U-Boot] [PATCH 26/28] Blackfin: bootldr: use common defines

2010-12-26 Thread Mike Frysinger
Now that the common bootrom.h sets up defines for us, switch to them rather than our own local set. Signed-off-by: Mike Frysinger vap...@gentoo.org --- common/cmd_bootldr.c | 21 - 1 files changed, 8 insertions(+), 13 deletions(-) diff --git a/common/cmd_bootldr.c

Re: [U-Boot] [PATCH 1/2 for 2010.12 ] Add support PLATFORM_LDFLAGS to cmd_link_o_target

2010-12-26 Thread Mike Frysinger
On Sunday, December 26, 2010 23:17:39 Nobuhiro Iwamatsu wrote: 2010/12/27 Mike Frysinger vap...@gentoo.org: On Saturday, December 25, 2010 18:02:26 Nobuhiro Iwamatsu wrote: Current cmd_link_o_target function in config.mk does not support the set of the endian. Some architecture is

[U-Boot] Fashion Challenge

2010-12-26 Thread Shilpa G
 Hi Visit my site http://shilpasbeautyworld.com http://shilpasbeautyworld.com An exclusive coverage on various topics related to fashion, beauty, makeup, Skin care, hair care and many more topics. Do visit, its really interesting. Accept the fashion Challenge now !!! Regards ….

[U-Boot] [PATCH] mpq101: initial support for Mercury Computer Systems MPQ101 board

2010-12-26 Thread Alex Dubov
Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548 processor, 512MB of hardwired DDR2 RAM and 128MB of hardwired NAND flash memory. USB controller is available, but not presently enabled. Additional board information is available at:

Re: [U-Boot] [PATCH 1/2 for 2010.12 ] Add support PLATFORM_LDFLAGS to cmd_link_o_target

2010-12-26 Thread Nobuhiro Iwamatsu
2010/12/27 Mike Frysinger vap...@gentoo.org: On Sunday, December 26, 2010 23:17:39 Nobuhiro Iwamatsu wrote: 2010/12/27 Mike Frysinger vap...@gentoo.org: On Saturday, December 25, 2010 18:02:26 Nobuhiro Iwamatsu wrote: Current cmd_link_o_target function in config.mk does not support the set

[U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-26 Thread Nobuhiro Iwamatsu
This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- Makefile |2 +- arch/blackfin/config.mk |3 ++- arch/i386/config.mk |3

Re: [U-Boot] [PATCH 8/8] armv7: adapt s5pc1xx to the new cache maintenance framework

2010-12-26 Thread Minkyu Kang
Dear Aneesh V, On 22 December 2010 20:54, Aneesh V ane...@ti.com wrote: adapt s5pc1xx to the new layered cache maintenance framework Signed-off-by: Aneesh V ane...@ti.com ---  arch/arm/cpu/armv7/s5pc1xx/cache.S            |   86 +---  arch/arm/cpu/armv7/s5pc1xx/clock.c