aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-25 09:43:01 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-07-29 13:07:50 +0400
commit60c837175c3c11caf93fc7062da2505bd435f098 (patch)
tree8d915d661fed2c0a4e55af7e6f3ddc43c41d4b34 /platform
parentd18e73f536859ba9fe324fae9f5162c0f05e2dc1 (diff)
README: Reorganised into platform specific
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-generic/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/linux-generic/README b/platform/linux-generic/README
new file mode 100644
index 000000000..3e05dabf2
--- /dev/null
+++ b/platform/linux-generic/README
@@ -0,0 +1,17 @@
+Copyright (c) 2014, Linaro Limited
+All rights reserved.
+
+SPDX-License-Identifier: BSD-3-Clause
+
+1. Intro
+
+OpenDataPlane implementation for Linux generic. Directory linux-generic contains ODP headers and implementation
+for linux-generic target. This drop does not target high
+performance. It is rather proof of ODP API functionality. It still uses
+linux-generic's SW scheduler.
+
+2. Build
+# To compile ODP
+./bootstrap
+./configure
+make