* Pull request: Please pull u-boot-imx-20240115
@ 2024-01-16 2:45 Fabio Estevam
2024-01-16 16:49 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2024-01-16 2:45 UTC (permalink / raw)
To: trini; +Cc: sbabic, u-boot
Hi Tom,
Please pull from u-boot-imx, thanks.
The following changes since commit 547d3dd28a46a18d59e00a153c8becca8d4e8cf9:
Merge branch '2024-01-12-assorted-fixes' (2024-01-12 08:34:50 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20240115
for you to fetch changes up to 662e7ef7f0e84114dd58d77ccdcfdf61d1a0df31:
arm: xea: Add support for boot image source descriptor in SPL (2024-01-15 10:55:42 -0300)
u-boot-imx-20240115
-------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19324
----------------------------------------------------------------
Anatolij Gustschin (1):
arm: xea: Add support for boot image source descriptor in SPL
Fabio Estevam (3):
doc: imx93_var_som: Adjust the underline length
imx9: Select BINMAN at SoC level
imx8m: Select BINMAN at SoC level
Lukasz Majewski (3):
defconfig: xea: Change default spi-nor memory bus to 2 (single binary)
arm: xea: Move XEA's environment variables from xea.h to xea.env
arm: config: Enable CRC8 support in SPL on imx287 XEA board
Marek Vasut (2):
ARM: imx: Set stdio to serial on DH i.MX8M Plus DHCOM
ARM: imx: Set stdio to serial on Data Modul i.MX8M Mini/Plus eDM SBC
Primoz Fiser (1):
imx: imx9: fixup thermal trips from fuses
Yannic Moog (4):
Add support for phyGATE-Tauri-L-iMX8MM
doc: board: phytec: Add phyGATE-Tauri board documentation
board: phytec: MAINTAINERS: add missing phytec doc files
board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi | 70 ++++
arch/arm/dts/imx8mm-phygate-tauri-l.dts | 489 ++++++++++++++++++++++++
arch/arm/mach-imx/imx8m/Kconfig | 39 +-
arch/arm/mach-imx/imx9/Kconfig | 3 +-
arch/arm/mach-imx/imx9/soc.c | 45 +++
board/liebherr/xea/boot_img_scr.h | 27 ++
board/liebherr/xea/xea.c | 85 ++++
board/liebherr/xea/xea.env | 139 +++++++
board/phytec/common/Makefile | 4 +-
board/phytec/common/phytec_som_detection.c | 2 -
board/phytec/phycore_imx8mm/MAINTAINERS | 6 +
board/phytec/phycore_imx8mp/MAINTAINERS | 1 +
configs/imx28_xea_defconfig | 1 +
configs/imx28_xea_sb_defconfig | 2 +-
configs/imx8mm-phygate-tauri-l_defconfig | 115 ++++++
doc/board/phytec/imx8mm-phygate-tauri-l.rst | 60 +++
doc/board/phytec/index.rst | 1 +
doc/board/variscite/imx93_var_som.rst | 4 +-
include/configs/imx8mm_data_modul_edm_sbc.h | 11 +-
include/configs/imx8mp_data_modul_edm_sbc.h | 9 +-
include/configs/imx8mp_dhcom_pdk2.h | 17 +-
include/configs/xea.h | 140 -------
23 files changed, 1070 insertions(+), 201 deletions(-)
create mode 100644 arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi
create mode 100644 arch/arm/dts/imx8mm-phygate-tauri-l.dts
create mode 100644 board/liebherr/xea/boot_img_scr.h
create mode 100644 board/liebherr/xea/xea.env
create mode 100644 configs/imx8mm-phygate-tauri-l_defconfig
create mode 100644 doc/board/phytec/imx8mm-phygate-tauri-l.rst
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pull request: Please pull u-boot-imx-20240115
2024-01-16 2:45 Pull request: Please pull u-boot-imx-20240115 Fabio Estevam
@ 2024-01-16 16:49 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2024-01-16 16:49 UTC (permalink / raw)
To: Fabio Estevam; +Cc: sbabic, u-boot
[-- Attachment #1: Type: text/plain, Size: 771 bytes --]
On Mon, Jan 15, 2024 at 11:45:54PM -0300, Fabio Estevam wrote:
> Hi Tom,
>
> Please pull from u-boot-imx, thanks.
>
> The following changes since commit 547d3dd28a46a18d59e00a153c8becca8d4e8cf9:
>
> Merge branch '2024-01-12-assorted-fixes' (2024-01-12 08:34:50 -0500)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20240115
>
> for you to fetch changes up to 662e7ef7f0e84114dd58d77ccdcfdf61d1a0df31:
>
> arm: xea: Add support for boot image source descriptor in SPL (2024-01-15 10:55:42 -0300)
>
> u-boot-imx-20240115
I would appreciate a brief summary I can paste in to the merge commit in
the future please.
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-20240115
@ 2024-01-22 13:02 Fabio Estevam
2024-01-22 15:10 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2024-01-22 13:02 UTC (permalink / raw)
To: trini; +Cc: sbabic, u-boot
Hi Tom,
Please pull from u-boot-imx, thanks.
The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:
Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240122
for you to fetch changes up to a80e0e7711a2b2890a583d88dcd9af978ddada32:
ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM (2024-01-22 08:40:02 -0300)
u-boot-imx-master-20240122
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19406
- Allow i.MX8M Plus DHCOM to operate in overdrive mode.
- Allow i.MX8M Plus eDM SBC to operate in overdrive mode.
- Enable the 'kaslrseed' command on DH i.MX8M Plus DHCOM.
- Select LTO by default on i.MX8M.
- Convert pico-dwarf/hobbit-imx6ul to CONFIG_DM_SERIAL.
- Fix 'reset' command on wandboard.
----------------------------------------------------------------
Fabio Estevam (3):
imx8m: Enable LTO by default
wandboard: Convert to watchdog driver model
pico-dwarf/hobbit-imx6ul: Convert to CONFIG_DM_SERIAL
Marek Vasut (3):
ARM: imx: Enable SPL_BOARD_INIT on DH i.MX8M Plus DHCOM
ARM: imx: Configure GIC clock parent on Data Modul i.MX8M Plus eDM SBC
ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM
arch/arm/dts/imx6qdl-wandboard-u-boot.dtsi | 10 ++++++++++
arch/arm/mach-imx/imx8m/Kconfig | 1 +
board/data_modul/imx8mp_edm_sbc/spl.c | 13 +++++++++++++
configs/imx8mp_data_modul_edm_sbc_defconfig | 1 +
configs/imx8mp_dhcom_pdk2_defconfig | 3 +++
configs/imx8mp_dhcom_pdk3_defconfig | 3 +++
configs/pico-dwarf-imx6ul_defconfig | 1 +
configs/pico-hobbit-imx6ul_defconfig | 1 +
configs/wandboard_defconfig | 3 +++
9 files changed, 36 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pull request: Please pull u-boot-imx-20240115
2024-01-22 13:02 Fabio Estevam
@ 2024-01-22 15:10 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2024-01-22 15:10 UTC (permalink / raw)
To: Fabio Estevam; +Cc: sbabic, u-boot
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
On Mon, Jan 22, 2024 at 10:02:58AM -0300, Fabio Estevam wrote:
> Hi Tom,
>
> Please pull from u-boot-imx, thanks.
>
> The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:
>
> Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 -0500)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240122
>
> for you to fetch changes up to a80e0e7711a2b2890a583d88dcd9af978ddada32:
>
> ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM (2024-01-22 08:40:02 -0300)
>
> u-boot-imx-master-20240122
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:[~2024-01-22 15:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 2:45 Pull request: Please pull u-boot-imx-20240115 Fabio Estevam
2024-01-16 16:49 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2024-01-22 13:02 Fabio Estevam
2024-01-22 15:10 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox