Searched refs:payload (Results 1 - 25 of 32) sorted by relevance

12

/u-boot/board/efi/efi-x86_payload/
H A DMakefile5 obj-y += payload.o
/u-boot/arch/x86/cpu/efi/
H A DMakefile12 obj-y += payload.o
/u-boot/tools/binman/btool/
H A Dmkeficapsule.py39 payload, output_fname, priv_key, pub_key,
44 image_index (int): Unique number for identifying payload image
48 payload (str): Path to the input payload image
77 payload,
/u-boot/tools/
H A Drenesas_spkgimage.h33 * @payload_length: length of the payload (including CRC)
34 * @load_address: address in memory where payload should be loaded
42 * payload. It is therefore mandatory to wrap the payload in this header.
45 * booting from NAND flash, and they are only used while fetching the payload.
50 * The payload will be loaded into memory at @payload_address.
73 * This is followed by the payload (the u-boot binary), and a 32-bit CRC.
75 * Optionally, the payload can be being with security header ("BLp_header").
78 * The payload is typically padded with 0xFF bytes so as to bring the total
83 uint8_t payload[ member in struct:spkg_file
[all...]
H A Dmxsimage.c105 uint32_t *payload; member in struct:sb_dcd_ctx
137 struct sb_command payload; member in struct:sb_cmd_ctx
152 struct sb_sections_header payload; member in struct:sb_section_ctx
183 struct sb_boot_image_header payload; member in struct:sb_image_ctx
258 struct sb_boot_image_header *sb_header = &ictx->payload;
313 struct sb_boot_image_header *sb_header = &ictx->payload;
330 shdr = &sctx->payload;
363 struct sb_command *cmd = &cctx->payload;
406 ccmd = &cctx->payload;
547 tmp = realloc(dctx->payload, dct
952 uint8_t *payload; local
[all...]
H A Drenesas_spkgimage.c170 /* Check the payload CRC */
172 crc_buf = file->payload + payload_length - SPKG_CRC_SIZE;
173 crc = crc32(0, file->payload, payload_length - SPKG_CRC_SIZE);
178 fprintf(stderr, "Error: invalid payload CRC\n");
287 uint8_t *payload = ptr + SPKG_HEADER_SIZE * SPKG_HEADER_COUNT; local
288 uint8_t *file_end = payload + conf.blp_len + params->orig_file_size;
293 memmove(payload + conf.blp_len, payload, params->orig_file_size);
296 memset(payload, 0x88, conf.blp_len);
309 crc = crc32(0, payload, crc_bu
[all...]
/u-boot/include/crypto/
H A Dpublic_key.h64 const union key_payload *payload,
69 const union key_payload *payload,
74 const union key_payload *payload,
/u-boot/board/phytec/common/
H A Dphytec_som_detection.c82 if (data->payload.api_rev == 0xff) {
100 if (data->payload.api_rev <= PHYTEC_API_REV1) {
105 crc = crc8(0, (const unsigned char *)&data->payload, payload_size);
131 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
134 api2 = &data->payload.data.data_api2;
196 if (data->payload.api_rev < PHYTEC_API_REV2)
197 opt = data->payload.data.data_api0.opt;
199 opt = data->payload.data.data_api2.opt;
211 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
214 api2 = &data->payload
[all...]
H A Dimx8m_som_detection.c37 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
40 som = data->payload.data.data_api2.som_no;
78 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
105 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
132 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
160 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
H A Dam6_som_detection.c31 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
34 som = data->payload.data.data_api2.som_no;
57 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
H A Dphytec_som_detection.h67 struct phytec_eeprom_payload payload; member in struct:phytec_eeprom_data
/u-boot/common/
H A Dmcheck_core.inc.h149 const char *payload = (const char *)&hdr[1]; local
152 if (payload[payload_size + i] != PADDINGFLOOD)
155 const mcheck_canary *tail = (const mcheck_canary *)&payload[payload_size_aligned];
211 char *payload = (char *)&hdr[1]; local
214 mcheck_flood(payload, MALLOCFLOOD, customer_sz);
218 mcheck_flood(payload + customer_sz, PADDINGFLOOD, customer_size_aligned - customer_sz);
220 mcheck_canary *tail = (mcheck_canary *)&payload[customer_size_aligned];
232 return payload; // normal end
239 return payload;
/u-boot/drivers/video/
H A Dmipi_dsi.c198 * The payload follows the header and is word count bytes long.
208 packet->payload = msg->tx_buf;
264 * the payload in a long packet transmitted from the peripheral back to the
267 * @value: the maximum size of the payload
290 * @payload: buffer containing the payload
291 * @size: size of payload buffer
294 * the payload length.
299 ssize_t mipi_dsi_generic_write(struct mipi_dsi_device *dsi, const void *payload, argument
304 .tx_buf = payload,
661 u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; local
685 u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; local
770 u8 payload[3] = { MIPI_DCS_SET_TEAR_SCANLINE, scanline >> 8, local
793 u8 payload[2] = { brightness & 0xff, brightness >> 8 }; local
[all...]
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c55 unsigned int data_cnt = 0, payload = 0; local
65 payload = data0[data_cnt] |
68 debug("count = 3 payload = %x, %x %x %x\n",
69 payload, data0[data_cnt],
73 payload = data0[data_cnt] |
75 debug("count = 2 payload = %x, %x %x\n", payload,
78 payload = data0[data_cnt];
82 payload = data0[data_cnt] |
87 debug("count = 4 payload
184 unsigned int payload = 0; local
[all...]
/u-boot/drivers/net/phy/
H A Dncsi.c38 uchar *payload, int len, bool wait);
184 static int ncsi_validate_rsp(struct ncsi_rsp_pkt *pkt, int payload) argument
204 if (ntohs(hdr->common.length) != payload) {
210 c_offset = sizeof(struct ncsi_rsp_pkt_hdr) + payload - sizeof(checksum);
520 uchar *payload, int len, bool wait)
547 if (payload && len)
548 memcpy(pkt + sizeof(struct ncsi_pkt_hdr), payload, len);
563 /* frame header, packet header, payload, checksum */
574 int payload, i; local
581 payload
519 ncsi_send_command(unsigned int np, unsigned int nc, unsigned int cmd, uchar *payload, int len, bool wait) argument
642 unsigned short payload; local
720 uchar payload[4] = {0}; local
[all...]
/u-boot/lib/crypto/
H A Dasymmetric_type.c383 * Preparse a asymmetric payload to get format the contents appropriately for the
384 * internal payload to cut down on the number of scans of the data performed.
437 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype];
438 struct asymmetric_key_ids *kids = prep->payload.data[asym_key_ids];
443 subtype->destroy(prep->payload.data[asym_crypto],
444 prep->payload.data[asym_auth]);
457 struct asymmetric_key_ids *kids = key->payload.data[asym_key_ids];
458 void *data = key->payload.data[asym_crypto];
459 void *auth = key->payload.data[asym_auth];
461 key->payload
[all...]
H A Dx509_public_key.c270 prep->payload.data[asym_subtype] = &public_key_subtype;
271 prep->payload.data[asym_key_ids] = kids;
272 prep->payload.data[asym_crypto] = cert->pub;
273 prep->payload.data[asym_auth] = cert->sig;
H A Dpublic_key.c47 struct public_key *key = asymmetric_key->payload.data[asym_crypto];
203 struct public_key *pkey = params->key->payload.data[asym_crypto];
262 const struct public_key *pkey = params->key->payload.data[asym_crypto];
423 const struct public_key *pk = key->payload.data[asym_crypto];
/u-boot/tools/binman/etype/
H A Defi_capsule.py40 payload image. Number between 1 and descriptor count, i.e.
66 properties in the entry. The payload to be used in the capsule is to be
85 In the above example, the capsule payload is the U-Boot image. The
86 capsule entry would read the contents of the payload and put them
88 payload using the blob-ext subnode.
132 data, payload, uniq = self.collect_contents_to_file(
143 payload,
151 os.remove(payload)
/u-boot/include/keys/
H A Dasymmetric-type.h20 * The key payload is four words. The asymmetric-type key uses them as
75 return key->payload.data[asym_key_ids];
85 * The payload is at the discretion of the subtype.
/u-boot/drivers/serial/
H A Dserial_htif.c37 # define TOHOST_CMD(dev, cmd, payload) \
40 (u64)(payload))
42 # define TOHOST_CMD(dev, cmd, payload) ({ \
45 (payload); })
/u-boot/net/
H A Dnet.c1006 struct hole *payload, *thisfrag, *h, *newh; local
1014 * with an IP fragment with no payload.
1019 /* payload starts after IP header, this fragment is in there */
1020 payload = (struct hole *)(pkt_buff + IP_HDR_SIZE);
1022 thisfrag = payload + offset8;
1026 /* All but last fragment must have a multiple-of-8 payload. */
1036 payload[0].last_byte = ~0;
1037 payload[0].next_hole = 0;
1038 payload[0].prev_hole = 0;
1045 * What follows is the reassembly algorithm. We use the payload
[all...]
/u-boot/include/
H A Dmipi_dsi.h32 * @type: payload data type
59 * @payload_length: number of bytes in the payload
60 * @payload: a pointer to a buffer containing the payload, if any
66 const u8 *payload; member in struct:mipi_dsi_packet
268 ssize_t mipi_dsi_generic_write(struct mipi_dsi_device *dsi, const void *payload,
292 * mipi_dsi_dcs_write_buffer() - transmit a DCS command with payload
298 * the command payload length.
310 * @data: buffer containing the command payload
311 * @len: command payload lengt
[all...]
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h29 unsigned int payload; member in struct:exynos_mipi_dsim
/u-boot/scripts/
H A Dbuild-efi.sh31 echo " -p - Package up the payload" 1>&2
42 # app or payload ?
71 type=payload

Completed in 217 milliseconds

12