Tom Rini wrote: > On Fri, Nov 02, 2001 at 04:49:57PM +0100, David M?ller (ELSOFT AG) wrote: > > >> - include/asm-ppc/ibm4xx.h >> missing include file (I'm not sure if this is the correct fix) >> >> - drivers/net/ppc405_enet.h >> missing include file (ditto) >> > > What's broken right now? <asm/ibm405gp.h> gets included by CONFIG_FOO, > if FOO is a 405GP board.
Sorry, my fault. I was a little bit too fast. ;-) > > > >> - arch/ppc/kernel/ppc4xx_setup.c >> added call to board_setup_irq() in ppc4xx_init_IRQ() >> added call to board_setup_rtc_access() in platform_init() >> >> - arch/ppc/kernel/walnut.c >> - arch/ppc/kernel/redwood.c >> - arch/ppc/kernel/cpci405.c >> - arch/ppc/kernel/ep405.c >> added necessary board_setup_irq() and >> board_setup_rtc_access() functions >> > > Shouldn't board_setup_rtc_access() do all of the RTC stuff, not just > changing the nvram bits? If your board needs a different way to get > nvram access, we should rename board_setup_rtc_access() to > board_setup_nvram_access() > > See attached patch Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: nvram_access.patch.bz2 Type: application/octet-stream Size: 1046 bytes Desc: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20011103/bc555548/attachment.obj
