1. 19 8月, 2014 1 次提交
  2. 23 6月, 2014 1 次提交
  3. 21 6月, 2014 2 次提交
  4. 12 6月, 2014 1 次提交
  5. 06 6月, 2014 1 次提交
  6. 28 5月, 2014 2 次提交
  7. 16 5月, 2014 3 次提交
  8. 15 5月, 2014 3 次提交
  9. 13 5月, 2014 1 次提交
  10. 28 4月, 2014 1 次提交
  11. 17 4月, 2014 1 次提交
  12. 02 4月, 2014 1 次提交
  13. 12 3月, 2014 5 次提交
  14. 21 2月, 2014 1 次提交
  15. 20 2月, 2014 2 次提交
    • M
      dts: generate multiple device tree blobs · 3284c8b8
      Masahiro Yamada 提交于
      It is convenient to have all device trees on the same SoC compiled.
      It allows for later easy repackaging without the need to re-run
      the make file.
      
        - Build device trees with the same SoC under arch/$(ARCH)/dts
      
        - Copy the one specified by CONFIG_DEFAULT_DEVICE_TREE or
          DEVICE_TREE=... to dts/dt.dtb
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      3284c8b8
    • M
      dts: move device tree sources to arch/$(ARCH)/dts/ · 5ab502cb
      Masahiro Yamada 提交于
      Unlike Linux Kernel, U-Boot historically had *.dts files under
      board/$(VENDOR)/dts/ and *.dtsi files under arch/$(ARCH)/dts/.
      
      I think arch/$(ARCH)/dts dicretory is a better location
      to store both *.dts and *.dtsi files.
      
      For example, before this commit, board/xilinx/dts directory
      had both Microblaze dts (microblaze-generic.dts) and
      ARM dts (zynq-*.dts), which are totally unrelated.
      
      This commit moves *.dts to arch/$(ARCH)/dts/ directories,
      allowing us to describe nicely mutiple DTBs generation in the next commit.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      5ab502cb
  16. 04 2月, 2014 2 次提交
  17. 10 1月, 2014 1 次提交
    • J
      dts: zynq: Add basic fdt support · f8f36c5d
      Jagannadha Sutradharudu Teki 提交于
      This patch provides a basic fdt support for zynq u-boot.
      
      zynq-7000.dtsi-> initial arch dts file
      zynq-zed.dts -> initial zed board dts file
      more devices should be added in subsequent patches.
      
      u-boot build: once configuring of a board done
      for building dtb with zynq-zed.dts as an input
      zynq-uboot> make DEVICE_TREE=zynq-zed
      
      Enabled CONFIG_OF_SEPARATE for building dtb separately.
      There is a new binary called u-boot-dtb.bin which is a u-boot
      with devicetree supported.
      Signed-off-by: NJagannadha Sutradharudu Teki <jaganna@xilinx.com>
      f8f36c5d
  18. 30 12月, 2013 1 次提交
  19. 21 10月, 2013 1 次提交
  20. 15 10月, 2013 1 次提交
  21. 24 9月, 2013 1 次提交
  22. 12 7月, 2013 1 次提交
  23. 26 6月, 2013 1 次提交
  24. 24 6月, 2013 1 次提交
  25. 13 6月, 2013 1 次提交
  26. 27 3月, 2013 2 次提交
  27. 26 3月, 2013 1 次提交