1. 13 5月, 2011 1 次提交
  2. 28 4月, 2011 1 次提交
    • G
      Add CONFIG_OF_LIBFDT to more boards. · 2fa8ca98
      Grant Likely 提交于
      The following boards gain device tree support with this patch:
      
      ca9x4_ct_vxp - Versatile Express
      
      i.mx5 boards:
      efikamx
      mx51evk
      mx53evk
      
      OMAP boards:
      devkit8000
      igep0020
      igep0030
      omap3_overo
      omap3_pandora
      omap4_sdp3430
      omap3_zoom1
      omap3_zoom2
      omap4_panda
      omap4_sdp4430
      
      Tegra boards:
      Harmony
      Signed-off-by: NGrant Likely <grant.likely@linaro.org>
      2fa8ca98
  3. 20 11月, 2010 1 次提交
    • S
      OMAP4: Panda: Disable CMD_NFS · 8721e95b
      Steve Sakoman 提交于
      This patch fixes the Panda build after commit 6d8962e8
      by explicitly disabling CMD_NFS
      
      >From the commit message for "Switch from archive libraries to partial linking":
      
      This commit reveals board configurations that exclude some features but
      include source files that depend these disabled features in the build,
      resulting in undefined symbols.  Known such cases include:
      
      - disabling CMD_NET but not CMD_NFS;
      - enabling CONFIG_OF_LIBFDT but not CONFIG_QE.
      Signed-off-by: NSteve Sakoman <steve.sakoman@linaro.org>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      8721e95b
  4. 05 11月, 2010 1 次提交
  5. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  6. 18 10月, 2010 3 次提交
  7. 05 8月, 2010 5 次提交
  8. 06 7月, 2010 2 次提交