All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] hawkboard: remove machine definition, since it's unsupported
@ 2013-03-05 22:11 Denys Dmytriyenko
  2013-03-05 22:11 ` [PATCH 2/3] omap3-touchbook: " Denys Dmytriyenko
  2013-03-05 22:11 ` [PATCH 3/3] ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-03-05 22:11 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

There is no support for this board from meta-ti. Plus I don't have the board.
If there's anyone willing to maintain it, please let me know.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/hawkboard.conf | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 conf/machine/hawkboard.conf

diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf
deleted file mode 100644
index b6e7f2d..0000000
--- a/conf/machine/hawkboard.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-#@TYPE: Machine
-#@NAME: OMAP-L138 based board
-#@DESCRIPTION: Machine configuration for the TI Hawkboard
-
-require conf/machine/include/davinci.inc
-require conf/machine/include/omapl138.inc
-
-UBOOT_MACHINE = "da850_omapl138_evm_config"
-UBOOT_ENTRYPOINT = "0xc0008000"
-UBOOT_LOADADDRESS = "0xc0008000"
-
-MACHINE_FEATURES = "kernel26 serial ethernet ide screen"
-
-# do ubiattach /dev/ubi_ctrl -m 4
-# From dmesg:
-# UBI: smallest flash I/O unit:    2048
-# UBI: logical eraseblock size:    126976 bytes
-# from ubiattach stdout:
-# UBI device number 0, total 971 LEBs (123293696 bytes, 117.6 MiB), available 958 LEBs (121643008 bytes, 116.0 MiB), LEB size 126976 bytes (124.0 KiB)
-MKUBIFS_ARGS = "-m 2048 -e 126976 -c 948"
-
-# do ubiattach /dev/ubi_ctrl -m 4
-# from dmesg:
-# UBI: smallest flash I/O unit:    2048
-# UBI: physical eraseblock size:   131072 bytes (128 KiB)
-# UBI: sub-page size:              512
-UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
-
-SERIAL_CONSOLE = "115200 ttyS2"
-- 
1.8.1.5



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

end of thread, other threads:[~2013-03-08 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 22:11 [PATCH 1/3] hawkboard: remove machine definition, since it's unsupported Denys Dmytriyenko
2013-03-05 22:11 ` [PATCH 2/3] omap3-touchbook: " Denys Dmytriyenko
2013-03-05 22:11 ` [PATCH 3/3] ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported Denys Dmytriyenko
2013-03-08 21:15   ` 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.