From patchwork Wed Apr 25 21:03:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Praneeth Bajjuri X-Patchwork-Id: 904753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="MWZzQLRJ"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40WXlX38bBz9rxs for ; Thu, 26 Apr 2018 07:05:12 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id F10DEC21FCC; Wed, 25 Apr 2018 21:04:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_BLOCKED, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 084CFC21FED; Wed, 25 Apr 2018 21:03:32 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 96528C21F5B; Wed, 25 Apr 2018 21:03:28 +0000 (UTC) Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by lists.denx.de (Postfix) with ESMTPS id E50C5C21F9A for ; Wed, 25 Apr 2018 21:03:27 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id w3PL3Pfg007709; Wed, 25 Apr 2018 16:03:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1524690205; bh=0K/NITqRDp/7mc8TNUbnZx0FNKMdN0NKjkaLrAXpTuc=; h=From:To:CC:Subject:Date; b=MWZzQLRJNsyibwXU8zMKXJYPpACNyYaGnxWo+/rOSs+9AWhit6NYVt+kF1bhazwlZ jMwR5e1kTm4k/OcIXEuMfo484lsjWaMGMP1m+Rp2L6oQloGPDQ36ngUzkWpZiCTrcT fUCzVuUicSEzxdVrGuDDXa4uHI9sCHjKJqeMFuPI= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w3PL3POf005430; Wed, 25 Apr 2018 16:03:25 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 25 Apr 2018 16:03:24 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 25 Apr 2018 16:03:24 -0500 Received: from droidlinux (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w3PL3OK1014114; Wed, 25 Apr 2018 16:03:24 -0500 Received: from praneeth by droidlinux with local (Exim 4.82) (envelope-from ) id 1fBRZU-0001SG-NS; Wed, 25 Apr 2018 16:03:24 -0500 From: Praneeth Bajjuri To: Praneeth Bajjuri , Date: Wed, 25 Apr 2018 16:03:22 -0500 Message-ID: <1524690204-5560-1-git-send-email-praneeth@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: Tom Rini Subject: [U-Boot] [PATCH 0/2] Boot android with FIT image X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable the FDT library overlay support for all TI SOC family and while at it Enable android over emmc by default thru FIT image Praneeth Bajjuri (2): configs: TI: Enable FIT Library overlay support env: ti: android: boot with FIT Image include/environment/ti/boot.h | 3 ++- lib/Kconfig | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)