1. 12 6月, 2013 1 次提交
  2. 19 12月, 2012 2 次提交
  3. 05 10月, 2012 2 次提交
  4. 20 7月, 2012 1 次提交
  5. 24 6月, 2012 10 次提交
  6. 26 10月, 2011 1 次提交
  7. 06 10月, 2011 4 次提交
    • A
      device tree: give dt more size · ded57c5f
      Alexander Graf 提交于
      We currently load a device tree blob and then just take its size x2 to
      account for modifications we do inside. While this is nice and great,
      it fails when we have a small device tree as blob and lots of nodes added
      in machine init code.
      
      So for now, just make it 20k bigger than it was before. We maybe want to
      be more clever about this later.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      ded57c5f
    • A
      device tree: dont fail operations · ccbcfedd
      Alexander Graf 提交于
      When we screw up and issue an FDT command that doesn't work, we really need to
      know immediately and usually can't continue to create the machine. To make sure
      we don't need to add error checking in all device tree modification code users,
      we can just add the fail checks to the qemu abstract functions.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      ccbcfedd
    • A
      device tree: add add_subnode command · 80ad7816
      Alexander Graf 提交于
      We want to be able to create subnodes in our device tree, so export it through
      the qemu device tree abstraction framework.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      80ad7816
    • A
      device tree: add nop_node · d69a8e63
      Alexander Graf 提交于
      We have a qemu internal abstraction layer on FDT. While I'm not fully convinced
      we need it at all, it's missing the nop_node functionality that we now need
      on e500. So let's add it and think about the general future of that API later.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      d69a8e63
  8. 21 8月, 2011 1 次提交
  9. 16 4月, 2011 1 次提交
  10. 02 4月, 2011 1 次提交
  11. 23 9月, 2009 1 次提交
  12. 25 5月, 2009 1 次提交
  13. 11 4月, 2009 1 次提交
  14. 06 2月, 2009 1 次提交
  15. 16 12月, 2008 1 次提交