Re: [U-Boot] [PATCH] ppc/85xx:Fix compile err when PCI disabled on P1_P2_RDB

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 1:25 AM, Prabhakar Kushwaha wrote: u-boot cannot be compiled after disabling CONFIG_PCI. Place PCI related codes under #ifdef CONFIG_PCI Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based of http://git.denx.de/u-boot.git (branch master) Top

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

2011-01-19 Thread Kumar Gala
The following changes since commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-01-17 20:31:46 +0100) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Dipen Dudhat (1): powerpc/85xx: Protect

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

2011-01-19 Thread Alex Dubov
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 bus (enabled). USB controller is available, but not presently enabled. Additional board

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-19 Thread Daniel Gorsulowski
Hello Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, Hello Albert, Albert ARIBAUD wrote: Le 18/01/2011 10:27, Daniel Gorsulowski a écrit : Hello again! Hi Daniel, One month ago, I asked you for help (see message below), but got no answer. Sorry about that. Last quarter of

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

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 11:02 PM, Alex Dubov 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 bus (enabled). USB controller is

[U-Boot] [PATCH] powerpc/8xxx: Fix compile warning when build for a DDR1 or DDR2 board

2011-01-19 Thread Kumar Gala
ctrl_regs.c: In function 'set_ddr_sdram_mode_2': ctrl_regs.c:690:6: warning: unused variable 'i' 'i' is only used by DDR3 code. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

<    1   2