From patchwork Tue Jun 28 00:46: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: 70965 Delivered-To: patches@linaro.org Received: by 10.140.28.4 with SMTP id 4csp1324272qgy; Mon, 27 Jun 2016 17:46:14 -0700 (PDT) X-Received: by 10.98.49.133 with SMTP id x127mr276084pfx.90.1467074773873; Mon, 27 Jun 2016 17:46:13 -0700 (PDT) Return-Path: Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com. [2607:f8b0:400e:c03::234]) by mx.google.com with ESMTPS id o78si13913350pfa.103.2016.06.27.17.46.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2016 17:46:13 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::234 as permitted sender) client-ip=2607:f8b0:400e:c03::234; 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:c03::234 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pa0-x234.google.com with SMTP id hl6so566895pac.2 for ; Mon, 27 Jun 2016 17:46:13 -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=Q41AUVWBylK3UUsNWJwr1zo5tUZzmn3IuS9bV3y8d+o=; b=VoZN24+urrRDSvTb69BF7YfTd9FeJZWO51FUbyel5FAusU5a/sGpnwFXobFPzxJnld dKqROoeFBWHQx1MKklIrxk/pYSVUNwy7J85RAY8+ICReTCV0z3imDQAw3qh3WUjFliwA durXrb/p0vbFxQ33lloboVKcDTlbVZhSNxjoc= 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=Q41AUVWBylK3UUsNWJwr1zo5tUZzmn3IuS9bV3y8d+o=; b=cFiNBnckmDloNPwyqKv/K2G5WndZA5kjzSNuN10R2MMsYpAztUY9EE0NHGLDMgAUiM WJWzaUGwGgUMtOLjtrz2G9stfWSO77G3lW/q80ggeBb/iZ9+yO95sNsv1hHLKzQS6f+y 5iWsKDAKegMd3cy2nGdLcUW9nTvV1/6nZ1GQNnMh1mQmBOEBiwot7fwNVbps2MCePzp5 AfJwOZe842MOc5Nc7Pm9zyAB5fnUlowYOZhjef1ocprsLMJXV3vwGOfWuocoYzO+W9sR UA5DCBjPE4zkgJYxO4faU0Mcc03QeqAy2VmFtfH/JMR5iNABKc7/qYW+PgiWIEi8YsDx tlOw== X-Gm-Message-State: ALyK8tIAjZ7PXbHOp8rvHiYF733sc33Y3+SoGC9+a6SGTnLM2ES8yverT/N96fmZt+iAy3/o7+s= X-Received: by 10.66.66.108 with SMTP id e12mr209190pat.95.1467074773545; Mon, 27 Jun 2016 17:46:13 -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 q1sm1840888pfi.93.2016.06.27.17.46.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Jun 2016 17:46:13 -0700 (PDT) From: John Stultz To: Rob Herring Cc: John Stultz Subject: [PATCH 3/3] linaro_generic: Add flo_defconfig Date: Mon, 27 Jun 2016 17:46:07 -0700 Message-Id: <1467074768-16803-3-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467074768-16803-1-git-send-email-john.stultz@linaro.org> References: <1467074768-16803-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 | 9 +++++++++ 1 file changed, 9 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..1a32f9d --- /dev/null +++ b/configs/flo_defconfig @@ -0,0 +1,9 @@ +CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=880803840 +CONFIG_KERNEL=y +CONFIG_KERNEL_PATH="zImage.dtb" +CONFIG_BOARD_KERNEL_CMDLINE="console=ttyHSL0,115200,n8 user_debug=31 console=ttyMSM0,115200,n8 androidboot.selinux=permissive" +CONFIG_BOARD_KERNEL_BASE=0x80200000 +CONFIG_RAMDISK_OFFSET=0x02000000 +CONFIG_WIFI=y +CONFIG_QCOM_WIFI=y +CONFIG_BOARD_USES_DRM_HWCOMPOSER=y