zephyriot / zep-jira14

0 stars 0 forks source link

QMSI AON_TIMER_IRQ and AON_TIMER_IRQ_PRI have not been configured in quark_se_devboard #129

Closed nashif closed 8 years ago

nashif commented 8 years ago

Reported by changru fan:

Configuration

x86 quark se devboard nano Bug detailed description =================== QMSI AON_TIMER_IRQ and AON_TIMER_IRQ_PRI have not been configured in quark_se_devboard Steps to Reproduce ================ 1. setup zephyr environment $ cd zephyr $ source zephyr-env.sh 2. compile the sample tests $ cd samples/hello_world/nanokernel $ vim prj.conf CONFIG_KERNEL_BIN_NAME="lakemont" CONFIG_ENHANCED_SECURITY=n CONFIG_STDOUT_CONSOLE=y CONFIG_PRINTK=y CONFIG_COUNTER=y CONFIG_QMSI_DRIVERS=y CONFIG_AON_COUNTER_QMSI=y CONFIG_AON_TIMER_QMSI=y CONFIG_QMSI_INSTALL_PATH="The QMSI PATH" $ make BOARD=quark_se_devboard 4. Expected result ================================= Success build. Actual result ================================= scripts/kconfig/conf --silentoldconfig Kconfig .config:111:warning: symbol value '' invalid for AON_TIMER_IRQ .config:112:warning: symbol value '' invalid for AON_TIMER_IRQ_PRI * * Restart config... * * Counter Drivers * Counter Drivers (COUNTER) [Y/n/?] y AON counter driver (AON_COUNTER_QMSI) [Y/n/?] y QMSI AON Counter Device Name (AON_COUNTER_QMSI_DEV_NAME) [AON_COUNTER] AON_COUNTER AON periodic timer driver (AON_TIMER_QMSI) [Y/n/?] y QMSI AON Timer Device Name (AON_TIMER_QMSI_DEV_NAME) [AON_TIMER] AON_TIMER Interrupt number (AON_TIMER_IRQ) [] (NEW) (Imported from Jira ZEP-151)
nashif commented 8 years ago

by Anas Nashif:

Please assign to Baohong, he is not on JIA (need to login)

nashif commented 8 years ago

by Kuo-Lang Tseng:

Fix posted: https://gerrit.zephyrproject.org/r/#/c/1111/

nashif commented 8 years ago

by Kuo-Lang Tseng:

Fix merged.

nashif commented 8 years ago

by changru fan:

Fixed with Zephyr v-1.2.0-rc1-160331

nashif commented 7 years ago

by Mark Linkmeyer:

Fixing incorrect priority