* Pull request: please pull u-boot-imx-20230905
@ 2023-09-05 7:56 Stefano Babic
2023-09-05 18:43 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Stefano Babic @ 2023-09-05 7:56 UTC (permalink / raw)
To: Tom Rini; +Cc: U-Boot@lists.denx.de
Hi Tom,
some fixes for the release, please pull from u-boot-imx, thanks !
The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9:
Merge tag 'doc-2023-10-rc4-2' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02 09:08:54
-0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20230905
for you to fetch changes up to a79fca7b44d0dee96e14d31de5869b35b587283c:
thermal: imx_tmu: Increase the polling interval (2023-09-04 17:26:44
+0200)
----------------------------------------------------------------
Fixes for release
-----------------
- imx9: fix DRAM calculation
- thermal: fixes
- fixed for DM, DH and Gateworks boards
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/17639
----------------------------------------------------------------
Elena Popa (1):
arm: imx: imx8m: imx9: Fix DRAM size calculation due to rom_pointer
Fabio Estevam (5):
imx8mm_evk_defconfig: Select CONFIG_IMX_TMU
thermal: imx_tmu: Fix the polling default
thermal: imx_tmu: Increase the log level for high temperatures
thermal: imx_tmu: Fix the temperature unit
thermal: imx_tmu: Increase the polling interval
Marek Vasut (5):
ARM: imx: Drop CONFIG_USE_BOOTCOMMAND=n on i.MX6 DHSOM
ARM: imx: Select 2 DRAM banks on Data Modul i.MX8M Mini eDM SBC
ARM: imx: Use default SAVED_DRAM_TIMING_BASE on DH i.MX8M Plus DHCOM
ARM: imx: Use default SAVED_DRAM_TIMING_BASE on Data Modul i.MX8M
Mini eDM SBC
ARM: imx: Use default SAVED_DRAM_TIMING_BASE on Data Modul i.MX8M
Plus eDM SBC
Tim Harvey (1):
board: gateworks: venice: fix gw7904
arch/arm/mach-imx/imx8m/soc.c | 7 ++++---
arch/arm/mach-imx/imx9/soc.c | 6 +++---
configs/dh_imx6_defconfig | 1 -
configs/imx8mm_data_modul_edm_sbc_defconfig | 3 +--
configs/imx8mm_evk_defconfig | 1 +
configs/imx8mm_venice_defconfig | 2 +-
configs/imx8mp_data_modul_edm_sbc_defconfig | 1 -
configs/imx8mp_dhcom_pdk2_defconfig | 1 -
configs/imx8mp_dhcom_pdk3_defconfig | 1 -
drivers/thermal/imx_tmu.c | 10 +++++++---
10 files changed, 17 insertions(+), 16 deletions(-)
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pull request: please pull u-boot-imx-20230905
2023-09-05 7:56 Stefano Babic
@ 2023-09-05 18:43 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2023-09-05 18:43 UTC (permalink / raw)
To: Stefano Babic; +Cc: U-Boot@lists.denx.de
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
On Tue, Sep 05, 2023 at 09:56:31AM +0200, Stefano Babic wrote:
> Hi Tom,
>
> some fixes for the release, please pull from u-boot-imx, thanks !
>
> The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9:
>
> Merge tag 'doc-2023-10-rc4-2' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02 09:08:54
> -0400)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20230905
>
> for you to fetch changes up to a79fca7b44d0dee96e14d31de5869b35b587283c:
>
> thermal: imx_tmu: Increase the polling interval (2023-09-04 17:26:44
> +0200)
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Pull request: please pull u-boot-imx-20230905
@ 2023-09-23 18:56 Stefano Babic
2023-09-25 14:02 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Stefano Babic @ 2023-09-23 18:56 UTC (permalink / raw)
To: Tom Rini; +Cc: U-Boot-Denx
Hi Tom,
some fixes for the release, please pull from u-boot-imx, thanks !
The following changes since commit 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8:
Merge branch '2023-09-22-assorted-bugfixes' (2023-09-22 18:25:37 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20230923
for you to fetch changes up to 62a3c66a7c1ee733695b46542c4a9034f3a663a4:
smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage (2023-09-23
18:45:34 +0200)
----------------------------------------------------------------
Fixes for 2023.10
-----------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/17831
----------------------------------------------------------------
Eduard Strehlau (2):
imx: hab: Allow hab_auth_img_or_fail to be called without ivt_offset
smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage
Fabio Estevam (3):
imx: hab: Improve the hab_auth_img_or_fail usage text
imx: hab: Explain that ivt_offset is optional
imx7: Disable CAAM Job Ring 0
Oleksandr Suvorov (1):
mach-imx: bootaux: fix building with disabled bootelf
arch/arm/dts/imx7d-colibri-eval-v3-u-boot.dtsi | 2 ++
arch/arm/dts/imx7d-pico-pi-u-boot.dtsi | 2 ++
arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi | 2 ++
arch/arm/dts/imx7d-sdb-u-boot.dtsi | 2 ++
arch/arm/dts/imx7d-smegw01-u-boot.dtsi | 3 +++
arch/arm/dts/imx7s-u-boot.dtsi | 7 +++++++
arch/arm/mach-imx/Kconfig | 1 +
arch/arm/mach-imx/hab.c | 8 ++++----
board/storopack/smegw01/smegw01.env | 14 +++++++-------
configs/smegw01_defconfig | 3 +++
10 files changed, 33 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/dts/imx7d-smegw01-u-boot.dtsi
create mode 100644 arch/arm/dts/imx7s-u-boot.dtsi
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pull request: please pull u-boot-imx-20230905
2023-09-23 18:56 Pull request: please pull u-boot-imx-20230905 Stefano Babic
@ 2023-09-25 14:02 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2023-09-25 14:02 UTC (permalink / raw)
To: Stefano Babic; +Cc: U-Boot-Denx
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
On Sat, Sep 23, 2023 at 08:56:14PM +0200, Stefano Babic wrote:
> Hi Tom,
>
> some fixes for the release, please pull from u-boot-imx, thanks !
>
> The following changes since commit 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8:
>
> Merge branch '2023-09-22-assorted-bugfixes' (2023-09-22 18:25:37 -0400)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20230923
>
> for you to fetch changes up to 62a3c66a7c1ee733695b46542c4a9034f3a663a4:
>
> smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage (2023-09-23
> 18:45:34 +0200)
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-25 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-23 18:56 Pull request: please pull u-boot-imx-20230905 Stefano Babic
2023-09-25 14:02 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2023-09-05 7:56 Stefano Babic
2023-09-05 18:43 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox