All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] k2hk-hs-evm: add new machine config
@ 2017-03-29 12:03 Dan Murphy
  2017-03-29 14:14 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Murphy @ 2017-03-29 12:03 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 conf/machine/k2hk-hs-evm.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 conf/machine/k2hk-hs-evm.conf

diff --git a/conf/machine/k2hk-hs-evm.conf b/conf/machine/k2hk-hs-evm.conf
new file mode 100644
index 0000000..e0b11eb
--- /dev/null
+++ b/conf/machine/k2hk-hs-evm.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@NAME: Keystone 2 K2HK HS EVM
+#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK HS EVM
+
+require conf/machine/k2hk-evm.conf
+
+UBOOT_MACHINE = "k2e_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}/k2hk"
-- 
2.7.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] k2hk-hs-evm: add new machine config
  2017-03-29 12:03 [PATCH] k2hk-hs-evm: add new machine config Dan Murphy
@ 2017-03-29 14:14 ` Denys Dmytriyenko
  2017-03-30 11:44   ` Dan Murphy
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-03-29 14:14 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-ti

On Wed, Mar 29, 2017 at 07:03:35AM -0500, Dan Murphy wrote:
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  conf/machine/k2hk-hs-evm.conf | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 conf/machine/k2hk-hs-evm.conf
> 
> diff --git a/conf/machine/k2hk-hs-evm.conf b/conf/machine/k2hk-hs-evm.conf
> new file mode 100644
> index 0000000..e0b11eb
> --- /dev/null
> +++ b/conf/machine/k2hk-hs-evm.conf
> @@ -0,0 +1,14 @@
> +#@TYPE: Machine
> +#@NAME: Keystone 2 K2HK HS EVM
> +#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK HS EVM
> +
> +require conf/machine/k2hk-evm.conf
> +
> +UBOOT_MACHINE = "k2e_hs_evm_config"

Dan,

Is k2e used here on purpose because k2hk defconfig is not ready yet?


> +UBOOT_ENTRYPOINT = "0x82000000"
> +UBOOT_LOADADDRESS = "0x82000000"
> +UBOOT_RD_LOADADDRESS = "0x84000000"
> +UBOOT_RD_ENTRYPOINT = "0x84000000"
> +
> +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2hk"
> -- 
> 2.7.3
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] k2hk-hs-evm: add new machine config
  2017-03-29 14:14 ` Denys Dmytriyenko
@ 2017-03-30 11:44   ` Dan Murphy
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Murphy @ 2017-03-30 11:44 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

Denys

On 03/29/2017 09:14 AM, Denys Dmytriyenko wrote:
> On Wed, Mar 29, 2017 at 07:03:35AM -0500, Dan Murphy wrote:
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---
>>  conf/machine/k2hk-hs-evm.conf | 14 ++++++++++++++
>>  1 file changed, 14 insertions(+)
>>  create mode 100644 conf/machine/k2hk-hs-evm.conf
>>
>> diff --git a/conf/machine/k2hk-hs-evm.conf b/conf/machine/k2hk-hs-evm.conf
>> new file mode 100644
>> index 0000000..e0b11eb
>> --- /dev/null
>> +++ b/conf/machine/k2hk-hs-evm.conf
>> @@ -0,0 +1,14 @@
>> +#@TYPE: Machine
>> +#@NAME: Keystone 2 K2HK HS EVM
>> +#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK HS EVM
>> +
>> +require conf/machine/k2hk-evm.conf
>> +
>> +UBOOT_MACHINE = "k2e_hs_evm_config"
> Dan,
>
> Is k2e used here on purpose because k2hk defconfig is not ready yet?

I was using that for testing I must have deleted the wrong line when I was cleaning up.

I will fix it

Dan

>
>> +UBOOT_ENTRYPOINT = "0x82000000"
>> +UBOOT_LOADADDRESS = "0x82000000"
>> +UBOOT_RD_LOADADDRESS = "0x84000000"
>> +UBOOT_RD_ENTRYPOINT = "0x84000000"
>> +
>> +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2hk"
>> -- 
>> 2.7.3
>>
>> -- 
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti


-- 
------------------
Dan Murphy



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-30 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29 12:03 [PATCH] k2hk-hs-evm: add new machine config Dan Murphy
2017-03-29 14:14 ` Denys Dmytriyenko
2017-03-30 11:44   ` Dan Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.