build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29973 )
Change subject: qcs405 [temp]: Combine BB with QC-Sec for ROM boot ......................................................................
Patch Set 5:
(39 comments)
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py File util/qualcomm/createxbl.py:
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@25 PS5, Line 25: # 09/04/15 et Added -x and -d to embed xbl_sec ELF trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@68 PS5, Line 68: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@84 PS5, Line 84: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@103 PS5, Line 103: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@113 PS5, Line 113: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@121 PS5, Line 121: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@144 PS5, Line 144: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@164 PS5, Line 164: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@172 PS5, Line 172: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@192 PS5, Line 192: header_format = 'reg' trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@223 PS5, Line 223: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@231 PS5, Line 231: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@232 PS5, Line 232: # Create hash table trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@235 PS5, Line 235: target_hash, trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@237 PS5, Line 237: secure_type = image_header_secflag) trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@245 PS5, Line 245: target_hash_hd, trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@254 PS5, Line 254: # Add the hash segment into the ELF trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@272 PS5, Line 272: def merge_elfs(env, trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@284 PS5, Line 284: mbn_tools.preprocess_elf_file(elf_in_file_name1) trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@289 PS5, Line 289: mbn_tools.preprocess_elf_file(elf_in_file_name2) trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@290 PS5, Line 290: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@294 PS5, Line 294: mbn_tools.preprocess_elf_file(elf_in_file_xbl_sec) trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@325 PS5, Line 325: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@364 PS5, Line 364: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@400 PS5, Line 400: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@477 PS5, Line 477: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@512 PS5, Line 512: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@614 PS5, Line 614: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@618 PS5, Line 618: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@621 PS5, Line 621: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@640 PS5, Line 640: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@674 PS5, Line 674: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@675 PS5, Line 675: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@681 PS5, Line 681: inp_data_offset = 0 trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@682 PS5, Line 682: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@689 PS5, Line 689: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@706 PS5, Line 706: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/createxbl.py@708 PS5, Line 708: trailing whitespace
https://review.coreboot.org/#/c/29973/5/util/qualcomm/mbn_tools.py File util/qualcomm/mbn_tools.py:
https://review.coreboot.org/#/c/29973/5/util/qualcomm/mbn_tools.py@1167 PS5, Line 1167: # Check if a shifting is required to accomodate for the hash segment. 'accomodate' may be misspelled - perhaps 'accommodate'?