ARM: initial multiplatform support
This lets us build a multiplatform kernel for experimental purposes. However, it will not be useful for any real work, because it relies on a number of useful things to be disabled for now: * SMP support must be turned off because of conflicting symbols. Marc Zyngier has proposed a solution by adding a new SOC operations structure to hold indirect function pointers for these, but that work is currently stalled * We turn on SPARSE_IRQ unconditionally, which is not supported on most platforms. Each of them is currently in a different state, but most are being worked on. * A common clock framework is in place since v3.4 but not yet being used. Work on this is on its way. * DEBUG_LL for early debugging is currently disabled. * THUMB2_KERNEL does not work with allyesconfig because the kernel gets too big [Rob Herring]: Rebased to not be dependent on the mass mach header rename. As a result, omap2plus, imx, mxs and ux500 are not converted. Highbank, picoxcell, mvebu, and socfpga are converted. Signed-off-by:Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Rob Herring <rob.herring@calxeda.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch> Acked-by:
Jamie Iles <jamie@jamieiles.com> Cc: Dinh Nguyen <dinguyen@altera.com>
Showing
- arch/arm/Kconfig 57 additions, 66 deletionsarch/arm/Kconfig
- arch/arm/Kconfig.debug 1 addition, 0 deletionsarch/arm/Kconfig.debug
- arch/arm/Makefile 75 additions, 75 deletionsarch/arm/Makefile
- arch/arm/boot/compressed/misc.c 6 additions, 0 deletionsarch/arm/boot/compressed/misc.c
- arch/arm/include/asm/timex.h 4 additions, 0 deletionsarch/arm/include/asm/timex.h
- arch/arm/mach-highbank/Kconfig 15 additions, 0 deletionsarch/arm/mach-highbank/Kconfig
- arch/arm/mach-highbank/Makefile.boot 0 additions, 1 deletionarch/arm/mach-highbank/Makefile.boot
- arch/arm/mach-highbank/include/mach/timex.h 0 additions, 6 deletionsarch/arm/mach-highbank/include/mach/timex.h
- arch/arm/mach-highbank/include/mach/uncompress.h 0 additions, 9 deletionsarch/arm/mach-highbank/include/mach/uncompress.h
- arch/arm/mach-mvebu/Kconfig 10 additions, 0 deletionsarch/arm/mach-mvebu/Kconfig
- arch/arm/mach-mvebu/Makefile 2 additions, 0 deletionsarch/arm/mach-mvebu/Makefile
- arch/arm/mach-mvebu/Makefile.boot 0 additions, 1 deletionarch/arm/mach-mvebu/Makefile.boot
- arch/arm/mach-mvebu/include/mach/timex.h 0 additions, 13 deletionsarch/arm/mach-mvebu/include/mach/timex.h
- arch/arm/mach-mvebu/include/mach/uncompress.h 0 additions, 43 deletionsarch/arm/mach-mvebu/include/mach/uncompress.h
- arch/arm/mach-picoxcell/Kconfig 14 additions, 0 deletionsarch/arm/mach-picoxcell/Kconfig
- arch/arm/mach-picoxcell/Makefile.boot 0 additions, 1 deletionarch/arm/mach-picoxcell/Makefile.boot
- arch/arm/mach-picoxcell/include/mach/hardware.h 0 additions, 21 deletionsarch/arm/mach-picoxcell/include/mach/hardware.h
- arch/arm/mach-picoxcell/include/mach/timex.h 0 additions, 25 deletionsarch/arm/mach-picoxcell/include/mach/timex.h
- arch/arm/mach-picoxcell/include/mach/uncompress.h 0 additions, 21 deletionsarch/arm/mach-picoxcell/include/mach/uncompress.h
- arch/arm/mach-socfpga/Kconfig 16 additions, 0 deletionsarch/arm/mach-socfpga/Kconfig
Loading
Please register or sign in to comment