Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 104) sorted by relevance

12345

/arch/m68k/lib/
A Dbootm.c36 void (*kernel) (struct bd_info *, ulong, ulong, ulong, ulong); in do_bootm_linux() local
61 kernel = (void (*)(struct bd_info *, ulong, ulong, ulong, ulong))images->ep; in do_bootm_linux()
64 (ulong) kernel); in do_bootm_linux()
77 (*kernel)(kbd, images->initrd_start, images->initrd_end, in do_bootm_linux()
/arch/arm/dts/
A Dsocfpga_soc64_fit-u-boot.dtsi96 kernel {
97 filename = "kernel.itb";
99 description = "FIT with Linux kernel image and FDT blob";
103 kernel {
105 type = "kernel";
142 kernel = "kernel";
147 sign-images = "fdt", "kernel";
A Dimx6q-bx50v3-uboot.dtsi41 * with the kernel and the kernel should not reset the PHY, since
52 * PCIe reset is not done in the file shared with the kernel, since
55 * be reset by the kernel, so it may not reset PCIe via this GPIO.
A Darmada-3720-turris-mox-u-boot.dtsi3 * 2022 by Marek Behún <kabel@kernel.org>
A Dat91sam9x5cm.dtsi64 kernel@200000 {
65 label = "kernel";
A Dimx6ul-kontron-sl.dtsi5 * Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
A Dimx6q-bx50v3.dts5 * Based on imx6q-ba16.dtsi and imx6q-bx50v3.dtsi from kernel 4.20.5.
A Dimx8mq-librem5-r4.dts2 // Copyright (C) 2021 Purism SPC <kernel@puri.sm>
A Dusb_a9263.dts96 kernel@a0000 {
97 label = "kernel";
A Dsama5d3xcm.dtsi102 kernel@200000 {
103 label = "kernel";
A Dimx6ul-kontron-bl.dts5 * Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
A Dsdm845-db845c-u-boot.dtsi5 * https://lore.kernel.org/linux-arm-msm/20240320122515.3243711-1-caleb.connolly@linaro.org/
/arch/riscv/lib/
A Dbootm.c77 void (*kernel)(ulong hart, void *dtb); in boot_jump_linux() local
83 kernel = (void (*)(ulong, void *))images->ep; in boot_jump_linux()
88 (ulong)kernel); in boot_jump_linux()
100 kernel(gd->arch.boot_hart, images->ft_addr); in boot_jump_linux()
/arch/powerpc/lib/
A Dbootm.c44 void (*kernel)(struct bd_info *, ulong r4, ulong r5, ulong r6, in boot_jump_linux() local
50 kernel = (void (*)(struct bd_info *, ulong, ulong, ulong, in boot_jump_linux()
53 (ulong)kernel); in boot_jump_linux()
82 (*kernel) ((struct bd_info *)of_flat_tree, 0, 0, EPAPR_MAGIC, in boot_jump_linux()
106 (*kernel) (kbd, initrd_start, initrd_end, in boot_jump_linux()
/arch/nios2/lib/
A Dbootm.c22 void (*kernel)(int, int, int, char *) = (void *)images->ep; in do_bootm_linux() local
62 kernel(NIOS_MAGIC, initrd_start, initrd_end, commandline); in do_bootm_linux()
/arch/sh/lib/
A Dbootm.c48 void (*kernel) (void) = (void (*)(void))images->ep; in do_bootm_linux() local
99 kernel(); in do_bootm_linux()
/arch/mips/lib/
A Dbootm.c261 kernel_entry_t kernel = (kernel_entry_t) images->ep; in boot_jump_linux() local
264 debug("## Transferring control to Linux (at address %p) ...\n", kernel); in boot_jump_linux()
282 kernel(-2, (ulong)images->ft_addr, 0, 0); in boot_jump_linux()
284 kernel(linux_argc, (ulong)linux_argv, (ulong)linux_env, in boot_jump_linux()
/arch/riscv/dts/
A Dcv1800b.dtsi3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
A Dth1520-lichee-pi-4a.dts3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon10 booting U-Boot is not the first choice. The kernel FIT image needs to be put
89 kernel {
90 description = "ARM64 Linux kernel";
92 type = "kernel";
121 description = "Boot Linux kernel";
122 kernel = "kernel";
/arch/xtensa/dts/
A Dxtfpga-flash-128m.dtsi19 label = "kernel image";
A Dxtfpga-flash-16m.dtsi15 label = "kernel image";
/arch/mips/
A DKconfig244 Choose this option to build a kernel for release 1 through 5 of the
253 Choose this option to build a kernel for release 2 through 5 of the
262 Choose this option to build a kernel for release 6 or later of the
370 bool "Restore exception vector base before booting linux kernel"
374 But some old linux kernel does not honor the base set in CP0_EBASE.
375 A modified exception vector base will cause kernel crash.
395 The exception vector base to be restored before booting linux kernel
423 bool "Hand over legacy command line to Linux kernel"
432 bool "Hand over legacy environment to Linux kernel"
436 environment to the kernel. Information like memory size, initrd
[all …]
/arch/x86/include/asm/arch-apollolake/acpi/
A Dgpio.asl170 * add the _PRW method for a dummy wake event to kernel so that
171 * before going to sleep kernel does not clear bit 15 in ACPI
185 * Dummy method for the Tier 1 GPIO SCI enable bit. When kernel reads
/arch/mips/mach-octeon/
A Dbootoctlinux.c358 kernel_entry_t kernel; in do_bootoctlinux() local
482 kernel = (kernel_entry_t)addr; in do_bootoctlinux()
541 debug("## Transferring control to Linux (at address %p) ...\n", kernel); in do_bootoctlinux()
569 nmi_handler_para[0] = (u64)kernel; in do_bootoctlinux()
623 kernel(arg0, arg1, arg2, arg3); in do_bootoctlinux()

Completed in 46 milliseconds

12345