| /openbmc/libcper/generator/sections/ |
| H A D | gen-section-memory.c | 22 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory() local 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 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-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-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-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-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-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-arm.c | 62 UINT32 *validation = (UINT32 *)section; in generate_section_arm() local 63 *validation &= 0xF; in generate_section_arm() 65 *validation = 0xF; in generate_section_arm() 67 *validation = 0xA; in generate_section_arm() 115 UINT16 *validation = (UINT16 *)(error_info + 2); in generate_arm_error_info() local 116 *validation &= 0x1F; in generate_arm_error_info() 118 *validation = 0x1F; in generate_arm_error_info() 120 *validation = 0x15; in generate_arm_error_info()
|
| 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-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()
|
| /openbmc/libcper/sections/ |
| H A D | cper-section-ipf.c | 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() 166 json_object *validation = bitfield_to_ir( in cper_ipf_mod_error_to_ir() local 168 json_object_object_add(mod_error_ir, "validationBits", validation); in cper_ipf_mod_error_to_ir()
|
| /openbmc/intel-ipmi-oem/ |
| H A D | meson.options | 8 'bmc-validation-unsecure-feature', 10 …description: 'Enables unsecure features required by validation. Note: must be turned off for produ…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cukinia/ |
| H A D | cukinia_0.7.0.bb | 1 SUMMARY = "Linux firmware validation framework" 3 developers run simple system-level validation tests on their firmware."
|
| /openbmc/u-boot/tools/ |
| H A D | socfpgaimage.c | 68 uint32_t validation; member 77 uint32_t validation; member 125 .validation = cpu_to_le32(VALIDATION_WORD), in sfp_build_header() 133 .validation = cpu_to_le32(VALIDATION_WORD), in sfp_build_header() 174 if (le32_to_cpu(header_v0.validation) != VALIDATION_WORD) in sfp_verify_header()
|
| /openbmc/webui-vue/docs/guide/quickstart/ |
| H A D | forms.md | 20 text, and visual validation state feedback. Learn more about commonly used form 34 For custom form validation messages, disable browser native HTML5 validation by 36 validation state and add custom validation messages in the
|
| /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/openbmc/meta-openembedded/meta-oe/recipes-support/yyjson/ |
| H A D | yyjson_0.11.1.bb | 14 PACKAGECONFIG ??= "reader writer utils fast-fp-conv non-standard utf8-validation unaligned-memory-a… 20 PACKAGECONFIG[utf8-validation] = "-DYYJSON_DISABLE_UTF8_VALIDATION=OFF,-DYYJSON_DISABLE_UTF8_VALIDA…
|
| /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-build-scripts/jenkins/ |
| H A D | README.md | 13 | CI-MISC/openbmc-userid-validation | jenkins/userid-validation | |
|
| /openbmc/webui-vue/docs/guide/components/file-upload/ |
| H A D | readme.md | 21 - `state` - Controls the validation state appearance of the component. `true` 22 for valid, `false` for invalid, or `null` for no validation state
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pydantic-core_2.34.1.bb | 1 SUMMARY = "Provides the core functionality for pydantic validation and serialization." 3 pydantic validation and serialization.\
|
| H A D | python3-cerberus_1.3.7.bb | 1 SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries."
|
| H A D | python3-trafaret_2.1.1.bb | 1 SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp."
|
| /openbmc/entity-manager/ |
| H A D | meson.options | 36 description: 'Run JSON schema validation during the build.', 42 description: 'Run JSON schema validation at runtime.',
|
| /openbmc/openbmc/poky/meta/recipes-graphics/vulkan/ |
| H A D | vulkan-validation-layers_1.4.313.0.bb | 2 DESCRIPTION = "Khronos official Vulkan validation layers to assist developers \ 45 # vulkan-validation-layers, spirv-headers, spirv-tools,
|