|
From: | Vladimir 'phcoder' Serbinenko |
Subject: | Re: [PATCH 0/7] Add driver for android bootimg filesystem |
Date: | Tue, 26 Jan 2016 19:04:14 +0000 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |