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

12

/u-boot/arch/x86/cpu/efi/
H A DMakefile12 obj-y += payload.o
/u-boot/
H A DMakefile1009 INPUTS-$(CONFIG_EFI_STUB) += u-boot-payload.efi
1659 u-boot-payload.lds: $(LDSCRIPT_EFI) FORCE
1662 # Rule to link the EFI payload which contains a stub and a U-Boot binary
1665 -T u-boot-payload.lds arch/x86/cpu/call32.o \
1669 u-boot-payload: u-boot.bin.o u-boot-payload.lds FORCE
1672 OBJCOPYFLAGS_u-boot-payload.efi := $(OBJCOPYFLAGS_EFI)
1673 u-boot-payload.efi: u-boot-payload FORCE
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h29 unsigned int payload; member in struct:exynos_mipi_dsim
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog.c330 u8 *payload; local
332 /* compute checksum on payload */
333 payload = (u8 *)addr;
336 checksum += *(payload++);
1694 /* read header + payload */
/u-boot/board/efi/efi-x86_payload/
H A DMakefile5 obj-y += payload.o
/u-boot/board/phytec/common/
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 Dimx8m_som_detection.c36 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
39 som = data->payload.data.data_api2.som_no;
77 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
104 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
131 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
159 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
H A Dphytec_som_detection.c81 if (data->payload.api_rev == 0xff) {
99 if (data->payload.api_rev <= PHYTEC_API_REV1) {
104 crc = crc8(0, (const unsigned char *)&data->payload, payload_size);
130 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
133 api2 = &data->payload.data.data_api2;
195 if (data->payload.api_rev < PHYTEC_API_REV2)
196 opt = data->payload.data.data_api0.opt;
198 opt = data->payload.data.data_api2.opt;
210 if (!data->valid || data->payload.api_rev < PHYTEC_API_REV2)
213 api2 = &data->payload
[all...]
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/net/phy/
H A Dncsi.c37 uchar *payload, int len, bool wait);
183 static int ncsi_validate_rsp(struct ncsi_rsp_pkt *pkt, int payload) argument
203 if (ntohs(hdr->common.length) != payload) {
209 c_offset = sizeof(struct ncsi_rsp_pkt_hdr) + payload - sizeof(checksum);
519 uchar *payload, int len, bool wait)
546 if (payload && len)
547 memcpy(pkt + sizeof(struct ncsi_pkt_hdr), payload, len);
562 /* frame header, packet header, payload, checksum */
573 int payload, i; local
580 payload
518 ncsi_send_command(unsigned int np, unsigned int nc, unsigned int cmd, uchar *payload, int len, bool wait) argument
641 unsigned short payload; local
719 uchar payload[4] = {0}; local
[all...]
/u-boot/drivers/serial/
H A Dserial_htif.c36 # define TOHOST_CMD(dev, cmd, payload) \
39 (u64)(payload))
41 # define TOHOST_CMD(dev, cmd, payload) ({ \
44 (payload); })
/u-boot/drivers/video/bridge/
H A Dtc358768.c239 u16 val = packet.payload[i];
242 val |= packet.payload[i + 1] << 8;
/u-boot/drivers/video/
H A Ddw_mipi_dsi.c336 const u8 *tx_buf = packet->payload;
359 "failed to get available write payload FIFO\n");
392 "Read payload FIFO is empty\n");
H A Dmipi_dsi.c197 * The payload follows the header and is word count bytes long.
207 packet->payload = msg->tx_buf;
263 * the payload in a long packet transmitted from the peripheral back to the
266 * @value: the maximum size of the payload
289 * @payload: buffer containing the payload
290 * @size: size of payload buffer
293 * the payload length.
298 ssize_t mipi_dsi_generic_write(struct mipi_dsi_device *dsi, const void *payload, argument
303 .tx_buf = payload,
660 u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; local
684 u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; local
769 u8 payload[3] = { MIPI_DCS_SET_TEAR_SCANLINE, scanline >> 8, local
792 u8 payload[2] = { brightness & 0xff, brightness >> 8 }; local
[all...]
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c54 unsigned int data_cnt = 0, payload = 0; local
64 payload = data0[data_cnt] |
67 debug("count = 3 payload = %x, %x %x %x\n",
68 payload, data0[data_cnt],
72 payload = data0[data_cnt] |
74 debug("count = 2 payload = %x, %x %x\n", payload,
77 payload = data0[data_cnt];
81 payload = data0[data_cnt] |
86 debug("count = 4 payload
183 unsigned int payload = 0; local
[all...]
H A Dexynos_mipi_dsi_lowlevel.c637 writel(tx_data, &mipi_dsim->payload);
/u-boot/drivers/video/tegra20/
H A Dtegra-dsi.c271 /* write payload (if any) */
273 tegra_dsi_writesl(misc, packet.payload,
319 * plus the variable-length payload.
/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/include/
H A Dec_commands.h20 * - Px is the optional payload.
23 * - S is the checksum which is the sum of all payload bytes.
4205 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */
4206 uint16_t data; /* type-defined data payload */
4207 uint8_t payload[0]; /* optional additional data payload: 0..16 bytes */ member in struct:ec_response_pd_log
4245 * the payload is "struct usb_chg_measures"
4269 * PD_EVENT_VIDEO_CODEC payload is "struct mcdp_info".
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/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/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 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];
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;

Completed in 209 milliseconds

12