All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config
@ 2017-03-20 18:38 Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 2/4] am57xx-evm: fix description Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-03-20 18:38 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 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



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

* [morty/master][PATCH 2/4] am57xx-evm: fix description
  2017-03-20 18:38 [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config Denys Dmytriyenko
@ 2017-03-20 18:38 ` Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 3/4] omapl138: rename old am180x platform into new generic omapl138-lcdk Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15 Denys Dmytriyenko
  2 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-03-20 18:38 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/am57xx-evm.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index d8a729a..2ee7d38 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: DRA7xx EVM
-#@DESCRIPTION: Machine configuration for the TI DRA7xx EVM
+#@NAME: AM57xx EVM
+#@DESCRIPTION: Machine configuration for the TI AM57xx EVM
 
 require conf/machine/include/dra7xx.inc
 
-- 
2.7.4



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

* [morty/master][PATCH 3/4] omapl138: rename old am180x platform into new generic omapl138-lcdk
  2017-03-20 18:38 [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 2/4] am57xx-evm: fix description Denys Dmytriyenko
@ 2017-03-20 18:38 ` Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15 Denys Dmytriyenko
  2 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-03-20 18:38 UTC (permalink / raw)
  To: meta-ti

Updated all corresponding defconfigs as well.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/{am180x-evm.conf => omapl138-lcdk.conf}                | 6 +++---
 recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig        | 1 +
 .../linux/linux-ti-staging-systest-4.9/omapl138/defconfig           | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)
 rename conf/machine/{am180x-evm.conf => omapl138-lcdk.conf} (66%)
 create mode 100644 recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig
 create mode 100644 recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig

diff --git a/conf/machine/am180x-evm.conf b/conf/machine/omapl138-lcdk.conf
similarity index 66%
rename from conf/machine/am180x-evm.conf
rename to conf/machine/omapl138-lcdk.conf
index ef248a3..84e71d0 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/omapl138-lcdk.conf
@@ -1,11 +1,11 @@
 #@TYPE: Machine
-#@NAME: AM180x CPUs on an AM180x EVM board
-#@DESCRIPTION: Machine configuration for the TI AM180x EVM board
+#@NAME: OMAP-L138 LCDK
+#@DESCRIPTION: Machine configuration for the TI OMAP-L138 LCDK board
 
 require conf/machine/include/davinci.inc
 require conf/machine/include/omapl138.inc
 
-UBOOT_MACHINE = "da850_am18xxevm_config"
+UBOOT_MACHINE = "omapl138_lcdk_config"
 UBOOT_SUFFIX = "ais"
 
 UBOOT_ENTRYPOINT = "0xc0008000"
diff --git a/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig b/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig
new file mode 100644
index 0000000..b346785
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig
@@ -0,0 +1 @@
+use-tisdk-config=ti_sdk_omapl138_release
diff --git a/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig b/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig
new file mode 100644
index 0000000..95b6116
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig
@@ -0,0 +1 @@
+use-tisdk-config=ti_sdk_omapl138_debug
-- 
2.7.4



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

