how to used uart receive interrupt in quark Soc 1000x Galileo board freertos demo applocation

hello, i am using intel galileo board which is havin Quark Soc 1000x and FreeRTOS is ported on galileo bord. i am able to execute demo application successfully but i am working on aplication in which i have to used uart. so i want to used uart receiver interrupt but i am not able to enable uart interrupt.pleas help me out….

how to used uart receive interrupt in quark Soc 1000x Galileo board freertos demo applocation

Enabling ports on the Quark is much more complex than on a typical MCU and generally needs to be done at boot time across one of the serial buses – have a look at how the UART is enabled and see if that helps.