Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 48) sorted by relevance

12

/arch/sandbox/cpu/
A DMakefile9 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 Dzynqmp-binman.dts38 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 Dk3-binman.dtsi272 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 Drockchip-u-boot.dtsi62 os = "u-boot";
83 os = "arm-trusted-firmware";
102 os = "tee";
108 tee-os {
122 os = "tee";
127 tee-os {
A Dfsl-ls1028a-kontron-sl28-u-boot.dtsi36 os = "u-boot";
76 os = "u-boot";
106 os = "arm-trusted-firmware";
135 os = "tee";
A Dk3-am65-iot2050-boot-image.dtsi41 os = "arm-trusted-firmware";
53 os = "tee";
56 tee-os {
65 os = "DM";
76 os = "U-Boot";
115 os = "u-boot";
A Dk3-am625-beagleplay-u-boot.dtsi99 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 Dk3-j721e-beagleboneai64-u-boot.dtsi230 os = "arm-trusted-firmware";
243 os = "tee";
246 tee-os {
256 os = "DM";
267 os = "U-Boot";
312 os = "u-boot";
A Dsocfpga_soc64_fit-u-boot.dtsi28 os = "U-Boot";
47 os = "arm-trusted-firmware";
107 os = "linux";
A Dzynqmp-binman-som.dts125 os = "u-boot";
139 os = "arm-trusted-firmware";
156 os = "tee";
162 tee-os {
A Dsunxi-u-boot.dtsi53 os = "u-boot";
69 os = "arm-trusted-firmware";
A Dk3-am625-sk-binman.dtsi220 os = "tifsstub-hs";
233 os = "tifsstub-fs";
246 os = "tifsstub-gp";
351 os = "tifsstub-hs";
364 os = "tifsstub-fs";
377 os = "tifsstub-gp";
A Dk3-am625-verdin-wifi-dev-binman.dtsi208 os = "tifsstub-hs";
221 os = "tifsstub-fs";
234 os = "tifsstub-gp";
335 os = "tifsstub-hs";
348 os = "tifsstub-fs";
361 os = "tifsstub-gp";
A Dimx8mq-u-boot.dtsi152 os = "tee";
156 tee-os {
A Dk3-am625-phycore-som-binman.dtsi223 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 Dbinman.dtsi33 os = "U-Boot";
45 os = "Linux";
61 os = "tee";
63 tee_blob: tee-os {
72 os = "opensbi";
A Dthead-th1520-binman.dtsi36 os = "opensbi";
51 os = "U-boot";
/arch/arm/mach-k3/r5/
A Dcommon.c332 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 Dbootm.c127 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 Dtpl.c90 spl_image->os = IH_OS_U_BOOT; in spl_board_load_image()
/arch/sandbox/dts/
A Dsandbox_vpl.dtsi32 os = "u-boot";
47 os = "u-boot";
/arch/arm/mach-k3/
A Dcommon.c256 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 Dspl.c39 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 DMakefile3 head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o
/arch/arm/lib/
A Dbootm.c272 (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