Lines Matching full:node
251 an 'spl' or 'tpl' property to the top-level node.
294 # a node indicating which it is, so aid verification.
421 def AddNode(node, path): argument
422 if node.name != '/':
423 path += '/' + node.name
424 for subnode in node.subnodes:
501 """Test that a device tree without a 'binman' node generates an error"""
504 self.assertIn("does not have a 'binman' node", str(e.exception))
507 """Test that an empty binman node works OK (i.e. does nothing)"""
517 self.assertIn("Unknown entry type 'not-a-valid-type' in node "
559 self.assertIn("Node '/binman/u-boot': Alignment 23 must be a power "
652 self.assertIn("Node '/binman/u-boot': Alignment 5 must be a power "
659 self.assertIn("Node '/binman/u-boot': Alignment size 55 must be a "
666 self.assertIn("Node '/binman/u-boot': Offset 0x5 (5) does not match "
673 self.assertIn("Node '/binman/u-boot': Size 0x5 (5) does not match "
680 self.assertIn("Node '/binman/u-boot-align': Offset 0x3 (3) overlaps "
688 self.assertIn("Node '/binman/u-boot': Entry contents size is 0x4 (4) "
762 self.assertIn("Node '/binman/u-boot-spl': Offset 0x0 (0) overlaps "
790 self.assertIn("Node '/binman/u-boot': Offset 0x0 (0) is outside "
806 self.assertIn("Node '/binman/intel-descriptor': Cannot find FD "
813 self.assertIn("Node '/binman/intel-me': No offset set with "
872 for node in ucode.subnodes:
873 self.assertFalse(node.props.get('data'))
949 self.assertIn("Node '/binman/u-boot-dtb-with-ucode': No /microcode "
950 "node found in ", str(e.exception))
953 """Test that a missing u-boot-dtb-with-ucode node is detected"""
956 self.assertIn("Node '/binman/u-boot-with-ucode-ptr': Cannot find "
960 """Test that a missing u-boot-ucode node is detected"""
963 self.assertIn("Node '/binman/u-boot-with-ucode-ptr': Cannot find "
975 self.assertIn("Node '/binman/u-boot-with-ucode-ptr': Cannot locate "
987 self.assertIn("Node '/binman/u-boot-with-ucode-ptr': Microcode "
1162 self.assertIn("Node '/binman/_testing': Cannot update entry size from "
1234 self.assertIn("Node '/binman/_testing': Missing required "
1252 self.assertIn("Node '/binman/_testing': Cannot convert entry arg "
1378 self.assertIn("Node '/binman/gbb': GBB is too small",
1385 self.assertIn("Node '/binman/gbb': GBB must have a fixed size",
1411 self.assertIn("Node '/binman/vblock': Vblock must have a 'content' "
1418 self.assertIn("Node '/binman/vblock': Cannot find node for phandle "
1425 self.assertIn("Node '/binman/vblock': Cannot find entry for node "
1440 self.assertIn("Node '/binman/u-boot': Please use 'offset' instead of "
1452 self.assertIn("Node '/binman/text': No value provided for text label "
1600 self.assertIn("Node '/binman/files': Pattern \'files/*.none\' matched "
1607 self.assertIn("Node '/binman/files': Missing 'pattern' property",
1637 self.assertIn("Node '/binman/_testing': Cannot obtain contents when "
1654 self.assertIn("Node \'/binman/u-boot\': Missing \'algo\' property for "
1655 'hash node', str(e.exception))
1660 self.assertIn("Node '/binman/u-boot': Unknown hash algorithm",