grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/7] Add driver for android bootimg filesystem


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH 0/7] Add driver for android bootimg filesystem
Date: Tue, 26 Jan 2016 19:04:14 +0000

We don't care about the history of a single file. You can basically merge all patches in a single one.
You took code from AOSP. It's license compatible but you need to keep Google copyright lines.
We don't use ChangeLog file anymore. Please just provide git commit message

вт, 26 янв. 2016, 19:51, Shea Levy <address@hidden>:
Adds support for the android bootimg filesystem [1]. The kernel and, if
present, the ramdisk are made available as regular files.

[1]: https://android.googlesource.com/platform/system/core/+/506d233e7ac8ca4efa80768153d842c296477f99/mkbootimg/bootimg.h

Shea Levy (7):
  Add stub module for android bootimgs
  android_bootimg: Implement dir
  android_bootimg: Implement open
  android_bootimg: Implement close
  android_bootimg: Implement read
  android_bootimg: style fixes
  Add android_bootimg to changelog

 ChangeLog-2015                 |   4 +
 grub-core/Makefile.core.def    |   7 ++
 grub-core/fs/android_bootimg.c | 255 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 266 insertions(+)
 create mode 100644 grub-core/fs/android_bootimg.c

--
2.7.0


_______________________________________________
Grub-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/grub-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]