[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-180-ge9db27c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-01-23 16:48:00
|
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, buildroot-update has been updated
via e9db27c0c76406062ffe28e0f2b857770894fd05 (commit)
from 2931eb2b1f7698969cdc87176c63d68a31ddb3ac (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 e9db27c0c76406062ffe28e0f2b857770894fd05
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Jan 23 17:47:08 2017 +0100
[DEBUG] imx6ulregs: add some LCDIF registers definition and add imx6ulregs to opos6ul_defconfig
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos6ul_defconfig | 1 +
target/linux/debug/imxregs/imx6ulregs.h | 5 +++++
target/linux/debug/imxregs/imxregs.c | 2 +-
3 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/buildroot/configs/opos6ul_defconfig b/buildroot/configs/opos6ul_defconfig
index 1c48ad7..e4a30aa 100644
--- a/buildroot/configs/opos6ul_defconfig
+++ b/buildroot/configs/opos6ul_defconfig
@@ -32,6 +32,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-opos6uldev"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
BR2_PACKAGE_BUSYBOX_CONFIG="$(ARMADEUS_PATH)/busybox.config"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
+BR2_PACKAGE_IMXREGS=y
BR2_PACKAGE_ALSA_UTILS=y
BR2_PACKAGE_ALSA_UTILS_AMIXER=y
BR2_PACKAGE_ALSA_UTILS_APLAY=y
diff --git a/target/linux/debug/imxregs/imx6ulregs.h b/target/linux/debug/imxregs/imx6ulregs.h
index e583eca..e7a44bc 100644
--- a/target/linux/debug/imxregs/imx6ulregs.h
+++ b/target/linux/debug/imxregs/imx6ulregs.h
@@ -38,4 +38,9 @@ static struct reg_info regs[] =
{ "TEMPMON_TEMPSENSE2_SET", 0x020c8294, 0, 0xffffffff, 'x', "Tempsensor Control Register 2" },
{ "TEMPMON_TEMPSENSE2_CLR", 0x020c8298, 0, 0xffffffff, 'x', "Tempsensor Control Register 2" },
{ "TEMPMON_TEMPSENSE2_TOG", 0x020c829c, 0, 0xffffffff, 'x', "Tempsensor Control Register 2" },
+/**/
+{ "LCDIF_CTRL0", 0x021c8000, 0, 0xffffffff, 'x', "eLCDIF General Control Register 0" },
+{ "LCDIF_TRANSFER_COUNT", 0x021c8030, 0, 0xffffffff, 'x', "eLCDIF Horizontal and Vertical Count Register" },
+{ "LCDIF_CUR_BUF", 0x021c8040, 0, 0xffffffff, 'x', "eLCDIF Current Buffer Address Register" },
+{ "LCDIF_NEXT_BUF", 0x021c8050, 0, 0xffffffff, 'x', "eLCDIF Next Buffer Address Register" },
};
diff --git a/target/linux/debug/imxregs/imxregs.c b/target/linux/debug/imxregs/imxregs.c
index 70b50be..5cdff2f 100644
--- a/target/linux/debug/imxregs/imxregs.c
+++ b/target/linux/debug/imxregs/imxregs.c
@@ -45,7 +45,7 @@
#include "imxregs.h"
#endif
-#define VERSION "2016.09"
+#define VERSION "2017.01"
/*#define DEBUG TRUE*/
#ifdef DEBUG
hooks/post-receive
--
armadeus
|