[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-209-g8f519b3
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-03-22 14:35:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 8f519b38a274a2c0a4f64edf5c62438a61ab22a6 (commit)
from cb4cdd98a0378de1f03944e3364b9fe5362474e9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8f519b38a274a2c0a4f64edf5c62438a61ab22a6
Author: Nicolas Colombain <nic...@ar...>
Date: Fri Mar 22 15:33:44 2013 +0100
[DEBUG] imxregs: Add i.MX28 RTC registers
-----------------------------------------------------------------------
Summary of changes:
target/linux/debug/imxregs/imx28regs.h | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/target/linux/debug/imxregs/imx28regs.h b/target/linux/debug/imxregs/imx28regs.h
index 00bc95c..5728ed7 100644
--- a/target/linux/debug/imxregs/imx28regs.h
+++ b/target/linux/debug/imxregs/imx28regs.h
@@ -138,6 +138,21 @@ static struct reg_info regs[] =
{ "HW_LRADC_THRESHOLD0", 0x80050150, 0, 0xffffffff, 'x', "LRADC Theshold0 Register" },
{ "HW_LRADC_THRESHOLD1", 0x80050160, 0, 0xffffffff, 'x', "LRADC Theshold1 Register" },
{ "HW_LRADC_VERSION", 0x80050170, 0, 0xffffffff, 'x', "LRADC Version Register" },
+/* RTC */
+{ "HW_RTC_CTL", 0x80056000, 0, 0xffffffff, 'x', "Real Time Clock Control Register" },
+{ "HW_RTC_STAT", 0x80056010, 0, 0xffffffff, 'x', "Real Time Clock Status Register" },
+{ "HW_RTC_MILLISECONDS", 0x80056020, 0, 0xffffffff, 'x', "Real Time Clock Milliseconds Counter" },
+{ "HW_RTC_SECONDS", 0x80056030, 0, 0xffffffff, 'x', "Real Time Clock Seconds Counter" },
+{ "HW_RTC_ALARM", 0x80056040, 0, 0xffffffff, 'x', "Real Time Clock Alarm Register" },
+{ "HW_RTC_WATCHDOG", 0x80056050, 0, 0xffffffff, 'x', "Watchdog Timer Register" },
+{ "HW_RTC_PERSISTENT0", 0x80056060, 0, 0xffffffff, 'x', "Persistent State Register 0" },
+{ "HW_RTC_PERSISTENT1", 0x80056070, 0, 0xffffffff, 'x', "Persistent State Register 1" },
+{ "HW_RTC_PERSISTENT2", 0x80056080, 0, 0xffffffff, 'x', "Persistent State Register 2" },
+{ "HW_RTC_PERSISTENT3", 0x80056090, 0, 0xffffffff, 'x', "Persistent State Register 3" },
+{ "HW_RTC_PERSISTENT4", 0x800560a0, 0, 0xffffffff, 'x', "Persistent State Register 4" },
+{ "HW_RTC_PERSISTENT5", 0x800560b0, 0, 0xffffffff, 'x', "Persistent State Register 5" },
+{ "HW_RTC_DEBUG", 0x800560c0, 0, 0xffffffff, 'x', "Real Time Clock Debug Register" },
+{ "HW_RTC_VERSION", 0x800560d0, 0, 0xffffffff, 'x', "Real Time Clock Version Register" },
/* PWM */
{ "HW_PWM_CTRL", 0x80064000, 0, 0xffffffff, 'x', "PWM Control and Status Register" },
{ "HW_PWM_ACTIVE0", 0x80064010, 0, 0xffffffff, 'x', "PWM Channel 0 Active Register" },
hooks/post-receive
--
armadeus
|