Searched refs:grub_stage2 (Results 1 – 4 of 4) sorted by relevance
170 file := $(PRODUCT_OUT)/grub/grub_stage2181 grub_stage2 := $(PRODUCT_OUT)/grub/grub_stage2184 $(grub_full) : $(grub_stage1) $(grub_stage2)188 $(hide) dd if=$(grub_stage2) of=$@ bs=512 seek=1 2>/dev/null
40 * grub/asmstub.c (grub_stage2): Remove the attribute `volatile'62 (grub_stage2): Tweak the declaration and the definition of the81 * grub/asmstub.c (grub_stage2): Use auto instead of static for1973 (grub_stage2) [HAVE_LIBCURSES]: If USE_CURSES is true, ignore3837 (grub_stage2): Restore SERIAL_DEVICE and SERIAL_FD, if they were6444 (grub_stage2): The device mapping routine is moved to ...7287 (grub_stage2): Use check_device to probe a device.7301 * grub/asmstub.c (grub_stage2): Print a message before the probe7342 (grub_stage2) [!__linux__ && !__GNU__]: Print a warning message.7537 (grub_stage2): Do a setjmp in doit, and when it returns[all …]
22 int grub_stage2 (void);264 exit (grub_stage2 ()); in main()
27 int grub_stage2 (void);108 grub_stage2 (void) in grub_stage2() function