* [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15
  2017-03-20 18:38 [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 2/4] am57xx-evm: fix description Denys Dmytriyenko
  2017-03-20 18:38 ` [morty/master][PATCH 3/4] omapl138: rename old am180x platform into new generic omapl138-lcdk Denys Dmytriyenko
@ 2017-03-20 18:38 ` Denys Dmytriyenko
  2017-03-21  8:53   ` Florian Wickert
  2 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-03-20 18:38 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/beagle-x15.conf | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 conf/machine/beagle-x15.conf

diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
new file mode 100644
index 0000000..276de26
--- /dev/null
+++ b/conf/machine/beagle-x15.conf
@@ -0,0 +1,34 @@
+#@TYPE: Machine
+#@NAME: BeagleBoard X15
+#@DESCRIPTION: Machine configuration for the BeagleBoard X15
+
+require conf/machine/include/dra7xx.inc
+
+IMAGE_FSTYPES += "tar.xz"
+
+SERIAL_CONSOLE = "115200 ttyS2"
+
+KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb"
+
+UBOOT_MACHINE = "beagle_x15_config"
+
+# UBI information.  Note that this is board and kernel specific.  Changes
+# in your kernel port may require changes in these variables.  For more
+# details about this board please see
+# http://processors.wiki.ti.com/index.php/UBIFS_Support
+
+# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
+# From dmesg:
+# UBI: smallest flash I/O unit:    2048
+# UBI: logical eraseblock size:    126976 bytes
+# from ubiattach stdout:
+# UBI device number 0, total 1988 LEBs
+MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
+
+# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
+# from dmesg:
+# UBI: smallest flash I/O unit:    2048
+# UBI: physical eraseblock size:   131072 bytes (128 KiB)
+# UBI: sub-page size:              512
+# UBI: VID header offset:          2048 (aligned 2048)
+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
-- 
2.7.4



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

* Re: [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15
  2017-03-20 18:38 ` [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15 Denys Dmytriyenko
@ 2017-03-21  8:53   ` Florian Wickert
  2017-03-22  1:23     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Wickert @ 2017-03-21  8:53 UTC (permalink / raw)
  To: meta-ti

I don't see the
UBOOT_MACHINE = "beagle_x15_config"
in the current u-boot-ti-staging sources.
At least not in ti-u-boot-2017.01 and ti-u-boot-2017.01-next branches.


On 03/20/2017 07:38 PM, Denys Dmytriyenko wrote:
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>   conf/machine/beagle-x15.conf | 34 ++++++++++++++++++++++++++++++++++
>   1 file changed, 34 insertions(+)
>   create mode 100644 conf/machine/beagle-x15.conf
>
> diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
> new file mode 100644
> index 0000000..276de26
> --- /dev/null
> +++ b/conf/machine/beagle-x15.conf
> @@ -0,0 +1,34 @@
> +#@TYPE: Machine
> +#@NAME: BeagleBoard X15
> +#@DESCRIPTION: Machine configuration for the BeagleBoard X15
> +
> +require conf/machine/include/dra7xx.inc
> +
> +IMAGE_FSTYPES += "tar.xz"
> +
> +SERIAL_CONSOLE = "115200 ttyS2"
> +
> +KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb"
> +
> +UBOOT_MACHINE = "beagle_x15_config"
> +
> +# UBI information.  Note that this is board and kernel specific.  Changes
> +# in your kernel port may require changes in these variables.  For more
> +# details about this board please see
> +# http://processors.wiki.ti.com/index.php/UBIFS_Support
> +
> +# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
> +# From dmesg:
> +# UBI: smallest flash I/O unit:    2048
> +# UBI: logical eraseblock size:    126976 bytes
> +# from ubiattach stdout:
> +# UBI device number 0, total 1988 LEBs
> +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
> +
> +# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
> +# from dmesg:
> +# UBI: smallest flash I/O unit:    2048
> +# UBI: physical eraseblock size:   131072 bytes (128 KiB)
> +# UBI: sub-page size:              512
> +# UBI: VID header offset:          2048 (aligned 2048)
> +UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"



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

* Re: [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15
  2017-03-21  8:53   ` Florian Wickert
@ 2017-03-22  1:23     ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-03-22  1:23 UTC (permalink / raw)
  To: Florian Wickert; +Cc: meta-ti

On Tue, Mar 21, 2017 at 09:53:52AM +0100, Florian Wickert wrote:
> I don't see the
> UBOOT_MACHINE = "beagle_x15_config"
> in the current u-boot-ti-staging sources.
> At least not in ti-u-boot-2017.01 and ti-u-boot-2017.01-next branches.

Yes, good catch! I guess I was overzealous with search and replace. Fixed.

-- 
Denys


> On 03/20/2017 07:38 PM, Denys Dmytriyenko wrote:
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> >  conf/machine/beagle-x15.conf | 34 ++++++++++++++++++++++++++++++++++
> >  1 file changed, 34 insertions(+)
> >  create mode 100644 conf/machine/beagle-x15.conf
> >
> >diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
> >new file mode 100644
> >index 0000000..276de26
> >--- /dev/null
> >+++ b/conf/machine/beagle-x15.conf
> >@@ -0,0 +1,34 @@
> >+#@TYPE: Machine
> >+#@NAME: BeagleBoard X15
> >+#@DESCRIPTION: Machine configuration for the BeagleBoard X15
> >+
> >+require conf/machine/include/dra7xx.inc
> >+
> >+IMAGE_FSTYPES += "tar.xz"
> >+
> >+SERIAL_CONSOLE = "115200 ttyS2"
> >+
> >+KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb"
> >+
> >+UBOOT_MACHINE = "beagle_x15_config"
> >+
> >+# UBI information.  Note that this is board and kernel specific.  Changes
> >+# in your kernel port may require changes in these variables.  For more
> >+# details about this board please see
> >+# http://processors.wiki.ti.com/index.php/UBIFS_Support
> >+
> >+# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
> >+# From dmesg:
> >+# UBI: smallest flash I/O unit:    2048
> >+# UBI: logical eraseblock size:    126976 bytes
> >+# from ubiattach stdout:
> >+# UBI device number 0, total 1988 LEBs
> >+MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
> >+
> >+# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
> >+# from dmesg:
> >+# UBI: smallest flash I/O unit:    2048
> >+# UBI: physical eraseblock size:   131072 bytes (128 KiB)
> >+# UBI: sub-page size:              512
> >+# UBI: VID header offset:          2048 (aligned 2048)
> >+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2017-03-22  1:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 18:38 [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config Denys Dmytriyenko
2017-03-20 18:38 ` [morty/master][PATCH 2/4] am57xx-evm: fix description Denys Dmytriyenko
2017-03-20 18:38 ` [morty/master][PATCH 3/4] omapl138: rename old am180x platform into new generic omapl138-lcdk Denys Dmytriyenko
2017-03-20 18:38 ` [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15 Denys Dmytriyenko
2017-03-21  8:53   ` Florian Wickert
2017-03-22  1:23     ` Denys Dmytriyenko

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.