From: Shea Levy <shea@shealevy.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: Shea Levy <shea@shealevy.com>
Subject: [PATCH v3 0/3] Android bootimg support
Date: Mon, 8 Feb 2016 15:47:36 -0500 [thread overview]
Message-ID: <1454964459-28213-1-git-send-email-shea@shealevy.com> (raw)
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
next reply other threads:[~2016-02-08 20:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 20:47 Shea Levy [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454964459-28213-1-git-send-email-shea@shealevy.com \
--to=shea@shealevy.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).