1. 30 10月, 2017 1 次提交
  2. 04 12月, 2012 1 次提交
    • S
      openrisc: use new common dtc rule · 19fbd6b2
      Stephen Warren 提交于
      The current rules have the .dtb files build in a different directory
      from the .dts files. This patch changes openrisc to use the generic dtb
      rule which builds .dtb files in the same directory as the source .dts.
      
      This requires renaming arch/openrisc/boot/Makefile to
      arch/openrisc/boot/dts/Makefile, and updating arch/openrisc/Makefile to
      call the new Makefile.
      
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: linux@lists.openrisc.net
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      19fbd6b2
  3. 23 7月, 2011 1 次提交
    • J
      OpenRISC: Device tree · 4f246ba3
      Jonas Bonn 提交于
      The OpenRISC architecture uses the device tree infrastructure for the
      platform description.  This is currently limited to having a device tree
      built into the kernel, but work is underway within the OpenRISC project
      to define how this device tree blob should be passed into the kernel from
      an external resource.
      
      Patch contains a single example DTS file to go with the defconfig for
      or1ksim.
      Signed-off-by: NJonas Bonn <jonas@southpole.se>
      Cc: devicetree-discuss@lists.ozlabs.org
      Reviewed-by: NArnd Bergmann <arnd@arndb.de>
      4f246ba3