Re: [U-Boot] guys, can you see some init code for davinci's chipselect bit width driving DM9000A?

2010-07-20 Thread Stefano Babic
yaojin liu wrote: thanks,you are right, it really init the chip through UBL. BUT, there is also one question: DM9000a 's driver has 8 bit accessing function: #define CONFIG_DM9000_BASE0x0400 #define DM9000_IOCONFIG_DM9000_BASE #define DM9000_DATA

[U-Boot] Microblaze sp601 support - old [Re: U-Boot Digest, Vol 26, Issue 18]

2010-07-20 Thread Michal Simek
Hi, first of all please use any understandable email subject. Billy Huang wrote: Hi, I'm completely new here, but looking to ask what's the best way to send in a patch for the Xilinx SP601 board? I've got it working and tested on two separate boards, however a key point is that I don't

[U-Boot] Question about patches

2010-07-20 Thread Fabio Giovagnini
Hi all, for sending a patch do I need to have on my PC two u-bbot tree, one original obtaned by git command, and another to make the modifications? Or can I produce the patches using the original tree resident on git server? Thanks -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200

[U-Boot] [PATCH] atmel_lcd: Allow contrast polarity to be either positive or negative

2010-07-20 Thread Alexander Stein
Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- drivers/video/atmel_lcdfb.c |3 ++- include/lcd.h |1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index db86763..c02ffd8

Re: [U-Boot] Question about patches

2010-07-20 Thread Vipin KUMAR
On 7/20/2010 12:25 PM, Fabio Giovagnini wrote: Hi all, for sending a patch do I need to have on my PC two u-bbot tree, one original obtaned by git command, and another to make the modifications? Or can I produce the patches using the original tree resident on git server? Ciao Fabio, You

Re: [U-Boot] Question about patches

2010-07-20 Thread Fabio Giovagnini
Hi Vipin, I'm not so smart in diff / patch and git tools usage. Could be so kind to write to me how to build a patch for just one file I have modified in driver/mtd directory of u-boot? Thanks in advange and sorry for my request, but I read on the net and nothing appeared to be usfull. Thanks

Re: [U-Boot] Non standard CFI detection tweaks

2010-07-20 Thread Stefan Roese
Hi Rogan, On Monday 19 July 2010 16:37:08 Rogan Dawes wrote: On 2010/07/19 3:33 PM, Stefan Roese wrote: Not really. I find it odd, that writing 0x9800 works and 0x0098 doesn't. Perhaps the chip is connected in byte-mode after all? Not sure. Do you know if and how the Linux MTD driver

Re: [U-Boot] Question about patches

2010-07-20 Thread Xiangfu Liu
Hi Fabio 1. git clone git://git.denx.de/u-boot.git u-boot.upstream 2. cd u-boot.upstream/ 3. echo /* just for git test */ driver/mtd/dataflash.c 4. git diff 5. git commit -a -s -m this patch is for test 6. git format-patch -1 then you will got a 0001-***.patch file. On 07/20/2010 03:39 PM,

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Xiangfu Liu
Hi Wolfgang is this patch[1] ok for MAKEALL? or how to add my board qi_lb60_config to MAKEALL I am just apply the patch_[1]. now it's making. it need several hours for MAKEALL in my pc. so I will got the build log several hours later. but I would also ask in list for some advice. thanks. On

Re: [U-Boot] Question about patches

2010-07-20 Thread Fabio Giovagnini
Many thanks to you and everybody Cheers In data martedì 20 luglio 2010 09:52:50, Xiangfu Liu ha scritto: : Hi Fabio 1. git clone git://git.denx.de/u-boot.git u-boot.upstream 2. cd u-boot.upstream/ 3. echo /* just for git test */ driver/mtd/dataflash.c 4. git diff 5. git commit -a -s -m

Re: [U-Boot] Non standard CFI detection tweaks

