Home
last modified time | relevance | path

Searched refs:boot_linux_kernel (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dbootm.h25 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit);
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c149 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit) in boot_linux_kernel() function
203 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux()
H A Dzimage.c356 return boot_linux_kernel((ulong)base_ptr, load_address, false); in do_zboot()
/openbmc/u-boot/doc/uImage.FIT/
H A Dkernel.its91 before booting the kernel (see boot_linux_kernel()).