/external/u-boot/drivers/qe/ |
D | qe.c | 344 const struct qe_microcode *ucode) in qe_upload_microcode() argument 346 const u32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() 349 if (ucode->major || ucode->minor || ucode->revision) in qe_upload_microcode() 351 (char *)ucode->id, (u16)ucode->major, (u16)ucode->minor, in qe_upload_microcode() 352 (u16)ucode->revision); in qe_upload_microcode() 354 printf("QE: uploading microcode '%s'\n", (char *)ucode->id); in qe_upload_microcode() 357 out_be32(&qe_immr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in qe_upload_microcode() 360 for (i = 0; i < be32_to_cpu(ucode->count); i++) in qe_upload_microcode() 481 const struct qe_microcode *ucode = &firmware->microcode[i]; in qe_upload_firmware() local 484 if (ucode->code_offset) in qe_upload_firmware() [all …]
|
/external/u-boot/drivers/serial/ |
D | serial_efi.c | 75 uint16_t ucode[2]; in serial_efi_putc() local 78 ucode[0] = ch; in serial_efi_putc() 79 ucode[1] = '\0'; in serial_efi_putc() 80 ret = priv->con_out->output_string(priv->con_out, ucode); in serial_efi_putc() 116 uint16_t ucode[2]; in _debug_uart_putc() local 118 ucode[0] = ch; in _debug_uart_putc() 119 ucode[1] = '\0'; in _debug_uart_putc() 120 sys_table->con_out->output_string(sys_table->con_out, ucode); in _debug_uart_putc()
|
/external/curl/tests/libtest/ |
D | lib1560.c | 93 CURLUcode ucode; member 102 CURLUcode ucode; member 110 CURLUcode ucode; member 118 CURLUcode ucode; member 127 CURLUcode ucode; member 601 else if(rc != set_url_list[i].ucode) { in set_url() 603 set_url_list[i].in, (int)rc, set_url_list[i].ucode); in set_url() 642 else if(rc != set_parts_list[i].ucode) { in set_parts() 644 set_parts_list[i].in, (int)rc, set_parts_list[i].ucode); in set_parts() 681 else if(rc != get_url_list[i].ucode) { in get_url() [all …]
|
/external/u-boot/tools/binman/test/ |
D | 44_x86_optional_ucode.dts | 11 u-boot-with-ucode-ptr { 12 optional-ucode; 15 u-boot-dtb-with-ucode { 18 u-boot-ucode {
|
D | 37_x86_no_ucode.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
D | 35_x86_single_ucode.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
D | 40_x86_ucode_not_in_image.dts | 10 u-boot-with-ucode-ptr { 13 u-boot-dtb-with-ucode { 16 u-boot-ucode {
|
D | 34_x86_ucode.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
D | 49_x86_ucode_spl.dts | 11 u-boot-spl-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
D | u_boot_ucode_ptr.lds | 14 .ucode : { 15 *(.ucode)
|
D | 38_x86_ucode_missing_node.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-ucode {
|
D | 39_x86_ucode_missing_node2.dts | 11 u-boot-with-ucode-ptr {
|
/external/u-boot/arch/x86/dts/ |
D | emulation-u-boot.dtsi | 13 u-boot-spl-with-ucode-ptr { 14 optional-ucode; 17 u-boot-with-ucode-ptr { 18 optional-ucode;
|
D | u-boot.dtsi | 26 u-boot-spl-with-ucode-ptr { 31 type = "u-boot-dtb-with-ucode"; 37 u-boot-with-ucode-ptr { 41 u-boot-dtb-with-ucode { 43 u-boot-ucode {
|
D | quark-u-boot.dtsi | 11 u-boot-with-ucode-ptr { 12 optional-ucode;
|
/external/u-boot/drivers/net/fm/ |
D | fm.c | 75 u32 *ucode, unsigned int size) in fm_upload_ucode() argument 84 out_be32(&imem->idata, (be32_to_cpu(ucode[i]))); in fm_upload_ucode() 88 while ((in_be32(&imem->idata) != be32_to_cpu(ucode[0])) && --timeout) in fm_upload_ucode() 178 const struct qe_microcode *ucode = &firmware->microcode[i]; in fman_upload_firmware() local 181 if (be32_to_cpu(ucode->code_offset)) { in fman_upload_firmware() 185 fm_idx + 1, ucode->major, ucode->minor, in fman_upload_firmware() 186 ucode->revision); in fman_upload_firmware() 188 be32_to_cpu(ucode->code_offset); in fman_upload_firmware() 189 ucode_size = sizeof(u32) * be32_to_cpu(ucode->count); in fman_upload_firmware()
|
/external/u-boot/tools/binman/etype/ |
D | u_boot_dtb_with_ucode.py | 49 ucode = dtb.GetNode('/microcode') 50 if not ucode: 55 self.collate = len(ucode.subnodes) > 1 56 for node in ucode.subnodes:
|
/external/u-boot/lib/efi/ |
D | efi.c | 40 uint16_t ucode[2]; in efi_putc() local 42 ucode[0] = ch; in efi_putc() 43 ucode[1] = '\0'; in efi_putc() 44 con->output_string(con, ucode); in efi_putc()
|
/external/u-boot/board/freescale/p2041rdb/ |
D | README | 30 4. Program FMAN Firmware ucode 31 => tftp 1000000 ucode.bin 55 4. Program FMAN Firmware ucode 56 => tftp 1000000 ucode.bin 79 4. Program FMAN Firmware ucode 80 => tftp 1000000 ucode.bin
|
/external/u-boot/board/freescale/t208xrdb/ |
D | README | 120 0xEBF00000 0xEBF1FFFF FMAN ucode (alt bank) 128KB 229 0x180000 0x1FFFFF FMAN ucode 512KB (1 block) 230 0x200000 0x27FFFF CS4315 ucode 512KB (1 block) 238 0x820 0128 FMAN ucode 64KB 239 0x8a0 0512 CS4315 ucode 256KB 247 0x110000 0x11FFFF FMAN ucode 64KB 248 0x120000 0x15FFFF CS4315 ucode 256KB 251 How to update the ucode of Cortina CS4315/CS4340 10G PHY 253 => tftp 1000000 CS4315-CS4340-PHY-ucode.txt 257 How to update the ucode of Freescale FMAN
|
/external/u-boot/board/freescale/mpc8569mds/ |
D | README | 67 Programming the ucode to flash 69 MPC8569 doesn't have ROM in QE, so we must upload the microcode(ucode) to QE's 70 IRAM so that the QE can work. The ucode binary can be downloaded from 76 Please note the above two steps(setting mac addresses and programming ucode) are
|
/external/u-boot/board/freescale/t208xqds/ |
D | README | 154 0xEBF00000 0xEBF1FFFF FMAN ucode (alt bank) 128KB 248 0x180000 0x1FFFFF FMAN ucode 512KB (1 block) 256 0x820 0128 FMAN ucode 64KB 264 0x110000 0x11FFFF FMAN ucode 64KB 267 How to update the ucode of Freescale FMAN
|
/external/u-boot/configs/ |
D | P1021RDB-PC_36BIT_defconfig | 30 …0000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280k(u-…
|
D | P1021RDB-PC_defconfig | 29 …0000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280k(u-…
|
D | TWR-P1025_defconfig | 29 …000.nor:256k(vsc7385-firmware),256k(dtb),5632k(kernel),57856k(fs),256k(qe-ucode-firmware),1280k(u-…
|