acassis commented on code in PR #15970:
URL: https://github.com/apache/nuttx/pull/15970#discussion_r1990122716


##########
arch/arm64/src/imx9/hardware/imx9_ele.h:
##########
@@ -0,0 +1,78 @@
+/****************************************************************************
+ * arch/arm64/src/imx9/hardware/imx9_ele.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
+ * License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ ****************************************************************************/
+
+#ifndef __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX9_ELE_H
+#define __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX9_ELE_H
+
+/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+#include <hardware/imx9_memorymap.h>
+
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#define ELE_MAX_MSG             255U
+#define AHAB_VERSION            0x6
+#define AHAB_CMD_TAG            0x17
+#define AHAB_RESP_TAG           0xe1
+#define ELE_RELEASE_RDC_REQ     0xc4
+#define ELE_READ_FUSE_REQ       0x97
+#define ELE_GET_EVENTS          0xa2
+#define ELE_DERIVE_KEY_REQ      0xa9
+#define ELE_FWD_LIFECYCLE_UP    0x95
+#define ELE_OK                  0xd6
+
+#define ELE_MU_TCR (IMX9_S3MUA_BASE+ 0x120)
+#define ELE_MU_TSR (IMX9_S3MUA_BASE+ 0x124)
+#define ELE_MU_RCR (IMX9_S3MUA_BASE+ 0x128)
+#define ELE_MU_RSR (IMX9_S3MUA_BASE+ 0x12c)

Review Comment:
   @arikimari please fix the spacing issue



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to