The Pinmux Utility is well described here for AM335x processors. Surprisingly the last section "Using the Generated Header Files" does not describe what to do with these files on AM335x. It is written "For other [other from AM35x / AM37x / OMAP35x] supported devices, the source code provides a complete description of all settings but is not directly usable as U-Boot source code.".
The e2e provides some solution but what I have found refers to previous releases of SDK and u-boot.
Now there is the Sitara SDK8 and u-boot-2014.07: what is the precedure to exploit the mux.h and pinmux.h?
Looking at the e2e it seems they are used only for kernel. Is it possible to set the pinmux in the u-boot?
Thank you.