From: sbabic@denx.de
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,u-boot@lists.denx.de
Subject: [PATCH V2 10/30] imx: ele_ahab: use hextoul
Date: Tue, 11 Jul 2023 21:47:05 +0200 (CEST) [thread overview]
Message-ID: <20230711194707.3FB1786A27@phobos.denx.de> (raw)
In-Reply-To: <20230615100928.25767-11-peng.fan@oss.nxp.com>
> From: Peng Fan <peng.fan@nxp.com>
> Use hextoul which looks a bit simpler.
> 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: 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
=====================================================================
next prev parent reply other threads:[~2023-07-11 19:56 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-15 10:08 [PATCH V2 00/30] imx: misc update and fix Peng Fan (OSS)
2023-06-15 10:08 ` [PATCH V2 01/30] imx: mach: correct SCU API usage Peng Fan (OSS)
2023-07-11 19:42 ` sbabic
2023-06-15 10:08 ` [PATCH V2 02/30] imx: toradex/apalis-imx8: " Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 03/30] imx: toradex/colibri-imx8x: " Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 04/30] imx: siemens/capricorn: " Peng Fan (OSS)
2023-07-11 19:42 ` sbabic
2023-06-15 10:09 ` [PATCH V2 05/30] imx: advantech: " Peng Fan (OSS)
2023-07-11 19:46 ` sbabic
2023-06-15 10:09 ` [PATCH V2 06/30] imx: congatec/cgtqmx8: " Peng Fan (OSS)
2023-07-11 19:41 ` sbabic
2023-06-15 10:09 ` [PATCH V2 07/30] imx: scu_api: update to version 1.16 and add more APIs Peng Fan (OSS)
2023-07-11 19:46 ` sbabic
2023-06-15 10:09 ` [PATCH V2 08/30] imx: use generic name ele(EdgeLockSecure Enclave) Peng Fan (OSS)
2023-07-11 19:45 ` sbabic
2023-06-15 10:09 ` [PATCH V2 09/30] imx: parse-container: fix build warning Peng Fan (OSS)
2023-07-11 19:47 ` sbabic
2023-06-15 10:09 ` [PATCH V2 10/30] imx: ele_ahab: use hextoul Peng Fan (OSS)
2023-07-11 19:47 ` sbabic [this message]
2023-06-15 10:09 ` [PATCH V2 11/30] imx: ele_api: support program secure fuse and return lifecycle Peng Fan (OSS)
2023-07-11 19:42 ` sbabic
2023-06-15 10:09 ` [PATCH V2 12/30] imx: ele_api: add DEK Blob generation Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 13/30] imx: cmd_dek: Fix Uninitialized pointer read Peng Fan (OSS)
2023-07-11 19:42 ` sbabic
2023-06-15 10:09 ` [PATCH V2 14/30] imx: cmd_dek: add ELE DEK Blob generation support Peng Fan (OSS)
2023-07-11 19:44 ` sbabic
2023-06-15 10:09 ` [PATCH V2 15/30] imx: misc: ele_mu: Update MU TR registers count Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 16/30] imx: misc: ele_mu: Update ELE MU driver Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 17/30] imx: imx8ulp: start the ELE RNG at boot Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 18/30] imx: hab: Fix coverity issue in HAB event decoding Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 19/30] imx: image-container: Fix container header checking Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 20/30] imx: iamge-container: support secondary container Peng Fan (OSS)
2023-07-11 19:44 ` sbabic
2023-06-15 10:09 ` [PATCH V2 21/30] imx: bootaux: change names of MACROs used to boot MCU on iMX devices Peng Fan (OSS)
2023-07-11 19:47 ` sbabic
2023-06-15 10:09 ` [PATCH V2 22/30] imx: bootaux: Fix bootaux issue when running on ARM64 Peng Fan (OSS)
2023-07-11 19:45 ` sbabic
2023-06-15 10:09 ` [PATCH V2 23/30] imx: imx8: bootaux: Add i.MX8 M4 boot support Peng Fan (OSS)
2023-07-11 19:44 ` sbabic
2023-06-15 10:09 ` [PATCH V2 24/30] imx: imx8m: clock: not configure reserved SRC register Peng Fan (OSS)
2023-07-11 19:42 ` sbabic
2023-06-15 10:09 ` [PATCH V2 25/30] imx: parse-container: Use malloc for container processing Peng Fan (OSS)
2023-07-11 19:44 ` sbabic
2023-06-15 10:09 ` [PATCH V2 26/30] imx: ahab: Update AHAB for iMX8 and iMX8ULP Peng Fan (OSS)
2023-07-11 19:43 ` sbabic
2023-06-15 10:09 ` [PATCH V2 27/30] imx: imx8: ahab: sha256: enable image verification using ARMv8 crypto extension Peng Fan (OSS)
2023-07-11 19:44 ` sbabic
2023-06-15 10:09 ` [PATCH V2 28/30] imx: imx8m: add CAAM_BASE_ADDR Peng Fan (OSS)
2023-07-11 19:47 ` sbabic
2023-06-15 10:09 ` [PATCH V2 29/30] imx: priblob: Update to use structure Peng Fan (OSS)
2023-07-11 19:44 ` sbabic
2023-06-15 10:09 ` [PATCH V2 30/30] imx: fsl_sec: preprocessor casting issue with addresses involving math Peng Fan (OSS)
2023-07-11 19:47 ` 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=20230711194707.3FB1786A27@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox