1. 06 8月, 2017 4 次提交
  2. 25 3月, 2017 1 次提交
    • A
      ARM: gemini: don't select SERIAL_OF_PLATFORM · 16c86ef7
      Arnd Bergmann 提交于
      We cannot select the option when SERIAL_8250 is not also set:
      
      warning: (ARCH_GEMINI) selects SERIAL_OF_PLATFORM which has unmet direct dependencies (TTY && HAS_IOMEM && SERIAL_8250 && OF)
      
      This removes the 'select' statement, requiring that users enable the
      option manually. Alternatively, we could make it a conditional
      'select SERIAL_OF_PLATFORM if SERIAL_8250' or also select a handful
      of other symbols that it depends on.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      16c86ef7
  3. 22 3月, 2017 1 次提交
  4. 19 3月, 2017 1 次提交
    • L
      ARM: gemini: select gemini poweroff · 1953d4ad
      Linus Walleij 提交于
      It's especially annoying if the system cannot be properly
      powered down so select the poweroff driver from the Kconfig.
      
      Cc: Janos Laube <janos.dev@gmail.com>
      Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com>
      Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      1953d4ad
  5. 12 3月, 2017 2 次提交
    • L
      ARM: gemini: convert to ARMv4 multiplatform · 6dbb708a
      Linus Walleij 提交于
      This converts the Gemini platform to ARMv4 multiplatform, deleting
      the local <mach/*> include directory, moving an idiomatic local
      idling function into the .machine_init() call and getting rid of
      the Makefile.boot finally.
      
      Cc: Janos Laube <janos.dev@gmail.com>
      Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com>
      Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      6dbb708a
    • L
      ARM: gemini: delete all boardfiles · ee149d66
      Linus Walleij 提交于
      Delete the Gemini boardfiles: we have corresponding, fully-featured
      device trees for all these boards. Delete the referenced include
      files. Delete the local config symbols, especially one for
      "swapped memory", as all supported boards have swapped memory, and
      would a new board be supported this is likely not the right way
      to achieve it anyways. Only the Kconfig options in the central
      arch/arm/Kconfig remains.
      
      Cc: Janos Laube <janos.dev@gmail.com>
      Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com>
      Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      ee149d66
  6. 13 5月, 2010 3 次提交
  7. 26 3月, 2009 2 次提交