/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/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/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() 37 *validation = 0xD5; in generate_section_pcie()
|
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()
|
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()
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-bus-usb-lvstest |
|
D | evm |
|
/openbmc/libcper/sections/ |
H A D | cper-section-ipf.c | 42 //Validation bits. in cper_section_ipf_to_ir() 43 json_object *validation = json_object_new_object(); in cper_section_ipf_to_ir() local 44 json_object_object_add(validation, "errorMapValid", in cper_section_ipf_to_ir() 47 json_object_object_add(validation, "stateParameterValid", in cper_section_ipf_to_ir() 51 validation, "crLIDValid", in cper_section_ipf_to_ir() 54 validation, "psiStaticStructValid", in cper_section_ipf_to_ir() 58 validation, "cpuInfoValid", in cper_section_ipf_to_ir() 60 json_object_object_add(section_ir, "validationBits", validation); in cper_section_ipf_to_ir() 120 //PSI validation bits. in cper_section_ipf_to_ir() 165 //Validation bits. in cper_ipf_mod_error_to_ir() [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. 239 # Modify the validation function docstrings by calling customize_doc_string for each function in the
|
/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/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:
|
/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/linux/drivers/gpu/drm/amd/amdgpu/ |
D | ta_secureDisplay_if.h |
|
/openbmc/linux/tools/objtool/Documentation/ |
D | objtool.txt |
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 42 Validation: 88 Validation: 92 #needs to implement address validation TODO openbmc/issues/2046 100 Validation:
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | linux-yocto-dev.bb | 37 # yaml and dtschema are required for 5.16+ device tree validation, libyaml is checked 43 PACKAGECONFIG[dt-validation] = ",,python3-dtschema-native" 44 # we need the wrappers if validation isn't in the packageconfig 45 DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'dt-validation', '', 'python3-dtschema-wrapper-na…
|
/openbmc/u-boot/doc/ |
H A D | README.esbc_validate | 24 3. In the event of header or signature failure in validation, 38 This feature allows large number of keys to be used for esbc validation 40 which can be further used for esbc validation of images.
|
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/ |
H A D | vulkan-validation-layers_1.4.313.0.bb | 1 SUMMARY = "Vulkan Validation layers" 2 DESCRIPTION = "Khronos official Vulkan validation layers to assist developers \ 45 # vulkan-validation-layers, spirv-headers, spirv-tools,
|