Lines Matching full:manifest

467     parser.add_argument('--no_cse', help='disable cse manifest parsing',
565 reader.info('Extended Manifest (' + sig + ')', -4)
568 # Next dword is the total length of the extended manifest
584 reader.info('Extended Manifest (' + sig + ')', -4)
587 # Next dword is the total length of the extended manifest
605 """ Parses extended manifest from sof binary
608 reader.info('Looking for Extended Manifest')
620 reader.info('info: Extended Manifest not found (sig = '+sig+')')
627 """ Parses CSE manifest form sof binary
629 reader.info('Looking for CSE Manifest')
635 raise Exception('CSE Manifest magic number NOT found, instead: ('
637 reader.info('CSE Manifest (' + sig + ')', -4)
659 reader.info('Reading CSE Manifest entry %d...' % nb_index)
698 """ Parses CSS manifest from sof binary
700 reader.info('Parsing CSS Manifest')
703 reader.info('CSS Manifest type 4')
706 raise Exception('CSS Manifest NOT found or NOT recognized!')
709 """ Parses CSS manifest type 4 from sof binary
712 reader.info('Parsing CSS Manifest type 4')
758 reader.info('Parsing CSS Manifest extensions, end at 0x{:x}'.format(size_limit))
813 """ Parses ADSP manifest hader from sof binary
822 raise Exception('ADSP Manifest NOT found!', -4)
823 reader.info('ADSP Manifest (' + sig + ')', -4)
825 hdr = Component('adsp_mft_hdr', 'ADSP Manifest Header',
845 """ Parses ADSP manifest module entry from sof binary
885 """ Parses ADSP manifest from sof binary
1207 """ Extended manifest
1211 'Extended Manifest', 0)
1224 """ Extended manifest
1228 'Extended Manifest', 0)
1241 """ CSE Manifest
1244 super(CseManifest, self).__init__('cse_mft', 'CSE Manifest', offset)
1255 """ CSS Manifest
1262 out = '{}{} (CSS Manifest)'.format(pref, self.name)
1286 """ Manifest Extension
1333 """ ADSP Manifest
1340 out = '{}{} (ADSP Manifest) file offset 0x{:x}'.format(pref, self.name, self.file_offset)
1352 self.dump_comp_info(pref, comp_filter + ['ADSP Manifest Header'])
1626 css_man.length, b"Erased CSS manifest. ")
1666 b'Erased CSE manifest + padding. ')
1700 comp_filter.append('CSE Manifest')