1. 20 1月, 2015 1 次提交
  2. 18 11月, 2014 1 次提交
  3. 20 9月, 2014 1 次提交
  4. 04 9月, 2014 1 次提交
  5. 21 6月, 2014 1 次提交
  6. 23 5月, 2014 1 次提交
  7. 20 3月, 2014 1 次提交
  8. 07 3月, 2014 1 次提交
  9. 08 1月, 2014 1 次提交
  10. 29 10月, 2013 1 次提交
  11. 24 8月, 2013 1 次提交
  12. 08 8月, 2013 1 次提交
  13. 11 4月, 2013 1 次提交
  14. 19 3月, 2013 1 次提交
  15. 15 3月, 2013 1 次提交
  16. 13 9月, 2012 1 次提交
    • T
      powerpc/85xx: introduce support for the Freescale / iVeia P1022RDK · 34f84b5b
      Timur Tabi 提交于
      The Freescale / iVeia P1022RDK reference board is a small-factor board
      with a Freescale P1022 SOC.  It includes:
      
      1) 512 MB 64-bit DDR3-800 (max) memory
      2) 8MB SPI serial flash memory for boot loader
      3) Bootable 4-bit SD/MMC port
      4) Two 10/100/1000 Ethernet connectors
      5) One SATA port
      6) Two USB ports
      7) One PCIe x4 slot
      8) DVI video connector
      9) Audio input and output jacks, powered by a Wolfson WM8960 codec.
      
      Unlike the P1022DS, the P1022RDK does not have any localbus devices,
      presumably because of the localbus / DIU multiplexing restriction of
      the P1022 SOC.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      34f84b5b
  17. 23 8月, 2012 2 次提交
  18. 10 8月, 2012 1 次提交
  19. 10 7月, 2012 1 次提交
  20. 01 4月, 2012 1 次提交
  21. 30 3月, 2012 1 次提交
  22. 29 3月, 2012 1 次提交
  23. 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
  24. 05 1月, 2012 1 次提交
  25. 07 12月, 2011 1 次提交
  26. 12 10月, 2011 1 次提交
  27. 23 9月, 2011 1 次提交
  28. 31 8月, 2011 1 次提交
  29. 27 6月, 2011 2 次提交
  30. 23 6月, 2011 1 次提交
  31. 19 5月, 2011 1 次提交
  32. 30 3月, 2011 1 次提交
  33. 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
  34. 15 10月, 2010 1 次提交
  35. 09 8月, 2010 1 次提交
  36. 05 8月, 2010 1 次提交
  37. 20 4月, 2010 2 次提交