[U-Boot] [PATCH v3 2/8] powerpc/85xx: Convert MPC8548CDS to use common SRIO init code

2011-01-11 Thread Kumar Gala
Signed-off-by: Kumar Gala --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO board/freescale/mpc8548cds/law.c |5 + board/freescale/mpc8548cds/tlb.c |9 - include/configs/MPC8548CDS.h | 15 --- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git

[U-Boot] [PATCH v3 4/8] powerpc/85xx: Convert MPC8569MDS to use common SRIO init code

2011-01-11 Thread Kumar Gala
Signed-off-by: Kumar Gala --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO board/freescale/mpc8569mds/law.c |3 +-- include/configs/MPC8569MDS.h | 12 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/board/freescale/mpc8569mds/law.c b/board/freescale/mpc8

[U-Boot] [PATCH v3 5/8] powerpc/86xx: Enable common SRIO init code

2011-01-11 Thread Kumar Gala
Add the needed defines and code to utilize the common 8xxx srio init code to setup LAWs and modify device tree if we have SRIO enabled on a board. Signed-off-by: Kumar Gala --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO arch/powerpc/cpu/mpc86xx/cpu_init.c |7 ++- arch/powerpc/cp

[U-Boot] [PATCH v3 7/8] powerpc/86xx: Convert SBC8641 to use common SRIO init code

2011-01-11 Thread Kumar Gala
Signed-off-by: Kumar Gala Tested-by: Paul Gortmaker --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO board/sbc8641d/law.c |1 - include/configs/sbc8641d.h | 15 +-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/board/sbc8641d/law.c b/board/sbc8641d/l

[U-Boot] [PATCH v3 1/8] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-11 Thread Kumar Gala
Moved the SRIO init out of corenet_ds and into common code for 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCIe controllers for SRIO. We utilize the fact that SRIO is over serdes to determine if its configured or not and thus can setup the LAWs needed for it dynamically. We ad

[U-Boot] [PATCH v3 6/8] powerpc/86xx: Convert MPC8641HPCN to use common SRIO init code

2011-01-11 Thread Kumar Gala
Signed-off-by: Kumar Gala --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO board/freescale/mpc8641hpcn/law.c |5 + include/configs/MPC8641HPCN.h | 30 +- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/board/freescale/mpc8641hpcn/law

[U-Boot] [PATCH v3 3/8] powerpc/85xx: Convert MPC8568MDS to use common SRIO init code

2011-01-11 Thread Kumar Gala
Signed-off-by: Kumar Gala --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO board/freescale/mpc8568mds/law.c |3 +-- include/configs/MPC8568MDS.h | 12 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/board/freescale/mpc8568mds/law.c b/board/freescale/mpc8

[U-Boot] [PATCH v3 8/8] powerpc/85xx: Add SRIO support to P2020DS

2011-01-11 Thread Kumar Gala
From: Li Yang The P2020 has 2 SRIO ports and they are useable on the P2020 DS board. Enable them using the common SRIO init code. Signed-off-by: Li Yang Signed-off-by: Kumar Gala --- * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO include/configs/P2020DS.h | 24 +++- 1

Re: [U-Boot] [PATCH v2 1/7] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 1:09 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1294607813-27723-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Moved the SRIO init out of corenet_ds and into common code for >> 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCI

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c

2011-01-11 Thread Stefan Roese
On Monday 10 January 2011 12:58:16 Stefan Roese wrote: > Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small > problem in the ppc4xx miiphy.c version. This patch fixes this problem. Applied to u-boot-ppc4xx. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfg

Re: [U-Boot] [PATCH V2] update VCMA9 port

2011-01-11 Thread Wolfgang Denk
Dear =?UTF-8?q?David=20M=C3=BCller?=, In message <1294732049-1877-1-git-send-email-d.muel...@elsoft.ch> you wrote: > --===1318198764== > > > This patch brings the VCMA9 port in sync with the latest U-Boot > version by doing the following: > - do the necessary adjustments to support

Re: [U-Boot] [PATCH V2] update SMDK2410 port

2011-01-11 Thread Wolfgang Denk
Dear =?UTF-8?q?David=20M=C3=BCller?=, In message <1294731662-1844-1-git-send-email-d.muel...@elsoft.ch> you wrote: > --===0819632582== > > > This patch brings the SMDK2410 port in sync with the latest U-Boot > version by doing the following: > - do the necessary adjustments to suppo

[U-Boot] Please pull u-boot-ppc4xx/master

2011-01-11 Thread Stefan Roese
Hi Wolfgang, The following changes since commit 89c95f0cd3f8140f3b8a82a22a6a144c148d09c6: asm-offsets: generate bd_t size (2011-01-09 18:08:20 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Felix Radensky (1): PPC4xx: Reduce NAND TLB wind

Re: [U-Boot] [PATCH] add AM29F400BB to table of supported legacy flashs

2011-01-11 Thread Stefan Roese
On Tuesday 21 December 2010 10:09:56 David Müller wrote: > Signed-off-by: David Mueller Applied to u-boot-cfi-flash. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+

[U-Boot] Please pull u-boot-cfi-flash

2011-01-11 Thread Stefan Roese
Hi Wolfgang, The following changes since commit 0e7790d45c1a2cda40458adb28707eaa5041: LAN91C*: Change chip names to fit the eth_device struct size (2011-01-10 22:38:36 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master David Müller (1):

Re: [U-Boot] [PATCH v3 1/8] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-11 Thread Wolfgang Denk
Dear Kumar Gala, In message <1294733436-10264-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Moved the SRIO init out of corenet_ds and into common code for > 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCIe > controllers for SRIO. > > We utilize the fact that SRIO i

Re: [U-Boot] [PATCH V3 1/5] mv: seperate kirkwood and armada from common setting

2011-01-11 Thread Wolfgang Denk
Dear Lei Wen, In message <1294730744-29211-2-git-send-email-lei...@marvell.com> you wrote: > Since there are lots of difference between kirkwood and armada series, > it is better to seperate them but still keep the most common file > shared by all marvell platform in the mv-common configure file.

Re: [U-Boot] [PATCH] xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALL

2011-01-11 Thread Stefan Roese
On Friday 24 December 2010 01:38:10 Ricardo Ribalda Delgado wrote: > config.mk only mkdirs $(obj), but we have objects shared with other > boards located on other dirs. > > This patch mkdirs the needed dirs for the xlnx-generic boards. Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan --

[U-Boot] Please pull u-boot-ppc4xx (Update)

2011-01-11 Thread Stefan Roese
Hi Wolfgang, The following changes since commit 89c95f0cd3f8140f3b8a82a22a6a144c148d09c6: asm-offsets: generate bd_t size (2011-01-09 18:08:20 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Felix Radensky (1): PPC4xx: Reduce NAND TLB wind

Re: [U-Boot] [PATCH] UBIFS: Fix dereferencing type-punned pointer compiler warning

2011-01-11 Thread Stefan Roese
On Saturday 25 December 2010 10:58:46 Dirk Behme wrote: > Fix compiler warning > > In file included from ubifs.h:2137:0, > from ubifs.c:26: > misc.h: In function 'ubifs_idx_key': > misc.h:263:26: warning: dereferencing type-punned pointer will break > strict-aliasing rules > > se

[U-Boot] Please pull u-boot-ubi/master

2011-01-11 Thread Stefan Roese
Hi Wolfgang, The following changes since commit 0e7790d45c1a2cda40458adb28707eaa5041: LAN91C*: Change chip names to fit the eth_device struct size (2011-01-10 22:38:36 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Dirk Behme (1): UBIF

Re: [U-Boot] U-Boot on IMX.51 EVK

2011-01-11 Thread Stefano Babic
On 01/11/2011 03:02 AM, Thomas Besemer wrote: > Hi Group - > Hi Thomas, > - Is above version of U-Boot known to work on EVK? As far as I know, yes. > It appears that this > version supports DOS partitions on SD card, They are additional features, as reading files from a formatted SD is ver

Re: [U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL

2011-01-11 Thread Minkyu Kang
Dear Albert ARIBAUD, On 11 January 2011 02:21, Albert ARIBAUD wrote: > Le 10/01/2011 15:04, Minkyu Kang a écrit : > How about lcd_setmem function? panel_info is located at bss area, but lcd_setmem access this structure. Is it illegal? >>> >>> This must not be done before relocation

Re: [U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL

2011-01-11 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > > This problem is not belong to my code. > Move after relocation? it's easy. > but, how we can reserve the memory for LCD? Reservation of video memory is a standard task in the init sequence. See this section in "arch/arm/lib/board.c": 358 #ifdef CONF

Re: [U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL

2011-01-11 Thread Minkyu Kang
On 11 January 2011 20:03, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message you > wrote: >> >> This problem is not belong to my code. >> Move after relocation? it's easy. >> but, how we can reserve the memory for LCD? > > Reservation of video memory is a standard task in the init sequence.

Re: [U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL

2011-01-11 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > > > Reservation of video memory is a standard task in the init sequence. > > See this section in "arch/arm/lib/board.c": > > > > 358 #ifdef CONFIG_LCD > > 359 /* reserve memory for LCD display (always full pages)> */ > > 360 addr = lcd_s

Re: [U-Boot] [PATCH V3] mpc83xx: fix pcie configuration space read/write

2011-01-11 Thread Baidu Boy
Hi, Scott 2011/1/11 Scott Wood : > On Mon, 10 Jan 2011 20:42:28 +0800 > Baidu Boy wrote: > >> This patch fix a problem for the pcie enumeration when the mpc83xx pcie >> controller is >> connected with switch or we use both of the two pcie controller >> >> Signed-off-by: Baidu Boy >> --- >> Chan

[U-Boot] [PATCH v3] Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS

2011-01-11 Thread Nobuhiro Iwamatsu
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target). CC: Mike Frysinger Signed-off-by: Nobuhiro Iwamat

[U-Boot] Please pull u-boot-sh

2011-01-11 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk, The following changes since commit 0e7790d45c1a2cda40458adb28707eaa5041: LAN91C*: Change chip names to fit the eth_device struct size (2011-01-10 22:38:36 +0100) are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (14):

[U-Boot] [PATCH V3] update SMDK2410 port

2011-01-11 Thread David Müller
This patch brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file Signed-off-by: David Müller ---

[U-Boot] [PATCH] mpc8378emds: correct the CS0 setting

2011-01-11 Thread Baidu Boy
The original CS0 OR configuration sets the reserved field. This patch is to correct the setting. Signed-off-by: Baidu Boy --- include/configs/MPC837XEMDS.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index

[U-Boot] [PATCH V3] update VCMA9 port

2011-01-11 Thread David Müller
This patch brings the VCMA9 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - various cleanups and coding style fixes - remove the unneeded config.mk f

Re: [U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL

2011-01-11 Thread Andreas Bießmann
Dear Minkyu Kang, Am 11.01.2011 11:57, schrieb Minkyu Kang: >> Regardless of the patch, if your code writes to panel_info or any other BSS >> variable before relocation it will trash the relocation tables that exist at >> BSS location at this point. >> >> IOW, accessing BSS before relocation is f

Re: [U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL

2011-01-11 Thread Andreas Bießmann
Dear Minkyu Kang, Am 11.01.2011 14:00, schrieb Andreas Bießmann: > Dear Minkyu Kang, > > Am 11.01.2011 11:57, schrieb Minkyu Kang: > >>> Regardless of the patch, if your code writes to panel_info or any other BSS >>> variable before relocation it will trash the relocation tables that exist at >>

[U-Boot] printf in u-boot cannot support %f

2011-01-11 Thread ITechnology
Hi, The codes below: ... double result1 = 3.14; printf("result1:%f\n", result1);// error turn out: result1:%f How can I get the correct result? Thanks a lot! The U-boot version is: => ver U-Boot 2008.10 (Jul 15 2009 - 21:56:05) MPC512X I wan to a littl

[U-Boot] [PATCH V4 0/5] Add Pantheon soc and dkb board support

2011-01-11 Thread Lei Wen
This patch set add the Pantheon soc and dkb board support. V2: This patch seris update the seperate mv_common part as suggested. V3: Fix config.h include place and copyright claim year. V4: Add change log to each patch. Lei Wen (5): mv: seperate kirkwood and armada from common setting ARM:

[U-Boot] [PATCH V4 1/5] mv: seperate kirkwood and armada from common setting

2011-01-11 Thread Lei Wen
Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared by all marvell platform in the mv-common configure file. This patch move the kirkwood only driver definitoin in mv-common to the /config.h. This patch is

[U-Boot] [PATCH V4 3/5] serial: add pantheon soc support

2011-01-11 Thread Lei Wen
Signed-off-by: Lei Wen --- V2: V3: Fix copyright claim year. V4: Add change log to each patch. drivers/serial/serial.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index cd3439e..4032dfd 100644 --- a/drivers/serial/

[U-Boot] [PATCH V4 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-11 Thread Lei Wen
Pantheon Family processors are highly integrated SoCs based on Sheeva_88SV331x-v5 PJ1 cpu core. Ref: http://www.marvell.com/products/processors/communications/marvell_pantheon_910_920_pb.pdf SoC versions Supported: 1) PANTHEON920 (TD) 2) PANTHEON910 (TTC) Signed-off-by: Lei Wen

[U-Boot] [PATCH V4 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-11 Thread Lei Wen
This patch adds the support MFP support for Marvell PANTHEON SoCs Signed-off-by: Lei Wen --- V2: V3: Fix copyright claim year. V4: Add change log to each patch. arch/arm/include/asm/arch-pantheon/mfp.h | 42 ++ drivers/gpio/mvmfp.c |2 + 2

[U-Boot] [PATCH V4 5/5] Pantheon: Add Board Support for Marvell dkb board

2011-01-11 Thread Lei Wen
DKB is a Development Board for PANTHEON TD/TTC(pxa920/pxa910) with * Processor upto 806Mhz * LPDDR1/2 * x8/x16 SLC/MLC NAND * Footprints for eMMC & MMC x8 card With Peripherals: * Parallel LCD I/F * Audio codecs (88PM8607) * MIPI CSI-2 camera * Marvell 88W8787 802.11n/BT module * Marvell 2G/3G RF

Re: [U-Boot] printf in u-boot cannot support %f

2011-01-11 Thread Wolfgang Denk
Dear "ITechnology", In message <201101112113066880...@126.com> you wrote: > > The codes below: >... > double result1 = 3.14; > printf("result1:%f\n", result1);// error > > turn out: > result1:%f Yes, this is to be expected. > How can I get the correct result

Re: [U-Boot] [PATCH v3 1/8] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 3:46 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1294733436-10264-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Moved the SRIO init out of corenet_ds and into common code for >> 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCI

Re: [U-Boot] [PATCH v3 2/8] powerpc/85xx: Convert MPC8548CDS to use common SRIO init code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO > > board/freescale/mpc8548cds/law.c |5 + > board/freescale/mpc8548cds/tlb.c |9 - > include/configs/MPC8548CDS.h | 15 --- > 3

Re: [U-Boot] [PATCH v3 3/8] powerpc/85xx: Convert MPC8568MDS to use common SRIO init code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO > > board/freescale/mpc8568mds/law.c |3 +-- > include/configs/MPC8568MDS.h | 12 > 2 files changed, 9 insertions(+), 6 deletions(-) applied

Re: [U-Boot] [PATCH v3 4/8] powerpc/85xx: Convert MPC8569MDS to use common SRIO init code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO > > board/freescale/mpc8569mds/law.c |3 +-- > include/configs/MPC8569MDS.h | 12 > 2 files changed, 9 insertions(+), 6 deletions(-) applied

Re: [U-Boot] [PATCH v3 5/8] powerpc/86xx: Enable common SRIO init code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > Add the needed defines and code to utilize the common 8xxx srio init > code to setup LAWs and modify device tree if we have SRIO enabled on a > board. > > Signed-off-by: Kumar Gala > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO > > arc

Re: [U-Boot] [PATCH v3 7/8] powerpc/86xx: Convert SBC8641 to use common SRIO init code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > Tested-by: Paul Gortmaker > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO > > board/sbc8641d/law.c |1 - > include/configs/sbc8641d.h | 15 +-- > 2 files changed, 9 insertions(+), 7 dele

Re: [U-Boot] [PATCH v3 6/8] powerpc/86xx: Convert MPC8641HPCN to use common SRIO init code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_SRIO > > board/freescale/mpc8641hpcn/law.c |5 + > include/configs/MPC8641HPCN.h | 30 +- > 2 files changed, 14 insertions(+), 2

Re: [U-Boot] [PATCH v3 8/8] powerpc/85xx: Add SRIO support to P2020DS

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 2:10 AM, Kumar Gala wrote: > From: Li Yang > > The P2020 has 2 SRIO ports and they are useable on the P2020 DS board. > Enable them using the common SRIO init code. > > Signed-off-by: Li Yang > Signed-off-by: Kumar Gala > --- > * Renamed CONFIG_SYS_HAS_SRIO -> CONFIG_SYS_

[U-Boot] RR v2 PATCH: SMDK6400 Fix some build bug

2011-01-11 Thread seedshope
Subject: RR v2 PATCH: SMDK6400 Fix some build bug Change from V1: patch 1: patch 2: Delete some compile information from commit. patch 3: Add LED modify information and Delete some compile information from commit. patch 4: Add new patch for SDRAM init. ___

[U-Boot] [V2 patch 1/4] SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined

2011-01-11 Thread seedshope
Fix CONFIG_SYS_INIT_SP_ADDR undefined issue. Signed-off-by: seedshope diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 671f2c7..c9acf58 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -44,6 +44,11 @@ #define CONFIG_PERIPORT_BASE 0x7000

[U-Boot] [V2 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-11 Thread seedshope
Start.s use some label,this defined u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script board/samsung/smdk6400/u-boot-nand.lds. So add some label form u-boot.lds to u-boot-nand.lds Signed-off-by: seedshope diff --git a/board/samsung/smdk6400/u-boot-nand.lds b/board/samsung/smdk

[U-Boot] [V2 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-11 Thread seedshope
Since SDRAM init function have already change, So the SDRAM initial function must be change. Signed-off-by: seedshope diff --git a/board/samsung/smdk6400/smdk6400.c b/board/samsung/smdk6400/smdk6400.c index 35aa40b..52b44a8 100644 --- a/board/samsung/smdk6400/smdk6400.c +++ b/board/samsung/smdk

[U-Boot] [V2 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-11 Thread seedshope
Add some relocation symbols to u-boot.lds and disable LED functions in start.s to support nand_spl. Signed-off-by: seedshope diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S index 237dcfe..ae3706a 100644 --- a/arch/arm/cpu/arm1176/start.S +++ b/arch/arm/cpu/arm1176/start.

[U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Lei Wen
flush_cache function should only be called when the dcache is on. And original flush method for arm926ejs seems don't work, replace it with new version. Test on Marvell Pantheon pxa920 board with usb ether function. Signed-off-by: Lei Wen --- arch/arm/lib/cache.c |8 1 files change

Re: [U-Boot] [PATCH] powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 16M on FSL 85xx boards

2011-01-11 Thread Timur Tabi
On Tue, Jan 11, 2011 at 12:44 AM, Kumar Gala wrote: > CONFIG_SYS_BOOTMAPSZ has been 16M on these boards for some time so we > should also allow the kernel image to be up to 16M decompressed. > > Signed-off-by: Kumar Gala > --- >  include/configs/MPC8536DS.h  |    3 ++- >  include/configs/MPC8540A

Re: [U-Boot] [PATCH V3] mpc83xx: fix pcie configuration space read/write

2011-01-11 Thread Scott Wood
On Tue, 11 Jan 2011 19:51:41 +0800 Baidu Boy wrote: > Hi, Scott > > 2011/1/11 Scott Wood : > > On Mon, 10 Jan 2011 20:42:28 +0800 > > Baidu Boy wrote: > > > >> This patch fix a problem for the pcie enumeration when the mpc83xx pcie > >> controller is > >> connected with switch or we use both o

[U-Boot] [PATCH 0/2] ea20: build fixes

2011-01-11 Thread Ben Gardiner
There are two separate issues causing failure of ea20 builds. I discovered them while trying to build a da850evm load with RMII support. The second patch affects all boards that could use CONFIG_DRIVER_TI_EMAC_USE_RMII of which ea20 is the only one set default in u-boot. The first patch fixes the

[U-Boot] [PATCH 1/2] ea20: fix libea20.o not found

2011-01-11 Thread Ben Gardiner
This patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8 where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the Makefiles except ea20, probably due to merge path of the changes in 2010.12. Signed-off-by: Ben Gardiner CC: Sebastien Carlier --- board/davi

[U-Boot] [PATCH 2/2] ea20: fix undefined PHY_* errors

2011-01-11 Thread Ben Gardiner
This patch fixes ea20 after 8ef583a0351590a91394499eb5ca2ab8a703d959 where the u-boot custom PHY_ macros were replaced with those of linux/mii.h MII_ definitions except in the RMII support for davinci_emac. Probably also due to the merge path of changes in 2010.12. Signed-off-by: Ben Gardiner CC:

Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Albert ARIBAUD
Hi, Le 11/01/2011 16:40, Lei Wen a écrit : > flush_cache function should only be called when the dcache is on. > And original flush method for arm926ejs seems don't work, replace > it with new version. > > Test on Marvell Pantheon pxa920 board with usb ether function. > > Signed-off-by: Lei Wen >

Re: [U-Boot] [PATCH] boot cmds: convert to getenv_yesno() with autostart

2011-01-11 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201012071657.42065.vap...@gentoo.org> you wrote: > > On Tuesday, December 07, 2010 16:51:41 Wolfgang Denk wrote: > > Mike Frysinger wrote: > > > hrm, after running this through our test bench, it seems the old code and > > > new code are not functionality equivalen

Re: [U-Boot] [PATCH] boot cmds: convert to getenv_yesno() with autostart

2011-01-11 Thread Mike Frysinger
On Tuesday, January 11, 2011 15:04:37 Wolfgang Denk wrote: > Mike Frysinger wrote: > > On Tuesday, December 07, 2010 16:51:41 Wolfgang Denk wrote: > > > Mike Frysinger wrote: > > > > hrm, after running this through our test bench, it seems the old code > > > > and new code are not functionality equ

[U-Boot] [PATCH 0/3] Add basic NVIDIA Tegra2 SoC support

2011-01-11 Thread Tom Warren
This series of patches adds preliminary/baseline support for NVIDIA's Tegra2 Soc. Basic CPU (AVP), RAM and UART init are covered so that the system (Harmony and/or Seaboard) can boot to the U-Boot serial prompt. Further support (for Coretex-A9 CPU(s), USB, SD/MMC, etc.) to follow. Tom Warren (3)

[U-Boot] [PATCH 2/3] arm: Tegra2: Add support for NVIDIA Harmony board Signed-off-by: Tom Warren

2011-01-11 Thread Tom Warren
--- MAINTAINERS |4 + board/tegra2/harmony/Makefile | 50 boards.cfg|1 + include/configs/harmony.h | 48 include/configs/nv-common.h | 166 + 5 files changed, 269 insertions(

[U-Boot] [PATCH 3/3] arm: Tegra2: Add support for NVIDIA Seaboard board Signed-off-by: Tom Warren

2011-01-11 Thread Tom Warren
--- MAINTAINERS |1 + arch/arm/include/asm/mach-types.h |1 + board/tegra2/seaboard/Makefile| 50 + boards.cfg|1 + include/configs/seaboard.h| 43 +++ 5 files

[U-Boot] [PATCH 1/3] arm: Tegra2: Add generic Tegra2 SoC support Signed-off-by: Tom Warren

2011-01-11 Thread Tom Warren
--- arch/arm/cpu/armv7/tegra2/Makefile | 48 + arch/arm/cpu/armv7/tegra2/board.c| 91 ++ arch/arm/cpu/armv7/tegra2/config.mk | 28 +++ arch/arm/cpu/armv7/tegra2/lowlevel_init.S| 66 +++ arch/arm/cpu/armv7/tegra2/sys_info.c | 35 +

Re: [U-Boot] [PATCH 3/3] arm: Tegra2: Add support for NVIDIA Seaboard board Signed-off-by: Tom Warren

2011-01-11 Thread Paulraj, Sandeep
Hi Tom, Nice to see support for this board > #define MACH_TYPE_TI8148EVM3004 >#define MACH_TYPE_TEGRA_SEABOARD 3005 >+#define MACH_TYPE_SEABOARD 3005 I don't think this is the way it is supposed to be done. Patches should not contain an addition to mach-types.h. Wh

Re: [U-Boot] [PATCH 3/3] arm: Tegra2: Add support for NVIDIA Seaboard board Signed-off-by: Tom Warren

2011-01-11 Thread Tom Warren
Thanks, Sandeep. As I understand it, one of our Tegra2 kernel jockeys (Allen Martin or similar) has already had the kernel version of mach-types.h updated for Seaboard - I was just attempting to use the correct #define (MACH_TYPE_SEABOARD - we dropped all of the MACH_TYPE_TEGRA_ names AFAIK) so

Re: [U-Boot] U-Boot on IMX.51 EVK

2011-01-11 Thread Thomas Besemer
Hi Stefano - Thanks for your very quick response to my posting. I'm going to follow up just for informational purposes, as I was able to get Freescale SDK (LTIB) Kernel to boot find with current U-Boot. > > - Should above "raw" load from SD work? Probably my preference, but > have > > an op

Re: [U-Boot] [PATCH 3/3] arm: Tegra2: Add support for NVIDIA Seaboard board Signed-off-by: Tom Warren

2011-01-11 Thread Paulraj, Sandeep
Hi Tom, We keep the U-Boot in sync with what is at http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;f=arch/arm/tools/mach-types;h=2fea897ebeb12959415120a7c1cdcaf5d8ac8fee;hb=4162cf64973df51fc885825bc9ca4d055891c49f I can see that the kernel does not have the updated nam

[U-Boot] w90p...@gmail.com

2011-01-11 Thread 张扬
Hi all I‘ve got some issues with load ftb to work with my board (mpc8313erdb) My serial print errors as follow: ERROR: /chosen node create failed I used the following command to generate my dtb。 dtc -f -b 0 -O dtb -I dts -R 8 -S 0x3000 -o my.dtb my.dts

[U-Boot] uboot load ftb

2011-01-11 Thread 张扬
Hi all I‘ve got some issues with load ftb to work with my board (mpc8313erdb) My serial print errors as follow: ERROR: /chosen node create failed I used the following command to generate my dtb。 dtc -f -b 0 -O dtb -I dts -R 8 -S 0x3000 -o my.dtb my.dts

[U-Boot] USB LUN support crashes

2011-01-11 Thread Aaron Williams
Hi all, I applied the USB LUN support patch to u-boot and found that it crashes with the SanDisk Cruzer. From everything I can gather this looks like a broken device. It returns a maximum LUN of 1 rather than 0 which causes usb_stor_get_info to crash. This was applied to usb_storage.c on 10/5/

Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Lei Wen
Hi Albert, On Wed, Jan 12, 2011 at 3:53 AM, Albert ARIBAUD wrote: > Hi, > > Le 11/01/2011 16:40, Lei Wen a écrit : >> flush_cache function should only be called when the dcache is on. >> And original flush method for arm926ejs seems don't work, replace >> it with new version. >> >> Test on Marvel

Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Lei Wen
On Wed, Jan 12, 2011 at 12:27 PM, Lei Wen wrote: > Hi Albert, > > On Wed, Jan 12, 2011 at 3:53 AM, Albert ARIBAUD > wrote: >> Hi, >> >> Le 11/01/2011 16:40, Lei Wen a écrit : >>> flush_cache function should only be called when the dcache is on. >>> And original flush method for arm926ejs seems d

[U-Boot] [patch] u-boot powerpc build error

2011-01-11 Thread gmane
Hello, I met this error (use GNU make 3.80). $ make MPC885ADS_config $ make /home/namsh/work/u-boot/arch/powerpc/config.mk:35: Extraneous text after `else' directive /home/namsh/work/u-boot/arch/powerpc/config.mk:37: *** only one `else' per conditional. Stop. Regards, namsh diff --git a/arch

Re: [U-Boot] U-Boot on IMX.51 EVK

2011-01-11 Thread Jason Liu
Hi, Thomas 2011/1/12 Thomas Besemer : > Hi Stefano - > > Looks like the problem I was having is the Freescale SDK (LTIB) had a > .config file that ended up with the wrong load address; was picking up the > MX53 (0x70008000 versus 0x90008000) load/build addys.  Don't know why it > ever worked  

[U-Boot] Problem booting linux with device tree table

2011-01-11 Thread 张扬
Hi all I am trying to boot mpc8313erdb with linux-2.6.35.4, i am using the last verion of u-boot from denx i use dtc compiler with following command: dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts Booting process gives following error and reset the board. WARNING: coul

Re: [U-Boot] U-Boot on IMX.51 EVK

2011-01-11 Thread Stefano Babic
On 01/12/2011 02:34 AM, Thomas Besemer wrote: > Hi Stefano - > Hi Thomas, > Looks like the problem I was having is the Freescale SDK (LTIB) had a > .config file that ended up with the wrong load address; was picking up > the MX53 (0x70008000 versus 0x90008000) load/build addys. Well, then it is

Re: [U-Boot] uboot load ftb

2011-01-11 Thread Wolfgang Denk
Dear =?UTF-8?B?5byg5oms?=, In message you wrote: > I`ve got some issues with load ftb to work with my board > (mpc8313erdb) > My serial print errors as follow: >ERROR: /chosen node create failed Is this the only message? Isn't there also some WARNING ? > I used the following comm

[U-Boot] [PATCH 1/2] rtc: add support for Micro Crystal RV-3029-C2 RTC

2011-01-11 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- drivers/rtc/Makefile |1 + drivers/rtc/rv3029.c | 124 ++ 2 files changed, 125 insertions(+), 0 deletions(-) create mode 100644 drivers/rtc/rv3029.c diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile in

[U-Boot] [PATCH 2/2] mpc5200, digsy_mtc: add support for rev5 board version

2011-01-11 Thread Heiko Schocher
difference to previous board version: - M29W128GH flash from Numonyx - SDRAM ISSI IS45S16800 (Option A2 105°C) - rev5 uses RTC RV-3029-C2 - update cs0 and cs1 baseaddr and length depending on the detected flash size. - added Werner Pfister as maintainer for the digsy board variants - As the M2

Re: [U-Boot] [patch] u-boot powerpc build error

2011-01-11 Thread Wolfgang Denk
Dear gmane, In message <4d2d324c.3010...@gmail.com> you wrote: > Hello, > > I met this error (use GNU make 3.80). > > $ make MPC885ADS_config > $ make > /home/namsh/work/u-boot/arch/powerpc/config.mk:35: Extraneous text after > `else' directive > /home/namsh/work/u-boot/arch/powerpc/config.mk:3

Re: [U-Boot] Problem booting linux with device tree table

2011-01-11 Thread Wolfgang Denk
Dear =?UTF-8?B?5byg5oms?=, In message you wrote: > > i use dtc compiler with following command: > dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts > >Booting process gives following error and reset the board. >WARNING: could not create /chosen FDT_ERR_NOSPACE. Well, thi

[U-Boot] [PATCH][v3] PBL: add support for boot from SPI flash.

2011-01-11 Thread Shaohui Xie
PBL(pre-boot loader): SPI flash used as RCW(Reset Configuration Word) and PBI(pre-boot initialization) source, CPC(CoreNet Platform Cache) used as 1M SRAM where PBL will copy whole U-BOOT image to, U-boot can boot from CPC after PBL completes RCW and PBI phases. Signed-off-by: Chunhe Lan Signed-o

Re: [U-Boot] uboot load ftb

2011-01-11 Thread 张扬
Dear Wolfgang 2011/1/12 Wolfgang Denk : > Dear =?UTF-8?B?5byg5oms?=, > > In message you > wrote: >>   I`ve got some issues with load ftb to work with my board >> (mpc8313erdb) >>   My serial print errors as follow: >>        ERROR: /chosen node create failed > > Is this the only message?  Isn't

Re: [U-Boot] [PATCH 2/2] mpc5200, digsy_mtc: add support for rev5 board version

2011-01-11 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1294816806-32614-2-git-send-email...@denx.de> you wrote: > Global question: do we really need an CONFIG_DIGSY_REV5? Is there not a way to determine the revision by probing the hardware? For example, the RTC's show up at different addresses on the bus - but ther