embeddedsw
embeddedsw copied to clipboard
PMUFW fails to build with REMOVE_GPIO_FROM_NODE_RESET_INFO, IDLE_PERIPHERALS, ENABLE_NODE_IDLING
There are various parts of code in the XilinxProcessorIPLib/drivers/
like gpiops
and iicps
directories which are still using the type UINTPTR. This results in failed compilations of the PMUFW.
The flags are taken from this guide: https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841820/Zynq+UltraScale+MPSoC+Restart+solution
Could you please provide with a patch solving these issues?
Any updates?
@vamoirid We are unable to reproduce the issue at our end. May I know which release build you are using and also apart from these flags any other changes ate required to preproduce the issue
@gsrinivasgoud thank you for your reply!
We are using the v2022.2 tools.
Hi @vamoirid, Please try with attached patch, it fixes PMUFW build issue and let us know status.
Sorry, I forgot to reply, it indeed fixes the issue, thanks! Will you solve it for the next releases as well?