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

2011-01-10 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) - remove the unneeded config.mk file - various cleanups and coding style fi

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

2011-01-10 Thread Wolfgang Denk
Dear Alex Dubov, In message <546160.74882...@web37605.mail.mud.yahoo.com> you wrote: > > 1. I want to fit an environment and the bootloader into a single flash > sector. This is a very bad idea as it will open a window brick your system at each and every "saveenv" command. I strongly recommend

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

2011-01-10 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 diff

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

2011-01-10 Thread Alex Dubov
> > > > atum8548 > > mpc8540 > > pm854/6 > > sbc8560 > > sbc8641d > > socrates > > mpc8536ds > > mpc8540ads > > mpc8560ads > > mpc8572ds > > mpc8610hpdc > > mpc8641hpcn > > p2020ds > > tqm85xx > > Could you please be a bit more specific, i. e. like quoting > file names > and line numbers? > The

[U-Boot] [PATCH 1/1] lcd: align fb writing address for horizontal display offset

2011-01-10 Thread Liu Ying
CONFIG_SPLASH_SCREEN_ALIGN makes uboot support display offset for splashimage. The framebuffer writing address should be calculated according to different kinds of framebuffer pixel format, i.e., bits per pixel value. Signed-off-by: Liu Ying --- common/lcd.c |2 +- 1 files changed, 1 inserti

[U-Boot] [PATCH] lcd: align fb writing address for horizontal display offset

2011-01-10 Thread Liu Ying
CONFIG_SPLASH_SCREEN_ALIGN makes uboot support display offset for splashimage. The framebuffer writing address should be calculated according to different kinds of framebuffer pixel format, i.e., bits per pixel value. Signed-off-by: Liu Ying --- common/lcd.c |2 +- 1 files changed, 1 inserti

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

2011-01-10 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

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

2011-01-10 Thread Lei Wen
This patch adds the support MFP support for Marvell PANTHEON SoCs Signed-off-by: Lei Wen --- arch/arm/include/asm/arch-pantheon/mfp.h | 42 ++ drivers/gpio/mvmfp.c |2 + 2 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 ar

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

2011-01-10 Thread Lei Wen
Signed-off-by: Lei Wen --- 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/serial.c +++ b/drivers/serial/serial.c @@ -33,6 +33,8 @@ #include #e

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

2011-01-10 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 V3 1/5] mv: seperate kirkwood and armada from common setting

2011-01-10 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 V3 0/5] Add Pantheon soc and dkb board support

2011-01-10 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. Lei Wen (5): mv: seperate kirkwood and armada from common setting ARM: Add Support for Marvell Pantheon Fa

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

2011-01-10 Thread Wolfgang Denk
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 PCIe > controllers for SRIO. > > We utilize the fact that SRIO i

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

2011-01-10 Thread Kumar Gala
On Jan 6, 2011, at 11:05 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 > --- > include/configs/P2020DS.h | 24 +++

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

2011-01-10 Thread Kumar Gala
On Jan 6, 2011, at 10:58 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > CC: Paul Gortmaker > --- > board/sbc8641d/law.c |1 - > include/configs/sbc8641d.h | 15 +-- > 2 files changed, 9 insertions(+), 7 deletions(-) applied to 85xx - k __

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

2011-01-10 Thread Kumar Gala
On Jan 6, 2011, at 10:58 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > board/freescale/mpc8641hpcn/law.c |5 + > include/configs/MPC8641HPCN.h | 30 +- > 2 files changed, 14 insertions(+), 21 deletions(-) applied to 85xx - k _

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

2011-01-10 Thread Kumar Gala
On Jan 9, 2011, at 3:16 PM, 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 > --- > * Removed ifdef protection around extern per Sergei > * Ad

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

2011-01-10 Thread Kumar Gala
On Jan 6, 2011, at 10:58 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > board/freescale/mpc8568mds/law.c |3 +-- > include/configs/MPC8568MDS.h | 12 > 2 files changed, 9 insertions(+), 6 deletions(-) applied to 85xx - k _

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

2011-01-10 Thread Kumar Gala
On Jan 6, 2011, at 10:58 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > board/freescale/mpc8569mds/law.c |3 +-- > include/configs/MPC8569MDS.h | 12 > 2 files changed, 9 insertions(+), 6 deletions(-) applied to 85xx - k _

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

