Downtime

2007-09-23 Thread Stephen Rothwell
Hi all, Just letting you all know that ozlabs.org will be down for about 5 hours from 1:54 am Canberra time (UTC+10) Monday morning (i.e. about 2 hours 40 minutes from now) due to electrical work in our hosting data centre. -- Cheers, Stephen Rothwell[EMAIL PROTECTED]

Re: Linux doesn not boot from u-boot on ML403

2007-09-23 Thread Miroslaw Dach
Hi Grant, Thank you very much for your advices which were very valuable for me. Recently I have followed your advice to move from kernel 2.6.21 to the higher one in order to have the possibility to boot the kernel from u-boot. I have copied across from you git tree the latest version of linux

Re: Linux doesn not boot from u-boot on ML403

2007-09-23 Thread Grant Likely
On 9/23/07, Miroslaw Dach [EMAIL PROTECTED] wrote: Hi Grant, Thank you very much for your advices which were very valuable for me. Recently I have followed your advice to move from kernel 2.6.21 to the higher one in order to have the possibility to boot the kernel from u-boot. I have copied

[PATCH0/4] Various bug fixes

2007-09-23 Thread Jochen Friedrich
Here is a series fixing some bugs for 8xx powerpc CPUs. 1. [POWERPC] Fix copy'n'paste typo in commproc.c 2. [PPC] Fix cpm_dpram_addr returning phys mem instead of virt mem 3. [PPC] Compile fix for 8xx CPM Ehernet driver 4. [POWERPC] Fix cpm_uart driver This series can be pulled from

[PATCH1/4] [POWERPC] Fix copy'n'paste typo in commproc.c

2007-09-23 Thread Jochen Friedrich
The powerpc version of commproc.c doesn't export cpm_dpram_addr twice and cpm_dpram_phys not at all due to a typo. This patch fixes this problem. CC arch/powerpc/sysdev/commproc.o arch/powerpc/sysdev/commproc.c:398: error: redefinition of '__kcrctab_cpm_dpram_addr'

[PATCH2/4] [PPC] Fix cpm_dpram_addr returning phys mem instead of virt mem

2007-09-23 Thread Jochen Friedrich
cpm_dpram_addr returns physical memory of the DP RAM instead of iomapped virtual memory. As there usually is a 1:1 MMU map of the IMMR area, this is often not noticed. However, cpm_dpram_phys assumes this iomapped virtual memory and returns garbage on the 1:1 mapped memory causing CPM1 uart