Home
last modified time | relevance | path

Searched refs:setup_zimage (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dzimage.h35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c239 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() function
349 if (setup_zimage(base_ptr, (char *)base_ptr + COMMAND_LINE_OFFSET, in do_zboot()
H A Dbootm.c134 ret = setup_zimage((void *)images->ep, cmd_line_dest, in boot_prep_linux()