Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Set __NO_FIQ for the Exynos processors ...



details:   https://anonhg.NetBSD.org/src/rev/d684a615d24e
branches:  trunk
changeset: 331552:d684a615d24e
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Aug 14 12:48:52 2014 +0000

description:
Set __NO_FIQ for the Exynos processors are shipped with SecureCore enabled
gics and FIQs are for the secure part only.

diffstat:

 sys/arch/evbarm/conf/std.odroid |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7d59bef48c87 -r d684a615d24e sys/arch/evbarm/conf/std.odroid
--- a/sys/arch/evbarm/conf/std.odroid   Thu Aug 14 11:32:18 2014 +0000
+++ b/sys/arch/evbarm/conf/std.odroid   Thu Aug 14 12:48:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.odroid,v 1.2 2014/06/06 15:00:20 reinoud Exp $
+#      $NetBSD: std.odroid,v 1.3 2014/08/14 12:48:52 reinoud Exp $
 #
 # standard NetBSD/evbarm for ODROID options
 
@@ -23,6 +23,7 @@
 
 # All shipped Samsung SoC's that are not Samsung products have this
 options        ARM_TRUSTZONE_FIRMWARE
+options                __NO_FIQ
 
 makeoptions    KERNEL_BASE_PHYS="0x80000000"
 makeoptions    KERNEL_BASE_VIRT="0x80000000"



Home | Main Index | Thread Index | Old Index