Home
last modified time | relevance | path

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

/external/grub/
DAndroid.mk170 file := $(PRODUCT_OUT)/grub/grub_stage2
181 grub_stage2 := $(PRODUCT_OUT)/grub/grub_stage2
184 $(grub_full) : $(grub_stage1) $(grub_stage2)
188 $(hide) dd if=$(grub_stage2) of=$@ bs=512 seek=1 2>/dev/null
DChangeLog40 * grub/asmstub.c (grub_stage2): Remove the attribute `volatile'
62 (grub_stage2): Tweak the declaration and the definition of the
81 * grub/asmstub.c (grub_stage2): Use auto instead of static for
1973 (grub_stage2) [HAVE_LIBCURSES]: If USE_CURSES is true, ignore
3837 (grub_stage2): Restore SERIAL_DEVICE and SERIAL_FD, if they were
6444 (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 probe
7342 (grub_stage2) [!__linux__ && !__GNU__]: Print a warning message.
7537 (grub_stage2): Do a setjmp in doit, and when it returns
[all …]
/external/grub/grub/
Dmain.c22 int grub_stage2 (void);
264 exit (grub_stage2 ()); in main()
Dasmstub.c27 int grub_stage2 (void);
108 grub_stage2 (void) in grub_stage2() function