There is no GPIO driver in u-boot for QorIQ processors, but u-boot driver structure is relatively simple, so you can create your own GPIO driver using other GPIO drivers as reference. For example drivers please look /drivers/gpio/ folder in U-boot sources folder.
Use as example the mpc85xxx_gpio.c file.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------