| /rk3399_rockchip-uboot/drivers/qe/ |
| H A D | qe.c | 345 const struct qe_microcode *ucode) in qe_upload_microcode() argument 347 const u32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() 350 if (ucode->major || ucode->minor || ucode->revision) in qe_upload_microcode() 352 (char *)ucode->id, (u16)ucode->major, (u16)ucode->minor, in qe_upload_microcode() 353 (u16)ucode->revision); in qe_upload_microcode() 355 printf("QE: uploading microcode '%s'\n", (char *)ucode->id); in qe_upload_microcode() 358 out_be32(&qe_immr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in qe_upload_microcode() 361 for (i = 0; i < be32_to_cpu(ucode->count); i++) in qe_upload_microcode() 482 const struct qe_microcode *ucode = &firmware->microcode[i]; in qe_upload_firmware() local 485 if (ucode->code_offset) in qe_upload_firmware() [all …]
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_efi.c | 76 uint16_t ucode[2]; in serial_efi_putc() local 79 ucode[0] = ch; in serial_efi_putc() 80 ucode[1] = '\0'; in serial_efi_putc() 81 ret = priv->con_out->output_string(priv->con_out, ucode); in serial_efi_putc() 117 uint16_t ucode[2]; in _debug_uart_putc() local 119 ucode[0] = ch; in _debug_uart_putc() 120 ucode[1] = '\0'; in _debug_uart_putc() 121 sys_table->con_out->output_string(sys_table->con_out, ucode); in _debug_uart_putc()
|
| /rk3399_rockchip-uboot/tools/binman/test/ |
| H A 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 {
|
| H A D | 37_x86_no_ucode.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
| H A D | 35_x86_single_ucode.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
| H A D | 40_x86_ucode_not_in_image.dts | 10 u-boot-with-ucode-ptr { 13 u-boot-dtb-with-ucode { 16 u-boot-ucode {
|
| H A D | 34_x86_ucode.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-dtb-with-ucode { 17 u-boot-ucode {
|
| H A D | u_boot_ucode_ptr.lds | 15 .ucode : { 16 *(.ucode)
|
| H A D | 38_x86_ucode_missing_node.dts | 11 u-boot-with-ucode-ptr { 14 u-boot-ucode {
|
| H A D | 39_x86_ucode_missing_node2.dts | 11 u-boot-with-ucode-ptr {
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | emulation-u-boot.dtsi | 14 u-boot-spl-with-ucode-ptr { 15 optional-ucode; 18 u-boot-with-ucode-ptr { 19 optional-ucode;
|
| H A D | u-boot.dtsi | 27 u-boot-spl-with-ucode-ptr { 32 type = "u-boot-dtb-with-ucode"; 38 u-boot-with-ucode-ptr { 42 u-boot-dtb-with-ucode { 44 u-boot-ucode {
|
| H A D | quark-u-boot.dtsi | 12 u-boot-with-ucode-ptr { 13 optional-ucode;
|
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | u_boot_dtb_with_ucode.py | 48 ucode = dtb.GetNode('/microcode') 49 if not ucode: 54 self.collate = len(ucode.subnodes) > 1 55 for node in ucode.subnodes:
|
| /rk3399_rockchip-uboot/lib/efi/ |
| H A D | efi.c | 43 uint16_t ucode[2]; in efi_putc() local 45 ucode[0] = ch; in efi_putc() 46 ucode[1] = '\0'; in efi_putc() 47 con->output_string(con, ucode); in efi_putc()
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | fm.c | 76 u32 *ucode, unsigned int size) in fm_upload_ucode() argument 85 out_be32(&imem->idata, (be32_to_cpu(ucode[i]))); in fm_upload_ucode() 89 while ((in_be32(&imem->idata) != be32_to_cpu(ucode[0])) && --timeout) in fm_upload_ucode() 179 const struct qe_microcode *ucode = &firmware->microcode[i]; in fman_upload_firmware() local 182 if (be32_to_cpu(ucode->code_offset)) { in fman_upload_firmware() 186 fm_idx + 1, ucode->major, ucode->minor, in fman_upload_firmware() 187 ucode->revision); in fman_upload_firmware() 189 be32_to_cpu(ucode->code_offset); in fman_upload_firmware() 190 ucode_size = sizeof(u32) * be32_to_cpu(ucode->count); in fman_upload_firmware()
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A 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
|
| /rk3399_rockchip-uboot/board/freescale/mpc8569mds/ |
| H A 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
|
| /rk3399_rockchip-uboot/board/freescale/t208xrdb/ |
| H A 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
|
| /rk3399_rockchip-uboot/board/freescale/t208xqds/ |
| H A 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
|
| /rk3399_rockchip-uboot/board/freescale/ls1046ardb/ |
| H A D | README | 67 0x00_4090_0000 - 0x00_4093_FFFF FMan ucode 256KB
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 662 ucode = dtb.GetNode('/microcode') 663 self.assertTrue(ucode) 664 for node in ucode.subnodes:
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.srio-pcie-boot-corenet | 7 do without flash for u-boot image, ucode and ENV. All the images can be fetched
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | README | 130 0xEBF00000 0xEBF1FFFF FMAN ucode (alt bank) 128KB
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | README | 183 0x820 0128 FMAN ucode 64KB
|