1. 08 9月, 2017 2 次提交
    • T
      configs: Resync with savedefconfig · df35f453
      Tom Rini 提交于
      Rsync all defconfig files using moveconfig.py
      Signed-off-by: NTom Rini <trini@konsulko.com>
      df35f453
    • M
      ARM: rmobile: Disable CONFIG_ARCH_FIXUP_FDT_MEMORY · 25f840d7
      Marek Vasut 提交于
      Disable CONFIG_ARCH_FIXUP_FDT_MEMORY to prevent U-Boot from modifying
      the memory {} nodes in the DT passed to the Linux kernel. The R8A779x
      DT contains multiple memory {} nodes, while U-Boot only modifies the
      first one and stuffs all the memory entries into it, which is wrong.
      Disabling CONFIG_ARCH_FIXUP_FDT_MEMORY is the least intrusive way to
      fix the issue this close to the release, while the real fix is to
      extend the fdt_fixup_memory_banks() to handle multiple memory nodes
      in DT.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      25f840d7
  2. 07 9月, 2017 1 次提交
  3. 05 9月, 2017 2 次提交
  4. 04 9月, 2017 1 次提交
  5. 03 9月, 2017 1 次提交
  6. 02 9月, 2017 4 次提交
  7. 30 8月, 2017 4 次提交
  8. 29 8月, 2017 2 次提交
  9. 28 8月, 2017 2 次提交
  10. 27 8月, 2017 5 次提交
  11. 26 8月, 2017 4 次提交
  12. 24 8月, 2017 2 次提交
  13. 23 8月, 2017 1 次提交
  14. 21 8月, 2017 1 次提交
  15. 20 8月, 2017 2 次提交
  16. 18 8月, 2017 1 次提交
    • A
      m68k: add board stmark2, mcf5441x based · a373024e
      Angelo Dureghello 提交于
      Sysam stmark2 board is a generic and fully (hw and sw) open board, with
      a mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD card
      as non volatile memories, and a wifi module included on-board.
      The board is actually used mainly for Coldfire custodian testing activity
      related to the mcf5441x Coldfire family.
      
      For further information please see: http://sysam.it/cff_stmark2.htmlSigned-off-by: NAngelo Dureghello <angelo@sysam.it>
      ---
      
      Changes in v2:
       - remove CMD_REGINFO
       - add board information in commit message
      a373024e
  17. 17 8月, 2017 2 次提交
  18. 16 8月, 2017 2 次提交
  19. 15 8月, 2017 1 次提交