1
0
Fork 0
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.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
argonkey Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
linux Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
lunchbox Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
neonkey Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
nucleo Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
variant.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years 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)