Re: [U-Boot] [PATCH] PPC4xx: PLB4 Arbiter and Memory Queue Optimizations

2008-08-11 Thread Stefan Roese
On Monday 11 August 2008, Prodyut Hazarika wrote: PLB4 Crossbar Arbiter core is instantiated on 405EX/ 440EP/ 440EPx/ 440GR/ 440GRx/ 440SP/ 440SPe/ 460EX/ 460GT For optimal performance, the read pipeline depth must be set to 4. The current code enables it only for bamboo, sequoia and yosemite

Re: [U-Boot] U-Boot and UBI

2008-08-11 Thread Stefan Roese
On Monday 11 August 2008, Kyungmin Park wrote: Actually the Samsung implemented the UBI support on U-boot already and has used it internally. The big difference is the code base. It's based on kernel UBI code. Yes it's not fit well to u-boot ecosystem so it created the ubi wrapper for u-boot.

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-08-12 Thread Stefan Roese
Board Support Stefan Roese (12): ppc4xx: Fix merge problems in 44x_spd_ddr2.c ppc4xx: Consolidate PPC4xx EBC defines ppc4xx: Consolidate PPC4xx UIC defines ppc4xx: Consolidate PPC4xx UIC defines ppc4xx: Rework 440GX UIC handling ppc4xx: Cleanup Katmai Yucca

Re: [U-Boot] [PATCH] ppc4xx: Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX processors

2008-08-13 Thread Stefan Roese
On Wednesday 13 August 2008, Wolfgang Denk wrote: From: Prodyut Hazarika [EMAIL PROTECTED] Signed-off-by: Prodyut Hazarika [EMAIL PROTECTED] Acked-by: Feng Kan [EMAIL PROTECTED] --- It would be nice if the commit messages contained at least a minimal explanation of the reasons for the

Re: [U-Boot] [PATCH] ppc4xx: Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX processors

2008-08-13 Thread Stefan Roese
On Wednesday 13 August 2008, Prodyut Hazarika wrote: Here you move 44x specific code from a 44x specific header file into a 4xx generic header file which requires you to add a 44x specific #ifdef's. These defines are also used on the 405EX (and possibly future 405 variants as well).

