public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Haojian Zhuang <haojian.zhuang@linaro.org>
To: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org,
	edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Subject: [PATCH 0/4] enhance to support android kernel
Date: Wed,  1 Mar 2017 14:36:03 +0800	[thread overview]
Message-ID: <1488350167-30752-1-git-send-email-haojian.zhuang@linaro.org> (raw)

v1:
  * Fix the issue of booting kernel in AndroidFastboot. The issue was
    caused by broken LinuxLoader.
  * Add a new App to boot android kernel from storage device.

Haojian Zhuang (4):
  EmbeddedPkg/AndroidFastboot: add the GetKernelArgs interface
  EmbeddedPkg/AndroidFastboot: fix to boot android kernel
  EmbeddedPkg: add Android boot device path
  EmbeddedPkg/AndroidBoot: boot android kernel from storage

 .../Application/AndroidBoot/AndroidBootApp.c       | 118 +++++++++
 .../Application/AndroidBoot/AndroidBootApp.h       |  44 ++++
 .../Application/AndroidBoot/AndroidBootApp.inf     |  67 ++++++
 .../Application/AndroidBoot/AndroidBootImg.c       |  91 +++++++
 .../AndroidBoot/Arm/BootAndroidBootImg.c           | 268 +++++++++++++++++++++
 .../AndroidFastboot/AndroidFastbootApp.c           |   2 +-
 .../AndroidFastboot/AndroidFastbootApp.h           |  21 +-
 .../AndroidFastboot/AndroidFastbootApp.inf         |   4 +
 .../AndroidFastboot/Arm/BootAndroidBootImg.c       | 230 +++++++++++++-----
 EmbeddedPkg/EmbeddedPkg.dec                        |   2 +
 .../Include/Protocol/AndroidFastbootPlatform.h     |  13 +
 11 files changed, 795 insertions(+), 65 deletions(-)
 create mode 100644 EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.c
 create mode 100644 EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.h
 create mode 100644 EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf
 create mode 100644 EmbeddedPkg/Application/AndroidBoot/AndroidBootImg.c
 create mode 100644 EmbeddedPkg/Application/AndroidBoot/Arm/BootAndroidBootImg.c

-- 
2.7.4



             reply	other threads:[~2017-03-01  6:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01  6:36 Haojian Zhuang [this message]
2017-03-01  6:36 ` [PATCH 1/4] EmbeddedPkg/AndroidFastboot: add the GetKernelArgs interface Haojian Zhuang
2017-03-01  6:36 ` [PATCH 2/4] EmbeddedPkg/AndroidFastboot: fix to boot android kernel Haojian Zhuang
2017-03-01  6:36 ` [PATCH 3/4] EmbeddedPkg: add Android boot device path Haojian Zhuang
2017-03-01  6:36 ` [PATCH 4/4] EmbeddedPkg/AndroidBoot: boot android kernel from storage Haojian Zhuang

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-list 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=1488350167-30752-1-git-send-email-haojian.zhuang@linaro.org \
    --to=devel@edk2.groups.io \
    /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