From ab28075cfeac89b7ec73a73ff9cbc0dbd24e9505 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 17 Apr 2015 12:37:27 +0100 Subject: Add silvermont to device/generic/art. Change-Id: I0fd2438218200c3cae479805bf5dd0b9e43ac8ea --- silvermont/AndroidProducts.mk | 18 ++++++++++++++++++ silvermont/BoardConfig.mk | 23 +++++++++++++++++++++++ silvermont/silvermont.mk | 22 ++++++++++++++++++++++ silvermont/vendorsetup.sh | 17 +++++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 silvermont/AndroidProducts.mk create mode 100644 silvermont/BoardConfig.mk create mode 100644 silvermont/silvermont.mk create mode 100644 silvermont/vendorsetup.sh 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 -- cgit v1.2.3