1. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  2. 11 1月, 2011 1 次提交
  3. 11 12月, 2010 2 次提交
    • T
      omap1: Delete old defconfigs · b2d6fef5
      Tony Lindgren 提交于
      Please use omap1_defconfig instead, or search online
      for a more optimized defconfig for your omap1 board.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      b2d6fef5
    • T
      omap1: Add omap1_defconfig · 6cfce27c
      Tony Lindgren 提交于
      The omap1_defconfig this should be eventually usable for booting
      all omap1 machines. Generated based on:
      
      $ grep ARCH_OMAP1=y arch/arm/configs/* | cut -d: -f1 | xargs cat | \
           sort | uniq >> arch/arm/configs/omap1_defconfig
      
      Then change few things manually, like use Nokia 770 CONFIG_CMDLINE
      as it does not allow setting it in the bootloader.
      
      Finally ran make savedefconfig on it.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6cfce27c
  4. 30 11月, 2010 1 次提交
  5. 29 11月, 2010 1 次提交
  6. 18 11月, 2010 1 次提交
  7. 17 11月, 2010 1 次提交
  8. 26 10月, 2010 2 次提交
  9. 18 10月, 2010 1 次提交
  10. 09 10月, 2010 1 次提交
    • T
      omap: Update omap2plus_defconfig to use ttyO instead ttyS · 6f911492
      Tony Lindgren 提交于
      With the omap-serial the device has changed from ttyS to ttyO as
      the system may have both omap-serial and 8250 ports.
      
      Note that systems using omap-serial need to be updated to use ttyO[012]
      instead of ttyS[012] in the bootloader, CONFIG_CMDLINE, /etc/inittab,
      and the root file system with mknod. Also you may need to add ttyO[012]
      to /etc/securetty.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6f911492
  11. 08 10月, 2010 3 次提交
  12. 05 10月, 2010 1 次提交
  13. 30 9月, 2010 2 次提交
  14. 27 9月, 2010 4 次提交
  15. 24 9月, 2010 3 次提交
  16. 21 9月, 2010 3 次提交
    • T
      omap: Update omap3_defconfig for omap2 · d31f59f3
      Tony Lindgren 提交于
      We need to enable ARM_ERRATA_411920 for omap2 and
      remove the omap2 specific defconfigs.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      d31f59f3
    • S
      omap: Update and rename common defconfig for omap2plus devices · 455d4d2d
      Santosh Shilimkar 提交于
      This patch addresses below things
      
      - Renaming existing omap3_defconfig which has OMAP2, OMAP3 and OMAP4 builds
        enabled to more appropriate name 'omap2plus_defconfig'
      - L1 cache shift is suppose to be 5 on OMAP4 where as it is 6 on previous
        OMAPs. Keeping it to 5 is safer option for OMAP4 and previous OMAPs. For
        OMAP3 only build the shift would be still 6
      - Enable needed Errata's for OMAP4 to work with DMA based device drivers
      	CONFIG_PL310_ERRATA_588369=y
      	CONFIG_ARM_ERRATA_720789=y
      - Enable the Micrel ethernet controller
      	CONFIG_KS8851=y
      	CONFIG_KS8851_MLL=y
      
      With above three changes, OMAP4 ethernet, mmc etc works reliably.
      Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      455d4d2d
    • T
      omap: Update omap3_defconfig to work with SMP_ON_UP · 61e9beaf
      Tony Lindgren 提交于
      With the recent changes to core ARM kernel code, we can now
      boot SMP kernel on UP systems. Update omap3_defconfig to
      enable SMP. This allows us to remove omap_4430sdp_defconfig.
      
      In addition to enabling SMP, we also need to disable some
      options to make the system boot:
      
      - For some reason LOCK_STAT causes tons of
        WARNING: at mm/percpu-vm.c:320 pcpu_alloc+0x2fc/0x888()
        so disable it for now.
      
      - MUSB init fails for multi-omap, disable it for now.
      
      - LOCAL_TIMERS hangs on omap4, disable it for now.
      
      Also disable DEBUG_LL as this should be only enabled for
      debugging.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      61e9beaf
  17. 20 9月, 2010 1 次提交
  18. 16 8月, 2010 1 次提交
  19. 05 8月, 2010 1 次提交
  20. 04 8月, 2010 1 次提交
  21. 17 7月, 2010 1 次提交
  22. 24 6月, 2010 1 次提交
  23. 10 6月, 2010 1 次提交
  24. 31 5月, 2010 1 次提交
  25. 28 5月, 2010 4 次提交