| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_util.c | 18 {0, u"Null"}, 19 {8, u"BS"}, 20 {9, u"TAB"}, 21 {10, u"LF"}, 22 {13, u"CR"}, 30 {0x00, u"Null"}, 31 {0x01, u"Up"}, 32 {0x02, u"Down"}, 34 {0x04, u"Left"}, 35 {0x05, u"Home"}, [all …]
|
| A D | efi_selftest_unicode_collation.c | 47 u16 c1[] = u"first"; in test_stri_coll() 48 u16 c2[] = u"FIRST"; in test_stri_coll() 49 u16 c3[] = u"second"; in test_stri_coll() 81 const u16 c[] = u"Das U-Boot"; in test_metai_match() 84 unicode_collation_protocol, c, u"*"); in test_metai_match() 112 unicode_collation_protocol, c, u"D*Bo*t"); in test_metai_match() 140 unicode_collation_protocol, c, u"D*Bo*tt"); in test_metai_match() 151 u16 c[] = u"U-Boot"; in test_str_lwr() 164 u16 c[] = u"U-Boot"; in test_str_upr() 209 u"U -Boo.t", 6, fat); in test_str_to_fat() [all …]
|
| /u-boot/drivers/net/octeontx/ |
| A D | xcv.c | 31 reset.u = readq(XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 33 writeq(reset.u, XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 36 reset.u = readq(XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 38 writeq(reset.u, XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 51 reset.u = readq(XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 53 writeq(reset.u, XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 54 reset.u = readq(XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 62 reset.u = readq(XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 64 writeq(reset.u, XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() 67 reset.u = readq(XCVX_BASE + XCVX_RESET(0)); in xcv_init_hw() [all …]
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | config_secure.mk | 48 u-boot-spl_HS_X-LOADER: $(obj)/u-boot-spl.bin FORCE 54 u-boot-spl_HS_MLO: $(obj)/u-boot-spl.bin FORCE 61 u-boot-spl_HS_2ND: $(obj)/u-boot-spl.bin FORCE 65 u-boot-spl_HS_ULO: $(obj)/u-boot-spl.bin FORCE 71 u-boot-spl_HS_ISSW: $(obj)/u-boot-spl.bin FORCE 80 u-boot-spl_HS_SPI_X-LOADER: $(obj)/u-boot-spl.bin FORCE 87 u-boot_HS_MLO: $(obj)/u-boot.bin 96 u-boot_HS_XIP_X-LOADER: $(obj)/u-boot.bin FORCE 115 u-boot-nodtb_HS.bin: u-boot-nodtb.bin FORCE 118 u-boot_HS.img: u-boot-nodtb_HS.bin u-boot.img $(patsubst %.dtb,%.dtb_HS,$(OF_LIST_TARGETS)) FORCE [all …]
|
| A D | config.mk | 21 INPUTS-y += u-boot-spl_HS_MLO 22 INPUTS-y += u-boot-spl_HS_ULO 23 INPUTS-y += u-boot-spl_HS_X-LOADER 33 INPUTS-y += u-boot-spl_HS_SPI_X-LOADER 34 INPUTS-y += u-boot-spl_HS_ISSW 50 INPUTS-y += u-boot-spl_HS_SPI_X-LOADER 51 INPUTS-y += u-boot-spl_HS_X-LOADER 52 INPUTS-y += u-boot-spl_HS_MLO 53 INPUTS-y += u-boot-spl_HS_2ND 64 INPUTS-$(CONFIG_SPL_LOAD_FIT) += u-boot_HS.img [all …]
|
| /u-boot/tools/binman/test/ |
| A D | 009_pack_extra.dts | 8 u-boot { 14 u-boot-align-size-nop { 15 type = "u-boot"; 19 u-boot-align-size { 20 type = "u-boot"; 25 u-boot-align-end { 26 type = "u-boot"; 30 u-boot-align-both { 31 type = "u-boot"; 36 u-boot-min-size { [all …]
|
| A D | 008_pack.dts | 8 u-boot { 11 u-boot-align { 12 type = "u-boot"; 16 u-boot-size { 17 type = "u-boot"; 21 u-boot-next { 22 type = "u-boot"; 25 u-boot-fixed { 26 type = "u-boot";
|
| A D | 196_symbols_nodtb.dts | 10 u-boot-spl-nodtb { 12 u-boot-spl-dtb { 15 u-boot { 19 u-boot-spl2 { 20 type = "u-boot-spl-nodtb"; 22 u-boot-spl-dtb2 { 23 type = "u-boot-spl-dtb";
|
| /u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| A D | Makefile | 56 spl/u-boot-spl.ivt: spl/u-boot-spl.bin 61 u-boot.ivt: u-boot.bin 66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.… 69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf 76 u-boot.sb: $(src)/$(MKIMAGE_TARGET-y) u-boot.bin spl/u-boot-spl.bin FORCE 80 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-sp…
|
| /u-boot/arch/arm/mach-imx/ |
| A D | Makefile | 134 u-boot.imx: MKIMAGEOUTPUT = u-boot.imx.log 136 u-boot.imx: u-boot.bin u-boot.cfgout $(PLUGIN).bin FORCE 142 u-boot-nand.imx: u-boot.imx FORCE 150 u-boot-dtb.imx: u-boot-fit-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE 159 u-boot-dtb.imx: u-boot-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE 178 spl/u-boot-spl-ddr.bin: spl/u-boot-spl.bin spl/u-boot-spl.cfgout FORCE 191 u-boot.cnt: MKIMAGEOUTPUT = u-boot.cnt.log 194 u-boot.cnt: u-boot.bin container.cfg FORCE 223 u-boot.uim: u-boot.bin FORCE 235 u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim)… [all …]
|
| /u-boot/drivers/gpio/ |
| A D | kw_gpio.c | 26 u32 u; in __set_direction() local 30 u |= 1 << (pin & 31); in __set_direction() 32 u &= ~(1 << (pin & 31)); in __set_direction() 40 u32 u; in __set_level() local 42 u = readl(GPIO_OUT(pin)); in __set_level() 44 u |= 1 << (pin & 31); in __set_level() 46 u &= ~(1 << (pin & 31)); in __set_level() 47 writel(u, GPIO_OUT(pin)); in __set_level() 52 u32 u; in __set_blinking() local 56 u |= 1 << (pin & 31); in __set_blinking() [all …]
|
| /u-boot/board/nokia/rx51/ |
| A D | tag_omap.h | 216 } u; member 243 .u.lcd.panel_name = p1, \ 244 .u.lcd.ctrl_name = p2, \ 245 .u.lcd.nreset_gpio = p3, \ 246 .u.lcd.data_lines = p4, \ 253 .u.gpio_switch.name = p1, \ 254 .u.gpio_switch.gpio = p2, \ 256 .u.gpio_switch.type = p4, \ 275 .u.partition.name = p1, \ 276 .u.partition.size = p2, \ [all …]
|
| /u-boot/net/ |
| A D | nfs.c | 193 rpc_pkt.u.call.id = htonl(id); in rpc_req() 238 p = rpc_pkt.u.call.data; in rpc_req() 475 rpc_pkt->u.reply.data[0]) { in rpc_handle_error() 531 if (rpc_pkt.u.reply.rstatus || in rpc_lookup_reply() 533 rpc_pkt.u.reply.astatus) in rpc_lookup_reply() 588 rpc_pkt.u.reply.astatus) in nfs_umountall_reply() 675 rpc_pkt.u.reply.data[0]) in nfs_readlink_reply() 715 memcpy(&rpc_pkt.u.data[0], pkt, sizeof(rpc_pkt.u.reply)); in nfs_read_reply() 725 rpc_pkt.u.reply.data[0]) { in nfs_read_reply() 726 if (rpc_pkt.u.reply.rstatus) in nfs_read_reply() [all …]
|
| /u-boot/doc/develop/ |
| A D | release_cycle.rst | 93 <https://source.denx.de/u-boot/gitdm>`_, which was originally created by 96 * :doc:`statistics/u-boot-stats-v2023.07` which was released on 10 July 2023. 104 * :doc:`statistics/u-boot-stats-v2022.07` which was released on 11 July 2022. 112 * :doc:`statistics/u-boot-stats-v2021.07` which was released on 05 July 2021. 120 * :doc:`statistics/u-boot-stats-v2020.07` which was released on 06 July 2020. 128 * :doc:`statistics/u-boot-stats-v2019.07` which was released on 08 July 2019. 138 * :doc:`statistics/u-boot-stats-v2018.07` which was released on 19 July 2018. 140 * :doc:`statistics/u-boot-stats-v2018.05` which was released on 07 May 2018. 152 * :doc:`statistics/u-boot-stats-v2017.05` which was released on 08 May 2017. 164 * :doc:`statistics/u-boot-stats-v2016.05` which was released on 16 May 2016. [all …]
|
| /u-boot/drivers/net/octeontx2/ |
| A D | nix_af.c | 132 lf_rst.u = 0; in npa_lf_admin_setup() 251 lf_rst.u = 0; in npa_lf_admin_shutdown() 282 blk_rst.u = 0; in npa_af_setup() 314 blk_rst.u = 0; in npa_af_shutdown() 475 aq_inst->u[0], aq_inst->u[1]); in nix_aq_issue_command() 641 lf_rst.u = 0; in nix_lf_admin_setup() 764 sw_sync.u = 0; in nix_lf_admin_shutdown() 828 lf_rst.u = 0; in nix_lf_admin_shutdown() 866 action0.u = 0; in npc_lf_admin_setup() 870 action1.u = 0; in npc_lf_admin_setup() [all …]
|
| /u-boot/ |
| A D | Makefile | 617 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg: 1435 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \ 1462 u-boot.dis: u-boot 1545 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE 1548 u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin 1550 u-boot.sb: u-boot.bin spl/u-boot-spl.bin 1591 u-boot-dtb.bin: u-boot-nodtb.bin u-boot.dtb u-boot-br.bin FORCE 1638 u-boot-img.bin: spl/u-boot-spl.bin u-boot.img FORCE 1668 u-boot.elf: u-boot.bin u-boot-elf.lds 1759 u-boot: $(u-boot-init) $(u-boot-main) $(u-boot-keep-syms-lto) u-boot.lds FORCE [all …]
|
| /u-boot/board/synopsys/hsdk/ |
| A D | config.mk | 10 bsp-generate: u-boot u-boot.bin 12 --arc-id 0x52 --image $(srctree)/u-boot.bin \ 13 --elf $(srctree)/u-boot 15 -d $(srctree)/u-boot-update.txt \ 16 $(srctree)/u-boot-update.scr &> /dev/null 24 bsp-generate: u-boot u-boot.bin 26 --arc-id 0x54 --image $(srctree)/u-boot.bin \ 27 --elf $(srctree)/u-boot 29 -d $(srctree)/u-boot-update.txt \ 30 $(srctree)/u-boot-update.scr &> /dev/null
|
| /u-boot/lib/efi_loader/ |
| A D | initrddump.c | 80 print(u"\r\n"); in cls() 185 u16 outbuf[2] = u" "; in efi_input() 207 print(u"\b \b"); in efi_input() 212 print(u"\r\n"); in efi_input() 336 print(u"length: 0x"); in do_load() 338 print(u"\r\n"); in do_load() 345 print(u"crc32: 0x"); in do_load() 347 print(u"\r\n"); in do_load() 404 print(u"\r\n"); in do_save() 423 print(u" written\r\n"); in do_save() [all …]
|
| A D | dtbdump.c | 112 u16 outbuf[2] = u" "; in efi_input() 127 print(u"\r\nAborted\r\n"); in efi_input() 136 print(u"\b \b"); in efi_input() 141 print(u"\r\n"); in efi_input() 323 error(u"File not found\r\n"); in do_load() 335 error(u"Out of memory\r\n"); in do_load() 353 error(u"Out of memory\r\n"); in do_load() 435 error(u"DTB not found\r\n"); in do_save() 462 print(u"\r\n"); in do_save() 487 print(u" written\r\n"); in do_save() [all …]
|
| A D | helloworld.c | 95 con_out->output_string(con_out, u"\r\n"); in print_uefi_revision() 110 (con_out, u"Have device tree\r\n"); in print_config_tables() 114 (con_out, u"Have ACPI 2.0 table\r\n"); in print_config_tables() 118 (con_out, u"Have SMBIOS table\r\n"); in print_config_tables() 131 con_out->output_string(con_out, u"Load options: "); in print_load_options() 136 con_out->output_string(con_out, u"<none>"); in print_load_options() 137 con_out->output_string(con_out, u"\r\n"); in print_load_options() 154 con_out->output_string(con_out, u"<none>\r\n"); in print_device_path() 165 con_out->output_string(con_out, u"\r\n"); in print_device_path() 219 con_out->output_string(con_out, u"File path: "); in efi_main() [all …]
|
| /u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
| A D | csrs-rvu.h | 174 u64 u; member 190 u32 u; member 228 u32 u; member 243 u64 u; member 266 u64 u; member 288 u64 u; member 310 u64 u; member 332 u64 u; member 356 u64 u; member 378 u64 u; member [all …]
|
| /u-boot/post/lib_powerpc/fpu/ |
| A D | mul-subnormal-single-1.c | 22 unsigned int u; member 29 union uf u; in u2f() local 30 u.u = v; in u2f() 31 return u.f; in u2f() 37 union uf u; in f2u() local 38 u.f = v; in f2u() 39 return u.u; in f2u()
|
| /u-boot/arch/arm/dts/ |
| A D | tegra-u-boot.dtsi | 13 filename = "u-boot-tegra.bin"; 15 u-boot-spl { 17 u-boot { 24 filename = "u-boot-dtb-tegra.bin"; 26 u-boot-spl { 28 u-boot { 34 filename = "u-boot-nodtb-tegra.bin"; 36 u-boot-spl { 38 u-boot-nodtb {
|
| /u-boot/arch/mips/dts/ |
| A D | mt7621-u-boot.dtsi | 49 u-boot-spl-ddr { 52 filename = "u-boot-spl-ddr.bin"; 55 u-boot-spl { 57 filename = "u-boot-spl.bin"; 67 filename = "u-boot-spl-ddr.img"; 88 filename = "u-boot-mt7621.bin"; 92 u-boot-tpl { 94 filename = "u-boot-tpl.bin"; 102 filename = "u-boot-spl-ddr.img"; 106 u-boot { [all …]
|
| /u-boot/scripts/ |
| A D | Makefile.spl | 190 -include $(srctree)/include/u-boot/u-boot.lds.h \ 394 $(obj)/u-boot-x86-start16-spl.bin: $(obj)/u-boot-spl FORCE 398 $(obj)/u-boot-x86-start16-tpl.bin: $(obj)/u-boot-tpl FORCE 402 $(obj)/u-boot-x86-reset16-spl.bin: $(obj)/u-boot-spl FORCE 406 $(obj)/u-boot-x86-reset16-tpl.bin: $(obj)/u-boot-tpl FORCE 437 $(obj)/u-boot-spl-dtb.hex: $(obj)/u-boot-spl-dtb.bin FORCE 460 $(obj)/u-boot-spl-mtk.bin: $(obj)/u-boot-spl.bin FORCE 483 $(u-boot-spl-keep-syms-lto_c): $(u-boot-spl-main) $(u-boot-spl-platdata) 525 $(u-boot-spl-main) $(u-boot-spl-keep-syms-lto) \ 529 $(sort $(u-boot-spl-init) $(u-boot-spl-main)): $(u-boot-spl-dirs) ; [all …]
|