Searched refs:os (Results 1 – 25 of 48) sorted by relevance
12
| /arch/sandbox/cpu/ |
| A D | Makefile | 9 extra-y := start.o os.o 12 obj-$(CONFIG_ETH_SANDBOX_RAW) += eth-raw-os.o 20 $(obj)/os.o: $(src)/os.c FORCE 25 quiet_cmd_cc_eth-raw-os.o = CC $(quiet_modtag) $@ 26 cmd_cc_eth-raw-os.o = $(CC) $(filter-out -nostdinc, \ 29 $(obj)/eth-raw-os.o: $(src)/eth-raw-os.c FORCE 30 $(call if_changed_dep,cc_eth-raw-os.o)
|
| /arch/arm/dts/ |
| A D | zynqmp-binman.dts | 38 os = "u-boot"; 52 os = "arm-trusted-firmware"; 69 os = "tee"; 75 tee-os { 123 os = "u-boot"; 137 os = "arm-trusted-firmware"; 154 os = "tee"; 160 tee-os {
|
| A D | k3-binman.dtsi | 272 os = "arm-trusted-firmware"; 288 os = "tee"; 295 tee: tee-os { 305 os = "DM"; 313 os = "U-Boot"; 359 os = "tee"; 362 tee-os { 373 os = "DM"; 381 os = "U-Boot"; 403 os = "u-boot"; [all …]
|
| A D | rockchip-u-boot.dtsi | 62 os = "u-boot"; 83 os = "arm-trusted-firmware"; 102 os = "tee"; 108 tee-os { 122 os = "tee"; 127 tee-os {
|
| A D | fsl-ls1028a-kontron-sl28-u-boot.dtsi | 36 os = "u-boot"; 76 os = "u-boot"; 106 os = "arm-trusted-firmware"; 135 os = "tee";
|
| A D | k3-am65-iot2050-boot-image.dtsi | 41 os = "arm-trusted-firmware"; 53 os = "tee"; 56 tee-os { 65 os = "DM"; 76 os = "U-Boot"; 115 os = "u-boot";
|
| A D | k3-am625-beagleplay-u-boot.dtsi | 99 os = "arm-trusted-firmware"; 112 os = "tee"; 115 tee-os { 125 os = "tifsstub-gp"; 138 os = "DM"; 149 os = "U-Boot"; 195 os = "u-boot";
|
| A D | k3-j721e-beagleboneai64-u-boot.dtsi | 230 os = "arm-trusted-firmware"; 243 os = "tee"; 246 tee-os { 256 os = "DM"; 267 os = "U-Boot"; 312 os = "u-boot";
|
| A D | socfpga_soc64_fit-u-boot.dtsi | 28 os = "U-Boot"; 47 os = "arm-trusted-firmware"; 107 os = "linux";
|
| A D | zynqmp-binman-som.dts | 125 os = "u-boot"; 139 os = "arm-trusted-firmware"; 156 os = "tee"; 162 tee-os {
|
| A D | sunxi-u-boot.dtsi | 53 os = "u-boot"; 69 os = "arm-trusted-firmware";
|
| A D | k3-am625-sk-binman.dtsi | 220 os = "tifsstub-hs"; 233 os = "tifsstub-fs"; 246 os = "tifsstub-gp"; 351 os = "tifsstub-hs"; 364 os = "tifsstub-fs"; 377 os = "tifsstub-gp";
|
| A D | k3-am625-verdin-wifi-dev-binman.dtsi | 208 os = "tifsstub-hs"; 221 os = "tifsstub-fs"; 234 os = "tifsstub-gp"; 335 os = "tifsstub-hs"; 348 os = "tifsstub-fs"; 361 os = "tifsstub-gp";
|
| A D | imx8mq-u-boot.dtsi | 152 os = "tee"; 156 tee-os {
|
| A D | k3-am625-phycore-som-binman.dtsi | 223 os = "tifsstub-hs"; 236 os = "tifsstub-fs"; 249 os = "tifsstub-gp"; 468 os = "tifsstub-hs"; 481 os = "tifsstub-fs"; 494 os = "tifsstub-gp";
|
| /arch/riscv/dts/ |
| A D | binman.dtsi | 33 os = "U-Boot"; 45 os = "Linux"; 61 os = "tee"; 63 tee_blob: tee-os { 72 os = "opensbi";
|
| A D | thead-th1520-binman.dtsi | 36 os = "opensbi"; 51 os = "U-boot";
|
| /arch/arm/mach-k3/r5/ |
| A D | common.c | 332 const char *os; in board_fit_image_post_process() local 335 os = fdt_getprop(fit, node, "os", &len); in board_fit_image_post_process() 339 addr, *p_size, os); in board_fit_image_post_process() 342 if (!strcmp(os, image_os_match[i])) { in board_fit_image_post_process() 354 strcmp(os, "tifsstub-hs")) || in board_fit_image_post_process() 356 strcmp(os, "tifsstub-fs")) || in board_fit_image_post_process() 358 strcmp(os, "tifsstub-gp"))) { in board_fit_image_post_process() 361 debug("tifsstub-type: %s\n", os); in board_fit_image_post_process()
|
| /arch/x86/lib/ |
| A D | bootm.c | 127 images->os.load = load_address; in boot_prep_linux() 240 images->ep, images->os.load); in boot_jump_linux() 242 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux() 243 images->os.arch == IH_ARCH_X86_64); in boot_jump_linux()
|
| A D | tpl.c | 90 spl_image->os = IH_OS_U_BOOT; in spl_board_load_image()
|
| /arch/sandbox/dts/ |
| A D | sandbox_vpl.dtsi | 32 os = "u-boot"; 47 os = "u-boot";
|
| /arch/arm/mach-k3/ |
| A D | common.c | 256 images->os.start, images->os.end); in board_prep_linux() 257 __asm_flush_dcache_range(images->os.start, in board_prep_linux() 258 ROUND(images->os.end, in board_prep_linux()
|
| /arch/x86/cpu/apollolake/ |
| A D | spl.c | 39 spl_image->os = IH_OS_U_BOOT; in rom_load_image() 122 spl_image->os = IH_OS_U_BOOT; in spl_fast_spi_load_image()
|
| /arch/sandbox/ |
| A D | Makefile | 3 head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o
|
| /arch/arm/lib/ |
| A D | bootm.c | 272 (images.os.arch == IH_ARCH_ARM)) in switch_to_el1() 308 update_os_arch_secondary_cores(images->os.arch); in boot_jump_linux() 315 (images->os.arch == IH_ARCH_ARM)) in boot_jump_linux()
|
Completed in 36 milliseconds
12