2010-07-20 Thread Rogan Dawes
On 2010/07/20 9:58 AM, Stefan Roese wrote: Hi Rogan, OK, so the width is definitely 8 bit and not 16 bit: static struct physmap_flash_data dns323_nor_flash_data = { .width = 1, ... But the base address is listed here as 0xf400: #define DNS323_NOR_BOOT_BASE 0xf400

Re: [U-Boot] Question about patches

2010-07-20 Thread Vipin KUMAR
On 7/20/2010 1:09 PM, Fabio Giovagnini wrote: Hi Vipin, I'm not so smart in diff / patch and git tools usage. Could be so kind to write to me how to build a patch for just one file I have modified in driver/mtd directory of u-boot? Thanks in advange and sorry for my request, but I read on

Re: [U-Boot] Question about patches

2010-07-20 Thread Graeme Russ
No problems. It takes a little time to get used to git but then you start liking it. Anyway you can create a patch for each commit. You can see a summary of commits via git log Basically you need to run git format-patch -n reference reference is a branch name or tag or a direct

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-20 Thread Wolfgang Denk
Dear Xiangfu Liu, In message 4c453325.4080...@openmobilefree.net you wrote: which compiler in ELDK if for the mips_el system? GCC, of course :-) I guess there are some different between ELDK cross compiler and OpenWrt cross compiler. so I want try ELDK cross compiler with my board. You

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100719193825.120ebf29.kim.phill...@freescale.com you wrote: - It would be nice if we could add wildcard support for environment variables; this is needed for variable name auto-completion, but it would also be nice to be able to say printenv ip* or

[U-Boot] USB CDC Branch: adding gadget for MUSB

2010-07-20 Thread Stefano Babic
Hi Remy, I would like to add ethernet gadget support for the MUSB driver (used only as peripheral, not otg). I have some problems to understand what is really needed to get it working. From sources, I see that musb_udc.c was not ported from a corresponding linux driver, but it was implemented

Re: [U-Boot] Question about patches

2010-07-20 Thread Wolfgang Denk
Dear Fabio Giovagnini, In message 201007200855.01581.fabio.giovagn...@aurion-tech.com you wrote: for sending a patch do I need to have on my PC two u-bbot tree, one original obtaned by git command, and another to make the modifications? No. You can work in a single tree, for example by using

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Wolfgang Denk
Dear Xiangfu Liu, In message 4c45580f.6080...@openmobilefree.net you wrote: is this patch[1] ok for MAKEALL? or how to add my board qi_lb60_config to MAKEALL Well, did you try it out? And did it work for you? It looks good, buty I cannot test it. I am just apply the patch_[1]. now it's

Re: [U-Boot] Question about patches

2010-07-20 Thread Wolfgang Denk
Dear Graeme Russ, In message aanlktil1czc80pisucnoxqk0lvhftudbwvnnsoz9c...@mail.gmail.com you wrote: I would also recommend looking at 'Stacked Git' (stgit) - It is basically a wrapper around it which allows you to manage a set of patches and move back and forth between them, merge, re-order

Re: [U-Boot] Non standard CFI detection tweaks

2010-07-20 Thread Rogan Dawes
On 2010/07/20 12:53 PM, Reinhard Meyer (-VC) wrote: Rogan Dawes schrieb: You're not tempted to try to fix the CFI driver for your board anyway, I suppose? :-) Tempted: YES ! Time available: (currently) NONE Being on the wish/todo list: since years :) (and I might have to add some board

Re: [U-Boot] Question about patches

2010-07-20 Thread Graeme Russ
On Tue, Jul 20, 2010 at 7:52 PM, Wolfgang Denk w...@denx.de wrote: Dear Graeme Russ, In message aanlktil1czc80pisucnoxqk0lvhftudbwvnnsoz9c...@mail.gmail.com you wrote: I would also recommend looking at 'Stacked Git' (stgit) - It is basically a wrapper around it which allows you to manage a

[U-Boot] [PATCH 1/2] cmd_ide: Convert to [read,write][b,w]

2010-07-20 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- common/cmd_ide.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 093ca9f..9c4b250 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -161,8 +161,8 @@

Re: [U-Boot] Question about patches

2010-07-20 Thread Wolfgang Denk
Dear Graeme Russ, In message aanlktilaj7mvv7vxxrebkccszyszvsqulk_3i5ahl...@mail.gmail.com you wrote: Now you will have a bunch of commits, but maybe they are in the wrong order ... you can then use stg pop/push/merge to re-arrange and merge commits together to get them in a more logical

Re: [U-Boot] [PATCH 1/2] cmd_ide: Convert to [read,write][b,w]

2010-07-20 Thread Wolfgang Denk
Dear Marek Vasut, In message 1279629934-28674-1-git-send-email-marek.va...@gmail.com you wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com --- common/cmd_ide.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) It's not really helpful to resend old

Re: [U-Boot] [PATCH V5 1/4] ide: add configuration CONFIG_IDE_SWAP_IO

2010-07-20 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4c3dd1bf.7020...@free.fr you wrote: Looking at the custodians list on the Denx site, I haven't found one for ide or mass storage. Did I miss him/her? If not, then, apart from Prafulla's for Marvell stuff, whose Ack or Nak should I expect for this patch set?

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-20 Thread Xiangfu Liu
Hi sorry I misunderstand something. I download the ppc-2008-04-01.iso and run ./MAKEALL without any argument. that why it compile 300+ boards. I should read MAKEALL more carefully. now I am downloading mips-2007-01-21.iso. my board is mips EL system. is that mean when I run MAKEALL I just need

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Xiangfu Liu
On 07/20/2010 05:51 PM, Wolfgang Denk wrote: Dear Xiangfu Liu, is this patch[1] ok for MAKEALL? or how to add my board qi_lb60_config to MAKEALL Well, did you try it out? And did it work for you? I modify the patch to a new one[1], since this board use a new cpu named xburst. this new patch

Re: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale

2010-07-20 Thread Ilya Yanok
Hi Kim, 20.07.2010 4:33, Kim Phillips wrote: Thanks for your advice but this doesn't help... turning icache on early causes a different pattern of bus accesses when fetching code, and this might trigger bus accesses that interfere with code that sets bus configuration registers, such as the

Re: [U-Boot] Question about patches

2010-07-20 Thread Xiangfu Liu
Hi (share my info :) I am always use stg like this: for example there are three commit: commit1, commit2, commit3, then I edit file: a.c, b.c, c.c and I want a.c goto commit1. b.c goto commit2. c.c goto commit3. then stg refresh a.c -p commit1

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-20 Thread Andrew Dyer
On Tue, Jul 20, 2010 at 4:37 AM, Wolfgang Denk w...@denx.de wrote: Dear Xiangfu Liu, In message 4c453325.4080...@openmobilefree.net you wrote: which compiler in ELDK if for the mips_el system? GCC, of course :-) I guess there are some different between ELDK cross compiler and OpenWrt

[U-Boot] [PATCH v3] net ppc: fix ethernet device names with spaces

2010-07-20 Thread Heiko Schocher
since commit 1384f3bb8a4f9066805b70c1418eda78ecb73fdd ethernet names with spaces drop a Warning: eth device name has a space! message. This patch fix it for: - FEC ETHERNET devices found on mpc512x, mpc5xxx, mpc8xx and mpc8220 boards. renamed to FEC. - SCC ETHERNET devices found on

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Wolfgang Denk
Dear Xiangfu Liu, In message 4c45b400.2000...@openmobilefree.net you wrote: I modify the patch to a new one[1], since this board use a new cpu named xburst. this new patch works fine when I run ./MAKEALL mips_el :) Well, we don't want to add lists for each and every CPU, especially not for

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Kim Phillips
On Tue, 20 Jul 2010 11:40:23 +0200 Wolfgang Denk w...@denx.de wrote: Dear Kim Phillips, In message 20100719193825.120ebf29.kim.phill...@freescale.com you wrote: - It would be nice if we could add wildcard support for environment variables; this is needed for variable name

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100720133648.cbb95a9f.kim.phill...@freescale.com you wrote: I would, however u-boot-testing.git/hashtable currently fails to boot on an 8572: Hm... one of the boards I don't have access to; can you please help debug the problem? U-Boot 2010.06-02552-g9895ea5

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100720133648.cbb95a9f.kim.phill...@freescale.com you wrote: I would, however u-boot-testing.git/hashtable currently fails to boot on an 8572: ... I presume it's related to the issue brought up in this thread?:

Re: [U-Boot] USB CDC Branch: adding gadget for MUSB

