* [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support
@ 2015-05-17 23:10 Nikolay Dimitrov
2015-05-17 23:10 ` [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support Nikolay Dimitrov
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Nikolay Dimitrov @ 2015-05-17 23:10 UTC (permalink / raw)
To: u-boot
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
---
include/configs/embestmx6boards.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index e9f5bed..16b5826 100644
--- a/include/configs/embestmx6boards.h
+++ b/include/configs/embestmx6boards.h
@@ -36,6 +36,7 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
#define CONFIG_REVISION_TAG
+#define CONFIG_IMX6_THERMAL
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support
2015-05-17 23:10 [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Nikolay Dimitrov
@ 2015-05-17 23:10 ` Nikolay Dimitrov
2015-05-19 13:12 ` Stefano Babic
2015-05-17 23:10 ` [U-Boot] [PATCH 3/3] imx: marsboard: " Nikolay Dimitrov
2015-05-19 13:12 ` [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Stefano Babic
2 siblings, 1 reply; 6+ messages in thread
From: Nikolay Dimitrov @ 2015-05-17 23:10 UTC (permalink / raw)
To: u-boot
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
---
configs/riotboard_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index c0b689b..ae0036a 100644
--- a/configs/riotboard_defconfig
+++ b/configs/riotboard_defconfig
@@ -1,3 +1,5 @@
CONFIG_ARM=y
CONFIG_TARGET_EMBESTMX6BOARDS=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024,ENV_IS_IN_MMC"
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 3/3] imx: marsboard: Enable thermal DM support
2015-05-17 23:10 [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Nikolay Dimitrov
2015-05-17 23:10 ` [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support Nikolay Dimitrov
@ 2015-05-17 23:10 ` Nikolay Dimitrov
2015-05-19 13:12 ` Stefano Babic
2015-05-19 13:12 ` [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Stefano Babic
2 siblings, 1 reply; 6+ messages in thread
From: Nikolay Dimitrov @ 2015-05-17 23:10 UTC (permalink / raw)
To: u-boot
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
---
configs/marsboard_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/marsboard_defconfig b/configs/marsboard_defconfig
index f54fdd0..460e2d0 100644
--- a/configs/marsboard_defconfig
+++ b/configs/marsboard_defconfig
@@ -1,3 +1,5 @@
CONFIG_ARM=y
CONFIG_TARGET_EMBESTMX6BOARDS=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024,ENV_IS_IN_SPI_FLASH"
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support
2015-05-17 23:10 [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Nikolay Dimitrov
2015-05-17 23:10 ` [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support Nikolay Dimitrov
2015-05-17 23:10 ` [U-Boot] [PATCH 3/3] imx: marsboard: " Nikolay Dimitrov
@ 2015-05-19 13:12 ` Stefano Babic
2 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2015-05-19 13:12 UTC (permalink / raw)
To: u-boot
On 18/05/2015 01:10, Nikolay Dimitrov wrote:
> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
> ---
> include/configs/embestmx6boards.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
> index e9f5bed..16b5826 100644
> --- a/include/configs/embestmx6boards.h
> +++ b/include/configs/embestmx6boards.h
> @@ -36,6 +36,7 @@
> #define CONFIG_SETUP_MEMORY_TAGS
> #define CONFIG_INITRD_TAG
> #define CONFIG_REVISION_TAG
> +#define CONFIG_IMX6_THERMAL
>
> /* Size of malloc() pool */
> #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support
2015-05-17 23:10 ` [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support Nikolay Dimitrov
@ 2015-05-19 13:12 ` Stefano Babic
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2015-05-19 13:12 UTC (permalink / raw)
To: u-boot
On 18/05/2015 01:10, Nikolay Dimitrov wrote:
> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
> ---
> configs/riotboard_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
> index c0b689b..ae0036a 100644
> --- a/configs/riotboard_defconfig
> +++ b/configs/riotboard_defconfig
> @@ -1,3 +1,5 @@
> CONFIG_ARM=y
> CONFIG_TARGET_EMBESTMX6BOARDS=y
> CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024,ENV_IS_IN_MMC"
> +CONFIG_DM=y
> +CONFIG_DM_THERMAL=y
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 3/3] imx: marsboard: Enable thermal DM support
2015-05-17 23:10 ` [U-Boot] [PATCH 3/3] imx: marsboard: " Nikolay Dimitrov
@ 2015-05-19 13:12 ` Stefano Babic
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2015-05-19 13:12 UTC (permalink / raw)
To: u-boot
On 18/05/2015 01:10, Nikolay Dimitrov wrote:
> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
> ---
> configs/marsboard_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/marsboard_defconfig b/configs/marsboard_defconfig
> index f54fdd0..460e2d0 100644
> --- a/configs/marsboard_defconfig
> +++ b/configs/marsboard_defconfig
> @@ -1,3 +1,5 @@
> CONFIG_ARM=y
> CONFIG_TARGET_EMBESTMX6BOARDS=y
> CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024,ENV_IS_IN_SPI_FLASH"
> +CONFIG_DM=y
> +CONFIG_DM_THERMAL=y
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-05-19 13:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 23:10 [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Nikolay Dimitrov
2015-05-17 23:10 ` [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support Nikolay Dimitrov
2015-05-19 13:12 ` Stefano Babic
2015-05-17 23:10 ` [U-Boot] [PATCH 3/3] imx: marsboard: " Nikolay Dimitrov
2015-05-19 13:12 ` Stefano Babic
2015-05-19 13:12 ` [U-Boot] [PATCH 1/3] imx: riotboard, marsboard: Enable thermal support Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox