| /arch/m68k/lib/ |
| A D | bootm.c | 36 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 D | socfpga_soc64_fit-u-boot.dtsi | 96 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 D | imx6q-bx50v3-uboot.dtsi | 41 * 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 D | armada-3720-turris-mox-u-boot.dtsi | 3 * 2022 by Marek Behún <kabel@kernel.org>
|
| A D | at91sam9x5cm.dtsi | 64 kernel@200000 { 65 label = "kernel";
|
| A D | imx6ul-kontron-sl.dtsi | 5 * Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
|
| A D | imx6q-bx50v3.dts | 5 * Based on imx6q-ba16.dtsi and imx6q-bx50v3.dtsi from kernel 4.20.5.
|
| A D | imx8mq-librem5-r4.dts | 2 // Copyright (C) 2021 Purism SPC <kernel@puri.sm>
|
| A D | usb_a9263.dts | 96 kernel@a0000 { 97 label = "kernel";
|
| A D | sama5d3xcm.dtsi | 102 kernel@200000 { 103 label = "kernel";
|
| A D | imx6ul-kontron-bl.dts | 5 * Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
|
| A D | sdm845-db845c-u-boot.dtsi | 5 * https://lore.kernel.org/linux-arm-msm/20240320122515.3243711-1-caleb.connolly@linaro.org/
|
| /arch/riscv/lib/ |
| A D | bootm.c | 77 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 D | bootm.c | 44 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 D | bootm.c | 22 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 D | bootm.c | 48 void (*kernel) (void) = (void (*)(void))images->ep; in do_bootm_linux() local 99 kernel(); in do_bootm_linux()
|
| /arch/mips/lib/ |
| A D | bootm.c | 261 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 D | cv1800b.dtsi | 3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
|
| A D | th1520-lichee-pi-4a.dts | 3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
|
| /arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| A D | README.falcon | 10 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 D | xtfpga-flash-128m.dtsi | 19 label = "kernel image";
|
| A D | xtfpga-flash-16m.dtsi | 15 label = "kernel image";
|
| /arch/mips/ |
| A D | Kconfig | 244 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 D | gpio.asl | 170 * 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 D | bootoctlinux.c | 358 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()
|