2010-07-20 Thread Mike Frysinger
On Tuesday, July 20, 2010 05:46:23 Stefano Babic wrote: From sources, I see that musb_udc.c was not ported from a corresponding linux driver, but it was implemented from scratch (ok, maybe not entirely...) for u-boot. And I see also that musb_core.c in u-boot contains a small subsets of the

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Wolfgang Denk
Dear Kim, In message 20100720190112.3f435153...@gemini.denx.de I wrote: What we see here is in the pre-relocation phase, where we are still parsing the original, in-flash copy of the stringified environment. What is strange is that this seems to have worked when accessing baudrate (either

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Wolfgang Denk
Dear Peter, In message 1279658019.5685.125.ca...@thunk you wrote: I think the problem is that before relocation we have to use getenv_r(), which is done for example to read the baudrate, see arch/powerpc/lib/board.c: init_baudrate() How hard is it to detect this case and generate a

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Kim Phillips
On Tue, 20 Jul 2010 22:09:08 +0200 Wolfgang Denk w...@denx.de wrote: However, I cannot see any gentenv() use before relocation for your board, so the problem there is still unclear. I think I need your help to debug this... looks like arch/powerpc/cpu/mpc8xxx/ddr/options.c gets memory

[U-Boot] [PATCH v3 1/2] cpuat91: convert to new at91 soc architecture

2010-07-20 Thread Eric Bénard
convert the board to the new soc architecture update default config i2c upgrade taken from eb_cpux9k2.h board/BuS/eb_cpux9k2/cpux9k2.c Signed-off-by: Eric Bénard e...@eukrea.com --- v3 : send to Hong Xu v2 : send to Tom Rix's new email Makefile |2 +-

[U-Boot] [PATCH v3 2/2] cpuat91: update defaut environement

2010-07-20 Thread Eric Bénard
Signed-off-by: Eric Bénard e...@eukrea.com --- v2 : send to Tom Rix's new email include/configs/cpuat91.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index b012782..9ef4523 100644 ---

Re: [U-Boot] [PATCH] NAND: add Samsung K9LBG08UXD identifier

2010-07-20 Thread Scott Wood
On Tue, 20 Jul 2010 08:43:55 +0800 Lei Wen adrian.w...@gmail.com wrote: On Tue, Jul 20, 2010 at 4:22 AM, Scott Wood scottw...@freescale.com wrote: On Mon, Jul 19, 2010 at 09:05:05PM +0800, Lei Wen wrote: Rebased version for this nand chip has one problem in detecting its page size using in

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Wolfgang Denk
Dear Kim, In message 20100720160808.b7ecf34c.kim.phill...@freescale.com you wrote: However, I cannot see any gentenv() use before relocation for your board, so the problem there is still unclear. I think I need your help to debug this... looks like

Re: [U-Boot] [PATCH v3] net ppc: fix ethernet device names with spaces

2010-07-20 Thread Ben Warren
Hi Heiko, On 7/20/2010 8:45 AM, Heiko Schocher wrote: since commit 1384f3bb8a4f9066805b70c1418eda78ecb73fdd ethernet names with spaces drop a Warning: eth device name has a space! message. This patch fix it for: - FEC ETHERNET devices found on mpc512x, mpc5xxx, mpc8xx and mpc8220

Re: [U-Boot] [PATCH] net, fec: Shorten device name as done for other drivers

2010-07-20 Thread Ben Warren
Hi Stefano, n 7/19/2010 10:57 PM, Stefano Babic wrote: After discussion on the ML it is suggested to drop unrequired and not useful characters from the device name. This patch changes the name for the fec_mxc driver from FEC_MXC to FEC. Signed-off-by: Stefano Babicsba...@denx.de ---

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-20 Thread Kim Phillips
On Tue, 20 Jul 2010 23:43:14 +0200 Wolfgang Denk w...@denx.de wrote: Dear Kim, In message 20100720160808.b7ecf34c.kim.phill...@freescale.com you wrote: However, I cannot see any gentenv() use before relocation for your board, so the problem there is still unclear. I think I need your

[U-Boot] [PATCH] Change the configuration for the STx GP3-SSA board in order to support FDT parsing and passing.

2010-07-20 Thread Bradley Hughes
Change the configuration for the STx GP3-SSA board in order to support FDT parsing and passing. Also changed default u-boot environment for convenience. Signed-off-by: Bradley Hughes bhug...@silicontkx.com --- board/stx/stxssa/stxssa.c | 10 include/configs/stxssa.h | 114

Re: [U-Boot] Question about patches

2010-07-20 Thread Graeme Russ
On Tue, Jul 20, 2010 at 10:59 PM, Wolfgang Denk w...@denx.de wrote: Dear Graeme Russ, In message aanlktilaj7mvv7vxxrebkccszyszvsqulk_3i5ahl...@mail.gmail.com you wrote: I'm sure you'll argue that this is poor development management, but I find myself more efficient if a 'get in the zone'

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Xiangfu Liu
Hi Wolfgang On 07/20/2010 11:47 PM, Wolfgang Denk wrote: Dear Xiangfu Liu, In message4c45b400.2000...@openmobilefree.net you wrote: I modify the patch to a new one[1], since this board use a new cpu named xburst. this new patch works fine when I run ./MAKEALL mips_el :) Well, we don't

Re: [U-Boot] [PATCH 1/2] S5P: support mmc driver

2010-07-20 Thread Minkyu Kang
Dear Wolfgang, On 6 July 2010 21:06, Minkyu Kang mk7.k...@samsung.com wrote: This patch adds support mmc driver for s5p SoC Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  

[U-Boot] Virtual Private Answering Service - Never Miss A Call Again!

2010-07-20 Thread Private Virtual Live Answering Service!
GLOBAL MARKETING CALLWAVE ANSWERING SERVICE Do you need to step away for lunch breaks, go on vacation or busy with clients? We offer NO MORE MISSED CALLS!! We will be delighted to handle your important private incoming calls. BONUS MONTHLY SPECIAL! **Join Now or

[U-Boot] Virtual Private Answering Service - Never Miss A Call Again!

2010-07-20 Thread Private Virtual Live Answering Service!
GLOBAL MARKETING CALLWAVE ANSWERING SERVICE Do you need to step away for lunch breaks, go on vacation or busy with clients? We offer NO MORE MISSED CALLS!! We will be delighted to handle your important private incoming calls. BONUS MONTHLY SPECIAL! **Join Now or

[U-Boot] Virtual Private Answering Service - Never Miss A Call Again!

2010-07-20 Thread Private Virtual Live Answering Service!
GLOBAL MARKETING CALLWAVE ANSWERING SERVICE Do you need to step away for lunch breaks, go on vacation or busy with clients? We offer NO MORE MISSED CALLS!! We will be delighted to handle your important private incoming calls. BONUS MONTHLY SPECIAL! **Join Now or

[U-Boot] Virtual Private Answering Service - Never Miss A Call Again!

2010-07-20 Thread Private Virtual Live Answering Service!
GLOBAL MARKETING CALLWAVE ANSWERING SERVICE Do you need to step away for lunch breaks, go on vacation or busy with clients? We offer NO MORE MISSED CALLS!! We will be delighted to handle your important private incoming calls. BONUS MONTHLY SPECIAL! **Join Now or

[U-Boot] mtd partition kernel

2010-07-20 Thread Fundu
does the kernel know about different mtd partition from the boot loader? How do I go about creating a new mtd partition say /var/logs. I'm using a mini2440 board which has 4 mtd partition uboot uboot-env kernel rootfs I want to add another one, how do I go about doing that? TIA

Re: [U-Boot] mtd partition kernel

2010-07-20 Thread Ben Gardiner
On Wed, Jul 21, 2010 at 12:54 AM, Fundu fundu_1...@yahoo.com wrote: does the kernel know about different mtd partition from the boot loader? Yes. But only If the kernel is compiled with support for parsing the 'mtdpart' boot argument [1] and the mtdparts argument is passed to the linux kernel

Re: [U-Boot] [PATCH 2/2] fdt: Add fdt_node_offset_by_compat_reg helper

2010-07-20 Thread Kumar Gala
On Jul 17, 2010, at 9:59 PM, Jerry Van Baren wrote: Hi Kumar, On 07/17/2010 11:49 AM, Kumar Gala wrote: On Jul 4, 2010, at 1:18 PM, Kumar Gala wrote: Given a compatiable string and physical address try and find a node that compatible matches. This is useful when we

Re: [U-Boot] [PATCH 1/2] fdt: Add fdt_translate_address to convert reg node to cpu phys addr

2010-07-20 Thread Kumar Gala
On Jul 17, 2010, at 10:00 PM, Jerry Van Baren wrote: Hi Kumar, On 07/17/2010 11:49 AM, Kumar Gala wrote: On Jul 4, 2010, at 1:18 PM, Kumar Gala wrote: This code is extracted out of the Linux Kernel code from arch/powerpc/kernel/prom_parse.c. We maintain some of the same structure

Re: [U-Boot] [PATCH 4/4] powerpc/85xx 86xx: Rework ft_fsl_pci_setup to not require aliases

2010-07-20 Thread Kumar Gala
On Jul 9, 2010, at 12:18 AM, Kumar Gala wrote: Previously we used an alias the pci node to determine which node to fixup or delete. Now we use the new fdt_node_offset_by_compat_reg to find the node to update. Additionally, we replace the code in each board with a single macro call that

Re: [U-Boot] [PATCH] powerpc/85xx: Use fdt_node_offset_by_compat_reg for clock-frequency updates

2010-07-20 Thread Kumar Gala
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote: Move to using fdt_node_offset_by_compat_reg to find the node offsets we want to update instead of using aliases. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/fdt.c | 19 +++ 1 files

Re: [U-Boot] [PATCH] powerpc/p4080: Add setting of clock-frequency for clockgen node

2010-07-20 Thread Kumar Gala
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote: On QorIQ CoreNet based devices we have a global clocking block. We want to keep track of SYSCLK frequency as it is what is used to derive all other frequencies in the SoC Signed-off-by: Kumar Gala ga...@kernel.crashing.org ---

Re: [U-Boot] [PATCH] powerpc/p5020: Add various p5020 related defines (and p5010)

2010-07-20 Thread Kumar Gala
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote: There are various locations that we have chip specific info: * Makefile for which ddr code to build * Added p5020 p5010 to cpu_type_list and SVR list * Added number of LAWs for p5020 * Set CONFIG_MAX_CPUS to 2 for p5020 Signed-off-by:

Re: [U-Boot] [PATCH] powerpc/p3041: Add various p3041 related defines

2010-07-20 Thread Kumar Gala
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote: There are various locations that we have chip specific info: * Makefile for which ddr code to build * Added p3041 to cpu_type_list and SVR list * Added number of LAWs for p3041 * Set CONFIG_MAX_CPUS to 4 for p3041 Signed-off-by: Kumar

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Report FMAN # to match user manual

2010-07-20 Thread Kumar Gala
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote: From: Emil Medve emilian.me...@freescale.com The user manual refers to FMAN1 and FMAN2 not 0 and 1. Signed-off-by: Emil Medve emilian.me...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org ---

Re: [U-Boot] [PATCH] powerpc/85xx: Rework MPC8536 SERDES is_serdes_configured support

2010-07-20 Thread Kumar Gala
On Jul 11, 2010, at 12:48 PM, Kumar Gala wrote: Move serdes init until after we are in ram so we can keep track of a global static protocal map for the particular serdes config we are in. This makes is_serdes_configured() much simplier and not constantly reading registers to determine if a

Re: [U-Boot] [PATCH] powerpc/85xx: Rework P1022 SERDES is_serdes_configured support

2010-07-20 Thread Kumar Gala
On Jul 11, 2010, at 12:48 PM, Kumar Gala wrote: Move serdes init until after we are in ram so we can keep track of a global static protocal map for the particular serdes config we are in. This makes is_serdes_configured() much simplier and not constantly reading registers to determine if a

[U-Boot] [PATCH v2] powerpc/85xx: Add additional p4080 platform related defines/structs

2010-07-20 Thread Kumar Gala
* Added PCIE4 address, offset, DEVDISR LAW target ID * Added new p4080 DDR registers and defines to immap * Add missing corenet platform DEVDISR related defines * Updated ccsr_gur to include LIODN registers * Add RCWSR defines * Added Basic qman, pme, bman immap structs * Added SATA related

[U-Boot] Please pull u-boot-mpc85xx.git

2010-07-20 Thread Kumar Gala
The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Emil Medve (1): powerpc/mpc85xx: Report FMAN

Re: [U-Boot] [PATCH] NAND: add Samsung K9LBG08UXD identifier

2010-07-20 Thread Jason Liu
2010/7/21 Scott Wood scottw...@freescale.com: On Tue, 20 Jul 2010 08:43:55 +0800 Lei Wen adrian.w...@gmail.com wrote: On Tue, Jul 20, 2010 at 4:22 AM, Scott Wood scottw...@freescale.com wrote: On Mon, Jul 19, 2010 at 09:05:05PM +0800, Lei Wen wrote: Rebased version for this nand chip has