Searched refs:setup_zimage (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | zimage.h | 35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | zimage.c | 239 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 D | bootm.c | 134 ret = setup_zimage((void *)images->ep, cmd_line_dest, in boot_prep_linux()
|