linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.6.25-rc3 Sequoia build - section mismatch(es)
@ 2008-02-28 23:21 Steve Heflin
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Heflin @ 2008-02-28 23:21 UTC (permalink / raw)
  To: linuxppc-embedded

Upon building the default Sequoia (AMCC-440EPx) configuration, the 
MODPOST step warns about section mismatches:
    WARNING: modpost: Found 5 section mismatch(es).
    To see full details build your kernel with:
    'make CONFIG_DEBUG_SECTION_MISMATCH=y'

After using the CONFIG_DEBUG_SECTION_MISMATCH option, the section 
mismatches are cases in one of the following:
  1) functions in the device initialization (.devinit) 
calls  routines which are contained in the .text section;
  2) functions in the device init section calls routines in the 
device exit section;
  3) data structures in the .data section contain pointers to 
functions in the .devinit section or .devexit section; (note that 
these data structures are used during initialization)

My question is, will this cause the code to malfunction?

thanks,
Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread
* Status of 5200B and 440 Kernel Support
@ 2008-02-24 10:17 Albrecht Dreß
  2008-02-24 13:38 ` Josh Boyer
  0 siblings, 1 reply; 2+ messages in thread
From: Albrecht Dreß @ 2008-02-24 10:17 UTC (permalink / raw)
  To: LinuxPPC Embedded

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

Hi all,

sorry if this is a dumb question, I'm new in the list...

For a new project, I am looking through the available PPC based SoC's.   
Good candidates are probably the Freescale 5200B or the AMCC 440EP (I  
need a FPU).

For a decision, I need some further information about the Kernel  
support (source code available, if possible in stock kernels, *not*  
only vendor binary modules!) of the included devices, in particular
- MTD/NAND controller
- Ethernet
- UART, IIC and SPI
- USB host
- local external bus (not PCI) DMA

Any information or pointers would be really appreciated!

Thanks in advance,
Albrecht.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-28 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 23:21 2.6.25-rc3 Sequoia build - section mismatch(es) Steve Heflin
  -- strict thread matches above, loose matches on Subject: below --
2008-02-24 10:17 Status of 5200B and 440 Kernel Support Albrecht Dreß
2008-02-24 13:38 ` Josh Boyer
2008-02-28 23:07   ` 2.6.25-rc3 Sequoia build - section mismatch(es) Steve Heflin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).