[U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-08-14 Thread Stefan Roese
The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c: Jean-Christophe PLAGNIOL-VILLARD (1): drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master

Re: [U-Boot] [PATCH] CFI: Fix AMD Legacy sector protect

2008-08-20 Thread Stefan Roese
On Tuesday 19 August 2008, Tsi-Chung Liew wrote: From: TsiChung Liew [EMAIL PROTECTED] New implement sector lock and unlock or softlock commands do not exist in AMD legacy flash. Thus, causing issue when erasing AMD legacy flash (such as lv040) Applied to u-boot-cfi-flash. Thanks. Best

[U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-08-20 Thread Stefan Roese
The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e: Kumar Gala (1): Clean up usage of icache_disable/dcache_disable are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Nick Spence (1): CFI: Add

Re: [U-Boot] [PATCH] Fix regression in drivers/mtd/cfi_flash.c.

2008-08-21 Thread Stefan Roese
On Wednesday 20 August 2008, Andrew Klossner wrote: Fix a regression in the 1.3.4 version of drivers/mtd/cfi_flash.c. Add a case to the new switch statement in flash_real_protect() to make flash chips using the Intel extended command set work again. Also correct a debug printf

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-08-21 Thread Stefan Roese
: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe, Stefan Roese (1): ppc4xx: Cleanup of ppc4xx: Optimize PLB4 Arbiter... patch cpu/ppc4xx/44x_spd_ddr2.c | 17 +--- cpu/ppc4xx/cpu_init.c | 13 + include/asm-ppc/ppc4xx-sdram.h | 48

Re: [U-Boot] [PATCH] ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix

2008-08-22 Thread Stefan Roese
Hi Marri, On Friday 22 August 2008, [EMAIL PROTECTED] wrote: From: Tirumala R Marri [EMAIL PROTECTED] During recent PCI-E tests it has been found that current driverl level and de-emphasis values are not set correctly. After sweeping throgh all de-ephasis values, it was found that 0x130 is

Re: [U-Boot] [PATCH] ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix

2008-08-22 Thread Stefan Roese
Hi Marri, On Friday 22 August 2008, Tirumala Reddy Marri wrote: There were silent corruptions I noticed during a RAID-5 test using silicon image card. Then I hooked up a analyzer and found that eye diagram was not wide enough. After reducing the de-emphasis value I noticed better eye

Re: [U-Boot] [Question about ppc4xx]

2008-08-25 Thread Stefan Roese
On Saturday 23 August 2008, κΉ€μ˜μˆœ wrote: I'm working on my custum board based on SEQUOIA. I'd like to use SPI IIC in my linux application. First this is the wrong mailing list then. Its about U-Boot questions and you are asking about Linux I2C and SPI support. I suggest you move this over to

Re: [U-Boot] [PATCH] ppc440: New board: Avnet Virtex5 FXT Evaluation

2008-08-25 Thread Stefan Roese
Hi Michal, Hi Ricardo, On Sunday 24 August 2008, Michal Simek wrote: I agree with you that the code of ml507 and other board with that fpga will be almost the same, except external devices like ram, flash type ethernet macs Yes, simple ifdef CONFIG_XILINX_LL_TEMAC in config file is

Re: [U-Boot] u-boot / MX25L12805D

2008-08-25 Thread Stefan Roese
On Monday 25 August 2008, Warren Blackwell wrote: I appreciate any response to the following query... I am developing a project which utilizes u-boot. I started from an Atheros source package which contains a modified u-boot for their AP83 reference design. This reference design has an SST

Re: [U-Boot] [PATCH] ppc44x: RFC: Unification of virtex5 pp440 boards

2008-08-26 Thread Stefan Roese
Hi Ricardo Michal, it's not easy to find the time to catch up with what you are discussing here. :) On Tuesday 26 August 2008, Ricardo Ribalda Delgado wrote: no you needn't - just you bsp - bsp take care about. We can be thousands of hours discussing the same, your opinion is that we need

Re: [U-Boot] reinitialize peripherals

2008-08-26 Thread Stefan Roese
On Wednesday 27 August 2008, vb wrote: Do I need to reinitialize Peripheral Bank Configuration Registers (EBC0_B0CR-EBC0_B7CR) from the kernel ? I'm quite sure that we don't, but just want to make sure. Because the problem that i'm seeing strongly suggest that something isn't initializing.

Re: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, Wolfgang Denk wrote: The only 100%* way to send patches is using git-send-email, but it's a small pain to set up especially if you're not going to be using it much. oops? What do you mean by pain to set up ? You don;t have to set up anything. Just type:

Re: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, Wolfgang Denk wrote: Just type: git-send-email --to u-boot@lists.denx.de patch... You forgot about the configuration you have done in your ~/.gitconfig file ([sendemail] section, smtpserver...). But is not really hard to configure. And it really is

Re: [U-Boot] [PATCH] ppc4xx: For the Kilauea board include the new PPC4xx SDRAM Controller DDR autocalibration routine.

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, [EMAIL PROTECTED] wrote: From: Adam Graham [EMAIL PROTECTED] Thanks. Please find some comments below. Signed-off-by: Adam Graham [EMAIL PROTECTED] --- cpu/ppc4xx/44x_spd_ddr2.c | 58 ++- cpu/ppc4xx/Makefile|

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Stefan Roese
Hi Heiko, On Wednesday 27 August 2008, Heiko Schocher wrote: snip +++ b/board/tqc/tqm8272/tqm8272.c @@ -1066,38 +1066,24 @@ int update_flash_size (int flash_size) #include nand.h #include linux/mtd/mtd.h -static u8 hwctl = 0; - static void upmnand_hwcontrol(struct mtd_info *mtd, int

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, Heiko Schocher wrote: You have integrated this NAND driver into the tqm8272.c source file. I suggest you move this at some time into the drivers/mtd/nand directory. Is it a Why? That are just the boardspecific routines, not a complete NAND driver! It looks

Re: [U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v3

2008-08-29 Thread Stefan Roese
Ricardo, sorry that the review took so long. Here we go: On Wednesday 27 August 2008, Ricardo Ribalda Delgado wrote: This patch provides an unificated way of handling xilinx v5 ppc440 boards. One thing I noticed after applying your patch is the output while running MAKEALL: [EMAIL PROTECTED]

Re: [U-Boot] [PATCH 1/1] ppc4xx: fix UIC external_interrupt hang on UIC0

2008-08-29 Thread Stefan Roese
On Friday 29 August 2008, Victor Gallardo wrote: This patch fixes a UIC external_interrupt hang if critical or non-critical interrupt is set at the same time as a normal interrupt is set on UIC0. Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan

[U-Boot] [PATCH] ppc4xx/NAND: Add select_chip function to 4xx NDFC driver

2008-08-29 Thread Stefan Roese
This function is needed for the new NAND infrastructure. We only need a dummy implementation though for the NDFC. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- cpu/ppc4xx/ndfc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/cpu/ppc4xx/ndfc.c b/cpu/ppc4xx

[U-Boot] [PATCH] ppc4xx: Increase image size for NAND boot target

2008-08-29 Thread Stefan Roese
This is needed since now with HUSH enabled (amcc-common.h) the image read from NAND exceeds the previous limit. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- include/configs/sequoia.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/sequoia.h b

Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-08-30 Thread Stefan Roese
Victor, On Saturday 30 August 2008, Victor Gallardo wrote: This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Please find some comments below. Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- cpu/ppc4xx/4xx_enet.c | 116

Re: [U-Boot] ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller

2008-08-30 Thread Stefan Roese
Prodyut, On Friday 29 August 2008, Prodyut Hazarika wrote: Somehow your patch was malformatted though. Please see the From bdc... above. This should not be included in the patch mail. Did you create this patch with git format-patch and send it with git send-email? I created the patch

Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-08-30 Thread Stefan Roese
Ben, On Saturday 30 August 2008, Ben Warren wrote: +#if !defined(CONFIG_PHY_LESS) +#define CONFIG_PHY_LESS0x /* PHY-less mode */ +#define CONFIG_PHY_LESS_SPEED 1000 +#define CONFIG_PHY_LESS_DUPLEX FULL +#endif + Sorry, but this is not scalable. There are many

[U-Boot] [PATCH] ppc4xx: Remove reference to common/lists.o from some esd linker scripts

2008-09-01 Thread Stefan Roese
This patch removes some direct references to common/lists.o from some esd linker scripts. This is necessary because the lists source was moved and is not in the common directory anymore. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- Matthias, even better would be to remove the references

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Stefan Roese
On Wednesday 03 September 2008, Victor Gallardo wrote: This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- A good idea is to keep a history of what changed in the patch revisions here in this area

Re: [U-Boot] [PATCH 1/4] 4xx: Add fdt support for VOM405 boards

2008-09-03 Thread Stefan Roese
On Tuesday 02 September 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] All [1...4] applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH] 4xx: Remove obsolete or unused functions from some esd boards

2008-09-03 Thread Stefan Roese
On Tuesday 02 September 2008, Matthias Fuchs wrote: This patch removes initdram() and testdram() from most esd 405 platforms. Some boards also have an empty dummy implementation of misc_init_f(). This is also removed. Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Stefan Roese
On Thursday 04 September 2008, Ben Warren wrote: I like the idea very much, but am not sure about the implementation. This problem has been around for a while (just search the archives for people wondering how to deal with a switch chip connected via rvMII or whatever). The trickiest part of

[U-Boot] [PATCH] devices: Use list_add_tail() instead of list_add() to register a device

2008-09-05 Thread Stefan Roese
by using list_add_tail() instead of list_add() to register a device. This way the first added console is used again. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- common/devices.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/devices.c b/common/devices.c

Re: [U-Boot] ppc4xx: glacier broken with latest u-boot

2008-09-05 Thread Stefan Roese
Adam, On Friday 05 September 2008, Adam Graham wrote: snip The problem happens within the console_init_r() routine called from the board_init_r() function. This problem is fixed with the patch I sent out this morning: devices: Use list_add_tail() instead of list_add() to register a device

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation warning for PIP405

2008-09-08 Thread Stefan Roese
Hi Denis, On Monday 08 September 2008, Denis Peter wrote: Denis, could you please take a look at this patch and let me know if this is ok? Or if the define and #ifdef can be removed completely? Thanks. The PIP405 is a dead board. Only some prototypes have been produced. Currently I

Re: [U-Boot] [PATCH] Add MTD core partition

2008-09-08 Thread Stefan Roese
Kyungmi, On Monday 08 September 2008, Kyungmin Park wrote: It's preparation for UBI codes. UBI uses partition and get put mtd devices Please co-ordinate any UBI-related work with Stefan Roese. I will not apply any UBI related patches unless I have his ACK. I have no objections

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-08 Thread Stefan Roese
On Sunday 07 September 2008, Wolfgang Denk wrote: 5) Delete al references to CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL and unconditionally enable it for all boards. Any takers to submit a patch? If possible not because it will increase the size of u-boot for board which not need

