Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl29 my %structs;
113 $structs{$s} = "struct :c:type:`$s`\\ ";
169 delete $structs{$1} if (exists($structs{$1}));
220 $structs{$old} = $new if (exists($structs{$old}));
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
300 foreach my $r (keys %structs) {
301 my $s = $structs{$r};
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py353 structs = {}
364 if node_name in structs:
365 struct = structs[node_name]
375 structs[node_name] = fields
380 struct = structs[node_name]
390 return structs
420 def generate_structs(self, structs): argument
432 for name in sorted(structs):
434 for pname in sorted(structs[name]):
435 prop = structs[name][pname]
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch19 include/dt-structs.h | 11 +++++++
25 diff --git a/include/dt-structs.h b/include/dt-structs.h
27 --- a/include/dt-structs.h
28 +++ b/include/dt-structs.h
67 +#include <dt-structs.h>
H A D0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch24 +#include <dt-structs.h>
H A D0050-fwu-Use-metadata-v2.patch8 U-Boot metadata is aligned with the TF-A and TF-M structs.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-Define-in_-structs-for-non-glibc-system-libs.patch4 Subject: [PATCH] Define in_* structs for non-glibc system libs
6 These defines and structs are required to be coming from
10 to infer that these structs should be defined in linux/in.h
/openbmc/u-boot/scripts/
H A Dconst_structs.checkpatch1 # Put structs here that should be constant
H A DMakefile.spl290 include/generated/dt-structs-gen.h
297 include/generated/dt-structs-gen.h: $(obj)/$(SPL_BIN).dtb dts_dir FORCE
/openbmc/qemu/hw/uefi/
H A DLIMITATIONS.md5 - accessing structs in guest ram is done without endian conversion.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitstruct_8.21.0.bb1 DESCRIPTION = "This module performs conversions between Python values and C bit field structs repre…
/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/
H A D0001-conf2struct-Use-the-right-perl.patch22 # conf2struct: generate libconf parsers that read to structs
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch4 Subject: [PATCH 1/9] Platform: Corstone1000: Align capsule UEFI structs
8 The structs have to be aligned in the TF-M side parser to avoid
H A D0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch6 This upgrades metadata data structs from v1 to v2 as described in PSA
11 structs in TF-M side had to be aligned to keep the compatibility.
61 + /* Array of fwu_image_entry structs */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch4 Subject: [PATCH] git-changebar: Adjust structs for libgit2 1.4.x
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0021-Align-PSA-Crypto-structs-with-TF-Mv2.1.1.patch4 Subject: [PATCH] Align PSA Crypto structs with TF-Mv2.1.1
H A D0014-Revert-Make-constraints-of-NV-UEFI-variables-persist.patch326 - /* Not a whole number of variable_metadata structs! */
339 + /* Not a whole number of variable_metadata structs! */
353 - /* Not a whole number of variable_constraints structs! */
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Doe_cmake_fixup.patch27 # Determine how to pack structs on this platform.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/
H A D0001-tests-Include-missing-sys-time.h.patch7 is not included indirectly and select() and timeval structs are used
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch38 - inside structs, so it is currently not possible to use 64-bit
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch4 Subject: [PATCH] Align structs casts with time_t elements to 8byte boundary
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin-sipe_1.25.0.bb12 file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Support-OpenSSL-1.1.patch8 structs having been made opaque.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc.inc13 file://0001-Define-in_-structs-for-non-glibc-system-libs.patch \
/openbmc/u-boot/doc/driver-model/
H A Dof-plat.txt207 #include <dt-structs.h>
290 The dt-structs.h file includes the generated file
291 (include/generated//dt-structs.h) if CONFIG_SPL_OF_PLATDATA is enabled.
292 Otherwise (such as in U-Boot proper) these structs are not available. This
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch6 namely redefinition of some structs provided by netinet/in.h.

123