Message ID | 7cfd484a-06b4-b350-63ad-c1954bfc3a4c@denx.de |
---|---|
State | Accepted |
Delegated to: | Tom Rini |
Headers | show |
Series | [GIT,PULL] Pull request: u-boot-imx u-boot-imx-20200511 | expand |
On Mon, May 11, 2020 at 12:29:37PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull these i.MX's changes for 2020.07, thanks ! > > The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d: > > Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400) > > are available in the Git repository at: > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > tags/u-boot-imx-20200511 > > for you to fetch changes up to d52a03b130565e6b01dcbe656ebeb611d5ee1aa1: > > imx8: cpu: check resource owned after sid fail (2020-05-10 20:55:21 +0200) > Applied to u-boot/master, thanks!
On Mon, 11 May 2020 12:04:32 -0400 Tom Rini trini@konsulko.com wrote: > On Mon, May 11, 2020 at 12:29:37PM +0200, Stefano Babic wrote: > > > Hi Tom, > > > > please pull these i.MX's changes for 2020.07, thanks ! > > > > The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d: > > > > Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400) > > > > are available in the Git repository at: > > > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > > tags/u-boot-imx-20200511 > > > > for you to fetch changes up to d52a03b130565e6b01dcbe656ebeb611d5ee1aa1: > > > > imx8: cpu: check resource owned after sid fail (2020-05-10 20:55:21 +0200) > > > > Applied to u-boot/master, thanks! All i.MX8QXP boards in mainline are not booting after this merge. Could you please apply below patches to fix this: http://patchwork.ozlabs.org/project/uboot/patch/20200516203420.24409-1-agust@denx.de http://patchwork.ozlabs.org/project/uboot/patch/20200519233144.2426-1-agust@denx.de http://patchwork.ozlabs.org/project/uboot/patch/20200520082153.20765-1-agust@denx.de Or alternatively just pull these using below tag in my repo: The following changes since commit 2fa581ba910368d0f7f995fb906d6c5e4218b594: Merge git://git.denx.de/u-boot-sh (2020-05-21 08:26:40 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/imx8qxp-fixes for you to fetch changes up to 4e7413a998ba5666aa4ee0b4f49789f52b1281b1: thermal: imx_scu_thermal: prevent boot hang with zero pdata (2020-05-22 13:29:25 +0200) ---------------------------------------------------------------- - Fix i.MX8QXP boot hang when getting CPU temperature ---------------------------------------------------------------- Anatolij Gustschin (3): cpu: imx8: fix type and rate detection cpu: imx8: use intended cpu-thermal device when getting temp value thermal: imx_scu_thermal: prevent boot hang with zero pdata drivers/cpu/imx8_cpu.c | 50 +++++++++++++++++++++++++------------------------- drivers/thermal/imx_scu_thermal.c | 4 +++- 2 files changed, 28 insertions(+), 26 deletions(-) gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/3357 -- Anatolij
On Fri, May 22, 2020 at 02:09:09PM +0200, Anatolij Gustschin wrote: > On Mon, 11 May 2020 12:04:32 -0400 > Tom Rini trini@konsulko.com wrote: > > > On Mon, May 11, 2020 at 12:29:37PM +0200, Stefano Babic wrote: > > > > > Hi Tom, > > > > > > please pull these i.MX's changes for 2020.07, thanks ! > > > > > > The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d: > > > > > > Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400) > > > > > > are available in the Git repository at: > > > > > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > > > tags/u-boot-imx-20200511 > > > > > > for you to fetch changes up to d52a03b130565e6b01dcbe656ebeb611d5ee1aa1: > > > > > > imx8: cpu: check resource owned after sid fail (2020-05-10 20:55:21 +0200) > > > > > > > Applied to u-boot/master, thanks! > > All i.MX8QXP boards in mainline are not booting after this merge. > Could you please apply below patches to fix this: > > http://patchwork.ozlabs.org/project/uboot/patch/20200516203420.24409-1-agust@denx.de > http://patchwork.ozlabs.org/project/uboot/patch/20200519233144.2426-1-agust@denx.de > http://patchwork.ozlabs.org/project/uboot/patch/20200520082153.20765-1-agust@denx.de > > Or alternatively just pull these using below tag in my repo: > > The following changes since commit 2fa581ba910368d0f7f995fb906d6c5e4218b594: > > Merge git://git.denx.de/u-boot-sh (2020-05-21 08:26:40 -0400) > > are available in the Git repository at: > > https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/imx8qxp-fixes > > for you to fetch changes up to 4e7413a998ba5666aa4ee0b4f49789f52b1281b1: > > thermal: imx_scu_thermal: prevent boot hang with zero pdata (2020-05-22 13:29:25 +0200) > Applied to u-boot/master, thanks!