2011-01-10 Thread Kumar Gala
On Jan 6, 2011, at 10:58 AM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > board/freescale/mpc8548cds/law.c |5 + > board/freescale/mpc8548cds/tlb.c |9 - > include/configs/MPC8548CDS.h | 15 --- > 3 files changed, 13 insertions(+), 16 deletions(-) app

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

2011-01-10 Thread Kumar Gala
On Jan 9, 2011, at 3:16 PM, Kumar Gala 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 is over serdes to determine if its > configured or not a

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

2011-01-10 Thread Kumar Gala
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/MPC8540ADS.h |3 ++- include/configs/MPC8541CDS.h |3 ++- include/

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

2011-01-10 Thread Wolfgang Denk
Dear Alex Dubov, In message <328503.45731...@web37602.mail.mud.yahoo.com> you wrote: > > > Can you please point out where this was missed, so it can > > be fixed? > > > > Some of the boards in question: > > atum8548 > mpc8540 > pm854/6 > sbc8560 > sbc8641d > socrates > mpc8536ds > mpc8540ads >

Re: [U-Boot] [PATCH v3] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2011-01-10 Thread Alexander Holler
Am 10.01.2011 16:05, schrieb Wolfgang Denk: > Dear Alexander Holler, > > In message<4d2b1d75.70...@ahsoftware.de> you wrote: >> >> Beeing kind of a defensive programmer, I still would prefer to use have >> that __asm__ for write* too. That would at least prevent us from a >> possible bug there too

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

2011-01-10 Thread Alex Dubov
> > In which case, why are not these used when writing > config values to DDR > > registers (for instance) even in some very recently > added boards, such as > > p2020ds? > > Because this escaped review? > > Can you please point out where this was missed, so it can > be fixed? > Some of the bo

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

2011-01-10 Thread Alex Dubov
> > And you still have a board/mercury/mpq101/config.mk even > though I > asked you to get rid of it. > 1. I want to fit an environment and the bootloader into a single flash sector. 2. Environment must be on the sector boundary, otherwise saveenv won't rewrite it. 3. If I don't fix up the ppce

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

2011-01-10 Thread Thomas Besemer
Hi Group - I am working with the imx.51 on the Freescale EVK. Up to this point, have been working with the version of U-Boot (and Kernel) from the Freescale web site; the SDK which is LTIB based. Pretty stale stuff; U-Boot is rather old (8/2009), as with Kernel (2.6.31). I pulled U-Boot before

Re: [U-Boot] [RFC PATCH] ARM: print gcc version

2011-01-10 Thread Alexander Holler
Am 09.01.2011 22:03, schrieb Wolfgang Denk: > Dear Alexander Holler, > > In message<1292863117-3175-1-git-send-email-hol...@ahsoftware.de> you wrote: >> It might be useful to see what compiler version was used to compile u-boot. >> --- >> arch/arm/lib/board.c |2 +- >> 1 files changed, 1 in

[U-Boot] [PATCH v2] lib: add crc7 from Linux

2011-01-10 Thread Thomas Chou
Crc7 is used to compute mmc spi command packet checksum. Copy from linux-2.6 lib/crc7.c include/linux/crc7.h commit ad241528c4919505afccb022acbab3eeb0db4d80 Signed-off-by: Thomas Chou --- v2 update attribution as Wolfgang suggested. include/linux/crc7.h | 14 +++ lib/Makefile

[U-Boot] Unknown image format!

2011-01-10 Thread jobhunts02
I am trying to switch from writing my JFFS2 filesystem to flash using an NFS mounted root filesystem to creating and installing a JFFS2 image. The reason I am doing this is so I can use sumtool on the JFFS2 image and speed up my boot time. When I use the JFFS2 image, I see the following while

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

2011-01-10 Thread Mike Frysinger
Simple command to decode/check an LDR image before we try to boot it. Signed-off-by: Mike Frysinger --- v2 - add README note README |1 + common/Makefile |1 + common/cmd_ldrinfo.c | 192 ++ 3 files changed, 194

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

2011-01-10 Thread Mike Frysinger
On Monday, January 10, 2011 17:28:23 Wolfgang Denk wrote: > Mike Frysinger wrote: > > it isnt a problem to have the parens, and it keeps things sane if someone > > does something like: > > #define CONFIG_SYS_BD_INFO_ADDR SOME_DEFINE + 0x1000 > > This would be a violation of basic rules of defens

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

