Linux on Virtex4

2006-07-13 Thread Yoshio Kashiwagi
attachment was scrubbed... Name: V4FX12MM.jpg Type: image/jpeg Size: 30745 bytes Desc: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060713/942ee0d6/attachment.jpg

Problem in PCI resource allocation with MPC8245

2006-07-13 Thread Kenny
Hi, I have a Freescale MPC8245 machine running Montavista Linux (kernel 2.4.20). There are two devices connected to the PCI bus: a USB host controller (VIA VT6212L) and a single-chip network switch (Broadcom BCM5650). Now BCM5650 is working but VT6212L is not. I tried to modify the PCI code but

help regarding powerpc and vga card

2006-07-13 Thread sudheer
/20060713/9716a0b1/attachment.htm

Macraigor mpDemon

2006-07-13 Thread Ria Roy
Hi, Does anyone know if Macriagor's mpDemon is capable of debugging the linux kernel via the JTAG interface. Thanks in advance, Ria

some problems on the SystemACE driver.

2006-07-13 Thread Ming Liu
Dear Ameet, Have you seen the response I sent to you last night? The content is that there is still the same problem in the newly updated patch for SystemACE. I forgot to CC a copy to the maillist so I don't know if you have received it. I don't mean to push you. :) Any progress on the patch?

cpm_uart_port_map not initialised before serial console setup

2006-07-13 Thread Laurent Pinchart
-- next part -- A non-text attachment was scrubbed... Name: cpm_uart.patch Type: text/x-diff Size: 403 bytes Desc: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060713/a4ed8093/attachment.patch

Linux on Virtex4

2006-07-13 Thread Rick Moleres
Ales, H... No, I've not done anything with the Avnet MM board. I may have responded to somebody who was working with that board on this list. We work a lot with PLB TEMAC and MV Linux, but do very little with GSRD (it's a reference design that's not officially supported through the

some problems on the SystemACE driver.

2006-07-13 Thread Ameet Patil
Hi Ming, Instead of bouncing emails to and forth, lets do all at one place: 1. Which TEMAC patch are you using? (http://source.mvista.com/~ank/paulus-powerpc/20060309/ppc32_xilinx_edk_temac.patch) 2. After applying the patch, is the driver getting compiled directly without having to select it via

cpm_uart_port_map not initialised before serial console setup

2006-07-13 Thread Vitaly Bordug
On Thu, 13 Jul 2006 16:55:35 +0200 Laurent Pinchart laurent.pinchart at tbox.biz wrote: Hi everybody, while trying to use SCC1 as a serial console, I found a bug in the cpm_uart driver. The cpm_uart_port_map table is initialised by cpm_uart_count() which is called in cpm_uart_init()

Knowing kernel module load address (insmod hasn't -m)

2006-07-13 Thread Antonio Di Bacco
Hi all, where can be read at which memory address a module was loaded. I use the bb insmod that doesn't provide -m option. Bye, Antonio.

[JOB] Senior Embedded Linux Video Engineer

2006-07-13 Thread Davenport, Richard
Senior Embedded Linux Video Engineer Responsible for the technical leadership in design and development of embedded OS features for Cisco's next generation Audio/Video application which will change the entire video conferencing industry. Please check out these links for an overview of

Knowing kernel module load address (insmod hasn't -m)

2006-07-13 Thread Ben Warren
cat /proc/modules If you want more detailed information about a module (locations of .text, .data, .bss etc), enable CONFIG_KALLSYMS in your kernel and you'll see lots of goodness in the /sys/module/YOUR MODULE/sections directory. Do yourself a favor and browse