This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-28 07:04:00 +08:00
Code
70ee4e9d9f
linux-next
/
arch
/
arm
/
mach-berlin
/
Makefile
3 lines
61 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: berlin: add SMP support Adds SMP support for Berlin SoCs. Secondary CPUs are reset, then execute the instruction we put in the reset exception register, setting the pc at the address contained in the software reset address register, which is the physical address of the Berlin secondary startup. This implementation avoid using the pen lock mechanism. Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2014-06-05 00:03:42 +08:00
obj-y
+=
berlin.o
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
Copy Permalink