All of lore.kernel.org
 help / color / mirror / Atom feed
From: sbabic@denx.de
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,u-boot@lists.denx.de
Subject: [PATCH V2 33/53] imx: imx9: Add M33 release prepare function
Date: Tue, 26 Jul 2022 15:52:36 +0200 (CEST)	[thread overview]
Message-ID: <20220726135238.E600084223@phobos.denx.de> (raw)
In-Reply-To: <20220726084123.2508-34-peng.fan@oss.nxp.com>

> From: Peng Fan <peng.fan@nxp.com>
> To support on-demand booting M33 image from A core. SPL needs
> to follow M33 kick up sequence to release M33 firstly,
> then set M33 CPUWAIT signal. ATF will clear CPUWAIT to kick
> M33 to run.
> The prepare function also works around the M33 TCM ECC issue by
> clean the TCM. Also enable sentinel handshake and WDOG1 clock
> for M33 stop and reset.
> Signed-off-by: Ye Li <ye.li@nxp.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, 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@denx.de
=====================================================================

  reply	other threads:[~2022-07-26 13:54 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  8:40 [PATCH V2 00/53] NXP-IMX pending patches Peng Fan (OSS)
2022-07-26  8:40 ` [PATCH V2 01/53] spl: imx8mm: enlarge SPL_MAX_SIZE Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2023-04-20  6:57   ` Frieder Schrempf
2023-04-26  1:38     ` Peng Fan
2022-07-26  8:40 ` [PATCH V2 02/53] arm: makefile: cleanup mach-imx usage Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 03/53] imx: Change USB boot device type Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 04/53] imx: spl: Allow iMX7/8/8M to overwrite spl_board_boot_device Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 05/53] imx: simplify dependency with SPL_BOOTROM_SUPPORT Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 06/53] imx: move get_boot_device to common header Peng Fan (OSS)
2022-07-26 13:55   ` sbabic
2022-07-26  8:40 ` [PATCH V2 07/53] imx: move get_boot_device to common file Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 08/53] imx: add USB2_BOOT type Peng Fan (OSS)
2022-07-26 13:51   ` sbabic
2022-07-26  8:40 ` [PATCH V2 09/53] imx: add basic i.MX9 support Peng Fan (OSS)
2022-07-26 13:55   ` sbabic
2022-07-26  8:40 ` [PATCH V2 10/53] fsl_lpuart: add " Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 11/53] gpio: pca953x: support pcal6524 Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 12/53] imx: pinctrl: add pinctrl and pinfunc file for i.MX93 Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 13/53] imx: imx9: Add CCM and clock API support Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 14/53] mmc: fsl_esdhc_imx: Support i.MX9 Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 15/53] spl: Use SPL_FIT_IMAGE_TINY for iMX9 Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 16/53] imx: imx9: Add function to initialize timer Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 17/53] imx: imx9: disable watchdog Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 18/53] imx: imx9: support romapi Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 19/53] misc: imx: S400_API: Move S400 MU and API to a common place Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 20/53] misc: s4mu: Support iMX93 with Sentinel MU Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 21/53] misc: S400_API: Update release RDC API Peng Fan (OSS)
2022-07-26 13:51   ` sbabic
2022-07-26  8:40 ` [PATCH V2 22/53] misc: S400_API: New API for FW status and chip info Peng Fan (OSS)
2022-07-26 13:51   ` sbabic
2022-07-26  8:40 ` [PATCH V2 23/53] misc: s400_api: introduce ahab_release_m33_trout Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 24/53] imx: imx9: Add TRDC driver for TRDC init Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:40 ` [PATCH V2 25/53] imx: imx9: Add AHAB boot support Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 26/53] imx: imx9: Get the chip revision through S400 API Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 27/53] misc: S400_API: Rename imx8ulp_s400_msg to sentinel_msg Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:40 ` [PATCH V2 28/53] misc: imx8ulp: move fuse.c from imx8ulp to sentinel Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:40 ` [PATCH V2 29/53] misc: fuse: support to access fuse on i.MX93 Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:41 ` [PATCH V2 30/53] misc: fuse: update the code for accessing fuse of i.MX93 Peng Fan (OSS)
2022-07-26 13:51   ` sbabic
2022-07-26  8:41 ` [PATCH V2 31/53] imx: imx9: Add gpio registers structure Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:41 ` [PATCH V2 32/53] imx: imx9: Add MIX power init Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:41 ` [PATCH V2 33/53] imx: imx9: Add M33 release prepare function Peng Fan (OSS)
2022-07-26 13:52   ` sbabic [this message]
2022-07-26  8:41 ` [PATCH V2 34/53] imx: imx9: Support booting m33 from Acore Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:41 ` [PATCH V2 35/53] imx: imx9: Support multiple env storages at runtime Peng Fan (OSS)
2022-07-26 13:51   ` sbabic
2022-07-26  8:41 ` [PATCH V2 36/53] imx: imx9: clock: Add DDR clock support Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 37/53] ddr: imx: Add i.MX9 DDR controller driver Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-11-07 11:59   ` Frieder Schrempf
2022-07-26  8:41 ` [PATCH V2 38/53] ddr: imx9: enable Performance monitor counter Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:41 ` [PATCH V2 39/53] arm: dts: Add i.MX93 SoC DTSi file Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:41 ` [PATCH V2 40/53] imx: imx93_evk: Add basic board support Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:41 ` [PATCH V2 41/53] imx: imx93_evk: Set ARM clock to 1.7Ghz Peng Fan (OSS)
2022-07-26 13:51   ` sbabic
2022-07-26  8:41 ` [PATCH V2 42/53] net: fec_mxc: support i.MX93 Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:41 ` [PATCH V2 43/53] net: dwc_eth_qos: fix build break when CLK not enabled Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:41 ` [PATCH V2 44/53] net: dwc_eth_qos: public some functions Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 45/53] net: dwc_eth_qos: move i.MX code out Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 46/53] net: eqos: add function to get phy node and address Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 47/53] net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:41 ` [PATCH V2 48/53] board: freescale: imx93_evk: support ethernet Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 49/53] tools: image: support i.MX93 Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 50/53] arm: dts: imx8m: update binman ddr firmware node name Peng Fan (OSS)
2022-07-26 13:53   ` sbabic
2022-07-26  8:41 ` [PATCH V2 51/53] ddr: imx8m: helper: load ddr firmware according to binman symbols Peng Fan (OSS)
2022-07-26 13:52   ` sbabic
2022-07-26  8:41 ` [PATCH V2 52/53] arm: dts: imx8m: shrink ddr firmware size to actual file size Peng Fan (OSS)
2022-07-26 13:54   ` sbabic
2022-07-26  8:41 ` [PATCH V2 53/53] imx: imx8mm-icore: migrate to use BINMAN Peng Fan (OSS)
2022-07-26 13:54   ` sbabic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220726135238.E600084223@phobos.denx.de \
    --to=sbabic@denx.de \
    --cc=peng.fan@oss.nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.