[U-Boot] [PATCH] ppc4xx: Remove CONFIG_CS8952_PHY define

2008-09-08 Thread Stefan Roese
Since this define is only used on one board that was never really in production, removing this compile time option doesn't hurt and makes the code more readable. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- cpu/ppc4xx/4xx_enet.c|2 -- include/configs/PIP405.h |1 - 2 files

Re: [U-Boot] [PATCH 1/3] ppc4xx: Update CPCI405 variants handling

2008-09-08 Thread Stefan Roese
On Friday 05 September 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] This patch replaces the BOARD_REVISION variable in include/config.mk by a using a temporary include file in the platform directory. The former way does not work anymore and the latter is alos used by

[U-Boot] [PATCH] ppc4xx: Move ppc4xx specific prototypes to ppc4xx header

2008-09-08 Thread Stefan Roese
This patch moves some 4xx specific prototypes out of include common.h to a ppc4xx specific header. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- This patch is based on the u-boot-ppc4xx repository. It can't be applied directly to the master repository. It's needed to clean up some 4xx

Re: [U-Boot] [PATCH] ppc440: ml507: Add .gitignore

2008-09-08 Thread Stefan Roese
On Friday 22 August 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Does not apply anymore. Please rebase against current u-boot-ppc4xx repository and resubmit. Thanks. Best regards, Stefan

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-08 Thread Stefan Roese
Delgado (1): ppc44x: Unification of virtex5 pp440 boards Stefan Roese (4): ppc4xx: Fix compilation warning for canyonlands glacier ppc4xx: Fix compilation warning for PIP405 ppc4xx: Remove CONFIG_CS8952_PHY define ppc4xx: Move ppc4xx specific prototypes to ppc4xx header

