Copyright (c) 2018-2019, Arm Limited or its affiliates. More...
#include "val.h"
Go to the source code of this file.
Data Structures | |
struct | _TARGET_CFG_HDR_ |
Target Configuration Header. More... | |
struct | _CFG_HDR_TYPE_ |
struct | _MEM_INFO_DESC_ |
Memory Information. More... | |
struct | _MEM_REGION_ |
struct | _SOC_PER_INFO_NUM_ |
struct | _SOC_PER_INFO_DESC_ |
struct | _MISCELLANEOUS_INFO_HDR_ |
System Miscellaneous Information. More... | |
struct | _MISCELLANEOUS_INFO_DESC_ |
Typedefs | |
typedef enum _GROUP_CONFIG_ID_ | group_cfg_id_t |
Config IDs for each group/component 31:24 : MAJOR (group) 23:16 : MINOR (component) 16:8 : SUB-component 7:0 : INSTANCE (instance of same component) More... | |
typedef enum _COMPONENT_GROUPING_ | comp_group_assign_t |
Assign group type to each system component. More... | |
typedef struct _TARGET_CFG_HDR_ | target_cfg_hdr_t |
Target Configuration Header. More... | |
typedef struct _MEM_INFO_DESC_ | memory_hdr_t |
Memory Information. More... | |
typedef struct _MISCELLANEOUS_INFO_HDR_ | miscellaneous_hdr_t |
System Miscellaneous Information. More... | |
Enumerations |
Copyright (c) 2018-2019, Arm Limited or its affiliates.
All rights reserved. SPDX-License-Identifier : Apache-2.0
Licensed 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.
Definition in file val_target.h.
typedef enum _COMPONENT_GROUPING_ comp_group_assign_t |
Assign group type to each system component.
typedef enum _GROUP_CONFIG_ID_ group_cfg_id_t |
Config IDs for each group/component 31:24 : MAJOR (group) 23:16 : MINOR (component) 16:8 : SUB-component 7:0 : INSTANCE (instance of same component)
typedef struct _MEM_INFO_DESC_ memory_hdr_t |
Memory Information.
typedef struct _MISCELLANEOUS_INFO_HDR_ miscellaneous_hdr_t |
System Miscellaneous Information.
typedef struct _TARGET_CFG_HDR_ target_cfg_hdr_t |
Target Configuration Header.
enum _COMPONENT_GROUPING_ |
Assign group type to each system component.
Definition at line 79 of file val_target.h.
enum _GROUP_CONFIG_ID_ |
Config IDs for each group/component 31:24 : MAJOR (group) 23:16 : MINOR (component) 16:8 : SUB-component 7:0 : INSTANCE (instance of same component)
Definition at line 48 of file val_target.h.