1. 17 3月, 2012 1 次提交
    • T
      powerpc/85xx: allow CONFIG_PHYS_64BIT to be selectable · 0c350a9a
      Timur Tabi 提交于
      Remove the "select PHYS_64BIT" from the Kconfig entry for the P1022DS,
      so that large physical address support is a selectable option for non-CoreNet
      reference boards.
      
      The option is enabled in mpc85xx_[smp_]defconfig so that the default is
      unchanged.  However, now it can be deselected.
      
      The P1022DS had this option defined because the default device tree for
      this board uses 36-bit addresses.  This had the side-effect of forcing
      this option on for all boards that use mpc85xx_[smp_]defconfig.  Some
      users may want to disable this feature to create an optimized configuration
      for boards with <= 2GB of RAM.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      0c350a9a
  2. 05 1月, 2012 1 次提交
  3. 07 12月, 2011 1 次提交
  4. 12 10月, 2011 1 次提交
  5. 23 9月, 2011 1 次提交
  6. 31 8月, 2011 1 次提交
  7. 27 6月, 2011 2 次提交
  8. 23 6月, 2011 1 次提交
  9. 19 5月, 2011 1 次提交
  10. 30 3月, 2011 1 次提交
  11. 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
  12. 15 10月, 2010 1 次提交
  13. 09 8月, 2010 1 次提交
  14. 05 8月, 2010 1 次提交
  15. 20 4月, 2010 2 次提交
  16. 06 1月, 2010 1 次提交
  17. 05 11月, 2009 2 次提交
  18. 25 8月, 2009 1 次提交
    • P
      powerpc/85xx: Add support for P2020RDB board · fb8e3e1f
      Poonam Aggrwal 提交于
      Add support for the P2020RDB reference board from Freescale.
      
      Overview of P2020RDB platform
      	- DDR
      	  DDR2 1G
      	- NOR Flash
      	  16MByte
      	- NAND Flash
      	  32MByte
      	- 3 Ethernet interfaces
      	  1) etSEC1
      		- RGMII
      		- connected to a 5 port Vitesse Switch(VSC7385)
      		- Switch is memory mapped through eLBC interface(CS#2)
      		- IRQ1
      	  2) etSEC2
      		- SGMII
      		- connected to VSC8221
      		- IRQ2
      	  3) etSEC3
      		- RGMII
      		- connected to VSC8641
      		- IRQ3
      	- 2 1X PCIe interfaces
      	- SD/MMC ,USB
      	- SPI EEPROM
      	- Serial I2C EEPROM
      Signed-off-by: NPoonam Aggrwal <poonam.aggrwal@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      fb8e3e1f
  19. 30 7月, 2009 1 次提交
  20. 22 4月, 2009 2 次提交
  21. 27 1月, 2009 2 次提交
  22. 09 11月, 2008 1 次提交
  23. 21 8月, 2008 1 次提交
  24. 17 7月, 2008 1 次提交
  25. 09 6月, 2008 1 次提交
  26. 01 4月, 2008 1 次提交
  27. 24 3月, 2008 1 次提交
  28. 29 1月, 2008 1 次提交
    • K
      [POWERPC] 85xx: rework platform Kconfig · 3a83156b
      Kumar Gala 提交于
      * Allow multiple boards to be selected in a single build
      * Removed Kconfig option '85xx' which existed only for compat with arch/ppc
      * Added a multiplatform 85xx defconfig (mpc85xx_defconfig). This builds
        all 85xx boards except sbc8560 and stx_gp3 since these to boards have
        board specific ifdef in driver code that may break all other boards
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      3a83156b
  29. 06 12月, 2007 1 次提交
    • P
      [POWERPC] Update defconfigs · 43af66e1
      Paul Mackerras 提交于
      This updates all the defconfigs in arch/powerpc/configs except iseries
      and ps3, which were updated by the preceding commits.
      
      This mostly takes the defaults, except that I turned on tickless idle
      and high-resolution timers for everything, and turned off instrumentation
      support and "Fair group CPU scheduler" for the smaller/embedded platforms.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      43af66e1
  30. 17 10月, 2007 1 次提交
    • A
      [POWERPC] Enable SLUB in *_defconfig · 309a1092
      Anton Blanchard 提交于
      When checking out the new NO_HZ support in powerpc, I noticed we never
      slept for more than 2 seconds.  It turns out SLAB has a 2 second per cpu
      timer that causes this.
      
      After switching to SLUB I see some nice 4 second sleeps which is the
      limit on this POWER6 box (the decrementer ticks at 512MHz):
      
      slept 4.19 sec
      slept 4.19 sec
      slept 4.19 sec
      slept 4.19 sec
      slept 3.96 sec
      slept 3.80 sec
      slept 2.99 sec
      
      Since SLUB is now the default and some powerpc defconfigs already enable
      it, lets enable SLUB across the board for consistency.  While doing this
      I also noticed that the maple defconfig has SLAB debugging enabled which
      is sure to make your box nice and slow.  Fix that too.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      309a1092
  31. 14 9月, 2007 1 次提交
  32. 30 8月, 2007 1 次提交
  33. 24 7月, 2007 1 次提交
  34. 02 7月, 2007 1 次提交
  35. 30 3月, 2007 1 次提交