grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Android bootimg support
@ 2016-02-08 20:47 Shea Levy
  2016-02-08 20:47 ` [PATCH v3 1/3] Add helper functions to interact with android bootimg disks Shea Levy
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Shea Levy @ 2016-02-08 20:47 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Shea Levy

This patch series adds support for booting from android bootimgs. A set
of helper functions is added to read the kernel, command line, and
initrd from a bootimg partition, the initrd command is updated to
respect the android_bootimg:<disk-path> syntax for loading the initrd
from the bootimg at <disk-path>, and on i386 the linux command is
update to respect the android_bootimg:<disk-path> syntax for loading the
kernel and kernel command line from the bootimg.

Shea Levy (3):
  Add helper functions to interact with android bootimg disks.
  i386: Add support for loading from android bootimg
  Add support for loading initrd from android bootimg

 grub-core/Makefile.core.def        |   1 +
 grub-core/loader/android_bootimg.c | 253 +++++++++++++++++++++++++++++++++++++
 grub-core/loader/i386/linux.c      |  27 +++-
 grub-core/loader/linux.c           |   7 +-
 include/grub/android_bootimg.h     |  12 ++
 5 files changed, 293 insertions(+), 7 deletions(-)
 create mode 100644 grub-core/loader/android_bootimg.c
 create mode 100644 include/grub/android_bootimg.h

-- 
2.7.0



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-02-15 10:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 20:47 [PATCH v3 0/3] Android bootimg support Shea Levy
2016-02-08 20:47 ` [PATCH v3 1/3] Add helper functions to interact with android bootimg disks Shea Levy
2016-02-12 17:42   ` Vladimir 'φ-coder/phcoder' Serbinenko
2016-02-12 17:53     ` Vladimir 'φ-coder/phcoder' Serbinenko
2016-02-08 20:47 ` [PATCH v3 2/3] i386: Add support for loading from android bootimg Shea Levy
2016-02-12 17:50   ` Vladimir 'φ-coder/phcoder' Serbinenko
2016-02-12 19:19     ` Shea Levy
2016-02-12 19:22       ` Vladimir 'phcoder' Serbinenko
2016-02-12 19:34         ` Shea Levy
2016-02-12 21:16           ` Vladimir 'φ-coder/phcoder' Serbinenko
2016-02-13 10:32             ` Andrei Borzenkov
2016-02-14 13:21             ` Shea Levy
2016-02-14 13:26               ` Vladimir 'phcoder' Serbinenko
2016-02-14 17:20                 ` Andrei Borzenkov
2016-02-14 20:58                 ` Seth Goldberg
2016-02-15  3:41                   ` Andrei Borzenkov
2016-02-15  4:13                     ` Seth Goldberg
2016-02-15 10:55                     ` Vladimir 'phcoder' Serbinenko
2016-02-08 20:47 ` [PATCH v3 3/3] Add support for loading initrd " Shea Levy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).