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
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to