From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9AB58E007B5; Mon, 20 Mar 2017 11:38:26 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B4188E007AA for ; Mon, 20 Mar 2017 11:38:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id D2EF820B6A; Mon, 20 Mar 2017 18:38:20 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xqGWiEkAHUKT; Mon, 20 Mar 2017 18:38:20 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 9FD3F208DA; Mon, 20 Mar 2017 18:38:19 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id 172F01623AA; Mon, 20 Mar 2017 14:38:19 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@yoctoproject.org Date: Mon, 20 Mar 2017 14:38:02 -0400 Message-Id: <1490035085-42076-1-git-send-email-denys@ti.com> X-Mailer: git-send-email 2.7.4 Subject: [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 18:38:26 -0000 Signed-off-by: Denys Dmytriyenko --- conf/machine/k2g-hs-evm.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/k2g-hs-evm.conf diff --git a/conf/machine/k2g-hs-evm.conf b/conf/machine/k2g-hs-evm.conf new file mode 100644 index 0000000..852e93b --- /dev/null +++ b/conf/machine/k2g-hs-evm.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: Keystone 2 K2G HS EVM +#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G HS EVM + +require conf/machine/k2g-evm.conf + +UBOOT_MACHINE = "k2g_hs_evm_config" + +UBOOT_ENTRYPOINT = "0x82000000" +UBOOT_LOADADDRESS = "0x82000000" +UBOOT_RD_LOADADDRESS = "0x84000000" +UBOOT_RD_ENTRYPOINT = "0x84000000" + +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2g" -- 2.7.4