Re: [U-Boot] PPC4xx unapplied patches

2008-09-08 Thread Stefan Roese
Hi Wolfgang, On Sunday 07 September 2008, Wolfgang Denk wrote: I have a an unapplied patch in my list which seem to fall into your area of responsibility. Can you please have a look at this: 6385 08/22 Ricardo Ribalda D [U-Boot] [PATCH] ppc440: ml507: Add .gitignore Not needed anymore.

Re: [U-Boot] [POWERPC] [BUG?] ppc4xx: PCIX0_STS versus PCIX0_STATUS in 4xx_pci.c

2008-09-08 Thread Stefan Roese
Carolyn, On Friday 05 September 2008, [EMAIL PROTECTED] wrote: In the pci_440_init function in cpu/ppc4xx/4xx_pci.c, shouldn't this out32r( PCIX0_STS, in32r( PCIX0_STS ) ~0xfff8 ); really be this? out32r( PCIX0_STATUS, in32r( PCIX0_STATUS ) ~0xfff8 ); Could you please explain,

[U-Boot] [PATCH] ppc4xx: Fix zeus (405EP) board port

2008-09-10 Thread Stefan Roese
This patch fixes a problem with the SDRAM initialization of the zeus board port. It also enable the FDT support to support booting arch/powerpc Linux kernel versions. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/zeus/zeus.c | 23 --- cpu/ppc4xx/sdram.c

Re: [U-Boot] [PATCH v2] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Victor Gallardo wrote: On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. This patch is not really ppc4xx related, so please replace the ppc4xx: from the subject line with DTT:. Other than this: Acked-by: Stefan Roese

Re: [U-Boot] New video custodian?

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Wolfgang Denk wrote: I would like to suggest a change in the custodianship for the u-boot-video repository, which deals with support for all sorts of graphical output devices. Anatolij Gustschin has volunteered to take over this job. (thnaks a lot for that,

Re: [U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build v2

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Ricardo Ribalda Delgado wrote: Any feedback? It seems to be applied already: http://git.denx.de/?p=u-boot.git;a=commit;h=880f6a5d7596f42db5ff8803b797b78ec5b146e0 Best regards, Stefan = DENX

[U-Boot] [PATCH] ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports

2008-09-11 Thread Stefan Roese
This patch fixes a problem introdiced with patch bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by initdram()]. The boards affected are: - PCI405 - PPChameleonEVB - quad100hd - taihu - zeus Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/amcc/taihu/taihu.c

[U-Boot] [PATCH] ppc4xx: Enable device tree (FDT) support in zeus board port

2008-09-11 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- include/configs/zeus.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/zeus.h b/include/configs/zeus.h index b50cba5..b71f711 100644 --- a/include/configs/zeus.h +++ b/include/configs/zeus.h @@ -309,6

Re: [U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

2008-09-11 Thread Stefan Roese
On Wednesday 10 September 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash

2008-09-11 Thread Stefan Roese
On Friday 12 September 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards

2008-09-11 Thread Stefan Roese
On Friday 12 September 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-11 Thread Stefan Roese
for ppc440-generic boards ppc4xx: Fix compilation of v5fx30teval_flash ppc4xx: Add .gitignore file to xilinx-ppc440 boards Stefan Roese (2): ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports ppc4xx: Enable device tree (FDT) support in zeus board port Makefile

Re: [U-Boot] [PATCH] ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz

2008-09-16 Thread Stefan Roese
On Tuesday 16 September 2008, Victor Gallardo wrote: Signed-off-by: Victor Gallardo [EMAIL PROTECTED] Signed-off-by: Adam Graham [EMAIL PROTECTED] Please find some comments below. --- board/amcc/kilauea/kilauea.c| 31 +++

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-16 Thread Stefan Roese
The following changes since commit c0d2f87d6c450128b88e73eea715fa3654f65b6c: Wolfgang Denk (1): Prepare v2008.10-rc2 are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Victor Gallardo (1): ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz

Re: [U-Boot] canyonlands u-boot ibm-iic question

2008-09-19 Thread Stefan Roese
On Thursday 18 September 2008, Ayman M. El-Khashab wrote: Hopefully this is on topic for this list. No, its not. I am using the canyonlands with the included u-boot. I've made a change to the kernel so that I can use the iic device (namely added the 460ex to the compatibility list) with a

Re: [U-Boot] [PATCH] Add MTD core partition

2008-09-19 Thread Stefan Roese
On Friday 19 September 2008, Michael Lawnick wrote: how far have you got? We are planning to integrate UBI in u-boot too (NOR flashes), so if all is already done - or will be in next time - we could spare some hours ... We also have a project to integrate UBI support into U-Boot. The real UBI

Re: [U-Boot] [PATCH] Add MTD core partition

2008-09-19 Thread Stefan Roese
On Friday 19 September 2008, Michael Lawnick wrote: BTW: Which NOR FLASH driver are you using? The common CFI driver? It has no real connection to the MTD layer which is needed for the UBI port from Kyungmin. Did you think about this? We are using CFI driver for AM29GL512. As said we are

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-22 Thread Stefan Roese
Hi Wolfgang, On Sunday 21 September 2008, Wolfgang Denk wrote: AMCC wants to ship the new 600MHz boards. This version at least works compared to the current version which turns those boards into bricks, since it doesn't bootup into the U-Boot prompt. So it definitely is an improvement.

Re: [U-Boot] [PATCH] ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup

2008-09-23 Thread Stefan Roese
. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/amcc/canyonlands/canyonlands.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) Applied, thanks. Hope it's OK that I pulled this directly. Sure. Thanks. Best regards, Stefan

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-23 Thread Stefan Roese
On Monday 22 September 2008, Andrew Dyer wrote: I did a simple check. Only powerpc and i386 and sh seem to use PCI. If powerpc does not have a problem, would you commit it? Do I have your go (or at least no veto) to apply this patch? (forgot to reply all on this, already sent to the

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-23 Thread Stefan Roese
On Tuesday 23 September 2008, Andy Fleming wrote: I did a simple check. Only powerpc and i386 and sh seem to use PCI. If powerpc does not have a problem, would you commit it? Do I have your go (or at least no veto) to apply this patch? If some of that code is powerpc-only, maybe we

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-09-23 Thread Stefan Roese
definitions for Memory Queue Configuration registers Signed-off-by: Prodyut Hazarika [EMAIL PROTECTED] Signed-off-by: Stefan Roese [EMAIL PROTECTED] I have a bad feeling changing this optimized settings without AMCC's specific ACK. Prodyut, are you ok with Yuri's change? Thanks. Best

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-09-23 Thread Stefan Roese
On Tuesday 23 September 2008, Yuri Tikhonov wrote: BTW, when I said recommended by AMCC in the patch description I referred to the following information forwarded to me by Wolfgang Denk on Tue Mar 18 2008: --- Dear Yuri, here is some additional (and hopefully helpful) information from

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-25 Thread Stefan Roese
On Wednesday 24 September 2008, Nobuhiro Iwamatsu wrote: BTW: I fail to see what's really PPC specific about the pci code in question. Nobuhiro, could you please elaborate what's the problem here? I wanted to remove CPU and baords of specific code from from PCI network driver. CONFIG_E500,

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-09-25 Thread Stefan Roese
On Tuesday 23 September 2008, Yuri Tikhonov wrote: Is it OK, or should we remove these strings from the Linux driver, assuming U-Boot has already done this ? Please go ahead and remove these from the linux driver. Thanks for confirmation, will do. I have to admit that I am a little

Re: [U-Boot] Inefficient code in NetLoop() ?

2008-09-26 Thread Stefan Roese
On Friday 26 September 2008, Wolfgang Denk wrote: Am I reading this correctly that we eth_halt() and eth_init() the network interface for each and every call to NetLoop? Yes, it looks that way. Ripe for gutting. I didn't have much time to look into the code, so I'm just

[U-Boot] /chosen node not overwritten by bootm

2008-09-26 Thread Stefan Roese
Hi Jerry, Again I (and Wolfgang) stumbled about the problem, that the /chosen node is not overwritten by the bootm command when it already exists. This is really annoying, since we either: a) Have to remove the chosen node from the dts files (which is not so easy if we try to stay in sync

[U-Boot] [PATCH] fdt: Overwrite /chosen node in bootm if it already exists in the dtb

2008-09-26 Thread Stefan Roese
Set force parameter in fdt_chosen() call in do_bootm_linux() call. Without this, the chosen node is not overwritten if it already exists. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- lib_ppc/bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib_ppc/bootm.c b

Re: [U-Boot] [PATCH] [sensor]: Make the LM75 MULTI_BUS compatible.

2008-09-29 Thread Stefan Roese
Hi Heiko, On Monday 29 September 2008, Heiko Schocher wrote: also fix CodingStyle issues for the LM75 Please don't mix functional changes and coding style changes into one patch. I suggest that you first send a coding style cleanup patch and then a functional patch on top of this. Thanks.

Re: [U-Boot] NAND flash driver for Samsung K9F1G08

2008-10-01 Thread Stefan Roese
On Wednesday 01 October 2008, Roman Mashak wrote: Flash ID is in $(UBOOT)/include/linux/mtd/nand_ids.h Seems this chip is not CFI compliant (at least datasheet says nothing of it), so the use of CFI driver falls away. After some investigations I see that $(uboot)/drivers/mtd/nand/nand.c

Re: [U-Boot] [PATCH 1/1] ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

2008-10-04 Thread Stefan Roese
Adam, On Saturday 04 October 2008, Wolfgang Denk wrote: After changing SDRAM_CLKTR phase value rerun the memory preload initialization sequence (INITPLR) to reset and relock the memory DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing adjustment effects the phase

Re: [U-Boot] [PATCH v2 1/6] flash: factor out adjusting of Flash address to the end of sector

2008-10-08 Thread Stefan Roese
Hi Bartlomiej, On Wednesday 08 October 2008, Bartlomiej Sieka wrote: Do you have any comments on the below patch? Looks good to me. So: Acked-by: Stefan Roese [EMAIL PROTECTED] Not sure if I am responsible for picking this up or if this should go in through Wolfgang. It's not really cfi

Re: [U-Boot] [PATCH 4/4] ppc4xx: Fix USB 2.0 phy reset sequence

2008-10-08 Thread Stefan Roese
Hi Matthias, On Tuesday 07 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] This patch fixes USB 2.0 communication issues on some DU440 boards. Is this a potential problem for other 440EPx boards as well? Or is it really only DU440 specific? Best regards, Stefan

Re: [U-Boot] [PATCH 2/4] ppc4xx: Fix DU440 GPIO configuration

2008-10-08 Thread Stefan Roese
Hi Matthias, On Tuesday 07 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] Signed-off-by: Matthias Fuchs [EMAIL PROTECTED] --- board/esd/du440/du440.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/esd/du440/du440.c

Re: [U-Boot] [PATCH v2 1/6] flash: factor out adjusting of Flash address to the end of sector

2008-10-08 Thread Stefan Roese
branch. Here the pull request for the *next* branch: The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc: Stefan Roese (1): ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup are available in the git repository at: git://www.denx.de/git/u-boot-cfi

Re: [U-Boot] [PATCH 1/1 v2] ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

2008-10-08 Thread Stefan Roese
On Monday 06 October 2008, Adam Graham wrote: After changing SDRAM_CLKTR phase value rerun the memory preload initialization sequence (INITPLR) to reset and relock the memory DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing adjustment effects the phase relationship of the

Re: [U-Boot] [PATCH 2/4] ppc4xx: Fix DU440 GPIO configuration

2008-10-08 Thread Stefan Roese
On Wednesday 08 October 2008, Matthias Fuchs wrote: I am aware of the CFG_4xx_GPIO_TABLE feature. I think there is also a TODO comment for this in my code. But right now I want to keep it as it is because of a lack of time. OK, makes sense to me. I'll push your patches to the master branch for

Re: [U-Boot] [PATCH 4/4] ppc4xx: Fix USB 2.0 phy reset sequence

2008-10-08 Thread Stefan Roese
On Wednesday 08 October 2008, Matthias Fuchs wrote: this might touch other boards as well. A patch for our PMC440 will come up later today. I have a support case with AMCC about this and ask them If I shall provide a patch for sequoia as well. I expect that someone will contact you about

Re: [U-Boot] [PATCH] Introduce CONFIG_4xx_HAS_OPB

2008-10-10 Thread Stefan Roese
Josh, On Thursday 09 October 2008, Josh Boyer wrote: The lib_ppc/board.c file will fill in the bi_opbfreq variable in the bd_t structure for PowerPC 4xx platforms. However, it currently seems to be coupled together with the bi_pci_busfreq variable under a series of ifdefs for particular CPU

Re: [U-Boot] [PATCH 1/4] ppc4xx: Update DU440 config

2008-10-10 Thread Stefan Roese
On Tuesday 07 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] Applied to ppc4xx/master. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH 2/4] ppc4xx: Fix DU440 GPIO configuration

2008-10-10 Thread Stefan Roese
On Tuesday 07 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] Applied to ppc4xx/master. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH 3/4] ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board

2008-10-10 Thread Stefan Roese
On Tuesday 07 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] Applied to ppc4xx/master. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH 4/4] ppc4xx: Fix USB 2.0 phy reset sequence

2008-10-10 Thread Stefan Roese
On Tuesday 07 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] This patch fixes USB 2.0 communication issues on some DU440 boards. Applied to ppc4xx/master. Thanks. Best regards, Stefan = DENX

Re: [U-Boot] [PATCH 1/6] ppc4xx: Handle other board variant in PMC440 FPGA code

2008-10-10 Thread Stefan Roese
Matthias, On Wednesday 08 October 2008, [EMAIL PROTECTED] wrote: From: Matthias Fuchs [EMAIL PROTECTED] I know you're on vacation now, but nevertheless here a short report. After applying those 6 patches I get the following errors: Configuring for CPCI2DP board... ../common/cmd_loadpci.c: In

Re: [U-Boot] [PATCH] cfi_flash write fix for AMD legacy

2008-10-13 Thread Stefan Roese
On Thursday 09 October 2008, Ed Swarthout wrote: The flash_unlock_seq requires a sector for AMD_LEGACY. Fix a retcode check typeo. Applied to cfi/master. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD:

[U-Boot] [PATCH] ppc4xx: Add 1.0 1.066 GHz to canyonlands bootstrap command for PLL setup

2008-10-13 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/amcc/canyonlands/bootstrap.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/board/amcc/canyonlands/bootstrap.c b/board/amcc/canyonlands/bootstrap.c index 1d125b6..5d832de 100644 --- a/board/amcc

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-10-13 Thread Stefan Roese
The following changes since commit 50a874b3b0272f32e3627732fab90b27fbd35066: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Adam Graham (1): ppc4xx: Reset

[U-Boot] [PATCH] ppc4xx: Correctly setup ranges property in ebc node

2008-10-13 Thread Stefan Roese
Previously only the NOR flash mapping was written into the ranges property of the ebc node. This patch now writes all enabled chip select areas into the ranges property. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- cpu/ppc4xx/fdt.c | 45

Re: [U-Boot] [PATCH 1/3 v5] ppc4xx: Add AMCC Arches board support (dual 460GT)

2008-10-14 Thread Stefan Roese
On Wednesday 08 October 2008, Adam Graham wrote: The Arches Evaluation board is based on the AMCC 460GT SoC chip. This board is a dual processor board with each processor providing independent resources for Rapid IO, Gigabit Ethernet, and serial communications. Each 460GT has it's own 512MB

Re: [U-Boot] [PATCH] ppc4xx: Update configs for Netstal boards

2008-10-14 Thread Stefan Roese
On Wednesday 01 October 2008, Niklaus Giger wrote: I reorganized my config files, putting the common stuff into netstal-common.h (got the idea by looking a amcc-common.h from Stefan). Added stuff to boot the new powerpc linux via NFS (only tested with HCU4). Applied to ppc4xx/next. Thanks.

Re: [U-Boot] GPIO configuration on 460EX

2008-10-16 Thread Stefan Roese
Hi Felix, On Thursday 16 October 2008, Felix Radensky wrote: I'm looking at GPIO setup code for Canyonlands, and it looks like some initializations mentioned in the 460EX manual are missing. When pin is configured as alternate input, the corresponding bits in TSRL/H registers should be set.

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405

2008-10-16 Thread Stefan Roese
N: Stefan Roese diff --git a/MAINTAINERS b/MAINTAINERS index 0f9b213..dfc3b56 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -320,6 +320,7 @@ Ricardo Ribalda [EMAIL PROTECTED] ml507 PPC440x5 v5fx30teval PPC440x5 xilinx-pp440-genericPPC440x5

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-10-17 Thread Stefan Roese
Hi Wolfgang, On Friday 17 October 2008, Wolfgang Denk wrote: Set the MQ Read Passing MCIF Cycle limits to the recommended by AMCC values. This fixes the occasional 440SPe hard locking issues when the 440SPe's dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).

Re: [U-Boot] [PATCH] [UBI] Basic Unsorted Block Image (UBI) support (part 1)

2008-10-21 Thread Stefan Roese
Hi Wolfgang Kyungmin, Wolfgang, thanks for the internal discussion about this. I now know that you have no general concerns about the Linux code cloning. But please find my original comments (written before the internal discussion) below. On Tuesday 21 October 2008, Wolfgang Denk wrote: Now

[U-Boot] [PATCH] ppc4xx: Merge Netstal board ports: CFG_ - CONFIG_SYS_

2008-10-21 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- include/configs/netstal-common.h | 76 +++--- 1 files changed, 38 insertions(+), 38 deletions(-) diff --git a/include/configs/netstal-common.h b/include/configs/netstal-common.h index 59777e4..1fa4b00 100644

[U-Boot] [PATCH] ppc4xx: Merge Neo board port: CFG_ - CONFIG_SYS_

2008-10-21 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- include/configs/neo.h | 86 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/include/configs/neo.h b/include/configs/neo.h index a150cdd..f275c7b 100644 --- a/include/configs/neo.h

  1   2   3   4   5   6   7   8   9   10   >