1. 21 1月, 2011 1 次提交
  2. 19 1月, 2011 6 次提交
  3. 30 12月, 2010 1 次提交
    • S
      of/flattree: Add Kconfig for EARLY_FLATTREE · e6ce1324
      Stephen Neuendorffer 提交于
      The device tree code is now in two pieces: some which can be used generically
      on any platform which selects CONFIG_OF_FLATTREE, and some early which is used
      at boot time on only a few architectures.  This patch segregates the early
      code so that only those architectures which care about it need compile it.
      This also means that some of the requirements in the early code (such as
      a cmd_line variable) that most architectures (e.g. X86) don't provide
      can be ignored.
      Signed-off-by: NStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      [grant.likely@secretlab.ca: remove extra blank line addition]
      [grant.likely@secretlab.ca: fixed incorrect #ifdef CONFIG_EARLY_FLATTREE check]
      [grant.likely@secretlab.ca: Made OF_EARLY_FLATTREE select instead of depend
                                  on OF_FLATTREE]
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      e6ce1324
  4. 17 12月, 2010 2 次提交
  5. 30 10月, 2010 7 次提交
  6. 22 10月, 2010 1 次提交
  7. 18 10月, 2010 2 次提交
  8. 05 10月, 2010 2 次提交
  9. 20 9月, 2010 1 次提交
  10. 05 8月, 2010 5 次提交
  11. 27 7月, 2010 1 次提交
  12. 22 5月, 2010 1 次提交
  13. 01 5月, 2010 3 次提交
  14. 13 3月, 2010 1 次提交
  15. 27 2月, 2010 4 次提交
  16. 28 1月, 2010 1 次提交
  17. 17 12月, 2009 1 次提交
    • M
      MIPS: No longer hardwire CONFIG_EMBEDDED to y · a4609780
      Martin Michlmayr 提交于
      There's no reason for MIPS to select EMBEDDED.  In fact, EMBEDDED makes
      MIPS more awkward to deal with because it makes it different to the
      majority of architectures for no good reason.
      
      [Ralf: Historically disabling EMBEDDED had hid essential options for many
       MIPS platforms such as serial console and forced crap like VGA support
       or power managment enabled for platforms where those don't make any sense.
      
       The name of the option is also _very_ missleading so many users don't
       select it even where is was required for a functioning kernel.]
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      Cc: linux-mips@linux-mips.org
      Patchwork: http://patchwork.linux-mips.org/patch/663/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a4609780