grub-devel
[Top][All Lists]
Advanced

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

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


From: Shea Levy
Subject: [PATCH 0/7] Add driver for android bootimg filesystem
Date: Tue, 26 Jan 2016 13:51:15 -0500

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




reply via email to

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