Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/cortex Add SCU_SIZE.
details: https://anonhg.NetBSD.org/src/rev/3ef9b3d45f01
branches: trunk
changeset: 348104:3ef9b3d45f01
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Oct 04 15:15:27 2016 +0000
description:
Add SCU_SIZE.
diffstat:
sys/arch/arm/cortex/scu_reg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 29d89e57183b -r 3ef9b3d45f01 sys/arch/arm/cortex/scu_reg.h
--- a/sys/arch/arm/cortex/scu_reg.h Tue Oct 04 15:12:29 2016 +0000
+++ b/sys/arch/arm/cortex/scu_reg.h Tue Oct 04 15:15:27 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scu_reg.h,v 1.1 2012/09/01 00:03:14 matt Exp $ */
+/* $NetBSD: scu_reg.h,v 1.2 2016/10/04 15:15:27 kiyohara Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -36,6 +36,8 @@
* Used by Cortex-A5 and Cortex-A9
*/
+#define SCU_SIZE 0x100
+
#define SCU_CTL 0x00 // SCU Control Register
#define SCU_CFG 0x04 // SCU Configuration Register
#define SCU_CPU_PWR_STS 0x08 // SCU CPU Power Status
Home |
Main Index |
Thread Index |
Old Index