/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | validate-regulators-config_tests.cpp | 150 // run the validation tool with the temporary file and return the output in runToolForOutputWithCommand() 151 // of the validation tool. in runToolForOutputWithCommand() 154 // get the jsonschema print from validation tool. in runToolForOutputWithCommand() 157 // to get the stdout from the validation tool. in runToolForOutputWithCommand() 441 EXPECT_JSON_INVALID(configFile, "Validation failed.", in TEST() 448 EXPECT_JSON_INVALID(configFile, "Validation failed.", in TEST() 455 EXPECT_JSON_INVALID(configFile, "Validation failed.", in TEST() 462 EXPECT_JSON_INVALID(configFile, "Validation failed.", in TEST() 471 configFile, "Validation failed.", in TEST() 481 configFile, "Validation failed.", in TEST() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hubp.c | 262 DC_LOG_DEBUG("DML Validation | Running Validation"); in hubp21_validate_dml_output() 291 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp21_validate_dml_output() 294 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 297 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 300 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actu… in hubp21_validate_dml_output() 303 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 307 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 310 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp21_validate_dml_output() 313 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output() 316 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual… in hubp21_validate_dml_output() [all …]
|
/openbmc/phosphor-settingsd/ |
H A D | settings.yaml | 12 validation: range 17 validation: list 23 validation: None 28 validation: list 36 validation: range 41 validation: list 47 validation: custom 53 validation: list 59 validation: list 65 validation: list [all …]
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_validation.c | 39 * struct vmw_validation_bo_node - Buffer object validation metadata. 40 * @base: Metadata used for TTM reservation- and validation. 54 * struct vmw_validation_res_node - Resource validation metadata. 55 * @head: List head for the resource validation list. 62 * @no_buffer_needed: Kernel does not need to allocate a MOB during validation, 64 * @switching_guest_memory_bo: The validation process is switching backup MOB. 66 * validation batch. 91 * vmw_validation_mem_alloc - Allocate kernel memory from the validation 93 * @ctx: The validation context 98 * reclaimed after validation when calling any of the exported functions: [all …]
|
H A D | vmwgfx_validation.h | 42 * struct vmw_validation_context - Per command submission validation context 44 * @resource_list: List head for resource validation metadata 45 * @resource_ctx_list: List head for resource validation metadata for 82 * DECLARE_VAL_CONTEXT - Declare a validation context with initialization 87 * as well unless the number of resources and buffer objects per validation 104 * vmw_validation_has_bos - return whether the validation context has 107 * @ctx: The validation context 118 * validation context 119 * @ctx: The validation context 135 * with a validation context [all …]
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-memory.c | 22 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory() local 23 //Validation 22-63 reserved. 19/20=0 for bank in generate_section_memory() 24 *validation &= 0x27FFFF; in generate_section_memory() 26 *validation = 0x27FFFF; in generate_section_memory() 28 *validation = 0x275555; in generate_section_memory() 53 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory2() local 54 //Validation 22-63, 20/21 is 0 since 6 is valid in generate_section_memory2() 55 *validation &= 0xFFFFF; in generate_section_memory2() 57 *validation = 0xFFFFF; in generate_section_memory2() 59 *validation = 0x55555; in generate_section_memory2()
|
H A D | gen-section-ccix-per.c | 26 UINT32 *validation = (UINT32 *)(bytes + 4); in generate_section_ccix_per() local 27 *validation &= 0x7; //Validation bits 3-63. in generate_section_ccix_per() 28 *(validation + 1) = 0; //Validation bits 3-63. in generate_section_ccix_per() 30 *validation = 0x7; in generate_section_ccix_per() 32 *validation = 0x5; in generate_section_ccix_per()
|
H A D | gen-section-ia32x64.c | 54 UINT64 *validation = (UINT64 *)section; in generate_section_ia32x64() local 55 *validation &= 0x3; in generate_section_ia32x64() 57 *validation = 0x3; in generate_section_ia32x64() 59 *validation = 0x2; in generate_section_ia32x64() 61 *validation |= error_structure_num << 2; in generate_section_ia32x64() 62 *validation |= context_structure_num << 8; in generate_section_ia32x64() 91 UINT64 *validation = (UINT64 *)(error_structure + 16); in generate_ia32x64_error_structure() local 92 *validation &= 0x1F; in generate_ia32x64_error_structure() 94 *validation = 0x1F; in generate_ia32x64_error_structure() 96 *validation = 0x15; in generate_ia32x64_error_structure()
|
H A D | gen-section-pci-bus.c | 22 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_bus() local 23 *validation &= 0x1FF; //Validation 9-63 in generate_section_pci_bus() 25 *validation = 0x1FF; in generate_section_pci_bus() 27 *validation = 0x155; in generate_section_pci_bus()
|
H A D | gen-section-cxl-component.c | 26 UINT32 *validation = (UINT32 *)(bytes + 4); in generate_section_cxl_component() local 27 *validation &= 0x7; in generate_section_cxl_component() 29 *validation = 0x7; in generate_section_cxl_component() 31 *validation = 0x5; in generate_section_cxl_component() 33 *(validation + 1) = 0; in generate_section_cxl_component()
|
H A D | gen-section-pci-dev.c | 27 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_dev() local 28 *validation &= 0x1F; //Validation 5-63 in generate_section_pci_dev() 30 *validation = 0x1F; in generate_section_pci_dev() 32 *validation = 0x15; in generate_section_pci_dev()
|
H A D | gen-section-pcie.c | 24 UINT64 *validation = (UINT64 *)bytes; in generate_section_pcie() local 25 *validation &= 0xFF; //Validation 8-63 in generate_section_pcie() 27 *validation = 0xFF; in generate_section_pcie() 29 *validation = 0x55; in generate_section_pcie()
|
H A D | gen-section-arm.c | 61 UINT32 *validation = (UINT32 *)section; in generate_section_arm() local 62 *validation &= 0xF; in generate_section_arm() 64 *validation = 0xF; in generate_section_arm() 66 *validation = 0xA; in generate_section_arm() 113 UINT16 *validation = (UINT16 *)(error_info + 2); in generate_arm_error_info() local 114 *validation &= 0x1F; in generate_arm_error_info() 116 *validation = 0x1F; in generate_arm_error_info() 118 *validation = 0x15; in generate_arm_error_info()
|
H A D | gen-section-cxl-protocol.c | 31 UINT64 *validation = (UINT64 *)bytes; in generate_section_cxl_protocol() local 32 *validation &= 0x67; in generate_section_cxl_protocol() 34 *validation = 0x67; in generate_section_cxl_protocol() 36 *validation = 0x25; in generate_section_cxl_protocol() 47 *validation |= in generate_section_cxl_protocol()
|
H A D | gen-section-generic.c | 22 UINT64 *validation = (UINT64 *)*location; in generate_section_generic() local 23 *validation &= 0x1FFF; in generate_section_generic() 25 *validation = 0x1FFF; in generate_section_generic() 27 *validation = 0x1555; in generate_section_generic()
|
/openbmc/libcper/sections/ |
H A D | cper-section-ipf.c | 24 //Validation bits. in cper_section_ipf_to_ir() 25 json_object *validation = json_object_new_object(); in cper_section_ipf_to_ir() local 26 json_object_object_add(validation, "errorMapValid", in cper_section_ipf_to_ir() 29 json_object_object_add(validation, "stateParameterValid", in cper_section_ipf_to_ir() 33 validation, "crLIDValid", in cper_section_ipf_to_ir() 36 validation, "psiStaticStructValid", in cper_section_ipf_to_ir() 40 validation, "cpuInfoValid", in cper_section_ipf_to_ir() 42 json_object_object_add(section_ir, "validationBits", validation); in cper_section_ipf_to_ir() 102 //PSI validation bits. in cper_section_ipf_to_ir() 147 //Validation bits. in cper_ipf_mod_error_to_ir() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb-lvstest | 1 Link Layer Validation Device is a standard device for testing of Super 10 for Link Layer Validation device. It is needed for TD.7.06. 17 Validation device is connected. Timeout value must be between 0 25 Validation device is connected. Timeout value must be between 0 32 Write to this node to issue "Reset" for Link Layer Validation 40 Validation device. It is needed for TD.7.35 and TD.7.36. 47 Validation device. It is needed for TD.7.36. 53 with Link Layer Validation device. It is needed for TD.7.34. 58 Write to this node to issue "Warm Reset" for Link Layer Validation
|
H A D | evm | 24 0 Enable HMAC validation and creation 25 1 Enable digital signature validation 27 runtime. Not supported if HMAC validation and 36 will enable HMAC validation and creation 42 will enable HMAC and digital signature validation and 49 will enable digital signature validation, permit
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 1345 DC_LOG_DEBUG("DML Validation | Running Validation"); in hubp2_validate_dml_output() 1375 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp2_validate_dml_output() 1378 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1381 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1384 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actu… in hubp2_validate_dml_output() 1387 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1391 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1394 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp2_validate_dml_output() 1397 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() 1400 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual… in hubp2_validate_dml_output() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_valid.py | 4 This module provides validation functions like valid_value(), valid_integer(), etc. for robot progr… 40 Do initialization for variable validation and return var_name, args and kwargs. 42 This function is to be called by all of the various validation functions in this module. 48 args The positional arguments to be passed to a validation function. 49 kwargs The keyword arguments to be passed to a validation function. 76 # The docstring header will be prepended to each validation function's existing docstring. 88 …The caller should pass a docstring from a gen_valid.py validation function. This docstring will be 89 changed to make a suitable docstring for this module's corresponding validation function. 235 # Modify the validation function docstrings by calling customize_doc_string for each function in the
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 94 validationBits & object & A CPER header validation bitfield as described in Subsection \ref{subsect… 102 platformID & string (\textbf{optional}) & If validation bit is set, uniquely identifying GUID of th… 104 partitionID & string (\textbf{optional}) & If validation bit is set, GUID identifying the partition… 127 % Header validation bitfield. 128 \subsection{Header Validation Bitfield Structure} 137 \jsontableend{Header validation bitfield structure field table.} 180 fruID & string (\textbf{optional}) & If validation field set, the FRU ID of the section reporting t… 185 fruText & string (\textbf{optional}) & If validation field set, ASCII string identifying the FRU ha… 258 validationBits & object & A Generic Processor Error Validation Structure, as described in Subsectio… 291 % Generic processor error validation structure. [all …]
|
/openbmc/webui-vue/docs/guide/quickstart/ |
H A D | forms.md | 20 text, and visual validation state feedback. Learn more about commonly used form 32 ## Validation section in Forms 34 For custom form validation messages, disable browser native HTML5 validation by 36 validation state and add custom validation messages in the
|
/openbmc/linux/tools/objtool/Documentation/ |
H A D | objtool.txt | 18 - Stack unwinding metadata validation -- useful for helping to ensure 24 - Retpoline validation -- ensures that all indirect calls go through 31 - Non-instrumentation validation -- validates non-instrumentable 39 - Uaccess validation -- validates uaccess rules for a proper 42 - Straight Line Speculation validation -- validates certain SLS 45 - Indirect Branch Tracking validation -- validates Intel CET IBT rules 71 - If noinstr validation is enabled, it also runs on vmlinux.o, with all 95 Stack validation 98 Objtool's stack validation feature analyzes every .o file and ensures 196 To achieve the validation, objtool enforces the following rules: [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | ta_secureDisplay_if.h | 34 /* Query whether TA is responding used only for validation purpose */ 115 * Output buffer format for query TA whether TA is responding used only for validation purpose 118 /* return value from TA when it is queried for validation purpose only */ 124 * and used to write to I2C used only for validation purpose 135 /* Query TA output buffer format used only for validation purpose*/ 137 /* Send ROI CRC output buffer format used only for validation purpose */
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | HypervisorInterface-default-p10bmc.override.yml | 12 Validation: 27 Validation: 45 Validation: 60 Validation:
|