2011-01-10 Thread Mike Frysinger
On Monday, January 10, 2011 17:33:42 Wolfgang Denk wrote: > Mike Frysinger you wrote: > > board/bf506f-ezkit/Makefile | 54 +++ > > board/bf506f-ezkit/bf506f-ezkit.c | 27 + > > boards.cfg|1 + > > include/configs/bf506f-ezkit.h| 1

Re: [U-Boot] [U-BOOT] [PATCH V2] NAND: add the ability to directly write yaffs image

2011-01-10 Thread Scott Wood
On Thu, Jan 06, 2011 at 11:11:58AM +0800, Lei Wen wrote: > This patch add addition suffix to nand write to give the uboot > the power to directly burn the yaffs image to nand. > > Signed-off-by: Lei Wen > --- > V2: fix compile warning, and add CONFIG_CMD_NAND_YAFFS to reduce code > when n

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

2011-01-10 Thread Wolfgang Denk
Dear Alex Dubov, In message <294951.51594...@web37601.mail.mud.yahoo.com> you wrote: > Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548 > processor, 512MB of hardwired DDR2 RAM, 128MB of hardwired NAND flash > memory, real time clock and additional serial EEPROM on i2c b

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

2011-01-10 Thread Wolfgang Denk
Dear Alex Dubov, In message <24.88500...@web37608.mail.mud.yahoo.com> you wrote: > > > +CONFIG_SYS_TEXT_BASE = 0xfffc0800 > > > +LDFLAGS += > > --section-start=.ppcenv=$(CONFIG_ENV_ADDR) > > > > Please mode defines to board config file and get rid of > > config.mk > > And another question: h

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

2011-01-10 Thread Wolfgang Denk
Dear Alex Dubov, In message <754013.38475...@web37602.mail.mud.yahoo.com> you wrote: > > You should use get_ram_size(). > > I still need to call setup_ddr_tlbs because get_ram_size won't do it for > me. So what get_ram_size actually does? It checks the size of available memory and performs a sim

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

2011-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1293425300-27644-28-git-send-email-vap...@gentoo.org> you wrote: > Simple command to decode/check an LDR image before we try to boot it. > > Signed-off-by: Mike Frysinger > --- > common/Makefile |1 + > common/cmd_ldrinfo.c | 192 > +++

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

2011-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1293425300-27644-24-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > board/bf506f-ezkit/Makefile | 54 +++ > board/bf506f-ezkit/bf506f-ezkit.c | 27 + > boards.cfg|1

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

2011-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201012271142.17334.vap...@gentoo.org> you wrote: > > it isnt a problem to have the parens, and it keeps things sane if someone > does > something like: > #define CONFIG_SYS_BD_INFO_ADDR SOME_DEFINE + 0x1000 This would be a violation of basic rules of defensive

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

2011-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1293425300-27644-2-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > MAINTAINERS | 49 ++--- > 1 files changed, 22 insertions(+), 27 deletions(-) Already applied. Best regards, Wo

[U-Boot] [Patch v3 4/7] mpc85xx: Adding more registers and options

2011-01-10 Thread York Sun
This patch exposes more registers which can be used by the DDR drivers or interactive debugging. U-boot doesn't use all the registers in DDRC. When advanced tuning is required, writing to those registers is needed. Add writing to cdr1, cdr2, err_disable, err_int_en and debug registers Add options

[U-Boot] [Patch v3 1/7] mpc8xxx: Display RDIMM if detected

2011-01-10 Thread York Sun
Print a message when a RDIMM is detected. Signed-off-by: York Sun --- .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c| 18 +++--- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c b/arch/powerpc/cpu/mpc8xxx/ddr

[U-Boot] [Patch v3 7/7] corenet_ds: Extend board specific parameters

2011-01-10 Thread York Sun
Extend board specific parameters to include cpo, write leveling override Extend write leveling sample to 0xf Adding rcw overrid for quad-rank RDIMMs Signed-off-by: York Sun --- arch/powerpc/include/asm/fsl_ddr_sdram.h |3 + board/freescale/corenet_ds/ddr.c | 159 +++-

[U-Boot] [Patch v3 3/7] corenet_ds: Enable ECC for corenet_ds

2011-01-10 Thread York Sun
ECC can be turned on/off by hwconfig without recompiling. So enable it by default. Signed-off-by: York Sun --- include/configs/corenet_ds.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 454a30a..49f0a26

[U-Boot] [Patch v3 5/7] mpc85xx: Enable unique mode registers and dynamic ODT for DDR3

2011-01-10 Thread York Sun
Added fsl_ddr_get_version() function to for DDR3 to poll DDRC IP version (major, minor, errata) to determine if unique mode registers are available. If true, always use unique mode registers. Dynamic ODT is enabled if needed. The table is documented in doc/README.fsl-ddr. This function may also nee

[U-Boot] [Patch v3 6/7] mpc85xx: Implement workaround for erratum DDR-A003

2011-01-10 Thread York Sun
Erratum DDR-A003 requires workaround to correctly set RCW10 for registered DIMM. Also adding polling after enabling DDR controller to ensure completion. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/cmd_errata.c|4 ++ arch/powerpc/cpu/mpc85xx/ddr-gen3.c | 81 +++

[U-Boot] v3 patch

2011-01-10 Thread York Sun
The following is the v3 patch. Since the last version, the change to hwconfig has been dropped. Adding SPD registers has been dropped as well. Interactive debugging DDR will be submitted later after cleaning up. York Sun ___ U-Boot mailing list U-Bo

[U-Boot] [Patch v3 2/7] mpc8xxx: Enable ECC on/off control in hwconfig

2011-01-10 Thread York Sun
Add fsl_ddr:ecc=on in hwconfig. If ECC is enabled in board configuration file, ECC can be turned on/off by this switch. If this switch is omitted, it is ON by default. Updated hwconfig calls to use local buffer. Syntax is hwconfig=fsl_ddr:ecc=on Signed-off-by: York Sun --- arch/powerpc/cpu/mpc

Re: [U-Boot] [RFC] Make sure the chip reset and init right

2011-01-10 Thread Wolfgang Denk
Dear Yanjun Yang, In message you wrote: > It seems that the chip can only be reset into a known > state by using attribute space. The smc_reset and > smc_enable function also need more lines to make the > chip work. > > Signed-off-by: YanJun Yang > --- > drivers/net/lan91c96.c | 26

Re: [U-Boot] [PATCH] Change the chip name to fit the eth_device struct

2011-01-10 Thread Wolfgang Denk
Dear Yanjun Yang, In message you wrote: > The eth_device.name field length is limited by NAMESIZE, > which is 16 defined in include/net.h. Unfortunately, two > of the names in lan91c96.c are beyond that. > > Signed-off-by: YanJun Yang > --- > drivers/net/lan91c96.c |4 ++-- > 1 files chan

Re: [U-Boot] [PATCH] nios2: add gpio_free

2011-01-10 Thread Mike Frysinger
On Mon, Jan 10, 2011 at 4:27 PM, Wolfgang Denk wrote: > Thomas Chou wrote: >> Signed-off-by: Thomas Chou >> --- >>  arch/nios2/include/asm/gpio.h     |    6 ++ >>  board/altera/nios2-generic/gpio.c |    5 + >>  2 files changed, 11 insertions(+), 0 deletions(-) > > What is this needed for?

Re: [U-Boot] [PATCH] nios2: add gpio_free

2011-01-10 Thread Wolfgang Denk
Dear Thomas Chou, In message <1293175184-18746-1-git-send-email-tho...@wytron.com.tw> you wrote: > Signed-off-by: Thomas Chou > --- > arch/nios2/include/asm/gpio.h |6 ++ > board/altera/nios2-generic/gpio.c |5 + > 2 files changed, 11 insertions(+), 0 deletions(-) What is th

Re: [U-Boot] [PATCH 4/4] powerpc: Add LINK_OFF calls in early C-code.

2011-01-10 Thread Joakim Tjernlund
Scott Wood wrote on 2011/01/10 19:24:02: > > On Sun, 9 Jan 2011 21:48:47 +0100 > Joakim Tjernlund wrote: > > > Wolfgang Denk wrote on 2011/01/09 21:29:04: > > > > > > Dear Joakim Tjernlund, > > > > > > In message > > > <1292838435-14958-4-git-send-email-joakim.tjernl...@transmode.se> you > > >

Re: [U-Boot] [PATCH 1/4] lib: add crc7 from Linux

2011-01-10 Thread Wolfgang Denk
Dear Thomas Chou, In message <1293174969-18653-2-git-send-email-tho...@wytron.com.tw> you wrote: > Crc7 is used to compute mmc spi comamnd packet checksum. s/comamnd/sommand/ > Signed-off-by: Thomas Chou Please fix the typos, and provide proper attribution where this code is coming from - see

Re: [U-Boot] [PATCH v2] OMAP[34]: remove board config.mk files

2011-01-10 Thread Wolfgang Denk
Dear John Rigby, In message <1293085997-28564-1-git-send-email-john.ri...@linaro.org> you wrote: > and define CONFIG_SYS_TEXT_BASE in the board config files > > Signed-off-by: John Rigby > --- > Changes for v2: > Remove bogus tab character in define in v1. > --- > board/isee/igep0020/config.mk

Re: [U-Boot] [PATCH] Blackfin: skip RAM display for 0 mem systems

2011-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1293028907-16296-1-git-send-email-vap...@gentoo.org> you wrote: > > + if (CONFIG_MEM_SIZE) { > + printf("RAM: "); > + print_size(bd->bi_memsize, "\n"); > + } > + Side note: I see that CONFIG_MEM_SIZE is nowhere documented. Could y

[U-Boot] Art of England Magazine - March 2011 edition - Introduction AdRate Offer until 15th Jan

2011-01-10 Thread Art of England Magazine
Hi there Happy New year from all of us over here! We're pleased to inform you that your organisation has been invited to participate in the exclusive Art of England Magazine, March 2011 edition, deadline for which is now just 4 days away. Now seven years old, the Art of England Magazine offers

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

2011-01-10 Thread 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 > --- > Changes for V2: > - Avoid line wrap in the

Re: [U-Boot] [PATCH v3 3/5] jz4740 nand spl files

2011-01-10 Thread Scott Wood
On Sun, 9 Jan 2011 23:48:01 +0800 Xiangfu Liu wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Scott > > > > > I don't see any of my comments on v3 addressed or responded to: > > http://lists.denx.de/pipermail/u-boot/2010-December/083601.html > > > On 12/14/2010 08:05 AM, Scot

Re: [U-Boot] [PATCH v2 2/9] make the hwconfig buffer deeper

2011-01-10 Thread York Sun
On Sun, 2011-01-09 at 15:00 -0600, Kumar Gala wrote: > On Jan 7, 2011, at 5:23 PM, Kumar Gala wrote: > > > > > On Jan 7, 2011, at 11:52 AM, Wolfgang Denk wrote: > > > >> Dear York Sun, > >> > >> In message <1294418957.8466.8.ca...@oslab-l1> you wrote: > >>> > >>> fsl_ddr:ctlr_intlv=cacheline,b

Re: [U-Boot] [PATCH v4 4/7] jz4740 nand driver

2011-01-10 Thread Scott Wood
On Sun, 9 Jan 2011 18:35:56 +0800 Xiangfu Liu wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/05/2011 04:16 AM, Scott Wood wrote: > > On Wed, Dec 08, 2010 at 12:20:46AM -0600, Xiangfu Liu wrote: > >> + writel(readl(EMC_NFECR) & ~EMC_NFECR_ECCE, EMC_NFECR); > > > > readl() an

Re: [U-Boot] [PATCH 4/4] powerpc: Add LINK_OFF calls in early C-code.

2011-01-10 Thread Scott Wood
On Sun, 9 Jan 2011 21:48:47 +0100 Joakim Tjernlund wrote: > Wolfgang Denk wrote on 2011/01/09 21:29:04: > > > > Dear Joakim Tjernlund, > > > > In message > > <1292838435-14958-4-git-send-email-joakim.tjernl...@transmode.se> you wrote: > > > Only these 2 call sites depends on fixups for my mpc83

Re: [U-Boot] [MX51EVK] u-boot ECC errors flashing NAND

2011-01-10 Thread Tiago Maluta
On Mon, Jan 10, 2011 at 1:21 PM, Jason Liu wrote: > Hi, Tiago Maluta, > > 2011/1/10 Tiago Maluta : >> Hi, >> >> I'm facing ECC errors when flashing u-boot on NAND on MX51EVK-based >> board. U-Boot "nand write" command doesn't fill out-of-band (OOB) >> bytes correctly. I noted this behavior after c

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

2011-01-10 Thread Albert ARIBAUD
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. > > No, please see 360 line of arch/arm/lib/board.c > This function is called

Re: [U-Boot] Blackfin: cmd_gpio port/pin naming

2011-01-10 Thread Andreas Pretzsch
Am Montag, den 10.01.2011, 11:28 -0500 schrieb Mike Frysinger: > On Mon, Jan 10, 2011 at 10:59 AM, Andreas Pretzsch wrote: > > As your code already uses the Linux GPIO conventions and naming (without > > the gpio_chip stuff, which is not necessary for a bootloader IMHO), it'd > > be a solid base fo

[U-Boot] [PATCH] Blackfin: cmd_gpio: allow port pins over 15

2011-01-10 Thread Andreas Pretzsch
The pin portion of the specified GPIO was limited to 0..15. While this is correct for Blackfins with different bank names (e.g. BF537 with PF, PG, PH with 16 pins each), it's not sufficient for Blackfins with linear naming like the BF561 (PF0..PF47). Therefore check only for a valid GPIO number. A

Re: [U-Boot] Blackfin: cmd_gpio port/pin naming

2011-01-10 Thread Mike Frysinger
On Mon, Jan 10, 2011 at 10:59 AM, Andreas Pretzsch wrote: > As your code already uses the Linux GPIO conventions and naming (without > the gpio_chip stuff, which is not necessary for a bootloader IMHO), it'd > be a solid base for that. > > Mr. Denk, are there any plans for a generic GPIO layer in U

Re: [U-Boot] [PATCH v3] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2011-01-10 Thread Dirk Behme
Dear Wolfgang, On 09.01.2011 23:25, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message<4d1f1841.5060...@googlemail.com> you wrote: >> >> Do you like to test the patch in the attachment? I named it 'v4'. > > Please send patches inline. > >> After some thinking and testing, it seems to me that

Re: [U-Boot] [PATCH] asm-offsets: generate bd_t size

2011-01-10 Thread Michal Simek
Dear Wolfgang, Wolfgang Denk wrote: > Dear Michal Simek, > > In message <4d2aba41.7030...@monstr.eu> you wrote: >> I am little bit confused. >> 1. Mike's patch has broken coding style in his patch ("space"+"space"15) > > Indeed. Sorry for missing this. The existing code had the same issue. > If

Re: [U-Boot] Blackfin: cmd_gpio port/pin naming

2011-01-10 Thread Andreas Pretzsch
Am Freitag, den 07.01.2011, 17:38 -0500 schrieb Mike Frysinger: > On Friday, January 07, 2011 15:50:30 Andreas Pretzsch wrote: > > the Blackfin U-Boot GPIO command (see "arch/blackfin/cpu/cmd_gpio.c") > > specifies the port/pin naming in the form "[p][port]<#>", e.g. PF11. > > The pin portion of t

Re: [U-Boot] [PATCH] asm-offsets: generate bd_t size

2011-01-10 Thread Michal Simek
Mike Frysinger wrote: > On Mon, Jan 10, 2011 at 2:50 AM, Michal Simek wrote: >> Wolfgang Denk wrote: >>> Mike Frysinger wrote: Some ports set up the board info structure at the same time as the global data structure, and largely keep them together. So generate a define for the board

Re: [U-Boot] [PATCH] Small coding style fix in lib/asm-offsets.c

2011-01-10 Thread Michal Simek
Stefan Roese wrote: > Signed-off-by: Stefan Roese Thanks Stefan. Acked-by: Michal Simek Michal > --- > lib/asm-offsets.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/asm-offsets.c b/lib/asm-offsets.c > index 6f253a6..c88f5d4 100644 > --- a/lib/asm-off

Re: [U-Boot] [MX51EVK] u-boot ECC errors flashing NAND

