You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
argonkey v811_spc009_project 7 months ago
linux v811_spc009_project 7 months ago
lunchbox v811_spc009_project 7 months ago
neonkey v811_spc009_project 7 months ago
nucleo v811_spc009_project 7 months ago
Android.mk v811_spc009_project 7 months ago
README v811_spc009_project 7 months ago
variant.mk v811_spc009_project 7 months ago

README

0. Directory structure

For ease of source browsing this directory may contain soft links to variant
directories located elsewhere;
build scripts fully support such layout, however this is not necessary in order
to build such variants.

1. HW Customization

1.1 General description
- wakeup-gpio has direction from Application Processor (AP) to ContextHub
- irq1 has direction from ContextHub to AP (wakeup interrupt)
- irq2 has direction from ContextHub to AP (non-wakeup interrupt) (optional)

1.2 Kernel side
- wakeup-gpio = SH_INT_WAKEUP
- irq1-gpio   = AP_INT_WAKEUP
- irq2-gpio   = AP_INT_NONWAKEUP

1.3 ContextHub side
- #define SH_INT_WAKEUP    PX(N0)
- #define AP_INT_WAKEUP    PY(N1)
- #define AP_INT_NONWAKEUP PZ(N2)