1. 23 4月, 2014 2 次提交
  2. 25 2月, 2014 1 次提交
    • Y
      powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL · c9e1f588
      Ying Zhang 提交于
      In the previous patches, we introduced the SPL/TPL fraamework.
      For SD/SPI flash booting way, we introduce the SPL to enable a loader stub. The
      SPL was loaded by the code from the internal on-chip ROM. The SPL initializes
      the DDR according to the SPD and loads the final uboot image into DDR, then
      jump to the DDR to begin execution.
      
      For NAND booting way, the nand SPL has size limitation on some board(e.g.
      P1010RDB), it can not be more than 8KB, we can call it "minimal SPL", So the
      dynamic DDR driver doesn't fit into this minimum SPL. We added the TPL that is
      loaded by the the minimal SPL. The TPL initializes the DDR according to the SPD
      and loads the final uboot image into DDR,then jump to the DDR to begin execution.
      
      This patch enabled SPL/TPL for P1010RDB to support starting from NAND/SD/SPI
      flash with SPL framework and initializing the DDR according to SPD in the SPL/TPL.
      Because the minimal SPL load the TPL to L2 SRAM and the jump to the L2 SRAM to
      execute, so the section .resetvec is no longer needed.
      Signed-off-by: NYing Zhang <b40530@freescale.com>
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      c9e1f588
  3. 25 1月, 2014 1 次提交
  4. 22 1月, 2014 1 次提交
  5. 03 1月, 2014 1 次提交
  6. 13 12月, 2013 1 次提交
  7. 05 12月, 2013 1 次提交
  8. 26 11月, 2013 2 次提交
  9. 05 11月, 2013 2 次提交
  10. 17 10月, 2013 3 次提交
  11. 24 7月, 2013 1 次提交
  12. 23 7月, 2013 2 次提交
  13. 21 6月, 2013 2 次提交
  14. 08 6月, 2013 1 次提交
    • G
      pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option · 842033e6
      Gabor Juhos 提交于
      The pci_indirect.c file is always compiled when
      CONFIG_PCI is defined although the indirect PCI
      bridge support is not needed by every board.
      
      Introduce a new CONFIG_PCI_INDIRECT_BRIDGE
      config option and only compile indirect PCI
      bridge support if this options is enabled.
      
      Also add the new option into the configuration
      files of the boards which needs that.
      
      Compile tested for powerpc, x86, arm and nds32.
      MAKEALL results:
      
      powerpc:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 641
        Boards with warnings but no errors: 2 ( ELPPC MPC8323ERDB )
        ----------------------------------------------------------
        Note: the warnings for ELPPC and MPC8323ERDB are present even
        without the actual patch.
      
      x86:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 1
        ----------------------------------------------------------
      
      arm:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 311
        ----------------------------------------------------------
      
      nds32:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 3
        ----------------------------------------------------------
      
      Cc: Tom Rini <trini@ti.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      842033e6
  15. 28 11月, 2012 1 次提交
  16. 16 10月, 2012 2 次提交
  17. 21 6月, 2012 1 次提交
  18. 25 4月, 2012 1 次提交
  19. 12 2月, 2012 2 次提交
  20. 22 10月, 2011 2 次提交
  21. 03 10月, 2011 1 次提交
  22. 30 9月, 2011 2 次提交