2011-01-10 Thread Jason Liu
Hi, Tiago Maluta, 2011/1/10 Tiago Maluta : > Hi, > > I'm facing ECC errors when flashing u-boot on NAND on MX51EVK-based > board. U-Boot "nand write" command doesn't fill out-of-band (OOB) > bytes correctly. I noted this behavior after compare the same > u-boot.bin image flashed via ATK (proprieta

Re: [U-Boot] [PATCH v3] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2011-01-10 Thread Wolfgang Denk
Dear Alexander Holler, In message <4d2b1d75.70...@ahsoftware.de> you wrote: > > Beeing kind of a defensive programmer, I still would prefer to use have > that __asm__ for write* too. That would at least prevent us from a > possible bug there too. So why don't you simply test and, assuming it's

Re: [U-Boot] [PATCH v3] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2011-01-10 Thread Alexander Holler
Am 02.01.2011 22:00, schrieb Alexander Holler: > On 02.01.2011 14:29, Dirk Behme wrote: >> On 02.01.2011 13:43, Alexander Holler wrote: >>> Am 01.01.2011 20:21, schrieb Dirk Behme: On 01.01.2011 19:47, Alexander Holler wrote: > Am 01.01.2011 19:25, schrieb Dirk Behme: >> On 01.01.2011

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

2011-01-10 Thread Lei Wen
On Mon, Jan 10, 2011 at 10:35 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@marvell.com] >> Sent: Monday, January 10, 2011 9:31 AM >> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; >> Prabhanjan Sarnaik; adrian . wenl @ gmail

Re: [U-Boot] [MX51EVK] u-boot ECC errors flashing NAND

2011-01-10 Thread Stefano Babic
On 01/10/2011 02:44 PM, Tiago Maluta wrote: > I'd like to adapt u-boot to work with NFC v3. Do you think it's a > difficult task (and the documentation [1] available should be > sufficient) ? > > [1] http://cache.freescale.com/files/dsp/doc/ref_manual/MCIMX51RM.pdf I think there is no other docum

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

2011-01-10 Thread Aneesh V
Dear Wolfgang, On Monday 10 January 2011 04:27 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1293018898-13253-8-git-send-email-ane...@ti.com> you wrote: >> adapt omap3 to the new layered cache maintenance framework > ... > >> +/* Declarations */ > > Please drop this comment. Everybody

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

2011-01-10 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Monday, January 10, 2011 9:31 AM > To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; > Prabhanjan Sarnaik; adrian . wenl @ gmail . com " > Subject: [PATCH V2 0/5] Add Pantheon soc and dkb board su

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

2011-01-10 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Monday, January 10, 2011 9:31 AM > To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; > Prabhanjan Sarnaik; adrian . wenl @ gmail . com " > Subject: [PATCH V2 5/5] Pantheon: Add Board Support for M

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

