It is good to the script can help you some.
It doesn't make sense to find a build log for an existing i.MX6 u-boot.
If we want to know the HAB information, we have to do build again? make no sense.
That is why I write down the script.
If you don't like my script.
You can use the u-boot dumpimage to get the information. but you still need u-boot.
My script is designed since the old version u-boot. it has one big difference is the image is not aligned to 0x1000.
My script can tell how much need to pad.
HAB enabled image:
./u-boot/tools/dumpimage -l out/u-boot-dtb.imx
Image Type: Freescale IMX Boot Image
Image Ver: 2 (i.MX53/6/7 compatible)
Mode: DCD
Data Size: 643168 Bytes = 628.09 KiB = 0.61 MiB
Load Address: 177ff420
Entry Point: 17800000
HAB Blocks: 0x177ff400 0x00000000 0x0009ac00
DCD Blocks: 0x00910000 0x0000002c 0x000002f8
no HAB enabled image:
./u-boot/tools/dumpimage -l out/u-boot-dtb.imx
Image Type: Freescale IMX Boot Image
Image Ver: 2 (i.MX53/6/7 compatible)
Mode: DCD
Data Size: 626688 Bytes = 612.00 KiB = 0.60 MiB
Load Address: 177ff420
Entry Point: 17800000