summaryrefslogtreecommitdiff
path: root/silvermont
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-04-17 12:37:27 +0100
committerNicolas Geoffray <ngeoffray@google.com>2015-04-17 12:38:28 +0100
commitab28075cfeac89b7ec73a73ff9cbc0dbd24e9505 (patch)
tree7d12fb17dd355c72c618304985d3597df4ae2ca4 /silvermont
parentb9eb5a038e206416f12f2934f2b2cc96ab541005 (diff)
downloadart-ab28075cfeac89b7ec73a73ff9cbc0dbd24e9505.tar.gz
Add silvermont to device/generic/art.
Change-Id: I0fd2438218200c3cae479805bf5dd0b9e43ac8ea
Diffstat (limited to 'silvermont')
-rw-r--r--silvermont/AndroidProducts.mk18
-rw-r--r--silvermont/BoardConfig.mk23
-rw-r--r--silvermont/silvermont.mk22
-rw-r--r--silvermont/vendorsetup.sh17
4 files changed, 80 insertions, 0 deletions
diff --git a/silvermont/AndroidProducts.mk b/silvermont/AndroidProducts.mk
new file mode 100644
index 0000000..1426194
--- /dev/null
+++ b/silvermont/AndroidProducts.mk
@@ -0,0 +1,18 @@
+#
+# Copyright (C) 2015 The Android Open-Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/silvermont.mk \
diff --git a/silvermont/BoardConfig.mk b/silvermont/BoardConfig.mk
new file mode 100644
index 0000000..40eb451
--- /dev/null
+++ b/silvermont/BoardConfig.mk
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2015 The Android Open-Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+TARGET_NO_BOOTLOADER := true
+TARGET_NO_KERNEL := true
+TARGET_ARCH := x86
+
+TARGET_CPU_ABI := x86
+TARGET_CPU_SMP := true
+TARGET_ARCH_VARIANT := silvermont
diff --git a/silvermont/silvermont.mk b/silvermont/silvermont.mk
new file mode 100644
index 0000000..3826aea
--- /dev/null
+++ b/silvermont/silvermont.mk
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2015 The Android Open-Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+$(call inherit-product, build/target/product/core_base.mk)
+
+PRODUCT_NAME := silvermont
+PRODUCT_DEVICE := silvermont
+PRODUCT_BRAND := Android
+PRODUCT_MODEL := Intel silvermont
diff --git a/silvermont/vendorsetup.sh b/silvermont/vendorsetup.sh
new file mode 100644
index 0000000..50e919b
--- /dev/null
+++ b/silvermont/vendorsetup.sh
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+add_lunch_combo silvermont-eng