Searched +full:avb +full:- +full:algorithm (Results 1 – 21 of 21) sorted by relevance
6 Enables software based BCH ECC algorithm present in lib/bch.c7 This is used by SoC platforms which do not have built-in ELM13 Enabling this option will pass "-O2" to gcc when compiling26 This option allows you to use the built-in libgcc implementation27 of U-Boot instead of the one provided by the compiler.68 If this variable is defined, U-Boot is linked against the74 bool "Pseudo-random library support "76 This library provides pseudo-random number generator functions.82 The faster memset() is the arch-specific one (if available) enabled85 size-constrained envrionments even this may be too big. Enable this[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alexandre Torgue <alexandre.torgue@st.com>11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>12 - Jose Abreu <joabreu@synopsys.com>23 - snps,dwmac24 - snps,dwmac-3.50a25 - snps,dwmac-3.61026 - snps,dwmac-3.70a[all …]
3 set -e12 echo "$0 [ -n/f/s/d/l/u/h or --su_pswd]"14 echo " Generate new AVB keys"17 echo " Must generated keys [-n] firstly"19 echo " [ -b < /path/to/boot.img > ]: Sign boot.img"20 echo " [ -r < /path/to/recovery.img > ]: Sign recovery.img"25 echo " --su_pswd Set super user password for fastboot"32 echo -n $PRODUCT_ID > $KEYS/product_id.bin34 …openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM -out $KEYS/testkey_prk.p…35 …openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM -out $KEYS/testkey_psk.p…[all …]
25 """Command-line tool for working with Android Verified Boot images."""56 """Application-specific errors.58 These errors represent issues for which a stack-trace should not be69 class Algorithm(object): class70 """Contains details about an algorithm.74 The constant |ALGORITHMS| is a dictionary from human-readable98 # The PKC1-v1.5 padding is a blob of binary DER of ASN.1 and is101 'NONE': Algorithm(108 'SHA256_RSA2048': Algorithm(115 # PKCS1-v1_5 padding[all …]
25 """Command-line tool for working with Android Verified Boot images."""52 """Application-specific errors.54 These errors represent issues for which a stack-trace should not be65 class Algorithm(object): class66 """Contains details about an algorithm.71 The constant |ALGORITHMS| is a dictionary from human-readable95 # The PKC1-v1.5 padding is a blob of binary DER of ASN.1 and is98 'NONE': Algorithm(105 'SHA256_RSA2048': Algorithm(112 # PKCS1-v1_5 padding[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 Copyright (C) 2007-2011 STMicroelectronics Ltd26 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins35 * invalid and will cause the filtering algorithm to use Multicast57 * dwmac1000_validate_ucast_entries - validate the Unicast address entries88 * stmmac_axi_setup - parse DT parameters for programming the AXI register91 * if required, from device-tree the AXI internal register can be tuned99 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup()103 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup()106 return ERR_PTR(-ENOMEM); in stmmac_axi_setup()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * This is the driver for the GMAC on-chip Ethernet controller for ST SoCs.26 void __iomem *ioaddr = hw->pcsr; in dwmac4_core_init()31 if (hw->ps) { in dwmac4_core_init()34 value &= hw->link.speed_mask; in dwmac4_core_init()35 switch (hw->ps) { in dwmac4_core_init()37 value |= hw->link.speed1000; in dwmac4_core_init()40 value |= hw->link.speed100; in dwmac4_core_init()43 value |= hw->link.speed10; in dwmac4_core_init()53 if (hw->pcs) in dwmac4_core_init()[all …]
1 .. SPDX-License-Identifier: GPL-2.0+13 - In This Release14 - Feature List15 - Kernel Configuration16 - Command Line Parameters17 - Driver Information and Notes18 - Debug Information19 - Support33 (and older) and DesignWare(R) Cores Ethernet Quality-of-Service version 4.035 DesignWare(R) Cores XGMAC - 10G Ethernet MAC and DesignWare(R) Cores[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>14 The HPI is a low-level hardware abstraction layer to all17 (C) Copyright AudioScience Inc. 1998-201037 /** 8-bit unsigned PCM. Windows equivalent is WAVE_FORMAT_PCM. */39 /** 16-bit signed PCM. Windows equivalent is WAVE_FORMAT_PCM. */41 /** MPEG-1 Layer-1. */43 /** MPEG-1 Layer-2.67 <tr><td>256<td>-<td>X68 <tr><td>320<td>-<td>X[all …]
1 // SPDX-License-Identifier: GPL-2.0-only41 * snd_printddd - very verbose debug printk54 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* index 0-MAX */291 #define INVALID_FORMAT (__force snd_pcm_format_t)(-1)310 /* ALSA can't handle 3 byte sample size together with power-of-2336 return -EINVAL; in snd_card_asihpi_format_alsa2hpi()350 if (asihpi->support_mrx) { in snd_card_asihpi_pcm_samplerates()358 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_pcm_samplerates()362 dev_err(&asihpi->pci->dev, in snd_card_asihpi_pcm_samplerates()366 for (idx = -1; idx < 100; idx++) { in snd_card_asihpi_pcm_samplerates()[all …]
45 /* Maximum size of a vbmeta image - 64 KiB. */100 if (ops->get_preloaded_partition != NULL) { in load_full_partition()101 io_ret = ops->get_preloaded_partition( in load_full_partition()127 io_ret = ops->read_from_partition(ops, in load_full_partition()151 * it can be initialized by providing a non-NULL |initial_digest| of length173 if (ops->read_persistent_value == NULL) { in read_persistent_digest()183 io_ret = ops->read_persistent_value(ops, in read_persistent_digest()240 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in initialize_persistent_digest()260 io_ret = ops->write_persistent_value( in initialize_persistent_digest()269 // To ensure that the digest value was written successfully - and avoid a in initialize_persistent_digest()[all …]
2 * Chip-specific hardware definitions for14 * <<Broadcom-WL-IPTag/Proprietary:>>70 #define TX_AC_BE_FIFO 1 /**< Access Category Best-Effort TX FIFO */82 #define TX_TRIG_BE_FIFO 7 /**< Access Category Best-Effort TX FIFO */239 #define MI_ATIMWINEND (1 << 5) /**< end of ATIM-window (IBSS) */242 #define MI_NSPECGEN_1 (1 << 8) /**< non-specific gen-stat bits that are set by PSM */247 #define MI_GP0 (1 << 13) /**< General-purpose timer0 */248 #define MI_GP1 (1 << 14) /**< General-purpose timer1 */249 #define MI_DMAINT (1 << 15) /**< (ORed) DMA-interrupts */255 #define MI_HEB (1 << 21) /**< HEB (Hardware Event Block) interrupt - 11ax cores */[all …]
26 * <<Broadcom-WL-IPTag/Dual:>>62 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc.69 * The error codes -4096 ... -5119 are reserved for firmware signing.71 * Next available (inclusive) range: [-8*1024 + 1, -7*1024]76 /* 11ax trigger frame format - versioning info */122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t))))142 #define DFS_SCAN_S_IDLE -1227 * will see OBSS, [means that, we false detected that OBSS-is-gone537 #define WL_GSCAN_INFO_FIXED_FIELD_SIZE (sizeof(wl_gscan_bss_info_t) - sizeof(wl_bss_info_t))595 uint8 bsscolor_index; /**< bsscolor index 0-1 */[all …]
3 * of the SiliconBackplane-based Broadcom chips.22 * <<Broadcom-WL-IPTag/Dual:>>341 switch (CHIPID(sih->chip)) { in BCMRAMFN()434 if (PMUREV(sih->pmurev) >= 5) { in BCMATTACHFN()435 pll_ctrlcnt = (sih->pmucaps & PCAP5_PC_MASK) >> PCAP5_PC_SHIFT; in BCMATTACHFN()437 pll_ctrlcnt = (sih->pmucaps & PCAP_PC_MASK) >> PCAP_PC_SHIFT; in BCMATTACHFN()467 if (PMUREV(sih->pmurev) >= 5) { in BCMATTACHFN()468 vreg_ctrlcnt = (sih->pmucaps & PCAP5_VC_MASK) >> PCAP5_VC_SHIFT; in BCMATTACHFN()470 vreg_ctrlcnt = (sih->pmucaps & PCAP_VC_MASK) >> PCAP_VC_SHIFT; in BCMATTACHFN()497 if (PMUREV(sih->pmurev) >= 5) { in BCMATTACHFN()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */10 * Copyright (C) 1999-2017, Broadcom Corporation29 * <<Broadcom-WL-IPTag/Open:>>31 * $Id: wlioctl.h 677952 2017-01-05 23:25:28Z $91 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t))))107 #define DFS_SCAN_S_IDLE -1193 * will see OBSS, [means that, we false detected that OBSS-is-gone294 * Per-BSS information structure.396 #define WL_GSCAN_INFO_FIXED_FIELD_SIZE (sizeof(wl_gscan_bss_info_t) - sizeof(wl_bss_info_t))546 #define WL_EXTDSCAN_PARAMS_FIXED_SIZE (sizeof(wl_extdscan_params_t) - sizeof(chan_scandata_t))[all …]
11 * Copyright (C) 1999-2017, Broadcom Corporation32 * <<Broadcom-WL-IPTag/Open:>>61 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc.68 * The error codes -4096 ... -5119 are reserved for firmware signing.70 * Next available (inclusive) range: [-6*1024 + 1, -5*1024]75 /* 11ax trigger frame format - versioning info */122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t))))138 #define DFS_SCAN_S_IDLE -1253 * will see OBSS, [means that, we false detected that OBSS-is-gone353 * Per-BSS information structure.[all …]
11 * Copyright (C) 1999-2017, Broadcom Corporation32 * <<Broadcom-WL-IPTag/Open:>>61 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc.68 * The error codes -4096 ... -5119 are reserved for firmware signing.70 * Next available (inclusive) range: [-6*1024 + 1, -5*1024]75 /* 11ax trigger frame format - versioning info */122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t))))138 #define DFS_SCAN_S_IDLE -1264 * will see OBSS, [means that, we false detected that OBSS-is-gone364 * Per-BSS information structure.[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...