mozilla-b2g/mkqcdtbootimg

Name: mkqcdtbootimg

Owner: Mozilla-B2G

Description: null

Forked from: sonyxperiadev/mkqcdtbootimg

Created: 2015-05-25 02:22:58.0

Updated: 2015-05-25 02:22:58.0

Pushed: 2016-04-19 15:35:56.0

Homepage: null

Size: 42

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mkqcdtbootimg

Copyright 2007, The Android Open Source Project
Copyright (c) 2012, The Linux Foundation. All rights reserved.
Copyright (c) 2013, Sony Mobile Communications AB

mkqcdtbootimg is an extended version of the Android mkbootimg tool, found at android.googlesource.com. It adds support for including one or more device tree blobs in a QC table of device tree, as specified in dtbtool.txt.

The added command line option is --dt_dir which takes a path that will be searched for dtb files.

Recommended usage is to add the following to your BoardConfig.mk and then build Android as normal

D_CUSTOM_MKBOOTIMG := mkqcdtbootimg
D_MKBOOTIMG_ARGS += --dt_dir device/x/y/dtbs

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.