Home
last modified time | relevance | path

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

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