Hi everyone.
I am currently quite familiarized with the basic petalinux workflow.
I can say proudly that Ubuntu is running on a custom MPSoC board, but this is not enough. I need to find a way to modify the Petalinux FSBL to include the initialization of a missing peripheral. I have read the guide where it says that a patch should be used to alter the FSBL. Sadly, I am unfamiliar with patches, and from what I understand they only allow modifying the code in a file. I need to add more sources and alter the content on the xfsbl_hooks.
Thanks.