This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-kernel
mirror of
https://github.com/projectacrn/acrn-kernel.git
Watch
1
Star
0
Fork
You've already forked acrn-kernel
0
Code
Issues
Releases
Wiki
Activity
11b27cb5b9
acrn-kernel
/
arch
/
blackfin
/
mach-bf609
/
Makefile
7 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
blackfin: mach-bf609: add machine files Add machine files for bf60x including head files, Kconfig/Makefile and board file. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
2012-05-16 17:24:33 +08:00
#
# arch/blackfin/mach-bf609/Makefile
#
obj-y
:=
dma.o clock.o
bfin: pm: add deepsleep for bf60x Add add deepsleep for bf60x. 1. Call DMC init functions to enter and exit DDR self refresh mode. 2. Wait till CGU PLL is locked after wake up and exit DDR self refresh mode. 3. Make asessembly function enter_deepsleep comply with C funtion ABI in order to call other C functions. 4. Switch kernel stack by register EX_SCRATCH_REG. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
2012-07-23 11:35:30 +08:00
obj-$(CONFIG_PM)
+=
pm.o dpm.o