Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.14.r1] Add appended DTB support #2475

Draft
wants to merge 2 commits into
base: aosp/LA.UM.9.14.r1
Choose a base branch
from

Commits on Dec 22, 2021

  1. Makefile: Set -Wno-unused-but-set-variable globally

    Apparently nobody seems to have tested clang 13 before release, as the whole
    coding paradigm of calling a function by assigning its return value to a
    variable, which is used all throughout the Linux kernel, becomes broken,
    as clang seems utterly drunk when it comes to the actual judgement whether
    the variable is really used or not..
    konradybcio authored and jerpelea committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    1db68e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. ANDROID: ARM64: add option to build Image.gz/dtb combo

    Allows a defconfig to set a list of dtbs to concatenate with an
    Image.gz to create a Image.gz-dtb.
    
    Includes 8adb162 arm64: Fix correct dtb clean-files location
    
    Change-Id: I0b462322d5c970f1fdf37baffece7ad058099f4a
    Signed-off-by: Alex Ray <aray@google.com>
    [rishabhb] Use subdir to descend into device tree directories
    Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
    
    konrad: fast-forward it to msm-5.4
    Alex Ray authored and konradybcio committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    a98e79a View commit details
    Browse the repository at this point in the history