* [GIT PULL] Please pull u-boot-imx-next-20240317
@ 2024-03-17 23:50 Fabio Estevam
2024-03-18 12:27 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-03-17 23:50 UTC (permalink / raw)
To: trini; +Cc: u-boot
Hi Tom,
Please pull this material for next from u-boot-imx, thank
The following changes since commit 099c94b7613bb10d97936447f5136f3a36694325:
Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next (2024-03-15 09:15:31 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240317
for you to fetch changes up to 86b79cf131b64eadae023a127921893d30503093:
imx8m*_venice: move venice to OF_UPSTREAM (2024-03-17 18:39:54 -0300)
u-boot-imx-next-20240317
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19975
- Select polling-rate from cpu-thermal devicetree node on imx_tmu.
- Re-organize the U-Boot environment and add RAUC logic for phycore_imx8mp.
- Enable watchdog on colibri-imx7.
- Move imx8mm-venice to use OF_UPSTREAM.
----------------------------------------------------------------
Benjamin Hahn (1):
drivers: imx_tmu: Select polling-rate from cpu-thermal devicetree node
Leonard Anderweit (5):
phycore_imx8mp: Move environment from include/config to board
phycore_imx8mp: Move default bootcmd to board env
configs: phycore-imx8mp_defconfig: Use redundant environment
include: env: Add phytec RAUC boot logic
board: phytec: phycore_imx8mp: Add RAUC boot logic to environment
Parth Pancholi (1):
configs: colibri-imx7: enable watchdog
Tim Harvey (1):
imx8m*_venice: move venice to OF_UPSTREAM
arch/arm/dts/Makefile | 17 -
arch/arm/dts/imx7d-colibri-eval-v3-u-boot.dtsi | 4 +
arch/arm/dts/imx8mm-venice-gw700x.dtsi | 525 -----------
arch/arm/dts/imx8mm-venice-gw71xx-0x.dts | 19 -
arch/arm/dts/imx8mm-venice-gw71xx.dtsi | 239 -----
arch/arm/dts/imx8mm-venice-gw72xx-0x.dts | 19 -
arch/arm/dts/imx8mm-venice-gw72xx.dtsi | 400 ---------
arch/arm/dts/imx8mm-venice-gw73xx-0x.dts | 19 -
arch/arm/dts/imx8mm-venice-gw73xx.dtsi | 452 ----------
arch/arm/dts/imx8mm-venice-gw7901.dts | 1137 ------------------------
arch/arm/dts/imx8mm-venice-gw7902.dts | 1052 ----------------------
arch/arm/dts/imx8mm-venice-gw7903.dts | 869 ------------------
arch/arm/dts/imx8mm-venice-gw7904.dts | 928 -------------------
arch/arm/dts/imx8mm-venice-gw7905-0x.dts | 28 -
arch/arm/dts/imx8mm-venice-gw7905.dtsi | 303 -------
arch/arm/dts/imx8mm-venice.dts | 169 ----
arch/arm/dts/imx8mn-venice-gw7902.dts | 980 --------------------
arch/arm/dts/imx8mn-venice.dts | 169 ----
arch/arm/dts/imx8mp-venice-gw702x.dtsi | 587 ------------
arch/arm/dts/imx8mp-venice-gw71xx-2x.dts | 19 -
arch/arm/dts/imx8mp-venice-gw71xx.dtsi | 236 -----
arch/arm/dts/imx8mp-venice-gw72xx-2x.dts | 19 -
arch/arm/dts/imx8mp-venice-gw72xx.dtsi | 378 --------
arch/arm/dts/imx8mp-venice-gw73xx-2x.dts | 19 -
arch/arm/dts/imx8mp-venice-gw73xx.dtsi | 421 ---------
arch/arm/dts/imx8mp-venice-gw74xx.dts | 1125 -----------------------
arch/arm/dts/imx8mp-venice-gw7905-2x.dts | 28 -
arch/arm/dts/imx8mp-venice-gw7905.dtsi | 309 -------
arch/arm/dts/imx8mp-venice.dts | 183 ----
arch/arm/mach-imx/imx8m/Kconfig | 3 +
board/gateworks/venice/venice.c | 7 +-
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 62 ++
configs/colibri_imx7_defconfig | 2 +
configs/colibri_imx7_emmc_defconfig | 2 +
configs/imx8mm_venice_defconfig | 4 +-
configs/imx8mn_venice_defconfig | 4 +-
configs/imx8mp_venice_defconfig | 4 +-
configs/phycore-imx8mp_defconfig | 4 +-
drivers/thermal/imx_tmu.c | 6 +-
include/configs/phycore_imx8mp.h | 43 -
include/env/phytec/rauc.env | 52 ++
41 files changed, 141 insertions(+), 10705 deletions(-)
delete mode 100644 arch/arm/dts/imx8mm-venice-gw700x.dtsi
delete mode 100644 arch/arm/dts/imx8mm-venice-gw71xx-0x.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw71xx.dtsi
delete mode 100644 arch/arm/dts/imx8mm-venice-gw72xx-0x.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw72xx.dtsi
delete mode 100644 arch/arm/dts/imx8mm-venice-gw73xx-0x.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw73xx.dtsi
delete mode 100644 arch/arm/dts/imx8mm-venice-gw7901.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw7902.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw7903.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw7904.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw7905-0x.dts
delete mode 100644 arch/arm/dts/imx8mm-venice-gw7905.dtsi
delete mode 100644 arch/arm/dts/imx8mm-venice.dts
delete mode 100644 arch/arm/dts/imx8mn-venice-gw7902.dts
delete mode 100644 arch/arm/dts/imx8mn-venice.dts
delete mode 100644 arch/arm/dts/imx8mp-venice-gw702x.dtsi
delete mode 100644 arch/arm/dts/imx8mp-venice-gw71xx-2x.dts
delete mode 100644 arch/arm/dts/imx8mp-venice-gw71xx.dtsi
delete mode 100644 arch/arm/dts/imx8mp-venice-gw72xx-2x.dts
delete mode 100644 arch/arm/dts/imx8mp-venice-gw72xx.dtsi
delete mode 100644 arch/arm/dts/imx8mp-venice-gw73xx-2x.dts
delete mode 100644 arch/arm/dts/imx8mp-venice-gw73xx.dtsi
delete mode 100644 arch/arm/dts/imx8mp-venice-gw74xx.dts
delete mode 100644 arch/arm/dts/imx8mp-venice-gw7905-2x.dts
delete mode 100644 arch/arm/dts/imx8mp-venice-gw7905.dtsi
delete mode 100644 arch/arm/dts/imx8mp-venice.dts
create mode 100644 board/phytec/phycore_imx8mp/phycore_imx8mp.env
create mode 100644 include/env/phytec/rauc.env
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Please pull u-boot-imx-next-20240317
2024-03-17 23:50 [GIT PULL] Please pull u-boot-imx-next-20240317 Fabio Estevam
@ 2024-03-18 12:27 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-03-18 12:27 UTC (permalink / raw)
To: Fabio Estevam; +Cc: u-boot
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]
On Sun, Mar 17, 2024 at 08:50:15PM -0300, Fabio Estevam wrote:
> Hi Tom,
>
> Please pull this material for next from u-boot-imx, thank
>
> The following changes since commit 099c94b7613bb10d97936447f5136f3a36694325:
>
> Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next (2024-03-15 09:15:31 -0400)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240317
>
> for you to fetch changes up to 86b79cf131b64eadae023a127921893d30503093:
>
> imx8m*_venice: move venice to OF_UPSTREAM (2024-03-17 18:39:54 -0300)
>
> u-boot-imx-next-20240317
Applied to u-boot/next, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-18 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-17 23:50 [GIT PULL] Please pull u-boot-imx-next-20240317 Fabio Estevam
2024-03-18 12:27 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox