Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 25 of 69) sorted by relevance

123

/u-boot/drivers/net/phy/
A Dncsi.c580 payload = 12; in ncsi_handle_aen()
584 payload = 4; in ncsi_handle_aen()
653 payload = 4; in ncsi_receive()
657 payload = 4; in ncsi_receive()
661 payload = 4; in ncsi_receive()
665 payload = 16; in ncsi_receive()
677 payload = 4; in ncsi_receive()
681 payload = 4; in ncsi_receive()
685 payload = 4; in ncsi_receive()
689 payload = 4; in ncsi_receive()
[all …]
/u-boot/drivers/video/
A Dmipi_dsi.c208 packet->payload = msg->tx_buf; in mipi_dsi_create_packet()
304 .tx_buf = payload, in mipi_dsi_generic_write()
661 u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; in mipi_dsi_dcs_set_column_address() local
664 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_COLUMN_ADDRESS, payload, in mipi_dsi_dcs_set_column_address()
665 sizeof(payload)); in mipi_dsi_dcs_set_column_address()
688 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_PAGE_ADDRESS, payload, in mipi_dsi_dcs_set_page_address()
689 sizeof(payload)); in mipi_dsi_dcs_set_page_address()
770 u8 payload[3] = { MIPI_DCS_SET_TEAR_SCANLINE, scanline >> 8, in mipi_dsi_dcs_set_tear_scanline() local
774 err = mipi_dsi_generic_write(dsi, payload, sizeof(payload)); in mipi_dsi_dcs_set_tear_scanline()
793 u8 payload[2] = { brightness & 0xff, brightness >> 8 }; in mipi_dsi_dcs_set_display_brightness() local
[all …]
/u-boot/tools/
A Dmxsimage.c105 uint32_t *payload; member
330 shdr = &sctx->payload; in sb_encrypt_sb_sections_header()
551 dctx->payload = tmp; in sb_grow_dcd()
612 free(dctx->payload); in sb_build_dcd()
659 dcd = dctx->payload + dctx->size / sizeof(*dctx->payload) - 2; in sb_build_dcd_block()
748 shdr = &sctx->payload; in sb_build_section()
952 uint8_t *payload; in sb_build_command_load() local
977 if (!payload) { in sb_build_command_load()
982 memcpy(payload, dctx->payload, dctx->size); in sb_build_command_load()
1668 size = fread(&ictx->payload, 1, sizeof(ictx->payload), fp); in sb_verify_image_header()
[all …]
/u-boot/drivers/video/exynos/
A Dexynos_mipi_dsi_common.c56 unsigned int data_cnt = 0, payload = 0; in exynos_mipi_dsi_long_data_wr() local
66 payload = data0[data_cnt] | in exynos_mipi_dsi_long_data_wr()
70 payload, data0[data_cnt], in exynos_mipi_dsi_long_data_wr()
74 payload = data0[data_cnt] | in exynos_mipi_dsi_long_data_wr()
79 payload = data0[data_cnt]; in exynos_mipi_dsi_long_data_wr()
83 payload = data0[data_cnt] | in exynos_mipi_dsi_long_data_wr()
89 payload, *(u8 *)(data0 + data_cnt), in exynos_mipi_dsi_long_data_wr()
94 exynos_mipi_dsi_wr_tx_data(dsim, payload); in exynos_mipi_dsi_long_data_wr()
185 unsigned int payload = 0; in exynos_mipi_dsi_wr_data() local
189 payload = data0[0] | in exynos_mipi_dsi_wr_data()
[all …]
/u-boot/arch/x86/dts/
A Dcoreboot.dts5 * Generic coreboot payload device tree for x86 targets
18 model = "coreboot x86 payload";
19 compatible = "coreboot,x86-payload";
A Dslimbootloader.dts13 model = "slimbootloader x86 payload";
14 compatible = "slimbootloader,x86-payload";
A Defi-x86_payload.dts5 * Generic EFI payload device tree for x86 targets
19 compatible = "efi,x86-payload";
/u-boot/include/crypto/
A Dpublic_key.h64 const union key_payload *payload,
69 const union key_payload *payload,
74 const union key_payload *payload,
/u-boot/lib/crypto/
A Dasymmetric_type.c437 struct asymmetric_key_ids *kids = prep->payload.data[asym_key_ids]; in asymmetric_key_free_preparse()
442 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse()
443 prep->payload.data[asym_auth]); in asymmetric_key_free_preparse()
456 struct asymmetric_key_ids *kids = key->payload.data[asym_key_ids]; in asymmetric_key_destroy()
457 void *data = key->payload.data[asym_crypto]; in asymmetric_key_destroy()
458 void *auth = key->payload.data[asym_auth]; in asymmetric_key_destroy()
460 key->payload.data[asym_crypto] = NULL; in asymmetric_key_destroy()
461 key->payload.data[asym_subtype] = NULL; in asymmetric_key_destroy()
462 key->payload.data[asym_key_ids] = NULL; in asymmetric_key_destroy()
463 key->payload.data[asym_auth] = NULL; in asymmetric_key_destroy()
[all …]
A Dx509_public_key.c266 prep->payload.data[asym_subtype] = &public_key_subtype; in x509_key_preparse()
267 prep->payload.data[asym_key_ids] = kids; in x509_key_preparse()
268 prep->payload.data[asym_crypto] = cert->pub; in x509_key_preparse()
269 prep->payload.data[asym_auth] = cert->sig; in x509_key_preparse()
/u-boot/net/
A Dnet.c913 thisfrag = payload + offset8; in __net_defragment()
923 payload[0].last_byte = ~0; in __net_defragment()
924 payload[0].next_hole = 0; in __net_defragment()
925 payload[0].prev_hole = 0; in __net_defragment()
938 h = payload + first_hole; in __net_defragment()
944 h = payload + h->next_hole; in __net_defragment()
993 payload[h->next_hole].prev_hole = (h - payload); in __net_defragment()
995 payload[h->prev_hole].next_hole = (h - payload); in __net_defragment()
997 first_hole = (h - payload); in __net_defragment()
1004 h->next_hole = (newh - payload); in __net_defragment()
[all …]
/u-boot/doc/board/coreboot/
A Dcoreboot.rst7 Build Instructions for U-Boot as coreboot payload
9 Building U-Boot as a coreboot payload is just like building U-Boot for targets
17 For testing U-Boot as the coreboot payload, there are things that need be paid
27 -f u-boot-dtb.bin -n fallback/payload -c lzma -l 0x1110000 -e 0x1110000
32 If you want to use ELF as the coreboot payload, change U-Boot configuration to
/u-boot/doc/uefi/
A Du-boot_on_efi.rst69 * u-boot-payload.efi - U-Boot EFI payload application
75 QEMU version is 2.3.0 or above to test this. You can run the payload with
83 type 'fs0:u-boot-payload.efi' to run the payload or 'fs0:u-boot-app.efi' to
90 fs0:u-boot-payload.efi
94 This will start the payload, copy U-Boot into RAM and start U-Boot. Note
105 The application and payload approaches sound similar but are in fact
141 The payload approach is a different kettle of fish. It works by building
180 seems to cause problems. For this reason the U-Boot payload runs with
215 payload stub, application, support code. Mostly arch-neutral
218 x86 support code for running as an EFI application and payload
[all …]
/u-boot/board/sandisk/sansa_fuze_plus/
A Dsfp.c215 static int mxsfb_write_byte(uint32_t payload, const unsigned int data) in mxsfb_write_byte() argument
221 payload = ((payload & 0xff) << 1) | (((payload >> 8) & 0xff) << 10); in mxsfb_write_byte()
243 writel(payload, &regs->hw_lcdif_data); in mxsfb_write_byte()
/u-boot/board/efi/efi-x86_payload/
A DMakefile5 obj-y += payload.o
/u-boot/doc/board/intel/
A Dslimbootloader.rst10 This target is to enable U-Boot_ as a payload of `Slim Bootloader`_ (a.k.a SBL)
25 payload in a HOB (Hand-Off Block) which has serial port, memory map, performance
27 payload light-weight, platform independent and more generic across different
29 payload.
31 Build Instruction for U-Boot as a Slim Bootloader payload
52 Slim Bootloader looks for a payload from the specific location.
62 detects its target payload by PayloadId in board configuration.
71 2. Update payload text base. PAYLOAD_EXE_BASE must be the same as U-Boot
123 2. Update payload text base.
/u-boot/board/efi/
A DKconfig16 bool "efi payload"
21 U-Boot is loaded as a payload from EFI.
/u-boot/arch/x86/cpu/efi/
A DMakefile12 obj-y += payload.o
/u-boot/doc/board/microchip/
A Dmpfs_icicle.rst50 as HSS payload (Custom boot-flow)
87 Creating the HSS payload - Microchip boot-flow
90 1. You will be creating a payload from `u-boot-dtb.bin`.
92 2. Go to hss-payload-generator source directory.
105 4. Generate payload
109 ./hss-payload-generator -c test/uboot.yaml payload.bin
164 Creating the HSS payload - Custom boot-flow
169 2. Go to hss-payload-generator source directory.
182 4. Generate payload
186 ./hss-payload-generator -c test/uboot.yaml payload.bin
[all …]
/u-boot/board/creative/xfi3/
A Dxfi3.c80 static int mxsfb_write_byte(uint32_t payload, const unsigned int data) in mxsfb_write_byte() argument
105 writel(payload, &regs->hw_lcdif_data); in mxsfb_write_byte()
/u-boot/include/keys/
A Dasymmetric-type.h75 return key->payload.data[asym_key_ids]; in asymmetric_key_ids()
/u-boot/board/intel/
A DKconfig80 boot firmware as a payload. Slim Bootloader does memory initialization
82 HOB (Hand Off Block) to a payload. The payload consumes HOB data
85 Before launching a payload. Instead, Slim Bootloader generates its
/u-boot/arch/arm/dts/
A Drk3399-rockpro64-u-boot.dtsi14 u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */
A Drk3399-pinebook-pro-u-boot.dtsi15 u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */
/u-boot/board/kobol/helios4/
A DKconfig20 hex "address of u-boot payload in SPI flash"

Completed in 63 milliseconds

123