1. 24 11月, 2016 2 次提交
  2. 05 8月, 2016 1 次提交
    • M
      treewide: move CONFIG_PHYS_64BIT to Kconfig · bb6b142f
      Masahiro Yamada 提交于
      We need to ensure that CONFIG_PHYS_64BIT is configured via Kconfig so
      that it is always available to the build system.  Otherwise we can run
      into cases where we have inconsistent sizes of certain attributes.
      
      Ravi Babu reported offset mismatch of struct dwc3 across files since
      commit 95ebc253 ("types.h: move and redefine resource_size_t").
      Since the commit, resource_addr_t points to phys_addr_t, whose size
      is dependent on CONFIG_PHYS_64BIT for ARM architecture.
      
      I tried my best to use "select" where possible (for example, ARMv8
      architecture) because I think this kind of option is generally user-
      unconfigurable.  However, I see some of PowerPC boards have 36BIT
      defconfigs as well as 32BIT ones.  I moved CONFIG_PHYS_64BIT to the
      defconfigs for such boards.
      
      CONFIG_36BIT is no longer referenced, so all of the defines were
      removed from CONFIG_SYS_EXTRA_OPTIONS.
      
      Fixes: 95ebc253 ("types.h: move and redefine resource_size_t")
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Reported-by: NRavi Babu <ravibabu@ti.com>
      Acked-by: NStefan Roese <sr@denx.de>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      bb6b142f
  3. 23 11月, 2013 1 次提交
  4. 24 7月, 2013 1 次提交
  5. 21 6月, 2013 1 次提交
    • L
      powerpc/boot: Change the macro of Boot from SRIO and PCIE master module · c8b28152
      Liu Gang 提交于
      Currently, the macro "CONFIG_SYS_FSL_SRIO_PCIE_BOOT_MASTER" can enable
      the master module of Boot from SRIO and PCIE on a platform. But this
      is not a silicon feature, it's just a specific booting mode based on
      the SRIO and PCIE interfaces. So it's inappropriate to put the macro
      into the file arch/powerpc/include/asm/config_mpc85xx.h.
      
      Change the macro "CONFIG_SYS_FSL_SRIO_PCIE_BOOT_MASTER" to
      "CONFIG_SRIO_PCIE_BOOT_MASTER", remove them from
      arch/powerpc/include/asm/config_mpc85xx.h file, and add those macros
      in configuration header file of each board which can support the
      master module of Boot from SRIO and PCIE.
      Signed-off-by: NLiu Gang <Gang.Liu@freescale.com>
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      c8b28152
  6. 23 10月, 2012 1 次提交
  7. 24 8月, 2012 1 次提交
  8. 03 10月, 2011 1 次提交
  9. 20 1月, 2011 1 次提交
  10. 14 1月, 2011 6 次提交
  11. 12 11月, 2010 2 次提交
  12. 19 10月, 2010 1 次提交
  13. 02 8月, 2010 1 次提交
  14. 13 4月, 2010 1 次提交
  15. 13 2月, 2010 1 次提交
    • J
      prepare joining at91rm9200 into at91 · 98250e8e
      Jens Scharsig 提交于
      * prepare joining at91 and at91rm9200
       * add modified copy of soc files to cpu/arm920t/at91 to make
         possible to compile at91rm9200 boards in at91 tree instead
         of at91rm9200
       * add header files with c structure defs for AT91 MC, ST and TC
       * the new cpu files are using at91 c structure soc access
       * please read README.soc-at91 for details
      Signed-off-by: NJens Scharsig <js_at_ng@scharsoft.de>
      98250e8e
  16. 31 10月, 2008 1 次提交
  17. 24 10月, 2008 1 次提交