Home
last modified time | relevance | path

Searched full:validation (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/openbmc/phosphor-settingsd/
H A Dsettings.yaml12 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 Dvalidate-regulators-config_tests.cpp150 // 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 Dgen-section-memory.c22 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 Dgen-section-ccix-per.c26 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 Dgen-section-ia32x64.c54 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 Dgen-section-pci-bus.c22 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 Dgen-section-cxl-component.c26 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 Dgen-section-pci-dev.c27 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 Dgen-section-pcie.c24 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 Dgen-section-generic.c22 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 Dgen-section-cxl-protocol.c31 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 Dgen-section-arm.c61 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/libcper/sections/
H A Dcper-section-ipf.c42 //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 Dgen_robot_valid.py4 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 Dforms.md20 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 DHypervisorInterface-default-p10bmc.override.yml12 Validation:
27 Validation:
45 Validation:
60 Validation:
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/
H A Dhost-template.yaml42 Validation:
88 Validation:
92 #needs to implement address validation TODO openbmc/issues/2046
100 Validation:
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex94 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/u-boot/doc/
H A DREADME.esbc_validate24 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-kernel/linux/
H A Dlinux-yocto-dev.bb37 # 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/openbmc/poky/meta/recipes-graphics/vulkan/
H A Dvulkan-validation-layers_1.4.313.0.bb1 SUMMARY = "Vulkan Validation layers"
2 DESCRIPTION = "Khronos official Vulkan validation layers to assist developers \
45 # vulkan-validation-layers, spirv-headers, spirv-tools,
/openbmc/intel-ipmi-oem/
H A Dmeson.options8 'bmc-validation-unsecure-feature',
10 …description: 'Enables unsecure features required by validation. Note: must be turned off for produ…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DSpecialMode.interface.yaml24 Indicate that BMC is in validation mode, and can execute any
25 special validation related commands
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cukinia/
H A Dcukinia_0.7.0.bb1 SUMMARY = "Linux firmware validation framework"
3 developers run simple system-level validation tests on their firmware."
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.h313 * @csum_valid: checksum validation result
314 * @ret: true if validation was performed, false in case packet is
315 * not TCP/UDP or checksum validation is not possible
324 * @csum_valid: checksum validation result
325 * @ret: true if validation was performed, false in case packet is
326 * not TCP/UDP or checksum validation is not possible

12345678910>>...22