MPC8272ADS and frame buffer

2004-12-07 Thread Federico Lucifredi
Hello Linux-PPCers, I have a quick one: I am looking at the Arabella kernel on the MPC8272ADS, which I am planning to use as a prototyping platform while we get to figure out a BSP for our custom board. Now, I have an Epson card on hand (13806) which I know to be working on ppc, and whi

What's the problem could be?

2004-12-07 Thread Sam Song
Hi, all An system application crash running on 2.4.18 was happened on my custom 8xx board every now and then, especially recently. Yeah, the probelm is becoming more and more obvious. Personally, I deem it as an default of application software because there are some complicated application softwar

booting linux-2.5-mpc52xx

2004-12-07 Thread [EMAIL PROTECTED]
: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20041207/9b308c91/attachment.txt

[PATCH] include/asm-ppc/dma-mapping.h macro patch

2004-12-07 Thread Christoph Hellwig
> +#define dma_cache_inv(_start,_size) do { (void)(_start); > (void)(_size); } while (0) this looks really horrible. What about turning these into inlines?

[PATCH][PPC32] Support for Force CPCI-690 board

2004-12-07 Thread Mark A. Greer
: cpci690.patch Url: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20041207/3a3ad330/attachment.txt

[PATCH][EMAC] Add netpoll support

2004-12-07 Thread Matt Porter
Add netpoll support to the EMAC driver. Signed-off-by: Matt Porter = drivers/net/ibm_emac/ibm_emac_core.c 1.5 vs edited = --- 1.5/drivers/net/ibm_emac/ibm_emac_core.c2004-12-03 00:25:48 -07:00 +++ edited/drivers/net/ibm_emac/ibm_emac_core.c 2004-12-07 10:06:23 -07:00 @@ -1700,6 +1700

[PATCH][EMAC] allow rx of the maximum sized VLAN tagged packets

2004-12-07 Thread Matt Porter
Patch enables EMAC to receive maximum sized VLAN tagged packets. Signed-off-by: Eugene Surovegin Signed-off-by: Matt Porter = drivers/net/ibm_emac/ibm_emac.h 1.1 vs edited = --- 1.1/drivers/net/ibm_emac/ibm_emac.h 2004-05-22 10:13:08 -07:00 +++ edited/drivers/net/ibm_emac/ibm_emac.h

Second Attempt: Driver model usage on embedded processors

2004-12-07 Thread Dan Malek
On Dec 7, 2004, at 12:03 AM, Kumar Gala wrote: > The intent was that I would use the platform_data pointer to pass > board specific information to the driver. We would have board > specific code which would fill in the information. The question I > have is how to handle the device variant in

[PATCH] include/asm-ppc/dma-mapping.h macro patch

2004-12-07 Thread Jason McMullan
Signed-off-by: Jason McMullan Summary: [ppc] dma-mapping.h - Fix macro semantics Description: This patch makes the macros for dma_* semantically equivalent to the functions they mask. For example, dma_cache_inv(func_with_side_effects(), sizeof(foo)) will execure 'fu

Second Attempt: Driver model usage on embedded processors

2004-12-07 Thread Jason McMullan
On Mon, 2004-12-06 at 23:03 -0600, Kumar Gala wrote: > The intent was that I would use the platform_data pointer to pass board > specific information to the driver. We would have board specific code > which would fill in the information. The question I have is how to > handle the device varian