Some firmware (e.g. the EDK2 ArmVirt and LoongArch platforms) does not
publish the device tree as a FDT_TABLE_GUID configuration table. Instead
a copy of the FDT is reachable through a FDT_HOB_GUID HOB on the HOB list,
which the firmware publishes as a configuration table of its own. Walk
the HOB list and return the FDT address if it is found there.
Signed-off-by: Xiaoqiang Zhao <zhaoxiaoqiang007@gmail.com>