Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/broadcom add vchiq base and size



details:   https://anonhg.NetBSD.org/src/rev/a526e8e48c86
branches:  trunk
changeset: 784344:a526e8e48c86
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 26 11:58:43 2013 +0000

description:
add vchiq base and size

diffstat:

 sys/arch/arm/broadcom/bcm2835reg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e9f5b21c1ffe -r a526e8e48c86 sys/arch/arm/broadcom/bcm2835reg.h
--- a/sys/arch/arm/broadcom/bcm2835reg.h        Sat Jan 26 08:01:49 2013 +0000
+++ b/sys/arch/arm/broadcom/bcm2835reg.h        Sat Jan 26 11:58:43 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcm2835reg.h,v 1.9 2013/01/26 08:01:49 skrll Exp $     */
+/*     $NetBSD: bcm2835reg.h,v 1.10 2013/01/26 11:58:43 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -93,6 +93,9 @@
 #define        BCM2835_ARMICU_BASE     (BCM2835_ARM_BASE + 0x0200)
 #define        BCM2835_ARMICU_SIZE     0x200
 
+#define        BCM2835_VCHIQ_BASE      (BCM2835_ARM_BASE + 0x0800)
+#define        BCM2835_VCHIQ_SIZE      0x50
+
 #define        BCM2835_ARMMBOX_BASE    (BCM2835_ARM_BASE + 0x0880)
 #define        BCM2835_ARMMBOX_SIZE    0x40
 



Home | Main Index | Thread Index | Old Index