From patchwork Wed Jun 22 03:04:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 70606 Delivered-To: patches@linaro.org Received: by 10.140.28.4 with SMTP id 4csp2328226qgy; Tue, 21 Jun 2016 20:04:14 -0700 (PDT) X-Received: by 10.98.12.22 with SMTP id u22mr31626944pfi.80.1466564654432; Tue, 21 Jun 2016 20:04:14 -0700 (PDT) Return-Path: Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com. [2607:f8b0:400e:c00::22e]) by mx.google.com with ESMTPS id wg5si2884986pab.119.2016.06.21.20.04.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jun 2016 20:04:14 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22e as permitted sender) client-ip=2607:f8b0:400e:c00::22e; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22e as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pf0-x22e.google.com with SMTP id i123so12739135pfg.0 for ; Tue, 21 Jun 2016 20:04:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=GxwVTYsW/JozIpWRbK+D5P4+ekV/USCVFLOiKQAyqTc=; b=SRyT/ll8eQMx134QE4BiMUvKC6OPqHeuSWtMiut32UpaB48nQceBg60F8lVW4ZKV1N +tb35S+T+S6vpdryeZAb9/YyZYxD7P7IBwCOeG+eLkx0DHydnmX1NM2UciMw9M4EQlgM BDtypV/T+lfVpy+o/z0C+du4jdzEJ/asSwE4w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GxwVTYsW/JozIpWRbK+D5P4+ekV/USCVFLOiKQAyqTc=; b=mMJ4PYljX9U2jh9Emf/I1tSBL2TEQqsmkwNrKrolzRl+glkAtIxuiqQwS6XJHgn/2V /ZjuI/h4YgA0iqBlIZSJs63FShvIVouHCfk5Ox+asKCpKBwcJum+rfsSsXoWguqMZhxJ He25zUgwpeuEHHRpcVLVza+rrQaJecXBAULwM0eQDaVe0vF2bfsKJkXhcwYHlxsyFCMG NoQMyuLMy1gB7oi2Imt+7qZKdV08RBC5/lx4WR4OjcQAfynODV11dAyzBQKV2f65GXG4 pMNDqdZKFrWVMMbPkufUuFvbN78hoEzWK60dDAD/x/R8QBfrlgbA3/PpVZT5X53CmJd0 nrkg== X-Gm-Message-State: ALyK8tI02t29sTsp+2RFLK8CZE2QrIZlwI7HE8zKAiWLhv7wZ2fg7OxBPHrsyaLacVrjv0AyYyM= X-Received: by 10.98.88.5 with SMTP id m5mr31820229pfb.27.1466564654118; Tue, 21 Jun 2016 20:04:14 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id zv2sm18985665pac.43.2016.06.21.20.04.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Jun 2016 20:04:13 -0700 (PDT) From: John Stultz To: Rob Herring Cc: John Stultz Subject: [PATCH 2/3] linaro_generic: Add flo_defconfig Date: Tue, 21 Jun 2016 20:04:07 -0700 Message-Id: <1466564648-13465-2-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466564648-13465-1-git-send-email-john.stultz@linaro.org> References: <1466564648-13465-1-git-send-email-john.stultz@linaro.org> This adds some of the magic values needed to build the boot.img for the nexus7 flo device. Signed-off-by: John Stultz --- configs/flo_defconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/flo_defconfig -- 1.9.1 diff --git a/configs/flo_defconfig b/configs/flo_defconfig new file mode 100644 index 0000000..48ae138 --- /dev/null +++ b/configs/flo_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYSTEMIMAGE_SIZE=880803840 +CONFIG_KERNEL=y +CONFIG_KERNEL_CMDLINE="console=ttyHSL0,115200,n8 user_debug=31 console=ttyMSM0,115200,n8 androidboot.selinux=permissive" +CONFIG_KERNEL_BASE_ADDR=0x80200000 +CONFIG_RAMDISK_OFFSET=0x02000000