All of lore.kernel.org
 help / color / mirror / Atom feed
* SMP not working on Odroid XU3
@ 2015-05-14  3:07 Peter Chubb
  2015-05-14  4:50 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Chubb @ 2015-05-14  3:07 UTC (permalink / raw)
  To: linux-samsung-soc

Hi,
	Is there any info on the web at present as to what's supposed
	to work and what doesn't in the upstream kernel?

	I'm currently seeing only two out of eight processors come up
	at boot time using the samsung-linux tree, both A7s.  All
	eight come up in HYP mode using the Hardkernel linux tree.

	There's one obvious error in arch/arm/mach-exynos/firmware.c -- the
	address in the samsung,secure-firmware node isn't saved
	anywhere or used anywhere.  Instead the SMC communication area
	is taken from the samsung,exynos4210-sysram-ns node.  But
	fixing that doesn't help.

	Here's how I `fixed' it, but there's something else wrong.

index 0c62156..1df5b5a 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
@@ -31,10 +31,11 @@
        };
 
        firmware@02073000 {
-               compatible = "samsung,secure-firmware";
+               compatible = "samsung,exynos4210-sysram-ns", "samsung,secure-firmware";
                reg = <0x02073000 0x1000>;
        };
 

	
-- 
Dr Peter Chubb				        peter.chubb AT nicta.com.au
http://www.ssrg.nicta.com.au          Software Systems Research Group/NICTA

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-14  4:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14  3:07 SMP not working on Odroid XU3 Peter Chubb
2015-05-14  4:50 ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.