2011-01-10 Thread Aneesh V
Dear Wolfgang, On Monday 10 January 2011 04:22 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1293018898-13253-7-git-send-email-ane...@ti.com> you wrote: >> adapt omap4 to the new layered cache maintenance framework >> >> Signed-off-by: Aneesh V > >> +/* >> + * Outer cache related funct

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

2011-01-10 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Monday, January 10, 2011 9:31 AM > To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; > Prabhanjan Sarnaik; adrian . wenl @ gmail . com " > Subject: [PATCH V2 2/5] ARM: Add Support for Marvell Pant

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

2011-01-10 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Monday, January 10, 2011 9:31 AM > To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; > Prabhanjan Sarnaik; adrian . wenl @ gmail . com " > Subject: [PATCH V2 1/5] mv: seperate kirkwood and armada

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

2011-01-10 Thread Minkyu Kang
Dear Wolfgang Denk, On 10 January 2011 21:14, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message you > wrote: >> >> >> int (*test_func)(void); >> > >> > This results in a symbol in bss segment, right? >> > >> >> And then, set to NULL at arch_cpu_init() >> > >> > Such an assignment is illeg

Re: [U-Boot] [MX51EVK] u-boot ECC errors flashing NAND

2011-01-10 Thread Tiago Maluta
>> I'm facing ECC errors when flashing u-boot on NAND on MX51EVK-based >> board. U-Boot "nand write" command doesn't fill out-of-band (OOB) >> bytes correctly. > > The mxc_nand driver in u-boot mainline does not support version 3 of the > internal NFC controller we find on the i.MX51 processor. You

Re: [U-Boot] [PATCH 5/8] armv7: add PL310 support to u-boot

2011-01-10 Thread Aneesh V
Dear Wolfgang, On Monday 10 January 2011 04:18 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1293018898-13253-6-git-send-email-ane...@ti.com> you wrote: >> Add support for some of the key maintenance operations >> - Invalidate all >> - Invalidate range >> - Flush(clean&

Re: [U-Boot] [PATCH v5 0/8] those series patches for add ben nanonote board

2011-01-10 Thread Shinya Kuribayashi
Thanks for keeping on working on jz4740 patchset. On 01/10/2011 01:18 AM, Xiangfu Liu wrote: > Hi Wolfgang > those patches are for add xburst jz4740 and Ben NanoNote(named qi_lb60) to > U-Boot > > some info about xburst jz4740: > the xburst jz4740 is recently added to linux 2.6.36 > and it

Re: [U-Boot] [MX51EVK] u-boot ECC errors flashing NAND

2011-01-10 Thread Stefano Babic
On 01/10/2011 01:58 PM, Tiago Maluta wrote: > Hi, > Hi Tiago, > I'm facing ECC errors when flashing u-boot on NAND on MX51EVK-based > board. U-Boot "nand write" command doesn't fill out-of-band (OOB) > bytes correctly. The mxc_nand driver in u-boot mainline does not support version 3 of the int

[U-Boot] [PATCH] ppc4xx: Add DLVision-10G board support

2011-01-10 Thread Dirk Eibach
Board support for the Guntermann & Drunck DLVision-10G. Signed-off-by: Dirk Eibach --- MAINTAINERS|1 + arch/powerpc/include/asm/global_data.h |3 + board/gdsys/405ep/405ep.c | 38 +- board/gdsys/405ep/Makefile |1 + board/gd

[U-Boot] [PATCH] ppc4xx: Support dual link OSD

2011-01-10 Thread Dirk Eibach
Add support for dual link osd hardware for gdsys 405ep. Signed-off-by: Dirk Eibach --- board/gdsys/405ep/dlvision-10g.c |3 +- board/gdsys/common/osd.c | 303 - board/gdsys/common/osd.h |2 +- 3 files changed, 232 insertions(+), 76 del

[U-Boot] [PATCH] ppc4xx: Support multiple FPGAs

2011-01-10 Thread Dirk Eibach
Add support for multiple FPGAs per board for gdsys 405ep architecture. Signed-off-by: Dirk Eibach --- arch/powerpc/include/asm/global_data.h |2 +- board/gdsys/405ep/405ep.c | 62 + board/gdsys/405ep/dlvision-10g.c | 214 --- board/gd

[U-Boot] [MX51EVK] u-boot ECC errors flashing NAND

2011-01-10 Thread Tiago Maluta
Hi, I'm facing ECC errors when flashing u-boot on NAND on MX51EVK-based board. U-Boot "nand write" command doesn't fill out-of-band (OOB) bytes correctly. I noted this behavior after compare the same u-boot.bin image flashed via ATK (proprietary software from Freescale). I guess is something relat

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

2011-01-10 Thread Baidu Boy
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 --- Changes for V2: - Avoid line wrap in the patch Changes for V3 - Add space between ) and { arch/powerp

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

2011-01-10 Thread Baidu Boy
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 --- Changes for V2: - Avoid line wrap in the patch Changes for V3 - Add space between ) and { arch/powerp

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

2011-01-10 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > > >> int (*test_func)(void); > > > > This results in a symbol in bss segment, right? > > > >> And then, set to NULL at arch_cpu_init() > > > > Such an assignment is illegal then. Bss has not been initalized before > > relocation, and must not be accesse

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

2011-01-10 Thread Mike Frysinger
On Mon, Jan 10, 2011 at 6:58 AM, 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. Acked-by: Mike Frysinger -mike ___ U-Boot mailing list U-B

[U-Boot] [PATCH 2/2] armv7: add support for s5pc210 universal board

2011-01-10 Thread Minkyu Kang
This patch adds support for Samsung s5pc210 universal board Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- MAINTAINERS |5 +- MAKEALL |1 + board/samsung/universal_c210/Makefile| 51 board/

[U-Boot] [PATCH 1/2] armv7: add support for S5PC210 SoC

2011-01-10 Thread Minkyu Kang
S5PC210 is a 32-bit RSIC and Coretex-A9 Dual Core based micro-processor. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/s5pc2xx/Makefile | 42 arch/arm/cpu/armv7/s5pc2xx/clock.c| 220 + arch/arm/cpu/armv7/s5pc2xx/

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

2011-01-10 Thread Stefan Roese
Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small problem in the ppc4xx miiphy.c version. This patch fixes this problem. Signed-off-by: Stefan Roese Cc: Mike Frysinger --- arch/powerpc/cpu/ppc4xx/miiphy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

  1   2   >