diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/conf/layer.conf b/meta-xt-prod-aos-dom0/conf/layer.conf similarity index 51% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/conf/layer.conf rename to meta-xt-prod-aos-dom0/conf/layer.conf index 65782537..a4413764 100644 --- a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/conf/layer.conf +++ b/meta-xt-prod-aos-dom0/conf/layer.conf @@ -5,8 +5,8 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "meta-xt-prod-extra" -BBFILE_PATTERN_meta-xt-prod-extra := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-xt-prod-extra = "6" +BBFILE_COLLECTIONS += "meta-xt-prod-aos-dom0" +BBFILE_PATTERN_meta-xt-prod-aos-dom0 = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-xt-prod-aos-dom0 = "6" -LAYERSERIES_COMPAT_meta-xt-prod-extra = "sumo thud zeus dunfell" +LAYERSERIES_COMPAT_meta-xt-prod-aos-dom0 = "rocko sumo thud zeus" diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-thin-initramfs.bbappend b/meta-xt-prod-aos-dom0/images/core-image-thin-initramfs.bbappend similarity index 72% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-thin-initramfs.bbappend rename to meta-xt-prod-aos-dom0/images/core-image-thin-initramfs.bbappend index 08c1a8a6..a775adab 100644 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-thin-initramfs.bbappend +++ b/meta-xt-prod-aos-dom0/images/core-image-thin-initramfs.bbappend @@ -2,28 +2,12 @@ DEPENDS += "u-boot-mkimage-native" inherit deploy -require inc/xt_shared_env.inc - -#Add Xen and additional packages to build -IMAGE_INSTALL_append = " \ - xen-xencommons \ - xen-xenstat \ - xen-misc \ - dom0 \ - dom0-run-vcpu_pin \ - dom0-run-set_root_dev \ - domd \ - domd-run \ - domd-install-artifacts \ - haveged \ -" - XT_GUESTS_INSTALL ?= "doma domf" python __anonymous () { guests = d.getVar("XT_GUESTS_INSTALL", True).split() if "domf" in guests : - d.appendVar("IMAGE_INSTALL", " domf domf-run domf-install-artifacts") + d.appendVar("IMAGE_INSTALL", " domf") } generate_uboot_image() { diff --git a/meta-xt-prod-aos-dom0/recipes-bsp/optee/optee-os_git.bbappend__ b/meta-xt-prod-aos-dom0/recipes-bsp/optee/optee-os_git.bbappend__ new file mode 100644 index 00000000..d9cbb58c --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-bsp/optee/optee-os_git.bbappend__ @@ -0,0 +1,56 @@ +# Prevent installing optee-os binaries into the image rootfs +ALLOW_EMPTY_${PN} = "1" + +SRC_URI = " git://github.com/xen-troops/optee_os.git" +PV = "git${SRCPV}" + +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" + +inherit python3native +DEPENDS_append = " python3-pycryptodome-native python3-pyelftools-native" +DEPENDS_remove = " python-pycrypto-native" + +SRCREV = "${AUTOREV}" + +OPTEEMACHINE = "rcar" + +OPTEEFLAVOR_salvator-xs-m3n-xt = "salvator_m3n" + +OPTEEFLAVOR_m3ulcb-xt = "salvator_m3" +OPTEEFLAVOR_salvator-x-m3-xt = "salvator_m3" + +OPTEEFLAVOR_h3ulcb-xt = "salvator_h3" +OPTEEFLAVOR_h3ulcb-cb-xt = "salvator_h3" + +OPTEEFLAVOR_salvator-x-h3-xt = "salvator_h3" +OPTEEFLAVOR_salvator-xs-h3-xt = "salvator_h3" + +OPTEEFLAVOR_salvator-x-h3-4x2g-xt = "salvator_h3_4x2g" +OPTEEFLAVOR_salvator-xs-h3-4x2g-xt = "salvator_h3_4x2g" +OPTEEFLAVOR_h3ulcb-4x2g-xt = "salvator_h3_4x2g" +OPTEEFLAVOR_h3ulcb-4x2g-kf-xt = "salvator_h3_4x2g" +OPTEEFLAVOR_salvator-xs-m3-2x4g-xt = "salvator_m3_2x4g" + +EXTRA_OEMAKE += "PLATFORM=rcar \ + PLATFORM_FLAVOR=${OPTEEFLAVOR} \ + CFG_ARM64_core=y \ + CFG_VIRTUALIZATION=y \ + CROSS_COMPILE_core=${HOST_PREFIX} \ + CROSS_COMPILE_ta_arm64=${HOST_PREFIX} \ + ta-targets=ta_arm64 \ + CFLAGS64=--sysroot=${STAGING_DIR_HOST} \ + CFG_SYSTEM_PTA=y \ + CFG_ASN1_PARSER=y \ + CFG_CORE_MBEDTLS_MPI=y \ + " + +do_configure() { +} + +do_compile() { + oe_runmake +} + +do_deploy_append() { + install -m 0644 ${S}/out/arm-plat-${PLATFORM}/core/tee-raw.bin ${DEPLOYDIR}/tee_raw-${MACHINE}.bin +} diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/base-files/base-files_%.bbappend b/meta-xt-prod-aos-dom0/recipes-core/base-files/base-files_%.bbappend similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/base-files/base-files_%.bbappend rename to meta-xt-prod-aos-dom0/recipes-core/base-files/base-files_%.bbappend diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus-cpp/dbus-cpp_5.0.0.bb b/meta-xt-prod-aos-dom0/recipes-core/dbus-cpp/dbus-cpp_5.0.0.bb new file mode 100644 index 00000000..8fa01155 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus-cpp/dbus-cpp_5.0.0.bb @@ -0,0 +1,46 @@ +SUMMARY = "A header-only dbus-binding leveraging C++-11." +HOMEPAGE = "https://launchpad.net/dbus-cpp" + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +LICENSE = "GPLv2 | LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "dbus \ + boost \ + bzr-native \ + libxml2 \ + properties-cpp \ + process-cpp \ +" +SRC_URI = "bzr://bazaar.launchpad.net/~phablet-team/dbus-cpp/trunk \ + file://set_distro.patch \ +" +SRCREV = "105" + +S = "${WORKDIR}/trunk" + +inherit pkgconfig cmake + +do_configure () { + : +} + +do_compile_prepend () { + if [ -d ${WORKDIR}/build ]; then + cd ${WORKDIR}/build + cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake ${S} + fi +} + +FILES_${PN} += " \ + ${bindir} \ + ${libdir} \ + ${includedir} \ + ${datadir} \ +" + +FILES_${PN}-dev += " \ + /usr/libexec/* \ +" + +INSANE_SKIP_${PN} += "dev-so libdir" diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus-cpp/files/set_distro.patch b/meta-xt-prod-aos-dom0/recipes-core/dbus-cpp/files/set_distro.patch new file mode 100644 index 00000000..722b4f9b --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus-cpp/files/set_distro.patch @@ -0,0 +1,21 @@ +--- a/CMakeLists.txt 2017-11-24 17:22:06.588688332 +0200 ++++ b/CMakeLists.txt 2017-11-24 17:21:51.364715576 +0200 +@@ -34,6 +34,7 @@ + # - other distros + # - errors + # we define the version to be 2.0.0 ++ set(DISTRO_CODENAME "poky") + if (${DISTRO_CODENAME} STREQUAL "vivid") + set(DBUS_CPP_VERSION_MAJOR 4) + set(DBUS_CPP_VERSION_MINOR 3) +@@ -98,10 +98,5 @@ + ) + + add_subdirectory(data) +-add_subdirectory(doc) +-add_subdirectory(examples) + add_subdirectory(include) + add_subdirectory(src) +-add_subdirectory(tests) +- +-enable_coverage_report(benchmark) diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus-cxx_0.10.0.bb b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus-cxx_0.10.0.bb new file mode 100644 index 00000000..4d2c408c --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus-cxx_0.10.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "C++ bindings for dbus" +HOMEPAGE = "https://dbus-cxx.github.io/" +SECTION = "libs" +LICENSE = "GPLv3" +DEPENDS = "boost dbus libsigc++-2.0" + +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +S = "${WORKDIR}/git" + +inherit autotools-brokensep pkgconfig + +BBCLASSEXTEND = "native" +DEPENDS_virtclass-native = "dbus-native libsigc++-2.0-native" diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus.service b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus.service new file mode 100644 index 00000000..dee6ad74 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus.service @@ -0,0 +1,10 @@ +[Unit] +Description=D-Bus User Message Bus +Documentation=man:dbus-daemon(1) +Requires=dbus.socket + +[Service] +ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation +ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig +Restart=always +RestartSec=1 diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus.socket b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus.socket new file mode 100644 index 00000000..af76b2f1 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus.socket @@ -0,0 +1,9 @@ +[Unit] +Description=D-Bus User Message Bus Socket +Before=sockets.target + +[Socket] +ListenStream=%t/bus + +[Install] +WantedBy=default.target diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus_env.conf b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus_env.conf new file mode 100644 index 00000000..f8f02669 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus/dbus_env.conf @@ -0,0 +1,5 @@ +[Unit] +Wants=dbus.service + +[Service] +Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/bus diff --git a/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus_%.bbappend b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus_%.bbappend new file mode 100644 index 00000000..348be60c --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/dbus/dbus_%.bbappend @@ -0,0 +1,26 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +SRC_URI_append = "file://dbus.service \ + file://dbus.socket \ + file://dbus_env.conf \ + " + +inherit systemd + +do_install_append() { + if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then + install -p -D ${WORKDIR}/dbus.service ${D}${systemd_user_unitdir}/dbus.service + install -p -D ${WORKDIR}/dbus.socket ${D}${systemd_user_unitdir}/dbus.socket + install -p -D ${WORKDIR}/dbus_env.conf ${D}${systemd_system_unitdir}/user@.service.d/dbus_env.conf + + # Execute these manually on behalf of systemctl script (from systemd-systemctl-native.bb) + # because it does not support systemd's user mode. + mkdir -p ${D}/etc/systemd/user/default.target.wants/ + ln -sf ${systemd_user_unitdir}/dbus.socket ${D}/etc/systemd/user/default.target.wants/dbus.socket + fi +} + +FILES_${PN} += " \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_user_unitdir}/dbus.*', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_system_unitdir}/user@.service.d/dbus_env.conf', '', d)} \ + " diff --git a/meta-xt-prod-aos-dom0/recipes-core/process-cpp/files/remove_unused.patch b/meta-xt-prod-aos-dom0/recipes-core/process-cpp/files/remove_unused.patch new file mode 100644 index 00000000..0636c464 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/process-cpp/files/remove_unused.patch @@ -0,0 +1,12 @@ +--- a/CMakeLists.txt 2015-07-21 11:46:58.000000000 +0300 ++++ b/CMakeLists.txt 2017-12-04 17:41:00.095568511 +0200 +@@ -69,8 +69,6 @@ + ${PROPERTIES_CPP_INCLUDE_DIRS} + ) + +-add_subdirectory(doc) + add_subdirectory(data) + add_subdirectory(include) + add_subdirectory(src) +-add_subdirectory(tests) + diff --git a/meta-xt-prod-aos-dom0/recipes-core/process-cpp/process-cpp_2.0.0.bb b/meta-xt-prod-aos-dom0/recipes-core/process-cpp/process-cpp_2.0.0.bb new file mode 100644 index 00000000..7747819d --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/process-cpp/process-cpp_2.0.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "A simple convenience library for handling processes in C++11." +HOMEPAGE = "https://launchpad.net/process-cpp" + +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" +DEPENDS = "boost \ + bzr-native \ + properties-cpp \ +" + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +SRC_URI = "bzr://bazaar.launchpad.net/~phablet-team/process-cpp/trunk \ + file://remove_unused.patch \ +" +SRCREV = "54" + +S = "${WORKDIR}/trunk" + +inherit pkgconfig cmake + diff --git a/meta-xt-prod-aos-dom0/recipes-core/properties-cpp/files/remove_unused.patch b/meta-xt-prod-aos-dom0/recipes-core/properties-cpp/files/remove_unused.patch new file mode 100644 index 00000000..3bae33d9 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/properties-cpp/files/remove_unused.patch @@ -0,0 +1,12 @@ +--- a/CMakeLists.txt 2018-01-10 13:02:36.784475328 +0200 ++++ b/CMakeLists.txt 2018-01-10 13:03:46.628481207 +0200 +@@ -37,9 +37,7 @@ + include/ + ) + +-add_subdirectory(doc) + add_subdirectory(data) + add_subdirectory(include) +-add_subdirectory(tests) + + # enable_coverage_report(posix_process_test linux_process_test) diff --git a/meta-xt-prod-aos-dom0/recipes-core/properties-cpp/properties-cpp_0.0.1.bb b/meta-xt-prod-aos-dom0/recipes-core/properties-cpp/properties-cpp_0.0.1.bb new file mode 100644 index 00000000..5146c1ed --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/properties-cpp/properties-cpp_0.0.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "A very simple convenience library for handling properties and signals in C++11." +HOMEPAGE = "https://launchpad.net/properties-cpp" + +LICENSE = "LGPLV3" +LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +SRC_URI = "bzr://bazaar.launchpad.net/~phablet-team/properties-cpp/trunk \ + file://remove_unused.patch \ +" + +SRCREV = "17" + +S = "${WORKDIR}/trunk" +DEPENDS = "bzr-native" + +inherit pkgconfig cmake + +FILES_${PN} = " \ + ${includedir}/* \ + ${libdir}/pkgconfig/* \ +" +ALLOW_EMPTY_${PN} = "1" diff --git a/meta-xt-prod-aos-dom0/recipes-core/util-linux/files/0001-lib-randutils.c-Fix-args-of-getrandom.patch b/meta-xt-prod-aos-dom0/recipes-core/util-linux/files/0001-lib-randutils.c-Fix-args-of-getrandom.patch new file mode 100644 index 00000000..cbf6f992 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-core/util-linux/files/0001-lib-randutils.c-Fix-args-of-getrandom.patch @@ -0,0 +1,35 @@ +From 37fe0928b3a02f128a677f371c5cabbc65d1aaad Mon Sep 17 00:00:00 2001 +From: Ryosuke Sugai +Date: Tue, 18 Dec 2018 18:58:53 +0900 +Subject: [PATCH] lib/randutils.c: Fix args of getrandom() + +Signed-off-by: Ryosuke Sugai +--- + lib/randutils.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/lib/randutils.c b/lib/randutils.c +index 09dd261..bd3cda1 100644 +--- a/lib/randutils.c ++++ b/lib/randutils.c +@@ -36,6 +36,8 @@ + + #if !defined(HAVE_GETRANDOM) && defined(SYS_getrandom) + /* libc without function, but we have syscal */ ++#define GRND_NONBLOCK 0x01 ++#define GRND_RANOM 0x02 + static int getrandom(void *buf, size_t buflen, unsigned int flags) + { + return (syscall(SYS_getrandom, buf, buflen, flags)); +@@ -99,7 +101,7 @@ void random_get_bytes(void *buf, size_t nbytes) + unsigned char *cp = (unsigned char *)buf; + + #ifdef HAVE_GETRANDOM +- while (getrandom(buf, nbytes, 0) < 0) { ++ while (getrandom(buf, nbytes, GRND_NONBLOCK) < 0) { + if (errno == EINTR) + continue; + break; +-- +2.7.4 + diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend b/meta-xt-prod-aos-dom0/recipes-core/util-linux/util-linux_%.bbappend similarity index 63% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend rename to meta-xt-prod-aos-dom0/recipes-core/util-linux/util-linux_%.bbappend index b427c4e1..49d5b98a 100644 --- a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend +++ b/meta-xt-prod-aos-dom0/recipes-core/util-linux/util-linux_%.bbappend @@ -1,3 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + SRC_URI_remove = " \ file://0001-lib-randutils.c-Fix-args-of-getrandom.patch \ " diff --git a/meta-xt-prod-aos-dom0/recipes-devel/python/python3-pyelftools_0.25.bb b/meta-xt-prod-aos-dom0/recipes-devel/python/python3-pyelftools_0.25.bb new file mode 100644 index 00000000..03d96db3 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-devel/python/python3-pyelftools_0.25.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" +HOMEPAGE = "https://github.com/eliben/pyelftools" +SECTION = "devel/python" +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" + +SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2" +SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24" + +PYPI_PACKAGE = "pyelftools" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" diff --git a/meta-xt-prod-aos-dom0/recipes-devtools/bazaar/bzr_2.7.0.bb b/meta-xt-prod-aos-dom0/recipes-devtools/bazaar/bzr_2.7.0.bb new file mode 100644 index 00000000..9c018d0f --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-devtools/bazaar/bzr_2.7.0.bb @@ -0,0 +1,25 @@ +SUMMARY = "Distributed version control system." +HOMEPAGE = "https://launchpad.net/bzr" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=751419260aa954499f7abaabaa882bbe" +SRC_URI = "https://launchpad.net/${PN}/2.7/${PV}/+download/${PN}-${PV}.tar.gz" +SRC_URI[md5sum] = "8e5020502efd54f5925a14a456b88b89" +SRC_URI[sha256sum] = "0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3" + +DEPENDS = "python-native" +PROVIDES += "bzr-native" + +inherit native ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative distutils", "", d)} + +do_configure[noexec] = "1" +do_compile[noexec] = "1" + +export BUILD_SYS +export HOST_SYS +export STAGING_LIBDIR +export STAGING_INCDIR + +do_install () { + python setup.py install +} diff --git a/meta-xt-prod-aos-dom0/recipes-examples/cldemo/cldemo/cldemo.c b/meta-xt-prod-aos-dom0/recipes-examples/cldemo/cldemo/cldemo.c new file mode 100644 index 00000000..c95b9366 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-examples/cldemo/cldemo/cldemo.c @@ -0,0 +1,181 @@ +/* + * Simple OpenCL demo program + * + * Copyright (C) 2009 Clifford Wolf + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * gcc -o cldemo -std=gnu99 -Wall -I/usr/include/nvidia-current cldemo.c -lOpenCL + * + */ + +#include + +#include +#include +#include +#include +#include + +#define NUM_DATA 100 + +#define CL_CHECK(_expr) \ + do { \ + cl_int _err = _expr; \ + if (_err == CL_SUCCESS) \ + break; \ + fprintf(stderr, "OpenCL Error: '%s' returned %d!\n", #_expr, (int)_err); \ + abort(); \ + } while (0) + +#define CL_CHECK_ERR(_expr) \ + ({ \ + cl_int _err = CL_INVALID_VALUE; \ + typeof(_expr) _ret = _expr; \ + if (_err != CL_SUCCESS) { \ + fprintf(stderr, "OpenCL Error: '%s' returned %d!\n", #_expr, (int)_err); \ + abort(); \ + } \ + _ret; \ + }) + +void pfn_notify(const char *errinfo, const void *private_info, size_t cb, void *user_data) +{ + fprintf(stderr, "OpenCL Error (via pfn_notify): %s\n", errinfo); +} + +int main(int argc, char **argv) +{ + cl_platform_id platforms[100]; + cl_uint platforms_n = 0; + CL_CHECK(clGetPlatformIDs(100, platforms, &platforms_n)); + + printf("=== %d OpenCL platform(s) found: ===\n", platforms_n); + for (int i=0; i +# Released under the MIT license (see COPYING.MIT for the terms) + +# cldemo.c is copied from http://svn.clifford.at/tools/trunk/examples/cldemo.c +# All kudos go to Clifford Wolf + +DESCRIPTION = "Simple OpenCL Demo Program" +HOMEPAGE = "http://svn.clifford.at/tools/trunk/examples/" +SECTION = "extras" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://cldemo.c;beginline=4;endline=18;md5=00379499873043e963fbafe29a874c64" + +DEPENDS += "virtual/opencl" + +SRC_URI = "file://cldemo.c" + +PR = "r4" + +S = "${WORKDIR}" + +do_compile () { + ${CC} ${CFLAGS} -std=gnu99 -Wall ${LDFLAGS} \ + -o ${B}/cldemo ${S}/cldemo.c \ + -lOpenCL +} + +do_install() { + install -d ${D}${bindir} + install -m 755 ${B}/cldemo ${D}${bindir}/cldemo +} + +RDEPENDS_${PN} += "libopencl" diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/dev86/dev86_%.bbappend b/meta-xt-prod-aos-dom0/recipes-extended/dev86/dev86_%.bbappend similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/dev86/dev86_%.bbappend rename to meta-xt-prod-aos-dom0/recipes-extended/dev86/dev86_%.bbappend diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/provisioning/provisioning.bb b/meta-xt-prod-aos-dom0/recipes-extended/provisioning/provisioning.bb similarity index 55% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/provisioning/provisioning.bb rename to meta-xt-prod-aos-dom0/recipes-extended/provisioning/provisioning.bb index 8263456a..ff536b0e 100644 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/provisioning/provisioning.bb +++ b/meta-xt-prod-aos-dom0/recipes-extended/provisioning/provisioning.bb @@ -1,7 +1,5 @@ DESCRIPTION = "Dom0 scripts used for AOS provisioning" -require inc/xt_shared_env.inc - LICENSE = "CLOSED" SRCREV = "${AUTOREV}" @@ -10,15 +8,15 @@ SRC_URI = "git://git@gitpct.epam.com/epmd-aepr/aos_sdk.git;protocol=ssh" S = "${WORKDIR}/git" FILES_${PN} = " \ - ${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}/aos-provisioning.step1.sh \ - ${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}/aos-provisioning.step2.sh \ + ${libdir}/xen/scripts/aos-provisioning.step1.sh \ + ${libdir}/xen/scripts/aos-provisioning.step2.sh \ ${sysconfdir}/aos/model_name.txt \ " RDEPENDS_${PN} = "bash" do_install() { - install -d ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS} - install -m 0755 ${S}/aos-provisioning/aos-provisioning.step1.sh ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS} - install -m 0755 ${S}/aos-provisioning/aos-provisioning.step2.sh ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS} + install -d ${D}${base_prefix}${libdir}/xen/scripts + install -m 0755 ${S}/aos-provisioning/aos-provisioning.step1.sh ${D}${base_prefix}${libdir}/xen/scripts + install -m 0755 ${S}/aos-provisioning/aos-provisioning.step2.sh ${D}${base_prefix}${libdir}/xen/scripts } diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/files/0001-libxl-Add-DTB-compatible-list-to-config-file.patch b/meta-xt-prod-aos-dom0/recipes-extended/xen/files/0001-libxl-Add-DTB-compatible-list-to-config-file.patch similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/files/0001-libxl-Add-DTB-compatible-list-to-config-file.patch rename to meta-xt-prod-aos-dom0/recipes-extended/xen/files/0001-libxl-Add-DTB-compatible-list-to-config-file.patch diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/files/0002-libxl-Add-DTB-passthrough-nodes-list.patch b/meta-xt-prod-aos-dom0/recipes-extended/xen/files/0002-libxl-Add-DTB-passthrough-nodes-list.patch similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/files/0002-libxl-Add-DTB-passthrough-nodes-list.patch rename to meta-xt-prod-aos-dom0/recipes-extended/xen/files/0002-libxl-Add-DTB-passthrough-nodes-list.patch diff --git a/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.10-rocko.inc b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.10-rocko.inc new file mode 100644 index 00000000..56895d4b --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.10-rocko.inc @@ -0,0 +1,18 @@ +require xen-common.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" + +XEN_REL = "4.10" +PV = "${XEN_REL}.0+git${SRCPV}" +SRCREV = "${AUTOREV}" + +FILES_${PN}-libxentoolcore = "${libdir}/libxentoolcore.so.*" +FILES_${PN}-libxentoolcore-dev = " \ + ${libdir}/libxentoolcore.so \ + ${datadir}/pkgconfig/xentoolcore.pc \ + " + +PACKAGES_append = "\ + ${PN}-pkgconfig \ + ${PN}-libxentoolcore \ + ${PN}-libxentoolcore-dev \ + " diff --git a/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.12-rocko.inc b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.12-rocko.inc new file mode 100644 index 00000000..ed9c0550 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.12-rocko.inc @@ -0,0 +1,25 @@ +require xen-common.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" + +XEN_REL = "4.12" +PV = "${XEN_REL}.0+git${SRCPV}" +SRCREV = "${AUTOREV}" + +FILES_${PN}-libfsimage = "${libdir}/libxenfsimage.so.*" + +FILES_${PN}-libfsimage-dev = " \ + ${libdir}/libxenfsimage.so \ + ${datadir}/pkgconfig/fsimage.pc \ + " + +FILES_${PN}-fsimage = "${libdir}/xenfsimage/*/fsimage.so" + +FILES_${PN}-misc_append = "\ + ${libdir}/xen/bin/depriv-fd-checker \ + " + +FILES_${PN}-xenmon = "\ + ${sbindir}/xenbaked \ + ${sbindir}/xentrace_setmask \ + ${sbindir}/xenmon \ + " diff --git a/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.13-thud.inc b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.13-thud.inc new file mode 100644 index 00000000..57236e28 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.13-thud.inc @@ -0,0 +1,109 @@ +require xen-common.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=4295d895d4b5ce9d070263d52f030e49" + +XEN_REL = "4.13" +PV = "${XEN_REL}.0+git${SRCPV}" +SRCREV = "${AUTOREV}" + +FILES_${PN}-libxentoollog = "${libdir}/libxentoollog.so.*" +FILES_${PN}-libxentoollog-dev = " \ + ${libdir}/libxentoollog.so \ + ${libdir}/pkgconfig/xentoollog.pc \ + " + +FILES_${PN}-libxengnttab = "${libdir}/libxengnttab.so.*" +FILES_${PN}-libxengnttab-dev = " \ + ${libdir}/libxengnttab.so \ + ${libdir}/pkgconfig/xengnttab.pc \ + " + +FILES_${PN}-libxenguest = "${libdir}/libxenguest.so.*" +FILES_${PN}-libxenguest-dev = " \ + ${libdir}/libxenguest.so \ + ${libdir}/pkgconfig/xenguest.pc \ + " + +FILES_${PN}-libxenlight = "${libdir}/libxenlight.so.*" +FILES_${PN}-libxenlight-dev = " \ + ${libdir}/libxenlight.so \ + ${libdir}/pkgconfig/xenlight.pc \ + " + +FILES_${PN}-libxenstat = "${libdir}/libxenstat.so.*" +FILES_${PN}-libxenstat-dev = " \ + ${libdir}/libxenstat.so \ + ${libdir}/pkgconfig/xenstat.pc \ + " + +FILES_${PN}-libxenstore = "${libdir}/libxenstore.so.*" +FILES_${PN}-libxenstore-dev = " \ + ${libdir}/libxenstore.so \ + ${libdir}/pkgconfig/xenstore.pc \ + " + +FILES_${PN}-libxenctrl = "${libdir}/libxenctrl.so.*" +FILES_${PN}-libxenctrl-dev = " \ + ${libdir}/libxenctrl.so \ + ${libdir}/pkgconfig/xencontrol.pc \ + " + +FILES_${PN}-libxenvchan = "${libdir}/libxenvchan.so.*" +FILES_${PN}-libxenvchan-dev = " \ + ${libdir}/libxenvchan.so \ + ${libdir}/pkgconfig/xenvchan.pc \ + " + +FILES_${PN}-libxlutil = "${libdir}/libxlutil.so.*" +FILES_${PN}-libxlutil-dev = " \ + ${libdir}/libxlutil.so \ + ${libdir}/pkgconfig/xlutil.pc \ + " + +FILES_${PN}-libxendevicemodel = "${libdir}/libxendevicemodel.so.*" +FILES_${PN}-libxendevicemodel-dev = " \ + ${libdir}/libxendevicemodel.so \ + ${libdir}/pkgconfig/xendevicemodel.pc \ + " + +FILES_${PN}-libxencall = "${libdir}/libxencall.so.*" +FILES_${PN}-libxencall-dev = " \ + ${libdir}/libxencall.so \ + ${libdir}/pkgconfig/xencall.pc \ + " + +FILES_${PN}-libxenevtchn = "${libdir}/libxenevtchn.so.*" +FILES_${PN}-libxenevtchn-dev = " \ + ${libdir}/libxenevtchn.so \ + ${libdir}/pkgconfig/xenevtchn.pc \ + " + +FILES_${PN}-libxenforeignmemory = "${libdir}/libxenforeignmemory.so.*" +FILES_${PN}-libxenforeignmemory-dev = " \ + ${libdir}/libxenforeignmemory.so \ + ${libdir}/pkgconfig/xenforeignmemory.pc \ + " + +FILES_${PN}-libxentoolcore = "${libdir}/libxentoolcore.so.*" +FILES_${PN}-libxentoolcore-dev = " \ + ${libdir}/libxentoolcore.so \ + ${libdir}/pkgconfig/xentoolcore.pc \ + " + +FILES_${PN}-libfsimage = "${libdir}/libxenfsimage.so.*" + +FILES_${PN}-libfsimage-dev = " \ + ${libdir}/libxenfsimage.so \ + ${datadir}/pkgconfig/fsimage.pc \ + " + +FILES_${PN}-fsimage = "${libdir}/xenfsimage/*/fsimage.so" + +FILES_${PN}-misc_append = "\ + ${libdir}/xen/bin/depriv-fd-checker \ + " + +FILES_${PN}-xenmon = "\ + ${sbindir}/xenbaked \ + ${sbindir}/xentrace_setmask \ + ${sbindir}/xenmon \ + " diff --git a/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.14-thud.inc b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.14-thud.inc new file mode 100644 index 00000000..5b5acf81 --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-4.14-thud.inc @@ -0,0 +1,127 @@ +require xen-common.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" + +XEN_REL = "4.14" +PV = "${XEN_REL}.0+git${SRCPV}" +SRCREV = "${AUTOREV}" + +PACKAGES_append = "\ + ${PN}-libxenhypfs \ + ${PN}-libxenhypfs-dev \ + ${PN}-xenhypfs \ + " + +FILES_${PN}-xenhypfs = "\ + ${sbindir}/xenhypfs \ + " + +FILES_${PN}-libxenhypfs = "${libdir}/libxenhypfs.so.*" +FILES_${PN}-libxenhypfs-dev = " \ + ${libdir}/libxenhypfs.so \ + ${libdir}/pkgconfig/xenhypfs.pc \ + " + +FILES_${PN}-libxentoollog = "${libdir}/libxentoollog.so.*" +FILES_${PN}-libxentoollog-dev = " \ + ${libdir}/libxentoollog.so \ + ${libdir}/pkgconfig/xentoollog.pc \ + " + +FILES_${PN}-libxengnttab = "${libdir}/libxengnttab.so.*" +FILES_${PN}-libxengnttab-dev = " \ + ${libdir}/libxengnttab.so \ + ${libdir}/pkgconfig/xengnttab.pc \ + " + +FILES_${PN}-libxenguest = "${libdir}/libxenguest.so.*" +FILES_${PN}-libxenguest-dev = " \ + ${libdir}/libxenguest.so \ + ${libdir}/pkgconfig/xenguest.pc \ + " + +FILES_${PN}-libxenlight = "${libdir}/libxenlight.so.*" +FILES_${PN}-libxenlight-dev = " \ + ${libdir}/libxenlight.so \ + ${libdir}/pkgconfig/xenlight.pc \ + " + +FILES_${PN}-libxenstat = "${libdir}/libxenstat.so.*" +FILES_${PN}-libxenstat-dev = " \ + ${libdir}/libxenstat.so \ + ${libdir}/pkgconfig/xenstat.pc \ + " + +FILES_${PN}-libxenstore = "${libdir}/libxenstore.so.*" +FILES_${PN}-libxenstore-dev = " \ + ${libdir}/libxenstore.so \ + ${libdir}/pkgconfig/xenstore.pc \ + " + +FILES_${PN}-libxenctrl = "${libdir}/libxenctrl.so.*" +FILES_${PN}-libxenctrl-dev = " \ + ${libdir}/libxenctrl.so \ + ${libdir}/pkgconfig/xencontrol.pc \ + " + +FILES_${PN}-libxenvchan = "${libdir}/libxenvchan.so.*" +FILES_${PN}-libxenvchan-dev = " \ + ${libdir}/libxenvchan.so \ + ${libdir}/pkgconfig/xenvchan.pc \ + " + +FILES_${PN}-libxlutil = "${libdir}/libxlutil.so.*" +FILES_${PN}-libxlutil-dev = " \ + ${libdir}/libxlutil.so \ + ${libdir}/pkgconfig/xlutil.pc \ + " + +FILES_${PN}-libxendevicemodel = "${libdir}/libxendevicemodel.so.*" +FILES_${PN}-libxendevicemodel-dev = " \ + ${libdir}/libxendevicemodel.so \ + ${libdir}/pkgconfig/xendevicemodel.pc \ + " + +FILES_${PN}-libxencall = "${libdir}/libxencall.so.*" +FILES_${PN}-libxencall-dev = " \ + ${libdir}/libxencall.so \ + ${libdir}/pkgconfig/xencall.pc \ + " + +FILES_${PN}-libxenevtchn = "${libdir}/libxenevtchn.so.*" +FILES_${PN}-libxenevtchn-dev = " \ + ${libdir}/libxenevtchn.so \ + ${libdir}/pkgconfig/xenevtchn.pc \ + " + +FILES_${PN}-libxenforeignmemory = "${libdir}/libxenforeignmemory.so.*" +FILES_${PN}-libxenforeignmemory-dev = " \ + ${libdir}/libxenforeignmemory.so \ + ${libdir}/pkgconfig/xenforeignmemory.pc \ + " + +FILES_${PN}-libxentoolcore = "${libdir}/libxentoolcore.so.*" +FILES_${PN}-libxentoolcore-dev = " \ + ${libdir}/libxentoolcore.so \ + ${libdir}/pkgconfig/xentoolcore.pc \ + " + +FILES_${PN}-libfsimage = "${libdir}/libxenfsimage.so.*" + +FILES_${PN}-libfsimage-dev = " \ + ${libdir}/libxenfsimage.so \ + ${datadir}/pkgconfig/fsimage.pc \ + " + +FILES_${PN}-fsimage = "${libdir}/xenfsimage/*/fsimage.so" + +FILES_${PN}-misc_append = "\ + ${libdir}/xen/bin/depriv-fd-checker \ + ${bindir}/vchan-socket-proxy \ + " +RDEPENDS_${PN}-xenmon += "python" + +FILES_${PN}-xenmon = "\ + ${sbindir}/xenbaked \ + ${sbindir}/xentrace_setmask \ + ${sbindir}/xenmon \ + " diff --git a/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-common.inc b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-common.inc new file mode 100644 index 00000000..a3ae3dee --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen-common.inc @@ -0,0 +1,81 @@ +DEPENDS += "u-boot-mkimage-native systemd" + +PACKAGECONFIG ?= " \ + xsm \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ + ${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'hvm', '', d)} \ + " + +EXTRA_OEMAKE += " CONFIG_HAS_SCIF=y CONFIG_QEMU_XEN=n" + +RDEPENDS_${PN}-base += "\ + ${PN}-livepatch \ + " + +RDEPENDS_${PN}-base_remove += " \ + ${PN}-blktap \ + ${PN}-libblktapctl \ + ${PN}-libvhd \ + " + +RRECOMMENDS_${PN}-base += " \ + ${PN}-blktap \ + ${PN}-libblktapctl \ + ${PN}-libvhd \ + " + +FILES_${PN}-hypervisor += "\ + /usr/lib/debug/xen-syms-* \ + " + +FILES_${PN}-scripts-block += " \ + ${sysconfdir}/xen/scripts/block-dummy \ + " + +FILES_${PN}-scripts-network += " \ + ${sysconfdir}/xen/scripts/colo-proxy-setup \ + " + +FILES_${PN}-staticdev += "\ + ${exec_prefix}/lib64/libxenstore.a \ + ${exec_prefix}/lib64/libxenvchan.a \ + " + +FILES_${PN}-xencommons += " \ + ${systemd_unitdir}/system/xendriverdomain.service \ + ${sysconfdir}/xen/scripts/launch-xenstore \ + " + +FILES_${PN}-xencommons_remove += " \ + ${systemd_unitdir}/system/xenstored.socket \ + ${systemd_unitdir}/system/xenstored_ro.socket \ + " + +FILES_${PN}-libxendevicemodel = "${libdir}/libxendevicemodel.so.*" +FILES_${PN}-libxendevicemodel-dev = "${libdir}/libxendevicemodel.so" + +FILES_${PN}-pkgconfig = "\ + ${datadir}/pkgconfig \ + " + +PACKAGES_append = "\ + ${PN}-pkgconfig \ +" + +SYSTEMD_SERVICE_${PN}-xencommons += " \ + xendriverdomain.service \ + " + +SYSTEMD_SERVICE_${PN}-xencommons_remove += " \ + xenstored.socket \ + xenstored_ro.socket \ + " + +RDEPENDS_${PN}-efi = " \ + bash \ + python \ + " + +FILES_${PN}-misc_append = "\ + ${sbindir}/xen-diag \ + " diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/xen_git.bbappend b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen_git.bbappend similarity index 77% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/xen_git.bbappend rename to meta-xt-prod-aos-dom0/recipes-extended/xen/xen_git.bbappend index 410c30fa..f5be2f84 100644 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/xen/xen_git.bbappend +++ b/meta-xt-prod-aos-dom0/recipes-extended/xen/xen_git.bbappend @@ -1,10 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -################################################################################ -# Following inc file defines XEN version for the product and its SRC_URI -################################################################################ -require inc/xen-version.inc - ################################################################################ # We only need Xen tools, so we can start domains ################################################################################ diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend b/meta-xt-prod-aos-dom0/recipes-kernel/linux/linux-generic-armv8.bbappend similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend rename to meta-xt-prod-aos-dom0/recipes-kernel/linux/linux-generic-armv8.bbappend diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig b/meta-xt-prod-aos-dom0/recipes-kernel/linux/linux-generic-armv8/defconfig similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig rename to meta-xt-prod-aos-dom0/recipes-kernel/linux/linux-generic-armv8/defconfig diff --git a/meta-xt-prod-aos-dom0/recipes-support/evtest/evtest_git.bb b/meta-xt-prod-aos-dom0/recipes-support/evtest/evtest_git.bb new file mode 100644 index 00000000..fa0d6e2f --- /dev/null +++ b/meta-xt-prod-aos-dom0/recipes-support/evtest/evtest_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "Simple tool for input event debugging" +HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" +AUTHOR = "Vojtech Pavlik " +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "libxml2" + +SRCREV = "ab140a2dab1547f7deb5233be6d94a388cf08b26" +SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" + +PV = "1.33+${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/conf/layer.conf b/meta-xt-prod-aos-domf/conf/layer.conf similarity index 50% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/conf/layer.conf rename to meta-xt-prod-aos-domf/conf/layer.conf index 3cf15f13..bb00e1ec 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/conf/layer.conf +++ b/meta-xt-prod-aos-domf/conf/layer.conf @@ -5,8 +5,8 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "meta-xt-prod-extra" -BBFILE_PATTERN_meta-xt-prod-extra := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-xt-prod-extra = "6" +BBFILE_COLLECTIONS += "meta-xt-prod-aos-domf" +BBFILE_PATTERN_meta-xt-prod-aos-domf := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-xt-prod-aos-domf = "6" -LAYERSERIES_COMPAT_meta-xt-prod-extra = "sumo thud" +LAYERSERIES_COMPAT_meta-xt-prod-aos-domf = "sumo thud zeus dunfell" diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/aos-iamanager_git.bbappend b/meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/aos-iamanager_git.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/aos-iamanager_git.bbappend rename to meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/aos-iamanager_git.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/files/aos-iamanager.service b/meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/files/aos-iamanager.service similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/files/aos-iamanager.service rename to meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/files/aos-iamanager.service diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/files/aos_iamanager.cfg b/meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/files/aos_iamanager.cfg similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/files/aos_iamanager.cfg rename to meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/files/aos_iamanager.cfg diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/files/finish.sh b/meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/files/finish.sh similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-iamanager/files/finish.sh rename to meta-xt-prod-aos-domf/recipes-aos/aos-iamanager/files/finish.sh diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/aos-servicemanager_git.bbappend b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/aos-servicemanager_git.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/aos-servicemanager_git.bbappend rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/aos-servicemanager_git.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/aos-servicemanager.service b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/aos-servicemanager.service similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/aos-servicemanager.service rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/aos-servicemanager.service diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/aos.target b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/aos.target similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/aos.target rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/aos.target diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/aos_servicemanager.cfg b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/aos_servicemanager.cfg similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/aos_servicemanager.cfg rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/aos_servicemanager.cfg diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/com.aos.servicemanage.conf b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/com.aos.servicemanage.conf similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/com.aos.servicemanage.conf rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/com.aos.servicemanage.conf diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/ipforwarding.conf b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/ipforwarding.conf similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/ipforwarding.conf rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/ipforwarding.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/rootCA.pem b/meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/rootCA.pem similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/rootCA.pem rename to meta-xt-prod-aos-domf/recipes-aos/aos-servicemanager/files/rootCA.pem diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend b/meta-xt-prod-aos-domf/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend rename to meta-xt-prod-aos-domf/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos-updatemanager.service b/meta-xt-prod-aos-domf/recipes-aos/aos-updatemanager/files/aos-updatemanager.service similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos-updatemanager.service rename to meta-xt-prod-aos-domf/recipes-aos/aos-updatemanager/files/aos-updatemanager.service diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg b/meta-xt-prod-aos-domf/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg rename to meta-xt-prod-aos-domf/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-connectivity/connman/connman_%.bbappend b/meta-xt-prod-aos-domf/recipes-connectivity/connman/connman_%.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-connectivity/connman/connman_%.bbappend rename to meta-xt-prod-aos-domf/recipes-connectivity/connman/connman_%.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-connectivity/connman/files/main.conf b/meta-xt-prod-aos-domf/recipes-connectivity/connman/files/main.conf similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-connectivity/connman/files/main.conf rename to meta-xt-prod-aos-domf/recipes-connectivity/connman/files/main.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/openssh/openssh_%.bbappend b/meta-xt-prod-aos-domf/recipes-connectivity/openssh/openssh_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/openssh/openssh_%.bbappend rename to meta-xt-prod-aos-domf/recipes-connectivity/openssh/openssh_%.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/images/core-image-minimal.bbappend b/meta-xt-prod-aos-domf/recipes-core/images/core-image-minimal.bbappend similarity index 58% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/images/core-image-minimal.bbappend rename to meta-xt-prod-aos-domf/recipes-core/images/core-image-minimal.bbappend index 5cef469e..5b3d0709 100644 --- a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/images/core-image-minimal.bbappend +++ b/meta-xt-prod-aos-domf/recipes-core/images/core-image-minimal.bbappend @@ -1,4 +1,3 @@ -require inc/xt_shared_env.inc IMAGE_INSTALL_append = " \ xen-tools \ @@ -26,13 +25,6 @@ ROOTFS_POSTPROCESS_COMMAND += " set_image_version; " IMAGE_FEATURES_append = " read-only-rootfs" -# Vars - -SHARED_ROOTFS_DIR = "${XT_DIR_ABS_SHARED_ROOTFS_DOMF}/${IMAGE_BASENAME}" - -# Dependencies - -create_shared_links[dirs] = "${SHARED_ROOTFS_DIR}" # Tasks @@ -42,12 +34,3 @@ set_image_version() { echo "VERSION=\"${DOMF_IMAGE_VERSION}\"" > ${IMAGE_ROOTFS}/etc/aos/version } -# We need to have shared resources in work-shared dir for the layer and update functionality -# Creating symlink IMAGE_ROOTFS to work-shared to get an access to them by -# layers and update -create_shared_links() { - if [ -d ${IMAGE_ROOTFS} ]; then - rm -rf ${SHARED_ROOTFS_DIR} - lnr ${IMAGE_ROOTFS} ${SHARED_ROOTFS_DIR} - fi -} diff --git a/meta-xt-prod-aos-domf/recipes-core/images/core-image-tiny-initramfs.bbappend b/meta-xt-prod-aos-domf/recipes-core/images/core-image-tiny-initramfs.bbappend new file mode 100644 index 00000000..00a60ede --- /dev/null +++ b/meta-xt-prod-aos-domf/recipes-core/images/core-image-tiny-initramfs.bbappend @@ -0,0 +1,13 @@ +VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" + +PACKAGE_INSTALL = "initramfs-framework-base busybox" + +# Do not pollute the initrd image with rootfs features +IMAGE_FEATURES = "" + +export IMAGE_BASENAME = "core-image-tiny-initramfs" + +COMPATIBLE_HOST= "aarch64.*-linux" + +IMAGE_LINK_NAME = "uInitramfs.cpio.gz" + diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework/finish b/meta-xt-prod-aos-domf/recipes-core/initrdscripts/initramfs-framework/finish similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework/finish rename to meta-xt-prod-aos-domf/recipes-core/initrdscripts/initramfs-framework/finish diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend b/meta-xt-prod-aos-domf/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend rename to meta-xt-prod-aos-domf/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/logrotate/files/messages b/meta-xt-prod-aos-domf/recipes-core/logrotate/files/messages similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/logrotate/files/messages rename to meta-xt-prod-aos-domf/recipes-core/logrotate/files/messages diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/logrotate/logrotate_%.bbappend b/meta-xt-prod-aos-domf/recipes-core/logrotate/logrotate_%.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/logrotate/logrotate_%.bbappend rename to meta-xt-prod-aos-domf/recipes-core/logrotate/logrotate_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/eth0.network b/meta-xt-prod-aos-domf/recipes-core/systemd/files/eth0.network similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/eth0.network rename to meta-xt-prod-aos-domf/recipes-core/systemd/files/eth0.network diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/systemd-conf/journald_persist.conf b/meta-xt-prod-aos-domf/recipes-core/systemd/systemd-conf/journald_persist.conf similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/systemd-conf/journald_persist.conf rename to meta-xt-prod-aos-domf/recipes-core/systemd/systemd-conf/journald_persist.conf diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/systemd-conf_%.bbappend b/meta-xt-prod-aos-domf/recipes-core/systemd/systemd-conf_%.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/systemd-conf_%.bbappend rename to meta-xt-prod-aos-domf/recipes-core/systemd/systemd-conf_%.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/systemd_%.bbappend b/meta-xt-prod-aos-domf/recipes-core/systemd/systemd_%.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/systemd_%.bbappend rename to meta-xt-prod-aos-domf/recipes-core/systemd/systemd_%.bbappend diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend b/meta-xt-prod-aos-domf/recipes-core/util-linux/util-linux_%.bbappend similarity index 100% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend rename to meta-xt-prod-aos-domf/recipes-core/util-linux/util-linux_%.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/volatile-binds/._volatile-binds.bbappend b/meta-xt-prod-aos-domf/recipes-core/volatile-binds/._volatile-binds.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/volatile-binds/._volatile-binds.bbappend rename to meta-xt-prod-aos-domf/recipes-core/volatile-binds/._volatile-binds.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/volatile-binds/volatile-binds.bbappend b/meta-xt-prod-aos-domf/recipes-core/volatile-binds/volatile-binds.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/volatile-binds/volatile-binds.bbappend rename to meta-xt-prod-aos-domf/recipes-core/volatile-binds/volatile-binds.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend b/meta-xt-prod-aos-domf/recipes-kernel/linux/linux-generic-armv8.bbappend similarity index 67% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend rename to meta-xt-prod-aos-domf/recipes-kernel/linux/linux-generic-armv8.bbappend index 0e5d41fe..ce1ab24b 100644 --- a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend +++ b/meta-xt-prod-aos-domf/recipes-kernel/linux/linux-generic-armv8.bbappend @@ -1,4 +1,3 @@ -require inc/xt_shared_env.inc FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" @@ -7,12 +6,10 @@ SRCREV = "${AUTOREV}" LINUX_VERSION = "4.14.75" SRC_URI = " \ - git://github.com/xen-troops/linux.git;branch=${BRANCH} \ + git://github.com/xen-troops/linux.git;branch=${BRANCH};protocol=https \ file://defconfig \ " -DEPLOYDIR="${XT_DIR_ABS_SHARED_BOOT_DOMF}" - do_deploy_append () { find ${D}/boot -iname "vmlinux*" -exec tar -cJvf ${STAGING_KERNEL_BUILDDIR}/vmlinux.tar.xz {} \; } diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig b/meta-xt-prod-aos-domf/recipes-kernel/linux/linux-generic-armv8/defconfig similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig rename to meta-xt-prod-aos-domf/recipes-kernel/linux/linux-generic-armv8/defconfig diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client.bbappend b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client.bbappend rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0001-libckteec-Add-RSA-support-for-C_GenerateKeyPair.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0001-libckteec-Add-RSA-support-for-C_GenerateKeyPair.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0001-libckteec-Add-RSA-support-for-C_GenerateKeyPair.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0001-libckteec-Add-RSA-support-for-C_GenerateKeyPair.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0002-libckteec-Add-PKCS-1-v1.5-RSA-signing-support.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0002-libckteec-Add-PKCS-1-v1.5-RSA-signing-support.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0002-libckteec-Add-PKCS-1-v1.5-RSA-signing-support.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0002-libckteec-Add-PKCS-1-v1.5-RSA-signing-support.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0003-libckteec-Add-PKCS-1-RSA-PSS-signing-support.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0003-libckteec-Add-PKCS-1-RSA-PSS-signing-support.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0003-libckteec-Add-PKCS-1-RSA-PSS-signing-support.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0003-libckteec-Add-PKCS-1-RSA-PSS-signing-support.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0004-libckteec-Add-PKCS-1-RSA-OAEP-encryption-support.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0004-libckteec-Add-PKCS-1-RSA-OAEP-encryption-support.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0004-libckteec-Add-PKCS-1-RSA-OAEP-encryption-support.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0004-libckteec-Add-PKCS-1-RSA-OAEP-encryption-support.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0005-libckteec-Add-64-bit-sign-extension-support-for-dese.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0005-libckteec-Add-64-bit-sign-extension-support-for-dese.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0005-libckteec-Add-64-bit-sign-extension-support-for-dese.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0005-libckteec-Add-64-bit-sign-extension-support-for-dese.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0006-libckteec-Remove-pre-sanitization-for-mechanism-list.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0006-libckteec-Remove-pre-sanitization-for-mechanism-list.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0006-libckteec-Remove-pre-sanitization-for-mechanism-list.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0006-libckteec-Remove-pre-sanitization-for-mechanism-list.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0007-libckteec-fix-deserialization-for-CKA_ALLOWED_MECHAN.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0007-libckteec-fix-deserialization-for-CKA_ALLOWED_MECHAN.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0007-libckteec-fix-deserialization-for-CKA_ALLOWED_MECHAN.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0007-libckteec-fix-deserialization-for-CKA_ALLOWED_MECHAN.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0008-wip-rsa-pss-param-size-check.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0008-wip-rsa-pss-param-size-check.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0008-wip-rsa-pss-param-size-check.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0008-wip-rsa-pss-param-size-check.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0009-wip-rsa-oaep-size-check.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0009-wip-rsa-oaep-size-check.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-client/0009-wip-rsa-oaep-size-check.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-client/0009-wip-rsa-oaep-size-check.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0007-wip-ecdh.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0007-wip-ecdh.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0007-wip-ecdh.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0007-wip-ecdh.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0008-wip-checkpatch.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0008-wip-checkpatch.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0008-wip-checkpatch.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0008-wip-checkpatch.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0011-ta-pkcs11-Increate-data-size-from-64k-to-256k.patch b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0011-ta-pkcs11-Increate-data-size-from-64k-to-256k.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0011-ta-pkcs11-Increate-data-size-from-64k-to-256k.patch rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os/0011-ta-pkcs11-Increate-data-size-from-64k-to-256k.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os_git.bbappend b/meta-xt-prod-aos-domf/recipes-security/optee/optee-os_git.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os_git.bbappend rename to meta-xt-prod-aos-domf/recipes-security/optee/optee-os_git.bbappend diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/conf/layer.conf b/meta-xt-prod-aos-domx/conf/layer.conf similarity index 52% rename from recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/conf/layer.conf rename to meta-xt-prod-aos-domx/conf/layer.conf index 3cf15f13..b941ac30 100644 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/conf/layer.conf +++ b/meta-xt-prod-aos-domx/conf/layer.conf @@ -5,8 +5,8 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "meta-xt-prod-extra" -BBFILE_PATTERN_meta-xt-prod-extra := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-xt-prod-extra = "6" +BBFILE_COLLECTIONS += "meta-xt-prod-aos-domx" +BBFILE_PATTERN_meta-xt-prod-aos-domx = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-xt-images-domx = "6" -LAYERSERIES_COMPAT_meta-xt-prod-extra = "sumo thud" +LAYERSERIES_COMPAT_meta-xt-prod-aos-domx = "thud dunfell" diff --git a/meta-xt-prod-aos-domx/recipes-core/images/core-image-minimal.bbappend b/meta-xt-prod-aos-domx/recipes-core/images/core-image-minimal.bbappend new file mode 100644 index 00000000..12af817e --- /dev/null +++ b/meta-xt-prod-aos-domx/recipes-core/images/core-image-minimal.bbappend @@ -0,0 +1,11 @@ +IMAGE_INSTALL_append = " \ + xen-base \ + xen-flask \ + xen-xenstat \ +" + +# Configuration for ARM Trusted Firmware +EXTRA_IMAGEDEPENDS += " arm-trusted-firmware" + +# u-boot +EXTRA_IMAGEDEPENDS += " u-boot" diff --git a/meta-xt-prod-aos-domx/recipes-devel/python/python3-pyelftools_0.25.bb b/meta-xt-prod-aos-domx/recipes-devel/python/python3-pyelftools_0.25.bb new file mode 100644 index 00000000..03d96db3 --- /dev/null +++ b/meta-xt-prod-aos-domx/recipes-devel/python/python3-pyelftools_0.25.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" +HOMEPAGE = "https://github.com/eliben/pyelftools" +SECTION = "devel/python" +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" + +SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2" +SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24" + +PYPI_PACKAGE = "pyelftools" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" diff --git a/meta-xt-prod-aos-domx/recipes-extended/libxenbe/libxenbe_git.bb b/meta-xt-prod-aos-domx/recipes-extended/libxenbe/libxenbe_git.bb new file mode 100644 index 00000000..50c28948 --- /dev/null +++ b/meta-xt-prod-aos-domx/recipes-extended/libxenbe/libxenbe_git.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "libxenbe" +SECTION = "libs" +LICENSE = "GPLv2" +PR = "r0" + +DEPENDS = "xen" + +SRCREV_rcar = "683e65ebc2e4738466cb0437460ba7c61afe2f92" + +SRC_URI_append_rcar = " git://github.com/xen-troops/libxenbe.git;protocol=https;branch=master" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb" + +S = "${WORKDIR}/git" + +# Followig two lines are workaround to fix issue reflected as +# "QA Issue: -dev package contains non-symlink .so:" +# TODO: the proper solution should be analyzed in future +FILES_SOLIBSDEV = "" +FILES_${PN} += "${libdir}/*.so" + +inherit pkgconfig cmake diff --git a/meta-xt-prod-aos-driver-domain/conf/layer.conf b/meta-xt-prod-aos-driver-domain/conf/layer.conf new file mode 100644 index 00000000..e0f275e2 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH =. "${LAYERDIR}:" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-xt-prod-aos-driver-domain" +BBFILE_PATTERN_meta-xt-prod-aos-driver-domain := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-xt-prod-aos-driver-domain = "6" + +LAYERSERIES_COMPAT_meta-xt-prod-aos-driver-domain = "sumo thud dunfell" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/aos-updatemanager_git.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos-updatemanager.service b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/aos-updatemanager.service similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos-updatemanager.service rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/aos-updatemanager.service diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/aos_updatemanager.cfg diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/cetibox/aos_updatemanager.cfg b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/cetibox/aos_updatemanager.cfg similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-updatemanager/files/cetibox/aos_updatemanager.cfg rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/cetibox/aos_updatemanager.cfg diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/rootCA.pem b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/rootCA.pem similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-aos/aos-servicemanager/files/rootCA.pem rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-updatemanager/files/rootCA.pem diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-vis/aos-vis_git.bbappend b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-vis/aos-vis_git.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-vis/aos-vis_git.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-vis/aos-vis_git.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-vis/files/aos-vis.service b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-vis/files/aos-vis.service similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-vis/files/aos-vis.service rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-vis/files/aos-vis.service diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-vis/files/aos_vis.cfg b/meta-xt-prod-aos-driver-domain/recipes-aos/aos-vis/files/aos_vis.cfg similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-aos/aos-vis/files/aos_vis.cfg rename to meta-xt-prod-aos-driver-domain/recipes-aos/aos-vis/files/aos_vis.cfg diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/alsa-state/alsa-state.bbappend b/meta-xt-prod-aos-driver-domain/recipes-bsp/alsa-state/alsa-state.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/alsa-state/alsa-state.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-bsp/alsa-state/alsa-state.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/alsa-state/files/asound.state b/meta-xt-prod-aos-driver-domain/recipes-bsp/alsa-state/files/asound.state similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/alsa-state/files/asound.state rename to meta-xt-prod-aos-driver-domain/recipes-bsp/alsa-state/files/asound.state diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/alsa-state/files/kingfisher/asound.state b/meta-xt-prod-aos-driver-domain/recipes-bsp/alsa-state/files/kingfisher/asound.state similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/alsa-state/files/kingfisher/asound.state rename to meta-xt-prod-aos-driver-domain/recipes-bsp/alsa-state/files/kingfisher/asound.state diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend b/meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend similarity index 52% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend index 35317164..d0a662bf 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend +++ b/meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend @@ -1,10 +1,26 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI += "\ +ATFW_OPT_LOSSY_remove = "${@oe.utils.conditional("USE_MULTIMEDIA", "1", "RCAR_LOSSY_ENABLE=1", "", d)}" +ATFW_OPT_LOSSY = "RCAR_LOSSY_ENABLE=0" +ADDITIONAL_ATFW_OPT ??= "" + +SRC_URI_remove = "0003-rcar-Add-BOARD_SALVATOR_X-case-in-ddr_rank_judge.patch" + +SRC_URI += " \ file://0001-rcar-Use-UART-instead-of-Secure-DRAM-area-for-loggin.patch \ file://0002-tools-Produce-two-cert_header_sa6-images.patch \ " +ido_ipl_opt_compile_rcar () { + oe_runmake distclean + oe_runmake bl2 bl31 dummytool PLAT=${PLATFORM} ${EXTRA_ATFW_OPT} ${ATFW_OPT_LOSSY} ${ADDITIONAL_ATFW_OPT} +} + +do_compile_rcar() { + oe_runmake distclean + oe_runmake bl2 bl31 dummytool PLAT=${PLATFORM} ${ATFW_OPT} ${ADDITIONAL_ATFW_OPT} +} + do_deploy_append () { install -m 0644 ${S}/tools/dummy_create/bootparam_sa0.bin ${DEPLOYDIR}/bootparam_sa0.bin install -m 0644 ${S}/tools/dummy_create/cert_header_sa6.bin ${DEPLOYDIR}/cert_header_sa6.bin diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/files/0001-rcar-Use-UART-instead-of-Secure-DRAM-area-for-loggin.patch b/meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/files/0001-rcar-Use-UART-instead-of-Secure-DRAM-area-for-loggin.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/files/0001-rcar-Use-UART-instead-of-Secure-DRAM-area-for-loggin.patch rename to meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/files/0001-rcar-Use-UART-instead-of-Secure-DRAM-area-for-loggin.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/files/0002-tools-Produce-two-cert_header_sa6-images.patch b/meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/files/0002-tools-Produce-two-cert_header_sa6-images.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/arm-trusted-firmware/files/0002-tools-Produce-two-cert_header_sa6-images.patch rename to meta-xt-prod-aos-driver-domain/recipes-bsp/arm-trusted-firmware/files/0002-tools-Produce-two-cert_header_sa6-images.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/u-boot/files/0001-ARM-rcar_gen3-Add-R8A7795-8GiB-RAM-Salvator-X-board-.patch b/meta-xt-prod-aos-driver-domain/recipes-bsp/u-boot/files/0001-ARM-rcar_gen3-Add-R8A7795-8GiB-RAM-Salvator-X-board-.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/u-boot/files/0001-ARM-rcar_gen3-Add-R8A7795-8GiB-RAM-Salvator-X-board-.patch rename to meta-xt-prod-aos-driver-domain/recipes-bsp/u-boot/files/0001-ARM-rcar_gen3-Add-R8A7795-8GiB-RAM-Salvator-X-board-.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/u-boot/files/0001-Revert-net-ravb-Fix-stop-RAVB-module-clock-before-OS.patch b/meta-xt-prod-aos-driver-domain/recipes-bsp/u-boot/files/0001-Revert-net-ravb-Fix-stop-RAVB-module-clock-before-OS.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/u-boot/files/0001-Revert-net-ravb-Fix-stop-RAVB-module-clock-before-OS.patch rename to meta-xt-prod-aos-driver-domain/recipes-bsp/u-boot/files/0001-Revert-net-ravb-Fix-stop-RAVB-module-clock-before-OS.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/u-boot/u-boot_2018.09.bbappend b/meta-xt-prod-aos-driver-domain/recipes-bsp/u-boot/u-boot_2018.09.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-bsp/u-boot/u-boot_2018.09.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-bsp/u-boot/u-boot_2018.09.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/connman_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/connman_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/connman_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/connman_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs-rebased.patch b/meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs-rebased.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs-rebased.patch rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs-rebased.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/files/disable_dns_proxy.conf b/meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/files/disable_dns_proxy.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/files/disable_dns_proxy.conf rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/files/disable_dns_proxy.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/files/main.conf b/meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/files/main.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/connman/files/main.conf rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/connman/files/main.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/dnsmasq/dnsmasq_2.%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-connectivity/dnsmasq/dnsmasq_2.%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/dnsmasq/dnsmasq_2.%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/dnsmasq/dnsmasq_2.%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/dnsmasq/files/depend.conf b/meta-xt-prod-aos-driver-domain/recipes-connectivity/dnsmasq/files/depend.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/dnsmasq/files/depend.conf rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/dnsmasq/files/depend.conf diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-connectivity/openssh/openssh_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-connectivity/openssh/openssh_%.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-connectivity/openssh/openssh_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/openssh/openssh_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool.bb b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool.bb rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/0001-sja1105-tool-avoid-GCC-8-warnings-treated-as-errors.patch b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/0001-sja1105-tool-avoid-GCC-8-warnings-treated-as-errors.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/0001-sja1105-tool-avoid-GCC-8-warnings-treated-as-errors.patch rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/0001-sja1105-tool-avoid-GCC-8-warnings-treated-as-errors.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/default-switch2.xml b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/default-switch2.xml similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/default-switch2.xml rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/default-switch2.xml diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/default.xml b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/default.xml similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/default.xml rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/default.xml diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/eth_full_reset.sh b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/eth_full_reset.sh similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/eth_full_reset.sh rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/eth_full_reset.sh diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-2.conf b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-2.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-2.conf rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-2.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-switch2.service b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-switch2.service similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-switch2.service rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105-switch2.service diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.conf b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.conf rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.service b/meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.service similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.service rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/sja1105-tool/sja1105-tool/sja1105.service diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.1.netdev b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.1.netdev similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.1.netdev rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.1.netdev diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.1.network b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.1.network similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.1.network rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.1.network diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.2.netdev b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.2.netdev similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.2.netdev rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.2.netdev diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.2.network b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.2.network similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.2.network rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.2.network diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.network b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.network similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/cetibox/eth0.network rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/files/cetibox/eth0.network diff --git a/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/xen-network.bbappend b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/xen-network.bbappend new file mode 100644 index 00000000..95a030b7 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/xen-network.bbappend @@ -0,0 +1,4 @@ +RDEPENDS_${PN}_remove = " \ + kernel-module-xt-masquerade \ +" + diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/systemd_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/xen-network_%.bbappend similarity index 90% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/systemd_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/xen-network_%.bbappend index e23c3191..7fde6bdd 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/systemd_%.bbappend +++ b/meta-xt-prod-aos-driver-domain/recipes-connectivity/xen-network/xen-network_%.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI_append = " \ +SRC_URI_cetibox_append = " \ file://ip_forward.conf \ file://eth0.network \ " @@ -12,6 +12,10 @@ SRC_URI_append_cetibox = " \ file://eth0.2.network \ " +RDEPENDS_${PN}_cetibox_remove = " \ + kernel-module-xt-masquerade \ +" + FILES_${PN} += "${sysconfdir}/systemd/network/*" PACKAGECONFIG_append = " networkd" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/base-files/base-files_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/base-files/base-files_%.bbappend similarity index 69% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/base-files/base-files_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/base-files/base-files_%.bbappend index d362e9ea..88e1f874 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/base-files/base-files_%.bbappend +++ b/meta-xt-prod-aos-driver-domain/recipes-core/base-files/base-files_%.bbappend @@ -1,10 +1,9 @@ -require inc/xt_shared_env.inc # Append domain name hostname .= "-domd" do_install_append () { - sed -i '/PATH="/a PATH="$PATH:${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}"' ${D}${sysconfdir}/profile + sed -i '/PATH="/a PATH="$PATH:${libdir}/xen/scripts}"' ${D}${sysconfdir}/profile echo "if [[ -z \${SSH_CONNECTION} ]] ; then" >> ${D}${sysconfdir}/profile echo " shopt -s checkwinsize" >> ${D}${sysconfdir}/profile echo " resize 1> /dev/null" >> ${D}${sysconfdir}/profile diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/dbus/dbus-cxx_0.10.0.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/dbus/dbus-cxx_0.10.0.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/dbus/dbus-cxx_0.10.0.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/dbus/dbus-cxx_0.10.0.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/images/core-image-minimal.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/images/core-image-minimal.bbappend similarity index 85% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/images/core-image-minimal.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/images/core-image-minimal.bbappend index 0fefae14..1e0bfeaf 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/images/core-image-minimal.bbappend +++ b/meta-xt-prod-aos-driver-domain/recipes-core/images/core-image-minimal.bbappend @@ -1,9 +1,6 @@ -require inc/xt_shared_env.inc IMAGE_INSTALL_append = " \ - packagegroup-xt-core-guest-addons \ - packagegroup-xt-core-xen \ - packagegroup-xt-core-network \ + xen-network \ kernel-modules \ optee-os \ libxenbe \ @@ -56,6 +53,7 @@ IMAGE_INSTALL_remove = " \ optee-client \ libx11-locale \ dhcp-client \ + nftables \ " # Use only provided proprietary graphic modules @@ -93,11 +91,11 @@ IMAGE_FEATURES_append = " read-only-rootfs" # Vars -SHARED_ROOTFS_DIR = "${XT_DIR_ABS_SHARED_ROOTFS_DOMD}/${IMAGE_BASENAME}" +#SHARED_ROOTFS_DIR = "${XT_DIR_ABS_SHARED_ROOTFS_DOMD}/${IMAGE_BASENAME}" # Dependencies -create_shared_links[dirs] = "${SHARED_ROOTFS_DIR}" +#create_shared_links[dirs] = "${SHARED_ROOTFS_DIR}" # Tasks @@ -116,9 +114,9 @@ set_image_version() { # We need to have shared resources in work-shared dir for the layer and update functionality # Creating symlink IMAGE_ROOTFS to work-shared to get an access to them by # layers and update -create_shared_links() { - if [ -d ${IMAGE_ROOTFS} ]; then - rm -rf ${SHARED_ROOTFS_DIR} - lnr ${IMAGE_ROOTFS} ${SHARED_ROOTFS_DIR} - fi -} +#create_shared_links() { +# if [ -d ${IMAGE_ROOTFS} ]; then +# rm -rf ${SHARED_ROOTFS_DIR} +# lnr ${IMAGE_ROOTFS} ${SHARED_ROOTFS_DIR} +# fi +#} diff --git a/meta-xt-prod-aos-driver-domain/recipes-core/images/core-image-tiny-initramfs.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/images/core-image-tiny-initramfs.bbappend new file mode 100644 index 00000000..63f9df3c --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-core/images/core-image-tiny-initramfs.bbappend @@ -0,0 +1,14 @@ +VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" + +PACKAGE_INSTALL = "initramfs-framework-base busybox" + +# Do not pollute the initrd image with rootfs features +IMAGE_FEATURES = "" + +export IMAGE_BASENAME = "core-image-tiny-initramfs" + +COMPATIBLE_HOST= "aarch64.*-linux" + +#DEPLOYDIR = "${XT_DIR_ABS_SHARED_INITRAMFS_DOMD}" +IMAGE_LINK_NAME = "uInitramfs.cpio.gz" + diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework/finish b/meta-xt-prod-aos-driver-domain/recipes-core/initrdscripts/initramfs-framework/finish similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework/finish rename to meta-xt-prod-aos-driver-domain/recipes-core/initrdscripts/initramfs-framework/finish diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initscripts/files/volatiles b/meta-xt-prod-aos-driver-domain/recipes-core/initscripts/files/volatiles similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initscripts/files/volatiles rename to meta-xt-prod-aos-driver-domain/recipes-core/initscripts/files/volatiles diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initscripts/initscripts_1.0.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/initscripts/initscripts_1.0.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/initscripts/initscripts_1.0.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/initscripts/initscripts_1.0.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/logrotate/files/messages b/meta-xt-prod-aos-driver-domain/recipes-core/logrotate/files/messages similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/logrotate/files/messages rename to meta-xt-prod-aos-driver-domain/recipes-core/logrotate/files/messages diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/logrotate/files/xen b/meta-xt-prod-aos-driver-domain/recipes-core/logrotate/files/xen similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/logrotate/files/xen rename to meta-xt-prod-aos-driver-domain/recipes-core/logrotate/files/xen diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/logrotate/logrotate_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/logrotate/logrotate_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/logrotate/logrotate_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/logrotate/logrotate_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-guest-addons.bb b/meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-guest-addons.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-guest-addons.bb rename to meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-guest-addons.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-network.bb b/meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-network.bb similarity index 69% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-network.bb rename to meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-network.bb index 9cac0d0c..0cee4f12 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-network.bb +++ b/meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-network.bb @@ -5,8 +5,7 @@ LICENSE = "MIT" inherit packagegroup RDEPENDS_packagegroup-xt-core-network = "\ - guest-addons-bridge-up-notification-service \ - guest-addons-bridge-config \ + xen-network \ dnsmasq \ nftables \ ntpdate-systemd \ diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-pv.bb b/meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-pv.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-pv.bb rename to meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-pv.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-xen.bb b/meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-xen.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/packagegroups/packagegroup-xt-core-xen.bb rename to meta-xt-prod-aos-driver-domain/recipes-core/packagegroups/packagegroup-xt-core-xen.bb diff --git a/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.1.netdev b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.1.netdev new file mode 100644 index 00000000..6c9acf2a --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.1.netdev @@ -0,0 +1,6 @@ +[NetDev] +Name=eth0.1 +Kind=vlan + +[VLAN] +Id=1 diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/xenbr0.network b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.1.network similarity index 50% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/xenbr0.network rename to meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.1.network index 035916f3..d837a19b 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/xenbr0.network +++ b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.1.network @@ -1,6 +1,6 @@ [Match] -Name=xenbr0 +Name=eth0.1 [Network] -Address=192.168.0.1/24 +DHCP=yes IPMasquerade=yes diff --git a/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.2.netdev b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.2.netdev new file mode 100644 index 00000000..843f5409 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.2.netdev @@ -0,0 +1,6 @@ +[NetDev] +Name=eth0.2 +Kind=vlan + +[VLAN] +Id=2 diff --git a/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.2.network b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.2.network new file mode 100644 index 00000000..d59b6479 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.2.network @@ -0,0 +1,6 @@ +[Match] +Name=eth0.2 + +[Network] +Address=10.0.0.1/24 +IPMasquerade=yes diff --git a/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.network b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.network new file mode 100644 index 00000000..16afd606 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/cetibox/eth0.network @@ -0,0 +1,10 @@ +[Match] +Name=eth0 +KernelCommandLine=!nfsroot + +[Network] +VLAN=eth0.1 +VLAN=eth0.2 + +[Link] +MACAddress=02:01:02:03:04:08 diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/files/eth0.network b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/eth0.network similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/systemd/files/eth0.network rename to meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/eth0.network diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/ip_forward.conf b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/ip_forward.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/files/ip_forward.conf rename to meta-xt-prod-aos-driver-domain/recipes-core/systemd/files/ip_forward.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/systemd-conf.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/systemd/systemd-conf.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/systemd/systemd-conf.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/systemd/systemd-conf.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/util-linux/util-linux_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/util-linux/util-linux_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/util-linux/util-linux_%.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/volatile-binds/volatile-binds.bbappend b/meta-xt-prod-aos-driver-domain/recipes-core/volatile-binds/volatile-binds.bbappend similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-core/volatile-binds/volatile-binds.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-core/volatile-binds/volatile-binds.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0001-allow-CC-and-CXX-to-have-multiple-words.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0001-allow-CC-and-CXX-to-have-multiple-words.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0001-allow-CC-and-CXX-to-have-multiple-words.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0001-allow-CC-and-CXX-to-have-multiple-words.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0004-ld-add-soname-to-shareable-objects.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0004-ld-add-soname-to-shareable-objects.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0004-ld-add-soname-to-shareable-objects.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0004-ld-add-soname-to-shareable-objects.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0006-cmd-dist-separate-host-and-target-builds.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0006-cmd-dist-separate-host-and-target-builds.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0006-cmd-dist-separate-host-and-target-builds.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0006-cmd-dist-separate-host-and-target-builds.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0007-cmd-go-make-GOROOT-precious-by-default.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0007-cmd-go-make-GOROOT-precious-by-default.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0007-cmd-go-make-GOROOT-precious-by-default.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0007-cmd-go-make-GOROOT-precious-by-default.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0008-use-GOBUILDMODE-to-set-buildmode.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0008-use-GOBUILDMODE-to-set-buildmode.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0008-use-GOBUILDMODE-to-set-buildmode.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0008-use-GOBUILDMODE-to-set-buildmode.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0009-ld-replace-glibc-dynamic-linker-with-musl.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0009-ld-replace-glibc-dynamic-linker-with-musl.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0009-ld-replace-glibc-dynamic-linker-with-musl.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0009-ld-replace-glibc-dynamic-linker-with-musl.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-1.14/0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-1.14/0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-common.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-common.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-common.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-common.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross-canadian.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross-canadian.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross-canadian.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross-canadian.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross-canadian_1.14.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross-canadian_1.14.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross-canadian_1.14.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross-canadian_1.14.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross_1.14.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross_1.14.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-cross_1.14.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-cross_1.14.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-crosssdk.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-crosssdk.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-crosssdk.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-crosssdk.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-crosssdk_1.14.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-crosssdk_1.14.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-crosssdk_1.14.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-crosssdk_1.14.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep/0001-Add-support-for-mips-mips64.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep/0001-Add-support-for-mips-mips64.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep/0001-Add-support-for-mips-mips64.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep/0001-Add-support-for-mips-mips64.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep/0001-Update-sys-module-to-latest.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep/0001-Update-sys-module-to-latest.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep/0001-Update-sys-module-to-latest.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep/0001-Update-sys-module-to-latest.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep/0001-bolt_riscv64-Add-support-for-riscv64.patch b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep/0001-bolt_riscv64-Add-support-for-riscv64.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep/0001-bolt_riscv64-Add-support-for-riscv64.patch rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep/0001-bolt_riscv64-Add-support-for-riscv64.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep_0.5.4.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep_0.5.4.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-dep_0.5.4.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-dep_0.5.4.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-native.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-native.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-native.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-native.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-native_1.14.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-native_1.14.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-native_1.14.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-native_1.14.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-runtime.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-runtime.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-runtime.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-runtime.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-runtime_1.14.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-runtime_1.14.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-runtime_1.14.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-runtime_1.14.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-target.inc b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-target.inc similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go-target.inc rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go-target.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go_1.14.bb b/meta-xt-prod-aos-driver-domain/recipes-devtools/go/go_1.14.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/go/go_1.14.bb rename to meta-xt-prod-aos-driver-domain/recipes-devtools/go/go_1.14.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/m4/m4_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-devtools/m4/m4_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-devtools/m4/m4_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-devtools/m4/m4_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/dev86/dev86_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-extended/dev86/dev86_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/dev86/dev86_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-extended/dev86/dev86_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/files/0001-Make-GSX-IMG-coproc-default.patch b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/files/0001-Make-GSX-IMG-coproc-default.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/files/0001-Make-GSX-IMG-coproc-default.patch rename to meta-xt-prod-aos-driver-domain/recipes-extended/xen/files/0001-Make-GSX-IMG-coproc-default.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/files/0001-ipmmu-vmsa-Disable-CONFIG_RCAR_IPMMU_PGT_IS_SHARED.patch b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/files/0001-ipmmu-vmsa-Disable-CONFIG_RCAR_IPMMU_PGT_IS_SHARED.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/files/0001-ipmmu-vmsa-Disable-CONFIG_RCAR_IPMMU_PGT_IS_SHARED.patch rename to meta-xt-prod-aos-driver-domain/recipes-extended/xen/files/0001-ipmmu-vmsa-Disable-CONFIG_RCAR_IPMMU_PGT_IS_SHARED.patch diff --git a/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-4.12-rocko.inc b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-4.12-rocko.inc new file mode 100644 index 00000000..ed9c0550 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-4.12-rocko.inc @@ -0,0 +1,25 @@ +require xen-common.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" + +XEN_REL = "4.12" +PV = "${XEN_REL}.0+git${SRCPV}" +SRCREV = "${AUTOREV}" + +FILES_${PN}-libfsimage = "${libdir}/libxenfsimage.so.*" + +FILES_${PN}-libfsimage-dev = " \ + ${libdir}/libxenfsimage.so \ + ${datadir}/pkgconfig/fsimage.pc \ + " + +FILES_${PN}-fsimage = "${libdir}/xenfsimage/*/fsimage.so" + +FILES_${PN}-misc_append = "\ + ${libdir}/xen/bin/depriv-fd-checker \ + " + +FILES_${PN}-xenmon = "\ + ${sbindir}/xenbaked \ + ${sbindir}/xentrace_setmask \ + ${sbindir}/xenmon \ + " diff --git a/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-common.inc b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-common.inc new file mode 100644 index 00000000..a3ae3dee --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-common.inc @@ -0,0 +1,81 @@ +DEPENDS += "u-boot-mkimage-native systemd" + +PACKAGECONFIG ?= " \ + xsm \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ + ${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'hvm', '', d)} \ + " + +EXTRA_OEMAKE += " CONFIG_HAS_SCIF=y CONFIG_QEMU_XEN=n" + +RDEPENDS_${PN}-base += "\ + ${PN}-livepatch \ + " + +RDEPENDS_${PN}-base_remove += " \ + ${PN}-blktap \ + ${PN}-libblktapctl \ + ${PN}-libvhd \ + " + +RRECOMMENDS_${PN}-base += " \ + ${PN}-blktap \ + ${PN}-libblktapctl \ + ${PN}-libvhd \ + " + +FILES_${PN}-hypervisor += "\ + /usr/lib/debug/xen-syms-* \ + " + +FILES_${PN}-scripts-block += " \ + ${sysconfdir}/xen/scripts/block-dummy \ + " + +FILES_${PN}-scripts-network += " \ + ${sysconfdir}/xen/scripts/colo-proxy-setup \ + " + +FILES_${PN}-staticdev += "\ + ${exec_prefix}/lib64/libxenstore.a \ + ${exec_prefix}/lib64/libxenvchan.a \ + " + +FILES_${PN}-xencommons += " \ + ${systemd_unitdir}/system/xendriverdomain.service \ + ${sysconfdir}/xen/scripts/launch-xenstore \ + " + +FILES_${PN}-xencommons_remove += " \ + ${systemd_unitdir}/system/xenstored.socket \ + ${systemd_unitdir}/system/xenstored_ro.socket \ + " + +FILES_${PN}-libxendevicemodel = "${libdir}/libxendevicemodel.so.*" +FILES_${PN}-libxendevicemodel-dev = "${libdir}/libxendevicemodel.so" + +FILES_${PN}-pkgconfig = "\ + ${datadir}/pkgconfig \ + " + +PACKAGES_append = "\ + ${PN}-pkgconfig \ +" + +SYSTEMD_SERVICE_${PN}-xencommons += " \ + xendriverdomain.service \ + " + +SYSTEMD_SERVICE_${PN}-xencommons_remove += " \ + xenstored.socket \ + xenstored_ro.socket \ + " + +RDEPENDS_${PN}-efi = " \ + bash \ + python \ + " + +FILES_${PN}-misc_append = "\ + ${sbindir}/xen-diag \ + " diff --git a/recipes-domx/meta-xt-prod-domx/inc/xen-version.inc b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-version.inc similarity index 100% rename from recipes-domx/meta-xt-prod-domx/inc/xen-version.inc rename to meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen-version.inc diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/xen_git.bbappend b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen_git.bbappend similarity index 85% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/xen_git.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen_git.bbappend index a0fb9e3d..a63187b0 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/xen/xen_git.bbappend +++ b/meta-xt-prod-aos-driver-domain/recipes-extended/xen/xen_git.bbappend @@ -1,9 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -################################################################################ -# Following inc file defines XEN version for the product and its SRC_URI -################################################################################ -require inc/xen-version.inc +require xen-version.inc ################################################################################ # Renesas R-Car diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/images/core-image-weston.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/images/core-image-weston.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/images/core-image-weston.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/images/core-image-weston.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/mesa/mesa_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/mesa/mesa_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/mesa/mesa_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/rcar-proprietary-graphic/prepare-graphic-package.bb b/meta-xt-prod-aos-driver-domain/recipes-graphics/rcar-proprietary-graphic/prepare-graphic-package.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/rcar-proprietary-graphic/prepare-graphic-package.bb rename to meta-xt-prod-aos-driver-domain/recipes-graphics/rcar-proprietary-graphic/prepare-graphic-package.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/rcar-proprietary-graphic/rcar-proprietary-graphic.bb b/meta-xt-prod-aos-driver-domain/recipes-graphics/rcar-proprietary-graphic/rcar-proprietary-graphic.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/rcar-proprietary-graphic/rcar-proprietary-graphic.bb rename to meta-xt-prod-aos-driver-domain/recipes-graphics/rcar-proprietary-graphic/rcar-proprietary-graphic.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb similarity index 91% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb index 581cc5b1..c3bc25c3 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb +++ b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1f1a56bb2dadf5f2be8eb342acf4ed79" SRCREV = "c9001582b10ce209c37b42dd560947c5aa8928b3" -SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=http \ +SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https \ " S = "${WORKDIR}/git" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bb b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bb rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bb diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-ivi-extension_2.2.0_weston-5.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-kms_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-kms_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/wayland-kms_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/wayland-kms_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston-conf.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston-conf.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston-conf.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston-conf.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston-init.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston-init.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston-init.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston-init.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/0001-v4l2-renderer-Release-dma-buf-when-attaching-null-bu.patch b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/0001-v4l2-renderer-Release-dma-buf-when-attaching-null-bu.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/0001-v4l2-renderer-Release-dma-buf-when-attaching-null-bu.patch rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/0001-v4l2-renderer-Release-dma-buf-when-attaching-null-bu.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/add_screen_remove_layer_API.patch b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/add_screen_remove_layer_API.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/add_screen_remove_layer_API.patch rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/add_screen_remove_layer_API.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/weston-seats-kf.rules b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/weston-seats-kf.rules similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/weston-seats-kf.rules rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/weston-seats-kf.rules diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/weston-seats.rules b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/weston-seats.rules similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston/weston-seats.rules rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston/weston-seats.rules diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-graphics/wayland/weston_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-graphics/wayland/weston_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-mmngr/kernel-module-mmngr.bbappend b/meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-mmngr/kernel-module-mmngr.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-mmngr/kernel-module-mmngr.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-mmngr/kernel-module-mmngr.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/Makefile b/meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/Makefile similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/Makefile rename to meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/Makefile diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/sja1105.h b/meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/sja1105.h similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/sja1105.h rename to meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/sja1105.h diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/sja1105_spi.rules b/meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/sja1105_spi.rules similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/sja1105_spi.rules rename to meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/sja1105_spi.rules diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/switch-spi.c b/meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/switch-spi.c similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/files/switch-spi.c rename to meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/files/switch-spi.c diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/kernel-module-sja1105-spi.bb b/meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/kernel-module-sja1105-spi.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/kernel-module-sja1105-spi/kernel-module-sja1105-spi.bb rename to meta-xt-prod-aos-driver-domain/recipes-kernel/kernel-module-sja1105-spi/kernel-module-sja1105-spi.bb diff --git a/meta-xt-prod-aos-driver-domain/recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend new file mode 100644 index 00000000..3a9e97e5 --- /dev/null +++ b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend @@ -0,0 +1,5 @@ +RENESAS_BSP_URL_cetibox = "git://github.com/xen-troops/linux.git;protocol=https" +#SRC_URI = "git://github.com/xen-troops/linux.git;protocol=https" +BRANCH_cetibox = "master" +SRCREV_cetibox = "${AUTOREV}" +LINUX_VERSION = "4.14.75" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/0001-r8a7795-6-65-.dtsi-Add-multichannel-audio-ranges-tha.patch b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/0001-r8a7795-6-65-.dtsi-Add-multichannel-audio-ranges-tha.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/0001-r8a7795-6-65-.dtsi-Add-multichannel-audio-ranges-tha.patch rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/0001-r8a7795-6-65-.dtsi-Add-multichannel-audio-ranges-tha.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/0001-r8a7795-cetibox-h3ulcb-gweb-v2.dts-Remove-dvfs-node.patch b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/0001-r8a7795-cetibox-h3ulcb-gweb-v2.dts-Remove-dvfs-node.patch similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/0001-r8a7795-cetibox-h3ulcb-gweb-v2.dts-Remove-dvfs-node.patch rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/0001-r8a7795-cetibox-h3ulcb-gweb-v2.dts-Remove-dvfs-node.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/cetibox/defconfig b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/cetibox/defconfig similarity index 99% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/cetibox/defconfig rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/cetibox/defconfig index befa1781..322f1060 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/cetibox/defconfig +++ b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/cetibox/defconfig @@ -937,7 +937,7 @@ CONFIG_NF_CONNTRACK_IPV4=m CONFIG_NF_LOG_IPV4=m CONFIG_NF_REJECT_IPV4=m CONFIG_NF_NAT_IPV4=m -CONFIG_NF_NAT_MASQUERADE_IPV4=m +CONFIG_NF_NAT_MASQUERADE_IPV4=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_H323 is not set CONFIG_IP_NF_IPTABLES=m @@ -949,7 +949,7 @@ CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m # CONFIG_IP_NF_TARGET_SYNPROXY is not set CONFIG_IP_NF_NAT=m -CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_MASQUERADE=y # CONFIG_IP_NF_TARGET_NETMAP is not set # CONFIG_IP_NF_TARGET_REDIRECT is not set CONFIG_IP_NF_MANGLE=m @@ -970,7 +970,7 @@ CONFIG_NF_CONNTRACK_IPV6=m CONFIG_NF_REJECT_IPV6=m CONFIG_NF_LOG_IPV6=m CONFIG_NF_NAT_IPV6=m -CONFIG_NF_NAT_MASQUERADE_IPV6=m +CONFIG_NF_NAT_MASQUERADE_IPV6=y CONFIG_IP6_NF_IPTABLES=m # CONFIG_IP6_NF_MATCH_AH is not set # CONFIG_IP6_NF_MATCH_EUI64 is not set @@ -989,7 +989,7 @@ CONFIG_IP6_NF_MANGLE=m # CONFIG_IP6_NF_RAW is not set # CONFIG_IP6_NF_SECURITY is not set CONFIG_IP6_NF_NAT=m -CONFIG_IP6_NF_TARGET_MASQUERADE=m +CONFIG_IP6_NF_TARGET_MASQUERADE=y # CONFIG_IP6_NF_TARGET_NPT is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_IP_DCCP is not set diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/defconfig b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/defconfig similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/defconfig rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/defconfig diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-4x2g-kf-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-cetibox-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-h3ulcb-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domu.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domu.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domu.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-4x2g-domu.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-x-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-4x2g-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7795-salvator-xs-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-m3ulcb-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domu.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domu.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domu.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a7796-salvator-x-domu.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a77965-salvator-x-domu.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a77965-salvator-x-domu.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a77965-salvator-x-domu.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a77965-salvator-x-domu.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-dom0.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-dom0.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-dom0.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-dom0.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-domd.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-domd.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-domd.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/r8a77965-salvator-xs-domd.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/salvator-generic-doma.dts b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/salvator-generic-doma.dts similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/salvator-generic-doma.dts rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/salvator-generic-doma.dts diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/xen-chosen.dtsi b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/xen-chosen.dtsi similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas/xen-chosen.dtsi rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas/xen-chosen.dtsi diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas_%.bbappend similarity index 97% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas_%.bbappend index d2b07da6..4e648cf4 100644 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-xt-prod-aos-driver-domain/recipes-kernel/linux/linux-renesas_%.bbappend @@ -1,15 +1,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend_cetibox := "${THISDIR}/${PN}/cetibox:" -require inc/xt_shared_env.inc - -RENESAS_BSP_URL = "git://github.com/xen-troops/linux.git" - -BRANCH = "master" +RENESAS_BSP_URL_cetibox = "git://github.com/xen-troops/linux.git;protocol=https;" +#"master" BRANCH_cetibox = "v4.14/rcar-3.7-ctc" -SRCREV = "${AUTOREV}" -LINUX_VERSION = "4.14.75" -SRC_URI_append = " \ +SRCREV_cetibox = "${AUTOREV}" +LINUX_VERSION_cetibox = "4.14.75" + +SRC_URI_append_cetibox = " \ file://defconfig \ " @@ -22,8 +20,6 @@ KERNEL_DEVICETREE_append_rcar = " \ renesas/salvator-generic-doma.dtb \ " -DEPLOYDIR="${XT_DIR_ABS_SHARED_BOOT_DOMD}" - ############################################################################## # Salvator-X H3 ES3.0 4x2G ############################################################################### diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/daemon.conf b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/daemon.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/daemon.conf rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/daemon.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/hifi b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/hifi similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/hifi rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/hifi diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio-bluetooth.conf b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio-bluetooth.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio-bluetooth.conf rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio-bluetooth.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio-ofono.conf b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio-ofono.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio-ofono.conf rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio-ofono.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio.service b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio.service similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio.service rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio.service diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio.socket b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio.socket similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/pulseaudio.socket rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/pulseaudio.socket diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/rsnddai0ak4613h.conf b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/rsnddai0ak4613h.conf similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/rsnddai0ak4613h.conf rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/rsnddai0ak4613h.conf diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/system.pa b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/system.pa similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/system.pa rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/system.pa diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/system_h3ulcb-4x2g-kf-xt.pa b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/system_h3ulcb-4x2g-kf-xt.pa similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/files/system_h3ulcb-4x2g-kf-xt.pa rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/files/system_h3ulcb-4x2g-kf-xt.pa diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0001-ta-pkcs11-Add-RSA-key-pair-generation-support.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0002-ta-pkcs11-Add-support-for-RSA-signing-verification.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0003-ta-pkcs11-Add-support-for-RSA-PSS-signing-verificati.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0004-ta-pkcs11-Add-support-for-RSA-OAEP-encryption-decryp.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0005-wip-fix-rsa-public-key-import.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0006-ta-pkcs11-Add-certificate-object-support.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0007-wip-ecdh.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0007-wip-ecdh.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0007-wip-ecdh.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0007-wip-ecdh.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0008-wip-checkpatch.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0008-wip-checkpatch.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0008-wip-checkpatch.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0008-wip-checkpatch.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0009-ta-pkcs11-Add-support-to-generate-optional-attribute.patch diff --git a/recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch similarity index 100% rename from recipes-domu/domu-image-fusion/files/meta-xt-prod-extra/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os/0010-wip-key-size-check-for-rsa-pss.patch diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os_git.bbappend b/meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os_git.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-security/optee/optee-os_git.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-security/optee/optee-os_git.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/imagemagick/imagemagick_6.9.2.bbappend b/meta-xt-prod-aos-driver-domain/recipes-support/imagemagick/imagemagick_6.9.2.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/imagemagick/imagemagick_6.9.2.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-support/imagemagick/imagemagick_6.9.2.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/ntp/ntp/ntpdate.default b/meta-xt-prod-aos-driver-domain/recipes-support/ntp/ntp/ntpdate.default similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/ntp/ntp/ntpdate.default rename to meta-xt-prod-aos-driver-domain/recipes-support/ntp/ntp/ntpdate.default diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/ntp/ntp/ntpdate.service b/meta-xt-prod-aos-driver-domain/recipes-support/ntp/ntp/ntpdate.service similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/ntp/ntp/ntpdate.service rename to meta-xt-prod-aos-driver-domain/recipes-support/ntp/ntp/ntpdate.service diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/ntp/ntp_%.bbappend b/meta-xt-prod-aos-driver-domain/recipes-support/ntp/ntp_%.bbappend similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/ntp/ntp_%.bbappend rename to meta-xt-prod-aos-driver-domain/recipes-support/ntp/ntp_%.bbappend diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/phytool/phytool.bb b/meta-xt-prod-aos-driver-domain/recipes-support/phytool/phytool.bb similarity index 100% rename from recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-support/phytool/phytool.bb rename to meta-xt-prod-aos-driver-domain/recipes-support/phytool/phytool.bb diff --git a/recipes-dom0/dom0-image-rescue-initramfs/dom0-image-rescue-initramfs.bbappend b/recipes-dom0/dom0-image-rescue-initramfs/dom0-image-rescue-initramfs.bbappend deleted file mode 100644 index abd1cf5c..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/dom0-image-rescue-initramfs.bbappend +++ /dev/null @@ -1,49 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -FILESEXTRAPATHS_prepend := "${THISDIR}/../../recipes-domx:" - -do_configure[depends] += "domd-image-weston:do_domd_install_machine_overrides" -do_compile[depends] += "domd-image-weston:do_${BB_DEFAULT_TASK}" - -SRC_URI = " \ - repo://github.com/xen-troops/manifests;protocol=https;branch=master;manifest=prod_devel/dom0.xml;scmdata=keep \ -" - -############################################################################### -# extra layers and files to be put after Yocto's do_unpack into inner builder -############################################################################### -# these will be populated into the inner build system on do_unpack_xt_extras -# N.B. xt_shared_env.inc MUST be listed AFTER meta-xt-prod-extra -XT_QUIRK_UNPACK_SRC_URI += " \ - file://meta-xt-prod-extra;subdir=repo \ - file://meta-xt-prod-domx;subdir=repo \ -" - -# these layers will be added to bblayers.conf on do_configure -XT_QUIRK_BB_ADD_LAYER += " \ - meta-xt-prod-extra \ - meta-xt-prod-domx \ -" - -XT_BB_LAYERS_FILE = "meta-xt-prod-extra/doc/bblayers.conf.dom0-image-rescue-initramfs" -XT_BB_LOCAL_CONF_FILE = "meta-xt-prod-extra/doc/local.conf.dom0-image-rescue-initramfs" - -XT_BB_IMAGE_TARGET = "core-image-thin-initramfs" - -add_to_local_conf() { - local local_conf="${S}/build/conf/local.conf" - - cd ${S} - - # FIXME: although we do not install Xen we still run as Xen - # domain, so serial console, used for login shell must be the - # virtual one, e.g. hvc0 - # FIXME: meta-virtualization layer will also update this - # when DISTRO_FEATURES has "xen" in it. But in our case it is not set, - # so still set up the console on our own - base_update_conf_value ${local_conf} SERIAL_CONSOLE "115200 hvc0" -} - -python do_configure_append() { - bb.build.exec_func("add_to_local_conf", d) -} - diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/conf/layer.conf b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/conf/layer.conf deleted file mode 100644 index d78edffe..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/conf/layer.conf +++ /dev/null @@ -1,10 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH =. "${LAYERDIR}:" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "meta-xt-prod-extra" -BBFILE_PATTERN_meta-xt-prod-extra := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-xt-prod-extra = "6" diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/doc/bblayers.conf.dom0-image-rescue-initramfs b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/doc/bblayers.conf.dom0-image-rescue-initramfs deleted file mode 100644 index 9a213db3..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/doc/bblayers.conf.dom0-image-rescue-initramfs +++ /dev/null @@ -1,21 +0,0 @@ -# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf -# changes incompatibly -LAYER_CONF_VERSION = "6" - -BBPATH = "${TOPDIR}" -BBFILES ?= "" - -BBLAYERS ?= " \ - ${TOPDIR}/../poky/meta \ - ${TOPDIR}/../poky/meta-poky \ - ${TOPDIR}/../poky/meta-yocto-bsp \ - ${TOPDIR}/../meta-linaro/meta-linaro-toolchain \ - ${TOPDIR}/../meta-openembedded/meta-oe \ - ${TOPDIR}/../meta-openembedded/meta-networking \ - ${TOPDIR}/../meta-openembedded/meta-python \ -" - -BBLAYERS_NON_REMOVABLE ?= " \ - ${TOPDIR}/../poky/meta \ - ${TOPDIR}/../poky/meta-poky \ -" diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/doc/local.conf.dom0-image-rescue-initramfs b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/doc/local.conf.dom0-image-rescue-initramfs deleted file mode 100644 index 6c199be0..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/doc/local.conf.dom0-image-rescue-initramfs +++ /dev/null @@ -1,217 +0,0 @@ -# -# This file is your local configuration file and is where all local user settings -# are placed. The comments in this file give some guide to the options a new user -# to the system might want to change but pretty much any configuration option can -# be set in this file. More adventurous users can look at local.conf.extended -# which contains other examples of configuration which can be placed in this file -# but new users likely won't need any of them initially. -# -# Lines starting with the '#' character are commented out and in some cases the -# default values are provided as comments to show people example syntax. Enabling -# the option is a question of removing the # character and making any change to the -# variable as required. - -# -# Machine Selection -# -# You need to select a specific machine to target the build with. There are a selection -# of emulated machines available which can boot and run in the QEMU emulator: -# -MACHINE = "generic-armv8-xt" - -# -# Where to place downloads -# -# During a first build the system will download many different source code tarballs -# from various upstream projects. This can take a while, particularly if your network -# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you -# can preserve this directory to speed up this part of subsequent builds. This directory -# is safe to share between multiple builds on the same machine too. -# -# The default is a downloads directory under TOPDIR which is the build directory. -# -#DL_DIR ?= "${TOPDIR}/downloads" - -# -# Where to place shared-state files -# -# BitBake has the capability to accelerate builds based on previously built output. -# This is done using "shared state" files which can be thought of as cache objects -# and this option determines where those files are placed. -# -# You can wipe out TMPDIR leaving this directory intact and the build would regenerate -# from these files if no changes were made to the configuration. If changes were made -# to the configuration, only shared state files where the state was still valid would -# be used (done using checksums). -# -# The default is a sstate-cache directory under TOPDIR. -# -#SSTATE_DIR ?= "${TOPDIR}/sstate-cache" - -# -# Where to place the build output -# -# This option specifies where the bulk of the building work should be done and -# where BitBake should place its temporary files and output. Keep in mind that -# this includes the extraction and compilation of many applications and the toolchain -# which can use Gigabytes of hard disk space. -# -# The default is a tmp directory under TOPDIR. -# -#TMPDIR = "${TOPDIR}/tmp" - -# -# Default policy config -# -# The distribution setting controls which policy settings are used as defaults. -# The default value is fine for general Yocto project use, at least initially. -# Ultimately when creating custom policy, people will likely end up subclassing -# these defaults. -# -DISTRO ?= "poky" -# As an example of a subclass there is a "bleeding" edge policy configuration -# where many versions are set to the absolute latest code from the upstream -# source control systems. This is just mentioned here as an example, its not -# useful to most new users. -# DISTRO ?= "poky-bleeding" - -# -# Package Management configuration -# -# This variable lists which packaging formats to enable. Multiple package backends -# can be enabled at once and the first item listed in the variable will be used -# to generate the root filesystems. -# Options are: -# - 'package_deb' for debian style deb files -# - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) -# - 'package_rpm' for rpm style packages -# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" -# We default to rpm: -PACKAGE_CLASSES ?= "package_rpm" - -# -# SDK target architecture -# -# This variable specifies the architecture to build SDK items for and means -# you can build the SDK packages for architectures other than the machine you are -# running the build on (i.e. building i686 packages on an x86_64 host). -# Supported values are i686 and x86_64 -#SDKMACHINE ?= "i686" - -# -# Extra image configuration defaults -# -# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated -# images. Some of these options are added to certain image types automatically. The -# variable can contain the following options: -# "dbg-pkgs" - add -dbg packages for all installed packages -# (adds symbol information for debugging/profiling) -# "dev-pkgs" - add -dev packages for all installed packages -# (useful if you want to develop against libs in the image) -# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages -# (useful if you want to run the package test suites) -# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) -# "tools-debug" - add debugging tools (gdb, strace) -# "eclipse-debug" - add Eclipse remote debugging support -# "tools-profile" - add profiling tools (oprofile, lttng, valgrind) -# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) -# "debug-tweaks" - make an image suitable for development -# e.g. ssh root access has a blank password -# There are other application targets that can be used here too, see -# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. -# We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES ?= "debug-tweaks" - -# -# Additional image features -# -# The following is a list of additional classes to use when building images which -# enable extra features. Some available options which can be included in this variable -# are: -# - 'buildstats' collect build statistics -# - 'image-mklibs' to reduce shared library files size for an image -# - 'image-prelink' in order to prelink the filesystem image -# - 'image-swab' to perform host system intrusion detection -# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink -# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended -USER_CLASSES ?= "buildstats image-mklibs image-prelink" - -# -# Runtime testing of images -# -# The build system can test booting virtual machine images under qemu (an emulator) -# after any root filesystems are created and run tests against those images. To -# enable this uncomment this line. See classes/testimage(-auto).bbclass for -# further details. -#TEST_IMAGE = "1" -# -# Interactive shell configuration -# -# Under certain circumstances the system may need input from you and to do this it -# can launch an interactive shell. It needs to do this since the build is -# multithreaded and needs to be able to handle the case where more than one parallel -# process may require the user's attention. The default is iterate over the available -# terminal types to find one that works. -# -# Examples of the occasions this may happen are when resolving patches which cannot -# be applied, to use the devshell or the kernel menuconfig -# -# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none -# Note: currently, Konsole support only works for KDE 3.x due to the way -# newer Konsole versions behave -#OE_TERMINAL = "auto" -# By default disable interactive patch resolution (tasks will just fail instead): -PATCHRESOLVE = "noop" - -# -# Disk Space Monitoring during the build -# -# Monitor the disk space during the build. If there is less that 1GB of space or less -# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully -# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort -# of the build. The reason for this is that running completely out of space can corrupt -# files and damages the build in ways which may not be easily recoverable. -# It's necesary to monitor /tmp, if there is no space left the build will fail -# with very exotic errors. -BB_DISKMON_DIRS = "\ - STOPTASKS,${TMPDIR},1G,100K \ - STOPTASKS,${DL_DIR},1G,100K \ - STOPTASKS,${SSTATE_DIR},1G,100K \ - STOPTASKS,/tmp,100M,100K \ - ABORT,${TMPDIR},100M,1K \ - ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K \ - ABORT,/tmp,10M,1K" - -# -# Shared-state files from other locations -# -# As mentioned above, shared state files are prebuilt cache data objects which can -# used to accelerate build time. This variable can be used to configure the system -# to search other mirror locations for these objects before it builds the data itself. -# -# This can be a filesystem directory, or a remote url such as http or ftp. These -# would contain the sstate-cache results from previous builds (possibly from other -# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the -# cache locations to check for the shared objects. -# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH -# at the end as shown in the examples below. This will be substituted with the -# correct path within the directory structure. -#SSTATE_MIRRORS ?= "\ -#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ -#file://.* file:///some/local/dir/sstate/PATH" - -# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to -# track the version of this file when it was generated. This can safely be ignored if -# this doesn't mean anything to you. -CONF_VERSION = "1" - -DEPLOY_DIR = "${TMPDIR}/deploy" -IMAGE_ROOTFS = "${TMPDIR}/rootfs" -XT_SHARED_ROOTFS_DIR = "${IMAGE_ROOTFS}/shared_rootfs" - -DISTRO_FEATURES_DEFAULT = "" -DISTRO_FEATURES_remove = "opengl ptest wayland pulseaudio bluez5 x11" - -include ${@d.getVar('XT_SHARED_ROOTFS_DIR', True) or ''}/local.conf.domd_machine.inc - diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-rescue-initramfs.wks b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-rescue-initramfs.wks deleted file mode 100644 index 9bf9da82..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-rescue-initramfs.wks +++ /dev/null @@ -1 +0,0 @@ -part /boot --source bootimg-partition --fstype=ext4 --label boot --active --align 1 --size 64 diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-thin-initramfs.bbappend b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-thin-initramfs.bbappend deleted file mode 100644 index f1c0b8fa..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-core/images/core-image-thin-initramfs.bbappend +++ /dev/null @@ -1,57 +0,0 @@ -IMAGE_INSTALL_append = " \ - parted \ - dpkg \ - rpm \ - opkg \ - wget \ - vim \ - e2fsprogs \ - dosfstools \ - bash \ - rsync \ -" - -IMAGE_ROOTFS_SIZE = "65535" - -DEPENDS += "u-boot-mkimage-native parted-native" - -addtask generate_uboot_image after do_image_cpio before do_image_wic - -do_generate_uboot_image() { - ${STAGING_BINDIR_NATIVE}/uboot-mkimage -A arm64 -O linux -T ramdisk -C gzip -n "uInitramfs" \ - -d ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.cpio.gz ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cpio.gz.uInitramfs - ln -sfr ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cpio.gz.uInitramfs ${DEPLOY_DIR_IMAGE}/uInitramfs -} - -############################################################################### -# SD card image creation -############################################################################### - -WKS_SEARCH_PATH := "${THISDIR}:${WKS_SEARCH_PATH}" - -IMAGE_FSTYPES_append = " wic" - -WKS_FILE = "core-image-rescue-initramfs.wks" - -IMAGE_BOOT_FILES = "\ - Image;boot/Image \ - uInitramfs;boot/uInitramfs \ - dom0.dtb;boot/dom0.dtb \ - xenpolicy;boot/xenpolicy \ - xen-uImage;boot/xen-uImage \ -" - -addtask copy_xen_images after do_image_cpio before do_image_wic - -do_copy_xen_images() { - # find Xen components which are part of DomD build in its deploy dir - domd_name=`ls ${DEPLOY_DIR}/.. | grep domd` - domd_root="${DEPLOY_DIR}/../${domd_name}" - - xenpolicy=`find $domd_root -name xenpolicy` - xenuImage=`find $domd_root -name xen-uImage` - - cp -fL "${xenpolicy}" ${DEPLOY_DIR_IMAGE} - cp -fL "${xenuImage}" ${DEPLOY_DIR_IMAGE} -} - diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend deleted file mode 100644 index bf962383..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8.bbappend +++ /dev/null @@ -1,53 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -FILESEXTRAPATHS_prepend_cetibox := "${THISDIR}/${PN}/cetibox:" - -BRANCH = "master" - -SRCREV = "${AUTOREV}" - -SRC_URI_append = " \ - git://github.com/xen-troops/linux.git;branch=${BRANCH} \ - file://defconfig \ - " - -############################################################################### -# Salvator-X M3 -############################################################################### -SRC_URI_append_salvator-x-m3-xt = " \ - file://r8a7796-salvator-x-dom0.dts;subdir=git/arch/${ARCH}/boot/dts/renesas \ -" - -KERNEL_DEVICETREE_salvator-x-m3-xt = " \ - renesas/r8a7796-salvator-x-dom0.dtb \ -" - -############################################################################### -# cetibox -############################################################################### -SRC_URI_append_cetibox = " \ - file://r8a7795-h3ulcb-cetibox-dom0.dts;subdir=git/arch/${ARCH}/boot/dts/renesas \ - file://r8a7795-h3ulcb-cetibox-domd.dts;subdir=git/arch/${ARCH}/boot/dts/renesas \ - file://defconfig \ -" - -############################################################################### -# Salvator-X H3 -############################################################################### -SRC_URI_append_salvator-x-h3-xt = " \ - file://r8a7795-salvator-x-dom0.dts;subdir=git/arch/${ARCH}/boot/dts/renesas \ -" - -KERNEL_DEVICETREE_salvator-x-h3-xt = " \ - renesas/r8a7795-salvator-x-dom0.dtb \ -" - -do_deploy_append() { - for DTB in ${KERNEL_DEVICETREE} - do - DTB_BASE_NAME=`basename ${DTB} | awk -F "." '{print $1}'` - DTB_NAME=`echo ${KERNEL_IMAGE_SYMLINK_NAME} | sed "s/${MACHINE}/${DTB_BASE_NAME}/g"` - DTB_SYMLINK_NAME=`echo ${DTB_NAME##*-}` - ln -sfr ${DEPLOYDIR}/${DTB_NAME}.dtb ${DEPLOYDIR}/${DTB_SYMLINK_NAME}.dtb - done -} - diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig deleted file mode 100644 index 2c3b315e..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/defconfig +++ /dev/null @@ -1,5699 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.9.0 Kernel Configuration -# -CONFIG_ARM64=y -CONFIG_64BIT=y -CONFIG_ARCH_PHYS_ADDR_T_64BIT=y -CONFIG_MMU=y -CONFIG_DEBUG_RODATA=y -CONFIG_ARM64_PAGE_SHIFT=12 -CONFIG_ARM64_CONT_SHIFT=4 -CONFIG_ARCH_MMAP_RND_BITS_MIN=18 -CONFIG_ARCH_MMAP_RND_BITS_MAX=33 -CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11 -CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 -CONFIG_STACKTRACE_SUPPORT=y -CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 -CONFIG_LOCKDEP_SUPPORT=y -CONFIG_TRACE_IRQFLAGS_SUPPORT=y -CONFIG_RWSEM_XCHGADD_ALGORITHM=y -CONFIG_GENERIC_BUG=y -CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y -CONFIG_GENERIC_HWEIGHT=y -CONFIG_GENERIC_CSUM=y -CONFIG_GENERIC_CALIBRATE_DELAY=y -CONFIG_ZONE_DMA=y -CONFIG_HAVE_GENERIC_RCU_GUP=y -CONFIG_ARCH_DMA_ADDR_T_64BIT=y -CONFIG_NEED_DMA_MAP_STATE=y -CONFIG_NEED_SG_DMA_LENGTH=y -CONFIG_SMP=y -CONFIG_SWIOTLB=y -CONFIG_IOMMU_HELPER=y -CONFIG_KERNEL_MODE_NEON=y -CONFIG_FIX_EARLYCON_MEM=y -CONFIG_PGTABLE_LEVELS=4 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_IRQ_WORK=y -CONFIG_BUILDTIME_EXTABLE_SORT=y - -# -# General setup -# -CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_CROSS_COMPILE="" -# CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-yocto-standard" -CONFIG_LOCALVERSION_AUTO=y -CONFIG_DEFAULT_HOSTNAME="(none)" -CONFIG_SWAP=y -CONFIG_SYSVIPC=y -CONFIG_SYSVIPC_SYSCTL=y -CONFIG_POSIX_MQUEUE=y -CONFIG_POSIX_MQUEUE_SYSCTL=y -CONFIG_CROSS_MEMORY_ATTACH=y -CONFIG_FHANDLE=y -# CONFIG_USELIB is not set -CONFIG_AUDIT=y -CONFIG_HAVE_ARCH_AUDITSYSCALL=y -CONFIG_AUDITSYSCALL=y -CONFIG_AUDIT_WATCH=y -CONFIG_AUDIT_TREE=y - -# -# IRQ subsystem -# -CONFIG_GENERIC_IRQ_PROBE=y -CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_GENERIC_IRQ_SHOW_LEVEL=y -CONFIG_GENERIC_IRQ_MIGRATION=y -CONFIG_HARDIRQS_SW_RESEND=y -CONFIG_GENERIC_IRQ_CHIP=y -CONFIG_IRQ_DOMAIN=y -CONFIG_IRQ_DOMAIN_HIERARCHY=y -CONFIG_GENERIC_MSI_IRQ=y -CONFIG_GENERIC_MSI_IRQ_DOMAIN=y -CONFIG_HANDLE_DOMAIN_IRQ=y -# CONFIG_IRQ_DOMAIN_DEBUG is not set -CONFIG_IRQ_FORCED_THREADING=y -CONFIG_SPARSE_IRQ=y -CONFIG_ARCH_CLOCKSOURCE_DATA=y -CONFIG_GENERIC_TIME_VSYSCALL=y -CONFIG_GENERIC_CLOCKEVENTS=y -CONFIG_ARCH_HAS_TICK_BROADCAST=y -CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y - -# -# Timers subsystem -# -CONFIG_TICK_ONESHOT=y -CONFIG_NO_HZ_COMMON=y -# CONFIG_HZ_PERIODIC is not set -CONFIG_NO_HZ_IDLE=y -# CONFIG_NO_HZ_FULL is not set -# CONFIG_NO_HZ is not set -CONFIG_HIGH_RES_TIMERS=y - -# -# CPU/Task time and stats accounting -# -CONFIG_TICK_CPU_ACCOUNTING=y -# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set -# CONFIG_IRQ_TIME_ACCOUNTING is not set -CONFIG_BSD_PROCESS_ACCT=y -CONFIG_BSD_PROCESS_ACCT_V3=y -CONFIG_TASKSTATS=y -CONFIG_TASK_DELAY_ACCT=y -CONFIG_TASK_XACCT=y -CONFIG_TASK_IO_ACCOUNTING=y - -# -# RCU Subsystem -# -CONFIG_PREEMPT_RCU=y -# CONFIG_RCU_EXPERT is not set -CONFIG_SRCU=y -# CONFIG_TASKS_RCU is not set -CONFIG_RCU_STALL_COMMON=y -# CONFIG_TREE_RCU_TRACE is not set -# CONFIG_RCU_EXPEDITE_BOOT is not set -CONFIG_BUILD_BIN2C=y -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=14 -CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 -CONFIG_GENERIC_SCHED_CLOCK=y -CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y -CONFIG_CGROUPS=y -CONFIG_PAGE_COUNTER=y -CONFIG_MEMCG=y -CONFIG_MEMCG_SWAP=y -CONFIG_MEMCG_SWAP_ENABLED=y -CONFIG_BLK_CGROUP=y -# CONFIG_DEBUG_BLK_CGROUP is not set -CONFIG_CGROUP_WRITEBACK=y -CONFIG_CGROUP_SCHED=y -CONFIG_FAIR_GROUP_SCHED=y -# CONFIG_CFS_BANDWIDTH is not set -# CONFIG_RT_GROUP_SCHED is not set -CONFIG_CGROUP_PIDS=y -# CONFIG_CGROUP_FREEZER is not set -CONFIG_CGROUP_HUGETLB=y -CONFIG_CPUSETS=y -CONFIG_PROC_PID_CPUSET=y -CONFIG_CGROUP_DEVICE=y -CONFIG_CGROUP_CPUACCT=y -CONFIG_CGROUP_PERF=y -# CONFIG_CGROUP_DEBUG is not set -# CONFIG_CHECKPOINT_RESTORE is not set -CONFIG_NAMESPACES=y -CONFIG_UTS_NS=y -CONFIG_IPC_NS=y -CONFIG_USER_NS=y -CONFIG_PID_NS=y -CONFIG_NET_NS=y -CONFIG_SCHED_AUTOGROUP=y -# CONFIG_SYSFS_DEPRECATED is not set -# CONFIG_RELAY is not set -CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" -CONFIG_RD_GZIP=y -CONFIG_RD_BZIP2=y -CONFIG_RD_LZMA=y -CONFIG_RD_XZ=y -CONFIG_RD_LZO=y -CONFIG_RD_LZ4=y -CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -CONFIG_SYSCTL=y -CONFIG_ANON_INODES=y -CONFIG_HAVE_UID16=y -CONFIG_SYSCTL_EXCEPTION_TRACE=y -CONFIG_BPF=y -# CONFIG_EXPERT is not set -CONFIG_UID16=y -CONFIG_MULTIUSER=y -# CONFIG_SGETMASK_SYSCALL is not set -CONFIG_SYSFS_SYSCALL=y -# CONFIG_SYSCTL_SYSCALL is not set -CONFIG_KALLSYMS=y -CONFIG_KALLSYMS_ALL=y -# CONFIG_KALLSYMS_ABSOLUTE_PERCPU is not set -CONFIG_KALLSYMS_BASE_RELATIVE=y -CONFIG_PRINTK=y -CONFIG_BUG=y -CONFIG_ELF_CORE=y -CONFIG_BASE_FULL=y -CONFIG_FUTEX=y -CONFIG_EPOLL=y -CONFIG_SIGNALFD=y -CONFIG_TIMERFD=y -CONFIG_EVENTFD=y -# CONFIG_BPF_SYSCALL is not set -CONFIG_SHMEM=y -CONFIG_AIO=y -CONFIG_ADVISE_SYSCALLS=y -# CONFIG_USERFAULTFD is not set -CONFIG_PCI_QUIRKS=y -CONFIG_MEMBARRIER=y -# CONFIG_EMBEDDED is not set -CONFIG_HAVE_PERF_EVENTS=y - -# -# Kernel Performance Events And Counters -# -CONFIG_PERF_EVENTS=y -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set -CONFIG_VM_EVENT_COUNTERS=y -CONFIG_SLUB_DEBUG=y -# CONFIG_COMPAT_BRK is not set -# CONFIG_SLAB is not set -CONFIG_SLUB=y -# CONFIG_SLAB_FREELIST_RANDOM is not set -CONFIG_SLUB_CPU_PARTIAL=y -# CONFIG_SYSTEM_DATA_VERIFICATION is not set -CONFIG_PROFILING=y -CONFIG_KEXEC_CORE=y -# CONFIG_KPROBES is not set -CONFIG_JUMP_LABEL=y -# CONFIG_STATIC_KEYS_SELFTEST is not set -# CONFIG_UPROBES is not set -# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set -CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y -CONFIG_HAVE_KPROBES=y -CONFIG_HAVE_KRETPROBES=y -CONFIG_HAVE_ARCH_TRACEHOOK=y -CONFIG_HAVE_DMA_CONTIGUOUS=y -CONFIG_GENERIC_SMP_IDLE_THREAD=y -CONFIG_GENERIC_IDLE_POLL_SETUP=y -CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y -CONFIG_HAVE_CLK=y -CONFIG_HAVE_DMA_API_DEBUG=y -CONFIG_HAVE_HW_BREAKPOINT=y -CONFIG_HAVE_PERF_REGS=y -CONFIG_HAVE_PERF_USER_STACK_DUMP=y -CONFIG_HAVE_ARCH_JUMP_LABEL=y -CONFIG_HAVE_RCU_TABLE_FREE=y -CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y -CONFIG_HAVE_CMPXCHG_LOCAL=y -CONFIG_HAVE_CMPXCHG_DOUBLE=y -CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y -CONFIG_HAVE_ARCH_SECCOMP_FILTER=y -CONFIG_SECCOMP_FILTER=y -CONFIG_HAVE_GCC_PLUGINS=y -# CONFIG_GCC_PLUGINS is not set -CONFIG_HAVE_CC_STACKPROTECTOR=y -# CONFIG_CC_STACKPROTECTOR is not set -CONFIG_CC_STACKPROTECTOR_NONE=y -# CONFIG_CC_STACKPROTECTOR_REGULAR is not set -# CONFIG_CC_STACKPROTECTOR_STRONG is not set -CONFIG_HAVE_CONTEXT_TRACKING=y -CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y -CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y -CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y -CONFIG_HAVE_ARCH_HUGE_VMAP=y -CONFIG_MODULES_USE_ELF_RELA=y -CONFIG_ARCH_HAS_ELF_RANDOMIZE=y -CONFIG_HAVE_ARCH_MMAP_RND_BITS=y -CONFIG_ARCH_MMAP_RND_BITS=18 -CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y -CONFIG_ARCH_MMAP_RND_COMPAT_BITS=11 -# CONFIG_HAVE_ARCH_HASH is not set -# CONFIG_ISA_BUS_API is not set -CONFIG_CLONE_BACKWARDS=y -CONFIG_OLD_SIGSUSPEND3=y -CONFIG_COMPAT_OLD_SIGACTION=y -# CONFIG_CPU_NO_EFFICIENT_FFS is not set -# CONFIG_HAVE_ARCH_VMAP_STACK is not set - -# -# GCOV-based kernel profiling -# -# CONFIG_GCOV_KERNEL is not set -CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y -CONFIG_HAVE_GENERIC_DMA_COHERENT=y -CONFIG_SLABINFO=y -CONFIG_RT_MUTEXES=y -CONFIG_BASE_SMALL=0 -CONFIG_MODULES=y -# CONFIG_MODULE_FORCE_LOAD is not set -CONFIG_MODULE_UNLOAD=y -# CONFIG_MODULE_FORCE_UNLOAD is not set -# CONFIG_MODVERSIONS is not set -# CONFIG_MODULE_SRCVERSION_ALL is not set -# CONFIG_MODULE_SIG is not set -# CONFIG_MODULE_COMPRESS is not set -# CONFIG_TRIM_UNUSED_KSYMS is not set -CONFIG_MODULES_TREE_LOOKUP=y -CONFIG_BLOCK=y -CONFIG_BLK_DEV_BSG=y -# CONFIG_BLK_DEV_BSGLIB is not set -CONFIG_BLK_DEV_INTEGRITY=y -# CONFIG_BLK_DEV_THROTTLING is not set -# CONFIG_BLK_CMDLINE_PARSER is not set - -# -# Partition Types -# -# CONFIG_PARTITION_ADVANCED is not set -CONFIG_MSDOS_PARTITION=y -CONFIG_EFI_PARTITION=y -CONFIG_BLOCK_COMPAT=y -CONFIG_BLK_MQ_PCI=y - -# -# IO Schedulers -# -CONFIG_IOSCHED_NOOP=y -# CONFIG_IOSCHED_DEADLINE is not set -CONFIG_IOSCHED_CFQ=y -# CONFIG_CFQ_GROUP_IOSCHED is not set -CONFIG_DEFAULT_CFQ=y -# CONFIG_DEFAULT_NOOP is not set -CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_PREEMPT_NOTIFIERS=y -CONFIG_UNINLINE_SPIN_UNLOCK=y -CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y -CONFIG_MUTEX_SPIN_ON_OWNER=y -CONFIG_RWSEM_SPIN_ON_OWNER=y -CONFIG_LOCK_SPIN_ON_OWNER=y -CONFIG_FREEZER=y - -# -# Platform selection -# -CONFIG_ARCH_SUNXI=y -CONFIG_ARCH_ALPINE=y -# CONFIG_ARCH_BCM2835 is not set -CONFIG_ARCH_BCM_IPROC=y -CONFIG_ARCH_BERLIN=y -# CONFIG_ARCH_BRCMSTB is not set -CONFIG_ARCH_EXYNOS=y -CONFIG_ARCH_LAYERSCAPE=y -CONFIG_ARCH_LG1K=y -CONFIG_ARCH_HISI=y -CONFIG_ARCH_MEDIATEK=y -CONFIG_ARCH_MESON=y -CONFIG_ARCH_MVEBU=y -CONFIG_ARCH_QCOM=y -CONFIG_ARCH_ROCKCHIP=y -CONFIG_ARCH_SEATTLE=y -CONFIG_ARCH_SHMOBILE=y -CONFIG_ARCH_RENESAS=y -CONFIG_ARCH_R8A7795=y -CONFIG_ARCH_R8A7796=y -CONFIG_ARCH_STRATIX10=y -CONFIG_ARCH_TEGRA=y -CONFIG_ARCH_SPRD=y -CONFIG_ARCH_THUNDER=y -CONFIG_ARCH_UNIPHIER=y -CONFIG_ARCH_VEXPRESS=y -CONFIG_ARCH_VULCAN=y -CONFIG_ARCH_XGENE=y -CONFIG_ARCH_ZX=y -CONFIG_ARCH_ZYNQMP=y - -# -# Bus support -# -CONFIG_PCI=y -CONFIG_PCI_DOMAINS=y -CONFIG_PCI_DOMAINS_GENERIC=y -CONFIG_PCI_SYSCALL=y -CONFIG_PCIEPORTBUS=y -CONFIG_PCIEAER=y -# CONFIG_PCIE_ECRC is not set -# CONFIG_PCIEAER_INJECT is not set -CONFIG_PCIEASPM=y -# CONFIG_PCIEASPM_DEBUG is not set -CONFIG_PCIEASPM_DEFAULT=y -# CONFIG_PCIEASPM_POWERSAVE is not set -# CONFIG_PCIEASPM_PERFORMANCE is not set -CONFIG_PCIE_PME=y -# CONFIG_PCIE_DPC is not set -# CONFIG_PCIE_PTM is not set -CONFIG_PCI_BUS_ADDR_T_64BIT=y -CONFIG_PCI_MSI=y -CONFIG_PCI_MSI_IRQ_DOMAIN=y -# CONFIG_PCI_DEBUG is not set -# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set -# CONFIG_PCI_STUB is not set -CONFIG_PCI_ATS=y -CONFIG_PCI_ECAM=y -CONFIG_PCI_IOV=y -# CONFIG_PCI_PRI is not set -# CONFIG_PCI_PASID is not set -CONFIG_PCI_LABEL=y -# CONFIG_HOTPLUG_PCI is not set - -# -# PCI host controller drivers -# -CONFIG_PCI_AARDVARK=y -# CONFIG_PCIE_XILINX_NWL is not set -# CONFIG_PCIE_DW_PLAT is not set -CONFIG_PCIE_DW=y -CONFIG_PCIE_RCAR=y -CONFIG_PCI_HOST_COMMON=y -CONFIG_PCI_HOST_GENERIC=y -CONFIG_PCI_XGENE=y -CONFIG_PCI_XGENE_MSI=y -CONFIG_PCI_LAYERSCAPE=y -CONFIG_PCIE_IPROC=y -CONFIG_PCIE_IPROC_PLATFORM=y -CONFIG_PCIE_IPROC_MSI=y -CONFIG_PCI_HISI=y -CONFIG_PCIE_QCOM=y -# CONFIG_PCI_HOST_THUNDER_PEM is not set -# CONFIG_PCI_HOST_THUNDER_ECAM is not set -CONFIG_PCIE_ARMADA_8K=y -# CONFIG_PCIE_ROCKCHIP is not set - -# -# Kernel Features -# - -# -# ARM errata workarounds via the alternatives framework -# -CONFIG_ARM64_ERRATUM_826319=y -CONFIG_ARM64_ERRATUM_827319=y -CONFIG_ARM64_ERRATUM_824069=y -CONFIG_ARM64_ERRATUM_819472=y -CONFIG_ARM64_ERRATUM_832075=y -CONFIG_ARM64_ERRATUM_834220=y -CONFIG_ARM64_ERRATUM_845719=y -CONFIG_ARM64_ERRATUM_843419=y -CONFIG_CAVIUM_ERRATUM_22375=y -CONFIG_CAVIUM_ERRATUM_23154=y -CONFIG_CAVIUM_ERRATUM_27456=y -CONFIG_ARM64_4K_PAGES=y -# CONFIG_ARM64_16K_PAGES is not set -# CONFIG_ARM64_64K_PAGES is not set -# CONFIG_ARM64_VA_BITS_39 is not set -CONFIG_ARM64_VA_BITS_48=y -CONFIG_ARM64_VA_BITS=48 -# CONFIG_CPU_BIG_ENDIAN is not set -CONFIG_SCHED_MC=y -# CONFIG_SCHED_SMT is not set -CONFIG_NR_CPUS=64 -CONFIG_HOTPLUG_CPU=y -# CONFIG_NUMA is not set -# CONFIG_PREEMPT_NONE is not set -# CONFIG_PREEMPT_VOLUNTARY is not set -CONFIG_PREEMPT=y -CONFIG_PREEMPT_COUNT=y -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y -# CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 -CONFIG_SCHED_HRTICK=y -CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y -CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y -CONFIG_ARCH_SPARSEMEM_ENABLE=y -CONFIG_ARCH_SPARSEMEM_DEFAULT=y -CONFIG_ARCH_SELECT_MEMORY_MODEL=y -CONFIG_HAVE_ARCH_PFN_VALID=y -CONFIG_HW_PERF_EVENTS=y -CONFIG_SYS_SUPPORTS_HUGETLBFS=y -CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y -CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y -CONFIG_SELECT_MEMORY_MODEL=y -CONFIG_SPARSEMEM_MANUAL=y -CONFIG_SPARSEMEM=y -CONFIG_HAVE_MEMORY_PRESENT=y -CONFIG_SPARSEMEM_EXTREME=y -CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y -CONFIG_SPARSEMEM_VMEMMAP=y -CONFIG_HAVE_MEMBLOCK=y -CONFIG_NO_BOOTMEM=y -CONFIG_MEMORY_ISOLATION=y -# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set -CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_MEMORY_BALLOON=y -CONFIG_BALLOON_COMPACTION=y -CONFIG_COMPACTION=y -CONFIG_MIGRATION=y -CONFIG_PHYS_ADDR_T_64BIT=y -CONFIG_BOUNCE=y -CONFIG_MMU_NOTIFIER=y -CONFIG_KSM=y -CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 -CONFIG_TRANSPARENT_HUGEPAGE=y -CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y -# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set -CONFIG_TRANSPARENT_HUGE_PAGECACHE=y -# CONFIG_CLEANCACHE is not set -# CONFIG_FRONTSWAP is not set -CONFIG_CMA=y -# CONFIG_CMA_DEBUG is not set -# CONFIG_CMA_DEBUGFS is not set -CONFIG_CMA_AREAS=7 -# CONFIG_ZPOOL is not set -# CONFIG_ZBUD is not set -# CONFIG_ZSMALLOC is not set -CONFIG_GENERIC_EARLY_IOREMAP=y -# CONFIG_IDLE_PAGE_TRACKING is not set -CONFIG_FRAME_VECTOR=y -CONFIG_SECCOMP=y -CONFIG_PARAVIRT=y -# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set -CONFIG_KEXEC=y -CONFIG_XEN_DOM0=y -CONFIG_XEN=y -CONFIG_FORCE_MAX_ZONEORDER=11 -# CONFIG_ARMV8_DEPRECATED is not set - -# -# ARMv8.1 architectural features -# -CONFIG_ARM64_HW_AFDBM=y -CONFIG_ARM64_PAN=y -# CONFIG_ARM64_LSE_ATOMICS is not set -CONFIG_ARM64_VHE=y - -# -# ARMv8.2 architectural features -# -CONFIG_ARM64_UAO=y -CONFIG_ARM64_MODULE_CMODEL_LARGE=y -# CONFIG_RANDOMIZE_BASE is not set - -# -# Boot options -# -# CONFIG_ARM64_ACPI_PARKING_PROTOCOL is not set -CONFIG_CMDLINE="" -# CONFIG_CMDLINE_FORCE is not set -CONFIG_EFI_STUB=y -CONFIG_EFI=y -CONFIG_DMI=y - -# -# Userspace binary formats -# -CONFIG_BINFMT_ELF=y -CONFIG_COMPAT_BINFMT_ELF=y -CONFIG_ELFCORE=y -# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set -CONFIG_BINFMT_SCRIPT=y -# CONFIG_HAVE_AOUT is not set -# CONFIG_BINFMT_MISC is not set -CONFIG_COREDUMP=y -CONFIG_COMPAT=y -CONFIG_SYSVIPC_COMPAT=y - -# -# Power management options -# -CONFIG_SUSPEND=y -CONFIG_SUSPEND_FREEZER=y -# CONFIG_HIBERNATION is not set -CONFIG_PM_SLEEP=y -CONFIG_PM_SLEEP_SMP=y -# CONFIG_PM_AUTOSLEEP is not set -# CONFIG_PM_WAKELOCKS is not set -CONFIG_PM=y -# CONFIG_PM_DEBUG is not set -CONFIG_PM_OPP=y -CONFIG_PM_CLK=y -CONFIG_PM_GENERIC_DOMAINS=y -# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set -CONFIG_PM_GENERIC_DOMAINS_SLEEP=y -CONFIG_PM_GENERIC_DOMAINS_OF=y -CONFIG_CPU_PM=y -CONFIG_ARCH_HIBERNATION_POSSIBLE=y -CONFIG_ARCH_SUSPEND_POSSIBLE=y - -# -# CPU Power Management -# - -# -# CPU Idle -# -CONFIG_CPU_IDLE=y -# CONFIG_CPU_IDLE_GOV_LADDER is not set -CONFIG_CPU_IDLE_GOV_MENU=y -CONFIG_DT_IDLE_STATES=y - -# -# ARM CPU Idle Drivers -# -CONFIG_ARM_CPUIDLE=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set - -# -# CPU Frequency scaling -# -CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_GOV_ATTR_SET=y -CONFIG_CPU_FREQ_GOV_COMMON=y -# CONFIG_CPU_FREQ_STAT is not set -CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y -# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set -CONFIG_CPU_FREQ_GOV_PERFORMANCE=y -CONFIG_CPU_FREQ_GOV_POWERSAVE=y -CONFIG_CPU_FREQ_GOV_USERSPACE=y -CONFIG_CPU_FREQ_GOV_ONDEMAND=y -CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y -CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y - -# -# CPU frequency scaling drivers -# -CONFIG_CPUFREQ_DT=y -CONFIG_CPUFREQ_DT_PLATDEV=y -CONFIG_ARM_BIG_LITTLE_CPUFREQ=y -# CONFIG_ARM_DT_BL_CPUFREQ is not set -# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set -# CONFIG_ARM_MT8173_CPUFREQ is not set -CONFIG_ARM_SCPI_CPUFREQ=y -CONFIG_ARM_TEGRA20_CPUFREQ=y -CONFIG_ARM_TEGRA124_CPUFREQ=y -# CONFIG_ACPI_CPPC_CPUFREQ is not set -CONFIG_NET=y -CONFIG_NET_INGRESS=y - -# -# Networking options -# -CONFIG_PACKET=y -# CONFIG_PACKET_DIAG is not set -CONFIG_UNIX=y -# CONFIG_UNIX_DIAG is not set -CONFIG_XFRM=y -# CONFIG_XFRM_USER is not set -# CONFIG_XFRM_SUB_POLICY is not set -# CONFIG_XFRM_MIGRATE is not set -# CONFIG_XFRM_STATISTICS is not set -# CONFIG_NET_KEY is not set -CONFIG_INET=y -CONFIG_IP_MULTICAST=y -# CONFIG_IP_ADVANCED_ROUTER is not set -CONFIG_IP_PNP=y -CONFIG_IP_PNP_DHCP=y -CONFIG_IP_PNP_BOOTP=y -# CONFIG_IP_PNP_RARP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE_DEMUX is not set -CONFIG_NET_IP_TUNNEL=m -# CONFIG_IP_MROUTE is not set -# CONFIG_SYN_COOKIES is not set -# CONFIG_NET_IPVTI is not set -# CONFIG_NET_UDP_TUNNEL is not set -# CONFIG_NET_FOU is not set -# CONFIG_NET_FOU_IP_TUNNELS is not set -# CONFIG_INET_AH is not set -# CONFIG_INET_ESP is not set -# CONFIG_INET_IPCOMP is not set -# CONFIG_INET_XFRM_TUNNEL is not set -CONFIG_INET_TUNNEL=m -CONFIG_INET_XFRM_MODE_TRANSPORT=y -CONFIG_INET_XFRM_MODE_TUNNEL=y -CONFIG_INET_XFRM_MODE_BEET=y -CONFIG_INET_DIAG=y -CONFIG_INET_TCP_DIAG=y -# CONFIG_INET_UDP_DIAG is not set -# CONFIG_INET_DIAG_DESTROY is not set -# CONFIG_TCP_CONG_ADVANCED is not set -CONFIG_TCP_CONG_CUBIC=y -CONFIG_DEFAULT_TCP_CONG="cubic" -# CONFIG_TCP_MD5SIG is not set -CONFIG_IPV6=m -# CONFIG_IPV6_ROUTER_PREF is not set -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_INET6_AH is not set -# CONFIG_INET6_ESP is not set -# CONFIG_INET6_IPCOMP is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_ILA is not set -# CONFIG_INET6_XFRM_TUNNEL is not set -# CONFIG_INET6_TUNNEL is not set -CONFIG_INET6_XFRM_MODE_TRANSPORT=m -CONFIG_INET6_XFRM_MODE_TUNNEL=m -CONFIG_INET6_XFRM_MODE_BEET=m -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set -# CONFIG_IPV6_VTI is not set -CONFIG_IPV6_SIT=m -# CONFIG_IPV6_SIT_6RD is not set -CONFIG_IPV6_NDISC_NODETYPE=y -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPV6_FOU is not set -# CONFIG_IPV6_FOU_TUNNEL is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_NETLABEL is not set -# CONFIG_NETWORK_SECMARK is not set -CONFIG_NET_PTP_CLASSIFY=y -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set -CONFIG_NETFILTER=y -# CONFIG_NETFILTER_DEBUG is not set -CONFIG_NETFILTER_ADVANCED=y -CONFIG_BRIDGE_NETFILTER=m - -# -# Core Netfilter Configuration -# -CONFIG_NETFILTER_INGRESS=y -# CONFIG_NETFILTER_NETLINK_ACCT is not set -# CONFIG_NETFILTER_NETLINK_QUEUE is not set -# CONFIG_NETFILTER_NETLINK_LOG is not set -CONFIG_NF_CONNTRACK=m -CONFIG_NF_LOG_COMMON=m -# CONFIG_NF_CONNTRACK_MARK is not set -CONFIG_NF_CONNTRACK_PROCFS=y -CONFIG_NF_CONNTRACK_EVENTS=y -# CONFIG_NF_CONNTRACK_TIMEOUT is not set -# CONFIG_NF_CONNTRACK_TIMESTAMP is not set -# CONFIG_NF_CT_PROTO_DCCP is not set -# CONFIG_NF_CT_PROTO_SCTP is not set -# CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_CONNTRACK_AMANDA is not set -# CONFIG_NF_CONNTRACK_FTP is not set -# CONFIG_NF_CONNTRACK_H323 is not set -# CONFIG_NF_CONNTRACK_IRC is not set -# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set -# CONFIG_NF_CONNTRACK_SNMP is not set -# CONFIG_NF_CONNTRACK_PPTP is not set -# CONFIG_NF_CONNTRACK_SANE is not set -# CONFIG_NF_CONNTRACK_SIP is not set -# CONFIG_NF_CONNTRACK_TFTP is not set -# CONFIG_NF_CT_NETLINK is not set -# CONFIG_NF_CT_NETLINK_TIMEOUT is not set -CONFIG_NF_NAT=m -CONFIG_NF_NAT_NEEDED=y -# CONFIG_NF_NAT_AMANDA is not set -# CONFIG_NF_NAT_FTP is not set -# CONFIG_NF_NAT_IRC is not set -# CONFIG_NF_NAT_SIP is not set -# CONFIG_NF_NAT_TFTP is not set -# CONFIG_NF_NAT_REDIRECT is not set -# CONFIG_NF_TABLES is not set -CONFIG_NETFILTER_XTABLES=m - -# -# Xtables combined modules -# -# CONFIG_NETFILTER_XT_MARK is not set -# CONFIG_NETFILTER_XT_CONNMARK is not set - -# -# Xtables targets -# -# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set -CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set -# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set -# CONFIG_NETFILTER_XT_TARGET_DSCP is not set -# CONFIG_NETFILTER_XT_TARGET_HL is not set -# CONFIG_NETFILTER_XT_TARGET_HMARK is not set -# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set -# CONFIG_NETFILTER_XT_TARGET_LED is not set -CONFIG_NETFILTER_XT_TARGET_LOG=m -# CONFIG_NETFILTER_XT_TARGET_MARK is not set -CONFIG_NETFILTER_XT_NAT=m -# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set -# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set -# CONFIG_NETFILTER_XT_TARGET_TEE is not set -# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set -# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set - -# -# Xtables matches -# -CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m -# CONFIG_NETFILTER_XT_MATCH_BPF is not set -# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set -# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set -# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set -# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set -# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set -# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set -CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m -# CONFIG_NETFILTER_XT_MATCH_CPU is not set -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set -# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set -# CONFIG_NETFILTER_XT_MATCH_ECN is not set -# CONFIG_NETFILTER_XT_MATCH_ESP is not set -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set -# CONFIG_NETFILTER_XT_MATCH_HELPER is not set -# CONFIG_NETFILTER_XT_MATCH_HL is not set -# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set -# CONFIG_NETFILTER_XT_MATCH_L2TP is not set -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set -# CONFIG_NETFILTER_XT_MATCH_MAC is not set -# CONFIG_NETFILTER_XT_MATCH_MARK is not set -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set -# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set -# CONFIG_NETFILTER_XT_MATCH_POLICY is not set -# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set -# CONFIG_NETFILTER_XT_MATCH_REALM is not set -# CONFIG_NETFILTER_XT_MATCH_RECENT is not set -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set -# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set -# CONFIG_NETFILTER_XT_MATCH_STATE is not set -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set -# CONFIG_NETFILTER_XT_MATCH_STRING is not set -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set -# CONFIG_NETFILTER_XT_MATCH_TIME is not set -# CONFIG_NETFILTER_XT_MATCH_U32 is not set -# CONFIG_IP_SET is not set -# CONFIG_IP_VS is not set - -# -# IP: Netfilter Configuration -# -CONFIG_NF_DEFRAG_IPV4=m -CONFIG_NF_CONNTRACK_IPV4=m -# CONFIG_NF_DUP_IPV4 is not set -# CONFIG_NF_LOG_ARP is not set -CONFIG_NF_LOG_IPV4=m -CONFIG_NF_REJECT_IPV4=m -CONFIG_NF_NAT_IPV4=m -CONFIG_NF_NAT_MASQUERADE_IPV4=m -# CONFIG_NF_NAT_PPTP is not set -# CONFIG_NF_NAT_H323 is not set -CONFIG_IP_NF_IPTABLES=m -# CONFIG_IP_NF_MATCH_AH is not set -# CONFIG_IP_NF_MATCH_ECN is not set -# CONFIG_IP_NF_MATCH_RPFILTER is not set -# CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_FILTER=m -CONFIG_IP_NF_TARGET_REJECT=m -# CONFIG_IP_NF_TARGET_SYNPROXY is not set -CONFIG_IP_NF_NAT=m -CONFIG_IP_NF_TARGET_MASQUERADE=m -# CONFIG_IP_NF_TARGET_NETMAP is not set -# CONFIG_IP_NF_TARGET_REDIRECT is not set -CONFIG_IP_NF_MANGLE=m -# CONFIG_IP_NF_TARGET_CLUSTERIP is not set -# CONFIG_IP_NF_TARGET_ECN is not set -# CONFIG_IP_NF_TARGET_TTL is not set -# CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SECURITY is not set -# CONFIG_IP_NF_ARPTABLES is not set - -# -# IPv6: Netfilter Configuration -# -CONFIG_NF_DEFRAG_IPV6=m -CONFIG_NF_CONNTRACK_IPV6=m -# CONFIG_NF_DUP_IPV6 is not set -CONFIG_NF_REJECT_IPV6=m -CONFIG_NF_LOG_IPV6=m -CONFIG_NF_NAT_IPV6=m -CONFIG_NF_NAT_MASQUERADE_IPV6=m -CONFIG_IP6_NF_IPTABLES=m -# CONFIG_IP6_NF_MATCH_AH is not set -# CONFIG_IP6_NF_MATCH_EUI64 is not set -# CONFIG_IP6_NF_MATCH_FRAG is not set -# CONFIG_IP6_NF_MATCH_OPTS is not set -# CONFIG_IP6_NF_MATCH_HL is not set -# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set -# CONFIG_IP6_NF_MATCH_MH is not set -# CONFIG_IP6_NF_MATCH_RPFILTER is not set -# CONFIG_IP6_NF_MATCH_RT is not set -# CONFIG_IP6_NF_TARGET_HL is not set -CONFIG_IP6_NF_FILTER=m -CONFIG_IP6_NF_TARGET_REJECT=m -# CONFIG_IP6_NF_TARGET_SYNPROXY is not set -CONFIG_IP6_NF_MANGLE=m -# CONFIG_IP6_NF_RAW is not set -# CONFIG_IP6_NF_SECURITY is not set -CONFIG_IP6_NF_NAT=m -CONFIG_IP6_NF_TARGET_MASQUERADE=m -# CONFIG_IP6_NF_TARGET_NPT is not set -# CONFIG_BRIDGE_NF_EBTABLES is not set -# CONFIG_IP_DCCP is not set -# CONFIG_IP_SCTP is not set -# CONFIG_RDS is not set -# CONFIG_TIPC is not set -# CONFIG_ATM is not set -# CONFIG_L2TP is not set -CONFIG_STP=m -CONFIG_GARP=m -CONFIG_MRP=m -CONFIG_BRIDGE=m -CONFIG_BRIDGE_IGMP_SNOOPING=y -CONFIG_BRIDGE_VLAN_FILTERING=y -CONFIG_HAVE_NET_DSA=y -CONFIG_VLAN_8021Q=m -CONFIG_VLAN_8021Q_GVRP=y -CONFIG_VLAN_8021Q_MVRP=y -# CONFIG_DECNET is not set -CONFIG_LLC=m -# CONFIG_LLC2 is not set -# CONFIG_IPX is not set -# CONFIG_ATALK is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_PHONET is not set -# CONFIG_6LOWPAN is not set -# CONFIG_IEEE802154 is not set -# CONFIG_NET_SCHED is not set -# CONFIG_DCB is not set -CONFIG_DNS_RESOLVER=y -# CONFIG_BATMAN_ADV is not set -# CONFIG_OPENVSWITCH is not set -# CONFIG_VSOCKETS is not set -# CONFIG_NETLINK_DIAG is not set -# CONFIG_MPLS is not set -# CONFIG_HSR is not set -# CONFIG_NET_SWITCHDEV is not set -# CONFIG_NET_L3_MASTER_DEV is not set -# CONFIG_QRTR is not set -# CONFIG_NET_NCSI is not set -CONFIG_RPS=y -CONFIG_RFS_ACCEL=y -CONFIG_XPS=y -# CONFIG_SOCK_CGROUP_DATA is not set -# CONFIG_CGROUP_NET_PRIO is not set -# CONFIG_CGROUP_NET_CLASSID is not set -CONFIG_NET_RX_BUSY_POLL=y -CONFIG_BQL=y -CONFIG_BPF_JIT=y -CONFIG_NET_FLOW_LIMIT=y - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set -# CONFIG_HAMRADIO is not set -# CONFIG_CAN is not set -# CONFIG_IRDA is not set -CONFIG_BT=m -CONFIG_BT_BREDR=y -# CONFIG_BT_RFCOMM is not set -# CONFIG_BT_BNEP is not set -CONFIG_BT_HIDP=m -# CONFIG_BT_HS is not set -# CONFIG_BT_LE is not set -CONFIG_BT_LEDS=y -# CONFIG_BT_SELFTEST is not set -# CONFIG_BT_DEBUGFS is not set - -# -# Bluetooth device drivers -# -# CONFIG_BT_HCIBTUSB is not set -# CONFIG_BT_HCIBTSDIO is not set -CONFIG_BT_HCIUART=m -# CONFIG_BT_HCIUART_H4 is not set -# CONFIG_BT_HCIUART_BCSP is not set -# CONFIG_BT_HCIUART_ATH3K is not set -CONFIG_BT_HCIUART_LL=y -# CONFIG_BT_HCIUART_3WIRE is not set -# CONFIG_BT_HCIUART_INTEL is not set -# CONFIG_BT_HCIUART_BCM is not set -# CONFIG_BT_HCIUART_QCA is not set -# CONFIG_BT_HCIUART_AG6XX is not set -# CONFIG_BT_HCIUART_MRVL is not set -# CONFIG_BT_HCIBCM203X is not set -# CONFIG_BT_HCIBPA10X is not set -# CONFIG_BT_HCIBFUSB is not set -# CONFIG_BT_HCIVHCI is not set -# CONFIG_BT_MRVL is not set -# CONFIG_AF_RXRPC is not set -# CONFIG_AF_KCM is not set -# CONFIG_STREAM_PARSER is not set -CONFIG_WIRELESS=y -CONFIG_CFG80211=m -# CONFIG_NL80211_TESTMODE is not set -# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set -CONFIG_CFG80211_DEFAULT_PS=y -# CONFIG_CFG80211_DEBUGFS is not set -# CONFIG_CFG80211_INTERNAL_REGDB is not set -CONFIG_CFG80211_CRDA_SUPPORT=y -# CONFIG_CFG80211_WEXT is not set -# CONFIG_LIB80211 is not set -CONFIG_MAC80211=m -CONFIG_MAC80211_HAS_RC=y -CONFIG_MAC80211_RC_MINSTREL=y -CONFIG_MAC80211_RC_MINSTREL_HT=y -# CONFIG_MAC80211_RC_MINSTREL_VHT is not set -CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y -CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" -# CONFIG_MAC80211_MESH is not set -CONFIG_MAC80211_LEDS=y -# CONFIG_MAC80211_DEBUGFS is not set -# CONFIG_MAC80211_MESSAGE_TRACING is not set -# CONFIG_MAC80211_DEBUG_MENU is not set -CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 -# CONFIG_WIMAX is not set -CONFIG_RFKILL=m -CONFIG_RFKILL_LEDS=y -CONFIG_RFKILL_INPUT=y -# CONFIG_RFKILL_REGULATOR is not set -# CONFIG_RFKILL_GPIO is not set -CONFIG_NET_9P=y -CONFIG_NET_9P_VIRTIO=y -# CONFIG_NET_9P_DEBUG is not set -# CONFIG_CAIF is not set -# CONFIG_CEPH_LIB is not set -# CONFIG_NFC is not set -# CONFIG_LWTUNNEL is not set -CONFIG_DST_CACHE=y -# CONFIG_NET_DEVLINK is not set -CONFIG_MAY_USE_DEVLINK=y -CONFIG_HAVE_EBPF_JIT=y - -# -# Device Drivers -# -CONFIG_ARM_AMBA=y -CONFIG_TEGRA_AHB=y - -# -# Generic Driver Options -# -CONFIG_UEVENT_HELPER=y -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -CONFIG_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y -CONFIG_STANDALONE=y -CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_FW_LOADER=y -CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_EXTRA_FIRMWARE="" -# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set -CONFIG_ALLOW_DEV_COREDUMP=y -# CONFIG_DEBUG_DRIVER is not set -# CONFIG_DEBUG_DEVRES is not set -# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set -CONFIG_SYS_HYPERVISOR=y -# CONFIG_GENERIC_CPU_DEVICES is not set -CONFIG_GENERIC_CPU_AUTOPROBE=y -CONFIG_SOC_BUS=y -CONFIG_REGMAP=y -CONFIG_REGMAP_I2C=y -CONFIG_REGMAP_SPI=y -CONFIG_REGMAP_SPMI=y -CONFIG_REGMAP_MMIO=y -CONFIG_REGMAP_IRQ=y -CONFIG_DMA_SHARED_BUFFER=y -# CONFIG_FENCE_TRACE is not set -CONFIG_DMA_CMA=y - -# -# Default contiguous memory area size: -# -CONFIG_CMA_SIZE_MBYTES=16 -CONFIG_CMA_SIZE_SEL_MBYTES=y -# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set -# CONFIG_CMA_SIZE_SEL_MIN is not set -# CONFIG_CMA_SIZE_SEL_MAX is not set -CONFIG_CMA_ALIGNMENT=8 - -# -# Bus devices -# -# CONFIG_ARM_CCI400_PMU is not set -# CONFIG_ARM_CCI5xx_PMU is not set -# CONFIG_ARM_CCN is not set -# CONFIG_QCOM_EBI2 is not set -# CONFIG_SIMPLE_PM_BUS is not set -# CONFIG_SUNXI_RSB is not set -# CONFIG_TEGRA_ACONNECT is not set -CONFIG_UNIPHIER_SYSTEM_BUS=y -CONFIG_VEXPRESS_CONFIG=y -# CONFIG_CONNECTOR is not set -CONFIG_MTD=y -# CONFIG_MTD_TESTS is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_CMDLINE_PARTS is not set -# CONFIG_MTD_AFS_PARTS is not set -CONFIG_MTD_OF_PARTS=y -# CONFIG_MTD_AR7_PARTS is not set - -# -# User Modules And Translation Layers -# -# CONFIG_MTD_BLOCK is not set -# CONFIG_MTD_BLOCK_RO is not set -# CONFIG_FTL is not set -# CONFIG_NFTL is not set -# CONFIG_INFTL is not set -# CONFIG_RFD_FTL is not set -# CONFIG_SSFDC is not set -# CONFIG_SM_FTL is not set -# CONFIG_MTD_OOPS is not set -# CONFIG_MTD_SWAP is not set -# CONFIG_MTD_PARTITIONED_MASTER is not set - -# -# RAM/ROM/Flash chip drivers -# -# CONFIG_MTD_CFI is not set -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -CONFIG_MTD_MAP_BANK_WIDTH_2=y -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_ABSENT is not set - -# -# Mapping drivers for chip access -# -# CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_INTEL_VR_NOR is not set -# CONFIG_MTD_PLATRAM is not set - -# -# Self-contained MTD device drivers -# -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_DATAFLASH is not set -CONFIG_MTD_M25P80=y -# CONFIG_MTD_SST25L is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_BLOCK2MTD is not set - -# -# Disk-On-Chip Device Drivers -# -# CONFIG_MTD_DOCG3 is not set -# CONFIG_MTD_NAND is not set -# CONFIG_MTD_ONENAND is not set - -# -# LPDDR & LPDDR2 PCM memory drivers -# -# CONFIG_MTD_LPDDR is not set -CONFIG_MTD_SPI_NOR=y -# CONFIG_MTD_MT81xx_NOR is not set -CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y -# CONFIG_SPI_FSL_QUADSPI is not set -# CONFIG_SPI_HISI_SFC is not set -# CONFIG_MTD_UBI is not set -CONFIG_DTC=y -CONFIG_OF=y -# CONFIG_OF_UNITTEST is not set -CONFIG_OF_FLATTREE=y -CONFIG_OF_EARLY_FLATTREE=y -CONFIG_OF_ADDRESS=y -CONFIG_OF_ADDRESS_PCI=y -CONFIG_OF_IRQ=y -CONFIG_OF_NET=y -CONFIG_OF_MDIO=y -CONFIG_OF_PCI=y -CONFIG_OF_PCI_IRQ=y -CONFIG_OF_RESERVED_MEM=y -# CONFIG_OF_OVERLAY is not set -# CONFIG_PARPORT is not set -CONFIG_PNP=y -CONFIG_PNP_DEBUG_MESSAGES=y - -# -# Protocols -# -CONFIG_PNPACPI=y -CONFIG_BLK_DEV=y -# CONFIG_BLK_DEV_NULL_BLK is not set -# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set -# CONFIG_BLK_CPQ_CISS_DA is not set -# CONFIG_BLK_DEV_DAC960 is not set -# CONFIG_BLK_DEV_UMEM is not set -# CONFIG_BLK_DEV_COW_COMMON is not set -CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set -# CONFIG_BLK_DEV_DRBD is not set -CONFIG_BLK_DEV_NBD=m -# CONFIG_BLK_DEV_SKD is not set -# CONFIG_BLK_DEV_SX8 is not set -# CONFIG_BLK_DEV_RAM is not set -# CONFIG_CDROM_PKTCDVD is not set -# CONFIG_ATA_OVER_ETH is not set -CONFIG_XEN_BLKDEV_FRONTEND=y -CONFIG_XEN_BLKDEV_BACKEND=y -CONFIG_VIRTIO_BLK=y -# CONFIG_BLK_DEV_RBD is not set -# CONFIG_BLK_DEV_RSXX is not set -# CONFIG_BLK_DEV_NVME is not set -# CONFIG_NVME_TARGET is not set - -# -# Misc devices -# -# CONFIG_SENSORS_LIS3LV02D is not set -# CONFIG_AD525X_DPOT is not set -# CONFIG_DUMMY_IRQ is not set -# CONFIG_PHANTOM is not set -# CONFIG_SGI_IOC4 is not set -# CONFIG_TIFM_CORE is not set -# CONFIG_ICS932S401 is not set -# CONFIG_ENCLOSURE_SERVICES is not set -# CONFIG_HP_ILO is not set -# CONFIG_QCOM_COINCELL is not set -# CONFIG_APDS9802ALS is not set -# CONFIG_ISL29003 is not set -# CONFIG_ISL29020 is not set -# CONFIG_SENSORS_TSL2550 is not set -# CONFIG_SENSORS_BH1770 is not set -# CONFIG_SENSORS_APDS990X is not set -# CONFIG_HMC6352 is not set -# CONFIG_DS1682 is not set -# CONFIG_TI_DAC7512 is not set -# CONFIG_USB_SWITCH_FSA9480 is not set -# CONFIG_LATTICE_ECP3_CONFIG is not set -CONFIG_SRAM=y -CONFIG_VEXPRESS_SYSCFG=y -# CONFIG_C2PORT is not set - -# -# EEPROM support -# -# CONFIG_EEPROM_AT24 is not set -# CONFIG_EEPROM_AT25 is not set -# CONFIG_EEPROM_LEGACY is not set -# CONFIG_EEPROM_MAX6875 is not set -# CONFIG_EEPROM_93CX6 is not set -# CONFIG_EEPROM_93XX46 is not set -# CONFIG_CB710_CORE is not set - -# -# Texas Instruments shared transport line discipline -# -# CONFIG_TI_ST is not set -# CONFIG_SENSORS_LIS3_I2C is not set - -# -# Altera FPGA firmware download module -# -# CONFIG_ALTERA_STAPL is not set - -# -# Intel MIC Bus Driver -# - -# -# SCIF Bus Driver -# - -# -# VOP Bus Driver -# - -# -# Intel MIC Host Driver -# - -# -# Intel MIC Card Driver -# - -# -# SCIF Driver -# - -# -# Intel MIC Coprocessor State Management (COSM) Drivers -# - -# -# VOP Driver -# -# CONFIG_GENWQE is not set -# CONFIG_ECHO is not set -# CONFIG_CXL_BASE is not set -# CONFIG_CXL_AFU_DRIVER_OPS is not set - -# -# SCSI device support -# -CONFIG_SCSI_MOD=y -# CONFIG_RAID_ATTRS is not set -CONFIG_SCSI=y -CONFIG_SCSI_DMA=y -# CONFIG_SCSI_NETLINK is not set -# CONFIG_SCSI_MQ_DEFAULT is not set -# CONFIG_SCSI_PROC_FS is not set - -# -# SCSI support type (disk, tape, CD-ROM) -# -CONFIG_BLK_DEV_SD=y -# CONFIG_CHR_DEV_ST is not set -# CONFIG_CHR_DEV_OSST is not set -# CONFIG_BLK_DEV_SR is not set -# CONFIG_CHR_DEV_SG is not set -# CONFIG_CHR_DEV_SCH is not set -# CONFIG_SCSI_CONSTANTS is not set -# CONFIG_SCSI_LOGGING is not set -# CONFIG_SCSI_SCAN_ASYNC is not set - -# -# SCSI Transports -# -# CONFIG_SCSI_SPI_ATTRS is not set -# CONFIG_SCSI_FC_ATTRS is not set -# CONFIG_SCSI_ISCSI_ATTRS is not set -CONFIG_SCSI_SAS_ATTRS=y -CONFIG_SCSI_SAS_LIBSAS=y -CONFIG_SCSI_SAS_ATA=y -CONFIG_SCSI_SAS_HOST_SMP=y -# CONFIG_SCSI_SRP_ATTRS is not set -CONFIG_SCSI_LOWLEVEL=y -# CONFIG_ISCSI_TCP is not set -# CONFIG_ISCSI_BOOT_SYSFS is not set -# CONFIG_SCSI_CXGB3_ISCSI is not set -# CONFIG_SCSI_CXGB4_ISCSI is not set -# CONFIG_SCSI_BNX2_ISCSI is not set -# CONFIG_BE2ISCSI is not set -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set -# CONFIG_SCSI_HPSA is not set -# CONFIG_SCSI_3W_9XXX is not set -# CONFIG_SCSI_3W_SAS is not set -# CONFIG_SCSI_ACARD is not set -# CONFIG_SCSI_AACRAID is not set -# CONFIG_SCSI_AIC7XXX is not set -# CONFIG_SCSI_AIC79XX is not set -# CONFIG_SCSI_AIC94XX is not set -CONFIG_SCSI_HISI_SAS=y -# CONFIG_SCSI_MVSAS is not set -# CONFIG_SCSI_MVUMI is not set -# CONFIG_SCSI_ADVANSYS is not set -# CONFIG_SCSI_ARCMSR is not set -# CONFIG_SCSI_ESAS2R is not set -# CONFIG_MEGARAID_NEWGEN is not set -# CONFIG_MEGARAID_LEGACY is not set -# CONFIG_MEGARAID_SAS is not set -# CONFIG_SCSI_MPT3SAS is not set -# CONFIG_SCSI_MPT2SAS is not set -# CONFIG_SCSI_SMARTPQI is not set -# CONFIG_SCSI_UFSHCD is not set -# CONFIG_SCSI_HPTIOP is not set -# CONFIG_XEN_SCSI_FRONTEND is not set -# CONFIG_SCSI_SNIC is not set -# CONFIG_SCSI_DMX3191D is not set -# CONFIG_SCSI_FUTURE_DOMAIN is not set -# CONFIG_SCSI_IPS is not set -# CONFIG_SCSI_INITIO is not set -# CONFIG_SCSI_INIA100 is not set -# CONFIG_SCSI_STEX is not set -# CONFIG_SCSI_SYM53C8XX_2 is not set -# CONFIG_SCSI_IPR is not set -# CONFIG_SCSI_QLOGIC_1280 is not set -# CONFIG_SCSI_QLA_ISCSI is not set -# CONFIG_SCSI_DC395x is not set -# CONFIG_SCSI_AM53C974 is not set -# CONFIG_SCSI_WD719X is not set -# CONFIG_SCSI_DEBUG is not set -# CONFIG_SCSI_PMCRAID is not set -# CONFIG_SCSI_PM8001 is not set -# CONFIG_SCSI_VIRTIO is not set -# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set -# CONFIG_SCSI_DH is not set -# CONFIG_SCSI_OSD_INITIATOR is not set -CONFIG_HAVE_PATA_PLATFORM=y -CONFIG_ATA=y -# CONFIG_ATA_NONSTANDARD is not set -CONFIG_ATA_VERBOSE_ERROR=y -CONFIG_ATA_ACPI=y -# CONFIG_SATA_ZPODD is not set -CONFIG_SATA_PMP=y - -# -# Controllers with non-SFF native interface -# -CONFIG_SATA_AHCI=y -CONFIG_SATA_AHCI_PLATFORM=y -CONFIG_AHCI_CEVA=y -CONFIG_AHCI_MVEBU=y -# CONFIG_AHCI_SUNXI is not set -# CONFIG_AHCI_TEGRA is not set -CONFIG_AHCI_XGENE=y -CONFIG_AHCI_QORIQ=y -# CONFIG_SATA_AHCI_SEATTLE is not set -# CONFIG_SATA_INIC162X is not set -# CONFIG_SATA_ACARD_AHCI is not set -CONFIG_SATA_SIL24=y -CONFIG_ATA_SFF=y - -# -# SFF controllers with custom DMA interface -# -# CONFIG_PDC_ADMA is not set -# CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SX4 is not set -CONFIG_ATA_BMDMA=y - -# -# SATA SFF controllers with BMDMA -# -# CONFIG_ATA_PIIX is not set -# CONFIG_SATA_DWC is not set -# CONFIG_SATA_MV is not set -# CONFIG_SATA_NV is not set -# CONFIG_SATA_PROMISE is not set -CONFIG_SATA_RCAR=y -# CONFIG_SATA_SIL is not set -# CONFIG_SATA_SIS is not set -# CONFIG_SATA_SVW is not set -# CONFIG_SATA_ULI is not set -# CONFIG_SATA_VIA is not set -# CONFIG_SATA_VITESSE is not set - -# -# PATA SFF controllers with BMDMA -# -# CONFIG_PATA_ALI is not set -# CONFIG_PATA_AMD is not set -# CONFIG_PATA_ARTOP is not set -# CONFIG_PATA_ATIIXP is not set -# CONFIG_PATA_ATP867X is not set -# CONFIG_PATA_CMD64X is not set -# CONFIG_PATA_CYPRESS is not set -# CONFIG_PATA_EFAR is not set -# CONFIG_PATA_HPT366 is not set -# CONFIG_PATA_HPT37X is not set -# CONFIG_PATA_HPT3X2N is not set -# CONFIG_PATA_HPT3X3 is not set -# CONFIG_PATA_IT8213 is not set -# CONFIG_PATA_IT821X is not set -# CONFIG_PATA_JMICRON is not set -# CONFIG_PATA_MARVELL is not set -# CONFIG_PATA_NETCELL is not set -# CONFIG_PATA_NINJA32 is not set -# CONFIG_PATA_NS87415 is not set -# CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTIDMA is not set -# CONFIG_PATA_PDC2027X is not set -# CONFIG_PATA_PDC_OLD is not set -# CONFIG_PATA_RADISYS is not set -# CONFIG_PATA_RDC is not set -# CONFIG_PATA_SCH is not set -# CONFIG_PATA_SERVERWORKS is not set -# CONFIG_PATA_SIL680 is not set -# CONFIG_PATA_SIS is not set -# CONFIG_PATA_TOSHIBA is not set -# CONFIG_PATA_TRIFLEX is not set -# CONFIG_PATA_VIA is not set -# CONFIG_PATA_WINBOND is not set - -# -# PIO-only SFF controllers -# -# CONFIG_PATA_CMD640_PCI is not set -# CONFIG_PATA_MPIIX is not set -# CONFIG_PATA_NS87410 is not set -# CONFIG_PATA_OPTI is not set -CONFIG_PATA_PLATFORM=y -CONFIG_PATA_OF_PLATFORM=y -# CONFIG_PATA_RZ1000 is not set - -# -# Generic fallback / legacy drivers -# -# CONFIG_PATA_ACPI is not set -# CONFIG_ATA_GENERIC is not set -# CONFIG_PATA_LEGACY is not set -# CONFIG_MD is not set -# CONFIG_TARGET_CORE is not set -# CONFIG_FUSION is not set - -# -# IEEE 1394 (FireWire) support -# -# CONFIG_FIREWIRE is not set -# CONFIG_FIREWIRE_NOSY is not set -CONFIG_NETDEVICES=y -CONFIG_MII=y -CONFIG_NET_CORE=y -# CONFIG_BONDING is not set -# CONFIG_DUMMY is not set -# CONFIG_EQUALIZER is not set -# CONFIG_NET_FC is not set -# CONFIG_NET_TEAM is not set -CONFIG_MACVLAN=m -CONFIG_MACVTAP=m -# CONFIG_VXLAN is not set -# CONFIG_MACSEC is not set -# CONFIG_NETCONSOLE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=y -# CONFIG_TUN_VNET_CROSS_LE is not set -CONFIG_VETH=m -CONFIG_VIRTIO_NET=y -# CONFIG_NLMON is not set -# CONFIG_ARCNET is not set - -# -# CAIF transport drivers -# - -# -# Distributed Switch Architecture drivers -# -CONFIG_ETHERNET=y -CONFIG_NET_VENDOR_3COM=y -# CONFIG_VORTEX is not set -# CONFIG_TYPHOON is not set -CONFIG_NET_VENDOR_ADAPTEC=y -# CONFIG_ADAPTEC_STARFIRE is not set -CONFIG_NET_VENDOR_AGERE=y -# CONFIG_ET131X is not set -CONFIG_NET_VENDOR_ALLWINNER=y -# CONFIG_SUN4I_EMAC is not set -CONFIG_NET_VENDOR_ALTEON=y -# CONFIG_ACENIC is not set -# CONFIG_ALTERA_TSE is not set -CONFIG_NET_VENDOR_AMAZON=y -CONFIG_NET_VENDOR_AMD=y -# CONFIG_AMD8111_ETH is not set -# CONFIG_PCNET32 is not set -CONFIG_AMD_XGBE=y -CONFIG_NET_XGENE=y -CONFIG_NET_VENDOR_ARC=y -# CONFIG_ARC_EMAC is not set -# CONFIG_EMAC_ROCKCHIP is not set -CONFIG_NET_VENDOR_ATHEROS=y -# CONFIG_ATL2 is not set -# CONFIG_ATL1 is not set -# CONFIG_ATL1E is not set -# CONFIG_ATL1C is not set -# CONFIG_ALX is not set -# CONFIG_NET_VENDOR_AURORA is not set -CONFIG_NET_CADENCE=y -CONFIG_MACB=y -CONFIG_NET_VENDOR_BROADCOM=y -# CONFIG_B44 is not set -# CONFIG_BCMGENET is not set -# CONFIG_BNX2 is not set -# CONFIG_CNIC is not set -# CONFIG_TIGON3 is not set -# CONFIG_BNX2X is not set -CONFIG_BGMAC=y -CONFIG_BGMAC_PLATFORM=y -# CONFIG_SYSTEMPORT is not set -# CONFIG_BNXT is not set -CONFIG_NET_VENDOR_BROCADE=y -# CONFIG_BNA is not set -CONFIG_NET_VENDOR_CAVIUM=y -# CONFIG_THUNDER_NIC_PF is not set -# CONFIG_THUNDER_NIC_VF is not set -# CONFIG_THUNDER_NIC_BGX is not set -# CONFIG_THUNDER_NIC_RGX is not set -# CONFIG_LIQUIDIO is not set -CONFIG_NET_VENDOR_CHELSIO=y -# CONFIG_CHELSIO_T1 is not set -# CONFIG_CHELSIO_T3 is not set -# CONFIG_CHELSIO_T4 is not set -# CONFIG_CHELSIO_T4VF is not set -CONFIG_NET_VENDOR_CISCO=y -# CONFIG_ENIC is not set -# CONFIG_DNET is not set -CONFIG_NET_VENDOR_DEC=y -# CONFIG_NET_TULIP is not set -CONFIG_NET_VENDOR_DLINK=y -# CONFIG_DL2K is not set -# CONFIG_SUNDANCE is not set -CONFIG_NET_VENDOR_EMULEX=y -# CONFIG_BE2NET is not set -CONFIG_NET_VENDOR_EZCHIP=y -# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set -CONFIG_NET_VENDOR_EXAR=y -# CONFIG_S2IO is not set -# CONFIG_VXGE is not set -CONFIG_NET_VENDOR_FREESCALE=y -# CONFIG_FSL_PQ_MDIO is not set -# CONFIG_FSL_XGMAC_MDIO is not set -# CONFIG_GIANFAR is not set -CONFIG_NET_VENDOR_HISILICON=y -# CONFIG_HIX5HD2_GMAC is not set -# CONFIG_HISI_FEMAC is not set -# CONFIG_HIP04_ETH is not set -CONFIG_HNS_MDIO=y -CONFIG_HNS=y -CONFIG_HNS_DSAF=y -CONFIG_HNS_ENET=y -CONFIG_NET_VENDOR_HP=y -# CONFIG_HP100 is not set -CONFIG_NET_VENDOR_INTEL=y -# CONFIG_E100 is not set -# CONFIG_E1000 is not set -CONFIG_E1000E=y -CONFIG_IGB=y -CONFIG_IGB_HWMON=y -CONFIG_IGBVF=y -# CONFIG_IXGB is not set -# CONFIG_IXGBE is not set -# CONFIG_IXGBEVF is not set -# CONFIG_I40E is not set -# CONFIG_I40EVF is not set -# CONFIG_FM10K is not set -CONFIG_NET_VENDOR_I825XX=y -# CONFIG_JME is not set -CONFIG_NET_VENDOR_MARVELL=y -# CONFIG_MVMDIO is not set -# CONFIG_MVNETA_BM is not set -# CONFIG_PXA168_ETH is not set -# CONFIG_SKGE is not set -CONFIG_SKY2=y -# CONFIG_SKY2_DEBUG is not set -# CONFIG_NET_VENDOR_MEDIATEK is not set -CONFIG_NET_VENDOR_MELLANOX=y -# CONFIG_MLX4_EN is not set -# CONFIG_MLX4_CORE is not set -# CONFIG_MLX5_CORE is not set -# CONFIG_MLXSW_CORE is not set -CONFIG_NET_VENDOR_MICREL=y -# CONFIG_KS8842 is not set -# CONFIG_KS8851 is not set -# CONFIG_KS8851_MLL is not set -# CONFIG_KSZ884X_PCI is not set -CONFIG_NET_VENDOR_MICROCHIP=y -# CONFIG_ENC28J60 is not set -# CONFIG_ENCX24J600 is not set -CONFIG_NET_VENDOR_MYRI=y -# CONFIG_MYRI10GE is not set -# CONFIG_FEALNX is not set -CONFIG_NET_VENDOR_NATSEMI=y -# CONFIG_NATSEMI is not set -# CONFIG_NS83820 is not set -CONFIG_NET_VENDOR_NETRONOME=y -# CONFIG_NFP_NETVF is not set -CONFIG_NET_VENDOR_8390=y -# CONFIG_NE2K_PCI is not set -CONFIG_NET_VENDOR_NVIDIA=y -# CONFIG_FORCEDETH is not set -CONFIG_NET_VENDOR_OKI=y -# CONFIG_ETHOC is not set -CONFIG_NET_PACKET_ENGINE=y -# CONFIG_HAMACHI is not set -# CONFIG_YELLOWFIN is not set -CONFIG_NET_VENDOR_QLOGIC=y -# CONFIG_QLA3XXX is not set -# CONFIG_QLCNIC is not set -# CONFIG_QLGE is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_QED is not set -CONFIG_NET_VENDOR_QUALCOMM=y -# CONFIG_QCA7000 is not set -# CONFIG_QCOM_EMAC is not set -CONFIG_NET_VENDOR_REALTEK=y -# CONFIG_8139CP is not set -# CONFIG_8139TOO is not set -# CONFIG_R8169 is not set -CONFIG_NET_VENDOR_RENESAS=y -# CONFIG_SH_ETH is not set -CONFIG_RAVB=y -CONFIG_NET_VENDOR_RDC=y -# CONFIG_R6040 is not set -CONFIG_NET_VENDOR_ROCKER=y -CONFIG_NET_VENDOR_SAMSUNG=y -# CONFIG_SXGBE_ETH is not set -CONFIG_NET_VENDOR_SEEQ=y -CONFIG_NET_VENDOR_SILAN=y -# CONFIG_SC92031 is not set -CONFIG_NET_VENDOR_SIS=y -# CONFIG_SIS900 is not set -# CONFIG_SIS190 is not set -# CONFIG_SFC is not set -CONFIG_NET_VENDOR_SMSC=y -CONFIG_SMC91X=y -# CONFIG_EPIC100 is not set -CONFIG_SMSC911X=y -# CONFIG_SMSC911X_ARCH_HOOKS is not set -# CONFIG_SMSC9420 is not set -CONFIG_NET_VENDOR_STMICRO=y -CONFIG_STMMAC_ETH=m -CONFIG_STMMAC_PLATFORM=m -CONFIG_DWMAC_GENERIC=m -CONFIG_DWMAC_IPQ806X=m -CONFIG_DWMAC_MESON=m -CONFIG_DWMAC_ROCKCHIP=m -CONFIG_DWMAC_SUNXI=m -# CONFIG_STMMAC_PCI is not set -CONFIG_NET_VENDOR_SUN=y -# CONFIG_HAPPYMEAL is not set -# CONFIG_SUNGEM is not set -# CONFIG_CASSINI is not set -# CONFIG_NIU is not set -CONFIG_NET_VENDOR_SYNOPSYS=y -# CONFIG_SYNOPSYS_DWC_ETH_QOS is not set -CONFIG_NET_VENDOR_TEHUTI=y -# CONFIG_TEHUTI is not set -CONFIG_NET_VENDOR_TI=y -# CONFIG_TI_CPSW_ALE is not set -# CONFIG_TLAN is not set -CONFIG_NET_VENDOR_VIA=y -# CONFIG_VIA_RHINE is not set -# CONFIG_VIA_VELOCITY is not set -CONFIG_NET_VENDOR_WIZNET=y -# CONFIG_WIZNET_W5100 is not set -# CONFIG_WIZNET_W5300 is not set -# CONFIG_FDDI is not set -# CONFIG_HIPPI is not set -# CONFIG_NET_SB1000 is not set -CONFIG_PHYLIB=y -CONFIG_SWPHY=y - -# -# MDIO bus device drivers -# -# CONFIG_MDIO_BCM_IPROC is not set -# CONFIG_MDIO_BCM_UNIMAC is not set -CONFIG_MDIO_BITBANG=y -CONFIG_MDIO_BUS_MUX=y -CONFIG_MDIO_BUS_MUX_BCM_IPROC=y -# CONFIG_MDIO_BUS_MUX_GPIO is not set -# CONFIG_MDIO_BUS_MUX_MMIOREG is not set -# CONFIG_MDIO_GPIO is not set -# CONFIG_MDIO_HISI_FEMAC is not set -# CONFIG_MDIO_OCTEON is not set -# CONFIG_MDIO_SUN4I is not set -# CONFIG_MDIO_THUNDER is not set -CONFIG_MDIO_XGENE=y - -# -# MII PHY device drivers -# -# CONFIG_AMD_PHY is not set -# CONFIG_AQUANTIA_PHY is not set -# CONFIG_AT803X_PHY is not set -# CONFIG_BCM7XXX_PHY is not set -# CONFIG_BCM87XX_PHY is not set -# CONFIG_BROADCOM_PHY is not set -# CONFIG_CICADA_PHY is not set -# CONFIG_DAVICOM_PHY is not set -# CONFIG_DP83848_PHY is not set -# CONFIG_DP83867_PHY is not set -CONFIG_FIXED_PHY=y -# CONFIG_ICPLUS_PHY is not set -# CONFIG_INTEL_XWAY_PHY is not set -# CONFIG_LSI_ET1011C_PHY is not set -# CONFIG_LXT_PHY is not set -# CONFIG_MARVELL_PHY is not set -CONFIG_MICREL_PHY=y -# CONFIG_MICROCHIP_PHY is not set -# CONFIG_MICROSEMI_PHY is not set -# CONFIG_NATIONAL_PHY is not set -# CONFIG_QSEMI_PHY is not set -CONFIG_REALTEK_PHY=m -# CONFIG_SMSC_PHY is not set -# CONFIG_STE10XP is not set -# CONFIG_TERANETICS_PHY is not set -# CONFIG_VITESSE_PHY is not set -# CONFIG_XILINX_GMII2RGMII is not set -# CONFIG_MICREL_KS8995MA is not set -# CONFIG_PPP is not set -# CONFIG_SLIP is not set -CONFIG_USB_NET_DRIVERS=y -# CONFIG_USB_CATC is not set -# CONFIG_USB_KAWETH is not set -CONFIG_USB_PEGASUS=m -CONFIG_USB_RTL8150=m -CONFIG_USB_RTL8152=m -# CONFIG_USB_LAN78XX is not set -CONFIG_USB_USBNET=m -CONFIG_USB_NET_AX8817X=m -CONFIG_USB_NET_AX88179_178A=m -CONFIG_USB_NET_CDCETHER=m -# CONFIG_USB_NET_CDC_EEM is not set -CONFIG_USB_NET_CDC_NCM=m -# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set -# CONFIG_USB_NET_CDC_MBIM is not set -CONFIG_USB_NET_DM9601=m -# CONFIG_USB_NET_SR9700 is not set -CONFIG_USB_NET_SR9800=m -CONFIG_USB_NET_SMSC75XX=m -CONFIG_USB_NET_SMSC95XX=m -# CONFIG_USB_NET_GL620A is not set -CONFIG_USB_NET_NET1080=m -CONFIG_USB_NET_PLUSB=m -CONFIG_USB_NET_MCS7830=m -# CONFIG_USB_NET_RNDIS_HOST is not set -CONFIG_USB_NET_CDC_SUBSET_ENABLE=m -CONFIG_USB_NET_CDC_SUBSET=m -# CONFIG_USB_ALI_M5632 is not set -# CONFIG_USB_AN2720 is not set -CONFIG_USB_BELKIN=y -CONFIG_USB_ARMLINUX=y -# CONFIG_USB_EPSON2888 is not set -# CONFIG_USB_KC2190 is not set -CONFIG_USB_NET_ZAURUS=m -# CONFIG_USB_NET_CX82310_ETH is not set -# CONFIG_USB_NET_KALMIA is not set -# CONFIG_USB_NET_QMI_WWAN is not set -# CONFIG_USB_HSO is not set -# CONFIG_USB_NET_INT51X1 is not set -# CONFIG_USB_IPHETH is not set -# CONFIG_USB_SIERRA_NET is not set -# CONFIG_USB_VL600 is not set -# CONFIG_USB_NET_CH9200 is not set -CONFIG_WLAN=y -CONFIG_WLAN_VENDOR_ADMTEK=y -# CONFIG_ADM8211 is not set -CONFIG_WLAN_VENDOR_ATH=y -# CONFIG_ATH_DEBUG is not set -# CONFIG_ATH5K is not set -# CONFIG_ATH5K_PCI is not set -# CONFIG_ATH9K is not set -# CONFIG_ATH9K_HTC is not set -# CONFIG_CARL9170 is not set -# CONFIG_ATH6KL is not set -# CONFIG_AR5523 is not set -# CONFIG_WIL6210 is not set -# CONFIG_ATH10K is not set -# CONFIG_WCN36XX is not set -CONFIG_WLAN_VENDOR_ATMEL=y -# CONFIG_ATMEL is not set -# CONFIG_AT76C50X_USB is not set -CONFIG_WLAN_VENDOR_BROADCOM=y -# CONFIG_B43 is not set -# CONFIG_B43LEGACY is not set -# CONFIG_BRCMSMAC is not set -# CONFIG_BRCMFMAC is not set -CONFIG_WLAN_VENDOR_CISCO=y -CONFIG_WLAN_VENDOR_INTEL=y -# CONFIG_IPW2100 is not set -# CONFIG_IPW2200 is not set -# CONFIG_IWL4965 is not set -# CONFIG_IWL3945 is not set -# CONFIG_IWLWIFI is not set -CONFIG_WLAN_VENDOR_INTERSIL=y -# CONFIG_HOSTAP is not set -# CONFIG_HERMES is not set -# CONFIG_P54_COMMON is not set -# CONFIG_PRISM54 is not set -CONFIG_WLAN_VENDOR_MARVELL=y -# CONFIG_LIBERTAS is not set -# CONFIG_LIBERTAS_THINFIRM is not set -# CONFIG_MWIFIEX is not set -# CONFIG_MWL8K is not set -CONFIG_WLAN_VENDOR_MEDIATEK=y -# CONFIG_MT7601U is not set -CONFIG_WLAN_VENDOR_RALINK=y -# CONFIG_RT2X00 is not set -CONFIG_WLAN_VENDOR_REALTEK=y -# CONFIG_RTL8180 is not set -# CONFIG_RTL8187 is not set -CONFIG_RTL_CARDS=m -# CONFIG_RTL8192CE is not set -# CONFIG_RTL8192SE is not set -# CONFIG_RTL8192DE is not set -# CONFIG_RTL8723AE is not set -# CONFIG_RTL8723BE is not set -# CONFIG_RTL8188EE is not set -# CONFIG_RTL8192EE is not set -# CONFIG_RTL8821AE is not set -# CONFIG_RTL8192CU is not set -# CONFIG_RTL8XXXU is not set -CONFIG_WLAN_VENDOR_RSI=y -# CONFIG_RSI_91X is not set -CONFIG_WLAN_VENDOR_ST=y -# CONFIG_CW1200 is not set -CONFIG_WLAN_VENDOR_TI=y -# CONFIG_WL1251 is not set -# CONFIG_WL12XX is not set -CONFIG_WL18XX=m -CONFIG_WLCORE=m -# CONFIG_WLCORE_SPI is not set -CONFIG_WLCORE_SDIO=m -CONFIG_WILINK_PLATFORM_DATA=y -CONFIG_WLAN_VENDOR_ZYDAS=y -# CONFIG_USB_ZD1201 is not set -# CONFIG_ZD1211RW is not set -# CONFIG_MAC80211_HWSIM is not set -# CONFIG_USB_NET_RNDIS_WLAN is not set - -# -# Enable WiMAX (Networking options) to see the WiMAX drivers -# -# CONFIG_WAN is not set -CONFIG_XEN_NETDEV_FRONTEND=y -CONFIG_XEN_NETDEV_BACKEND=y -# CONFIG_VMXNET3 is not set -# CONFIG_FUJITSU_ES is not set -# CONFIG_ISDN is not set -# CONFIG_NVM is not set - -# -# Input device support -# -CONFIG_INPUT=y -CONFIG_INPUT_LEDS=y -# CONFIG_INPUT_FF_MEMLESS is not set -# CONFIG_INPUT_POLLDEV is not set -# CONFIG_INPUT_SPARSEKMAP is not set -# CONFIG_INPUT_MATRIXKMAP is not set - -# -# Userland interfaces -# -CONFIG_INPUT_MOUSEDEV=y -CONFIG_INPUT_MOUSEDEV_PSAUX=y -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 -# CONFIG_INPUT_JOYDEV is not set -CONFIG_INPUT_EVDEV=y -# CONFIG_INPUT_EVBUG is not set - -# -# Input Device Drivers -# -CONFIG_INPUT_KEYBOARD=y -# CONFIG_KEYBOARD_ADC is not set -# CONFIG_KEYBOARD_ADP5588 is not set -# CONFIG_KEYBOARD_ADP5589 is not set -CONFIG_KEYBOARD_ATKBD=y -# CONFIG_KEYBOARD_QT1070 is not set -# CONFIG_KEYBOARD_QT2160 is not set -# CONFIG_KEYBOARD_LKKBD is not set -CONFIG_KEYBOARD_GPIO=y -# CONFIG_KEYBOARD_GPIO_POLLED is not set -# CONFIG_KEYBOARD_TCA6416 is not set -# CONFIG_KEYBOARD_TCA8418 is not set -# CONFIG_KEYBOARD_MATRIX is not set -# CONFIG_KEYBOARD_LM8323 is not set -# CONFIG_KEYBOARD_LM8333 is not set -# CONFIG_KEYBOARD_MAX7359 is not set -# CONFIG_KEYBOARD_MCS is not set -# CONFIG_KEYBOARD_MPR121 is not set -# CONFIG_KEYBOARD_NEWTON is not set -# CONFIG_KEYBOARD_TEGRA is not set -# CONFIG_KEYBOARD_OPENCORES is not set -# CONFIG_KEYBOARD_SAMSUNG is not set -# CONFIG_KEYBOARD_STOWAWAY is not set -# CONFIG_KEYBOARD_SUNKBD is not set -# CONFIG_KEYBOARD_SH_KEYSC is not set -# CONFIG_KEYBOARD_SUN4I_LRADC is not set -# CONFIG_KEYBOARD_OMAP4 is not set -# CONFIG_KEYBOARD_XTKBD is not set -# CONFIG_KEYBOARD_CROS_EC is not set -# CONFIG_KEYBOARD_CAP11XX is not set -# CONFIG_KEYBOARD_BCM is not set -CONFIG_INPUT_MOUSE=y -CONFIG_MOUSE_PS2=y -CONFIG_MOUSE_PS2_ALPS=y -CONFIG_MOUSE_PS2_BYD=y -CONFIG_MOUSE_PS2_LOGIPS2PP=y -CONFIG_MOUSE_PS2_SYNAPTICS=y -CONFIG_MOUSE_PS2_CYPRESS=y -CONFIG_MOUSE_PS2_TRACKPOINT=y -# CONFIG_MOUSE_PS2_ELANTECH is not set -# CONFIG_MOUSE_PS2_SENTELIC is not set -# CONFIG_MOUSE_PS2_TOUCHKIT is not set -CONFIG_MOUSE_PS2_FOCALTECH=y -# CONFIG_MOUSE_SERIAL is not set -# CONFIG_MOUSE_APPLETOUCH is not set -# CONFIG_MOUSE_BCM5974 is not set -# CONFIG_MOUSE_CYAPA is not set -# CONFIG_MOUSE_ELAN_I2C is not set -# CONFIG_MOUSE_VSXXXAA is not set -# CONFIG_MOUSE_GPIO is not set -# CONFIG_MOUSE_SYNAPTICS_I2C is not set -# CONFIG_MOUSE_SYNAPTICS_USB is not set -# CONFIG_INPUT_JOYSTICK is not set -# CONFIG_INPUT_TABLET is not set -# CONFIG_INPUT_TOUCHSCREEN is not set -CONFIG_INPUT_MISC=y -# CONFIG_INPUT_AD714X is not set -# CONFIG_INPUT_ATMEL_CAPTOUCH is not set -# CONFIG_INPUT_BMA150 is not set -# CONFIG_INPUT_E3X0_BUTTON is not set -CONFIG_INPUT_PM8941_PWRKEY=y -# CONFIG_INPUT_MMA8450 is not set -# CONFIG_INPUT_MPU3050 is not set -# CONFIG_INPUT_GP2A is not set -# CONFIG_INPUT_GPIO_BEEPER is not set -# CONFIG_INPUT_GPIO_TILT_POLLED is not set -# CONFIG_INPUT_GPIO_DECODER is not set -# CONFIG_INPUT_ATI_REMOTE2 is not set -# CONFIG_INPUT_KEYSPAN_REMOTE is not set -# CONFIG_INPUT_KXTJ9 is not set -# CONFIG_INPUT_POWERMATE is not set -# CONFIG_INPUT_YEALINK is not set -# CONFIG_INPUT_CM109 is not set -# CONFIG_INPUT_REGULATOR_HAPTIC is not set -CONFIG_INPUT_UINPUT=y -# CONFIG_INPUT_PCF8574 is not set -# CONFIG_INPUT_PWM_BEEPER is not set -# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set -# CONFIG_INPUT_ADXL34X is not set -# CONFIG_INPUT_IMS_PCU is not set -# CONFIG_INPUT_CMA3000 is not set -CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y -# CONFIG_INPUT_SOC_BUTTON_ARRAY is not set -# CONFIG_INPUT_DRV260X_HAPTICS is not set -# CONFIG_INPUT_DRV2665_HAPTICS is not set -# CONFIG_INPUT_DRV2667_HAPTICS is not set -CONFIG_INPUT_HISI_POWERKEY=y -# CONFIG_RMI4_CORE is not set - -# -# Hardware I/O ports -# -CONFIG_SERIO=y -# CONFIG_SERIO_SERPORT is not set -CONFIG_SERIO_AMBAKMI=y -# CONFIG_SERIO_PCIPS2 is not set -CONFIG_SERIO_LIBPS2=y -# CONFIG_SERIO_RAW is not set -# CONFIG_SERIO_ALTERA_PS2 is not set -# CONFIG_SERIO_PS2MULT is not set -# CONFIG_SERIO_ARC_PS2 is not set -# CONFIG_SERIO_APBPS2 is not set -# CONFIG_SERIO_SUN4I_PS2 is not set -# CONFIG_USERIO is not set -# CONFIG_GAMEPORT is not set - -# -# Character devices -# -CONFIG_TTY=y -CONFIG_VT=y -CONFIG_CONSOLE_TRANSLATIONS=y -CONFIG_VT_CONSOLE=y -CONFIG_VT_CONSOLE_SLEEP=y -CONFIG_HW_CONSOLE=y -CONFIG_VT_HW_CONSOLE_BINDING=y -CONFIG_UNIX98_PTYS=y -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=16 -# CONFIG_SERIAL_NONSTANDARD is not set -# CONFIG_NOZOMI is not set -# CONFIG_N_GSM is not set -# CONFIG_TRACE_SINK is not set -CONFIG_DEVMEM=y -CONFIG_DEVKMEM=y - -# -# Serial drivers -# -CONFIG_SERIAL_EARLYCON=y -CONFIG_SERIAL_8250=y -CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y -CONFIG_SERIAL_8250_PNP=y -# CONFIG_SERIAL_8250_FINTEK is not set -CONFIG_SERIAL_8250_CONSOLE=y -CONFIG_SERIAL_8250_DMA=y -CONFIG_SERIAL_8250_PCI=y -CONFIG_SERIAL_8250_NR_UARTS=4 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 -# CONFIG_SERIAL_8250_EXTENDED is not set -CONFIG_SERIAL_8250_FSL=y -CONFIG_SERIAL_8250_DW=y -# CONFIG_SERIAL_8250_RT288X is not set -CONFIG_SERIAL_8250_MT6577=y -CONFIG_SERIAL_8250_UNIPHIER=y -# CONFIG_SERIAL_8250_MOXA is not set -CONFIG_SERIAL_OF_PLATFORM=y - -# -# Non-8250 serial port support -# -# CONFIG_SERIAL_AMBA_PL010 is not set -CONFIG_SERIAL_AMBA_PL011=y -CONFIG_SERIAL_AMBA_PL011_CONSOLE=y -# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set -CONFIG_SERIAL_MESON=y -CONFIG_SERIAL_MESON_CONSOLE=y -CONFIG_SERIAL_SAMSUNG=y -CONFIG_SERIAL_SAMSUNG_UARTS_4=y -CONFIG_SERIAL_SAMSUNG_UARTS=4 -CONFIG_SERIAL_SAMSUNG_CONSOLE=y -CONFIG_SERIAL_TEGRA=y -# CONFIG_SERIAL_MAX3100 is not set -# CONFIG_SERIAL_MAX310X is not set -# CONFIG_SERIAL_UARTLITE is not set -CONFIG_SERIAL_SH_SCI=y -CONFIG_SERIAL_SH_SCI_NR_UARTS=11 -CONFIG_SERIAL_SH_SCI_CONSOLE=y -# CONFIG_SERIAL_SH_SCI_EARLYCON is not set -# CONFIG_SERIAL_SH_SCI_DMA is not set -CONFIG_SERIAL_CORE=y -CONFIG_SERIAL_CORE_CONSOLE=y -# CONFIG_SERIAL_JSM is not set -CONFIG_SERIAL_MSM=y -CONFIG_SERIAL_MSM_CONSOLE=y -# CONFIG_SERIAL_SCCNXP is not set -# CONFIG_SERIAL_SC16IS7XX is not set -# CONFIG_SERIAL_ALTERA_JTAGUART is not set -# CONFIG_SERIAL_ALTERA_UART is not set -# CONFIG_SERIAL_IFX6X60 is not set -CONFIG_SERIAL_XILINX_PS_UART=y -CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y -# CONFIG_SERIAL_ARC is not set -# CONFIG_SERIAL_RP2 is not set -# CONFIG_SERIAL_FSL_LPUART is not set -# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set -# CONFIG_SERIAL_SPRD is not set -CONFIG_SERIAL_MVEBU_UART=y -CONFIG_SERIAL_MVEBU_CONSOLE=y -CONFIG_SERIAL_MCTRL_GPIO=y -CONFIG_HVC_DRIVER=y -CONFIG_HVC_IRQ=y -CONFIG_HVC_XEN=y -CONFIG_HVC_XEN_FRONTEND=y -# CONFIG_HVC_DCC is not set -CONFIG_VIRTIO_CONSOLE=y -# CONFIG_IPMI_HANDLER is not set -CONFIG_HW_RANDOM=m -# CONFIG_HW_RANDOM_TIMERIOMEM is not set -CONFIG_HW_RANDOM_IPROC_RNG200=m -# CONFIG_HW_RANDOM_VIRTIO is not set -CONFIG_HW_RANDOM_EXYNOS=m -CONFIG_HW_RANDOM_HISI=m -CONFIG_HW_RANDOM_MSM=m -CONFIG_HW_RANDOM_XGENE=m -CONFIG_HW_RANDOM_MESON=m -CONFIG_HW_RANDOM_CAVIUM=m -# CONFIG_R3964 is not set -# CONFIG_APPLICOM is not set - -# -# PCMCIA character devices -# -# CONFIG_RAW_DRIVER is not set -# CONFIG_HPET is not set -# CONFIG_TCG_TPM is not set -CONFIG_DEVPORT=y -# CONFIG_XILLYBUS is not set - -# -# I2C support -# -CONFIG_I2C=y -CONFIG_ACPI_I2C_OPREGION=y -CONFIG_I2C_BOARDINFO=y -CONFIG_I2C_COMPAT=y -CONFIG_I2C_CHARDEV=y -CONFIG_I2C_MUX=y - -# -# Multiplexer I2C Chip support -# -# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set -# CONFIG_I2C_MUX_GPIO is not set -# CONFIG_I2C_MUX_PCA9541 is not set -CONFIG_I2C_MUX_PCA954x=y -# CONFIG_I2C_MUX_PINCTRL is not set -# CONFIG_I2C_MUX_REG is not set -# CONFIG_I2C_DEMUX_PINCTRL is not set -CONFIG_I2C_HELPER_AUTO=y -CONFIG_I2C_ALGOBIT=y - -# -# I2C Hardware Bus support -# - -# -# PC SMBus host controller drivers -# -# CONFIG_I2C_ALI1535 is not set -# CONFIG_I2C_ALI1563 is not set -# CONFIG_I2C_ALI15X3 is not set -# CONFIG_I2C_AMD756 is not set -# CONFIG_I2C_AMD8111 is not set -# CONFIG_I2C_HIX5HD2 is not set -# CONFIG_I2C_I801 is not set -# CONFIG_I2C_ISCH is not set -# CONFIG_I2C_PIIX4 is not set -# CONFIG_I2C_NFORCE2 is not set -# CONFIG_I2C_SIS5595 is not set -# CONFIG_I2C_SIS630 is not set -# CONFIG_I2C_SIS96X is not set -# CONFIG_I2C_VIA is not set -# CONFIG_I2C_VIAPRO is not set - -# -# ACPI drivers -# -# CONFIG_I2C_SCMI is not set - -# -# I2C system bus drivers (mostly embedded / system-on-chip) -# -CONFIG_I2C_BCM_IPROC=y -# CONFIG_I2C_CADENCE is not set -# CONFIG_I2C_CBUS_GPIO is not set -CONFIG_I2C_DESIGNWARE_CORE=y -CONFIG_I2C_DESIGNWARE_PLATFORM=y -# CONFIG_I2C_DESIGNWARE_PCI is not set -# CONFIG_I2C_EMEV2 is not set -CONFIG_I2C_EXYNOS5=y -# CONFIG_I2C_GPIO is not set -CONFIG_I2C_IMX=y -CONFIG_I2C_MESON=y -# CONFIG_I2C_MT65XX is not set -CONFIG_I2C_MV64XXX=y -# CONFIG_I2C_NOMADIK is not set -# CONFIG_I2C_OCORES is not set -# CONFIG_I2C_PCA_PLATFORM is not set -# CONFIG_I2C_PXA_PCI is not set -CONFIG_I2C_QUP=y -# CONFIG_I2C_RIIC is not set -# CONFIG_I2C_RK3X is not set -CONFIG_I2C_SH_MOBILE=y -# CONFIG_I2C_SIMTEC is not set -CONFIG_I2C_TEGRA=y -# CONFIG_I2C_UNIPHIER is not set -CONFIG_I2C_UNIPHIER_F=y -# CONFIG_I2C_VERSATILE is not set -# CONFIG_I2C_THUNDERX is not set -# CONFIG_I2C_XILINX is not set -# CONFIG_I2C_XLP9XX is not set -CONFIG_I2C_RCAR=y - -# -# External I2C/SMBus adapter drivers -# -# CONFIG_I2C_DIOLAN_U2C is not set -# CONFIG_I2C_PARPORT_LIGHT is not set -# CONFIG_I2C_ROBOTFUZZ_OSIF is not set -# CONFIG_I2C_TAOS_EVM is not set -# CONFIG_I2C_TINY_USB is not set - -# -# Other I2C/SMBus bus drivers -# -CONFIG_I2C_CROS_EC_TUNNEL=y -# CONFIG_I2C_XGENE_SLIMPRO is not set -# CONFIG_I2C_STUB is not set -CONFIG_I2C_SLAVE=y -# CONFIG_I2C_SLAVE_EEPROM is not set -# CONFIG_I2C_DEBUG_CORE is not set -# CONFIG_I2C_DEBUG_ALGO is not set -# CONFIG_I2C_DEBUG_BUS is not set -CONFIG_SPI=y -# CONFIG_SPI_DEBUG is not set -CONFIG_SPI_MASTER=y - -# -# SPI Master Controller Drivers -# -# CONFIG_SPI_ALTERA is not set -# CONFIG_SPI_AXI_SPI_ENGINE is not set -CONFIG_SPI_BCM_QSPI=y -# CONFIG_SPI_BITBANG is not set -# CONFIG_SPI_CADENCE is not set -# CONFIG_SPI_DESIGNWARE is not set -# CONFIG_SPI_GPIO is not set -# CONFIG_SPI_FSL_SPI is not set -# CONFIG_SPI_FSL_DSPI is not set -CONFIG_SPI_MESON_SPIFC=m -# CONFIG_SPI_MT65XX is not set -# CONFIG_SPI_OC_TINY is not set -CONFIG_SPI_ORION=y -CONFIG_SPI_PL022=y -# CONFIG_SPI_PXA2XX is not set -# CONFIG_SPI_PXA2XX_PCI is not set -# CONFIG_SPI_ROCKCHIP is not set -# CONFIG_SPI_RSPI is not set -CONFIG_SPI_QUP=y -CONFIG_SPI_S3C64XX=y -# CONFIG_SPI_SC18IS602 is not set -CONFIG_SPI_SH_MSIOF=y -# CONFIG_SPI_SH_MSIOF_TRANSFER_SYNC_DEBUG is not set -# CONFIG_SPI_SH_HSPI is not set -# CONFIG_SPI_SUN4I is not set -# CONFIG_SPI_SUN6I is not set -# CONFIG_SPI_TEGRA114 is not set -# CONFIG_SPI_TEGRA20_SFLASH is not set -# CONFIG_SPI_TEGRA20_SLINK is not set -# CONFIG_SPI_THUNDERX is not set -# CONFIG_SPI_XCOMM is not set -# CONFIG_SPI_XILINX is not set -# CONFIG_SPI_XLP is not set -# CONFIG_SPI_ZYNQMP_GQSPI is not set - -# -# SPI Protocol Masters -# -CONFIG_SPI_SPIDEV=y -# CONFIG_SPI_LOOPBACK_TEST is not set -# CONFIG_SPI_TLE62X0 is not set -CONFIG_SPMI=y -CONFIG_SPMI_MSM_PMIC_ARB=y -# CONFIG_HSI is not set - -# -# PPS support -# -CONFIG_PPS=y -# CONFIG_PPS_DEBUG is not set - -# -# PPS clients support -# -# CONFIG_PPS_CLIENT_KTIMER is not set -# CONFIG_PPS_CLIENT_LDISC is not set -# CONFIG_PPS_CLIENT_GPIO is not set - -# -# PPS generators support -# - -# -# PTP clock support -# -CONFIG_PTP_1588_CLOCK=y - -# -# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. -# -CONFIG_PINCTRL=y - -# -# Pin controllers -# -CONFIG_PINMUX=y -CONFIG_PINCONF=y -CONFIG_GENERIC_PINCONF=y -# CONFIG_DEBUG_PINCTRL is not set -# CONFIG_PINCTRL_AMD is not set -CONFIG_PINCTRL_MESON=y -CONFIG_PINCTRL_ROCKCHIP=y -CONFIG_PINCTRL_SINGLE=y -CONFIG_PINCTRL_MAX77620=y -CONFIG_PINCTRL_IPROC_GPIO=y -CONFIG_PINCTRL_NS2_MUX=y -# CONFIG_PINCTRL_BERLIN_BG2 is not set -# CONFIG_PINCTRL_BERLIN_BG2CD is not set -# CONFIG_PINCTRL_BERLIN_BG2Q is not set -# CONFIG_PINCTRL_BERLIN_BG4CT is not set -# CONFIG_PINCTRL_BAYTRAIL is not set -# CONFIG_PINCTRL_CHERRYVIEW is not set -# CONFIG_PINCTRL_BROXTON is not set -# CONFIG_PINCTRL_SUNRISEPOINT is not set -CONFIG_PINCTRL_MSM=y -# CONFIG_PINCTRL_APQ8064 is not set -# CONFIG_PINCTRL_APQ8084 is not set -# CONFIG_PINCTRL_IPQ4019 is not set -# CONFIG_PINCTRL_IPQ8064 is not set -# CONFIG_PINCTRL_MSM8660 is not set -# CONFIG_PINCTRL_MSM8960 is not set -# CONFIG_PINCTRL_MDM9615 is not set -# CONFIG_PINCTRL_MSM8X74 is not set -CONFIG_PINCTRL_MSM8916=y -CONFIG_PINCTRL_MSM8996=y -CONFIG_PINCTRL_QDF2XXX=y -CONFIG_PINCTRL_QCOM_SPMI_PMIC=y -# CONFIG_PINCTRL_QCOM_SSBI_PMIC is not set -CONFIG_PINCTRL_SAMSUNG=y -CONFIG_PINCTRL_EXYNOS=y -CONFIG_PINCTRL_SH_PFC=y -CONFIG_PINCTRL_PFC_R8A7795=y -CONFIG_PINCTRL_PFC_R8A7796=y -CONFIG_PINCTRL_SUNXI=y -# CONFIG_PINCTRL_SUN4I_A10 is not set -# CONFIG_PINCTRL_SUN5I_A10S is not set -# CONFIG_PINCTRL_SUN5I_A13 is not set -# CONFIG_PINCTRL_GR8 is not set -# CONFIG_PINCTRL_SUN6I_A31 is not set -# CONFIG_PINCTRL_SUN6I_A31S is not set -# CONFIG_PINCTRL_SUN6I_A31_R is not set -# CONFIG_PINCTRL_SUN7I_A20 is not set -# CONFIG_PINCTRL_SUN8I_A23 is not set -# CONFIG_PINCTRL_SUN8I_A33 is not set -# CONFIG_PINCTRL_SUN8I_A83T is not set -# CONFIG_PINCTRL_SUN8I_A23_R is not set -# CONFIG_PINCTRL_SUN8I_H3 is not set -# CONFIG_PINCTRL_SUN8I_H3_R is not set -# CONFIG_PINCTRL_SUN9I_A80 is not set -# CONFIG_PINCTRL_SUN9I_A80_R is not set -CONFIG_PINCTRL_SUN50I_A64=y -CONFIG_PINCTRL_TEGRA=y -CONFIG_PINCTRL_TEGRA124=y -CONFIG_PINCTRL_TEGRA210=y -CONFIG_PINCTRL_TEGRA_XUSB=y -CONFIG_PINCTRL_UNIPHIER=y -# CONFIG_PINCTRL_UNIPHIER_LD4 is not set -# CONFIG_PINCTRL_UNIPHIER_PRO4 is not set -# CONFIG_PINCTRL_UNIPHIER_SLD8 is not set -# CONFIG_PINCTRL_UNIPHIER_PRO5 is not set -# CONFIG_PINCTRL_UNIPHIER_PXS2 is not set -# CONFIG_PINCTRL_UNIPHIER_LD6B is not set -CONFIG_PINCTRL_UNIPHIER_LD11=y -CONFIG_PINCTRL_UNIPHIER_LD20=y -CONFIG_PINCTRL_MTK=y -# CONFIG_PINCTRL_MT2701 is not set -# CONFIG_PINCTRL_MT7623 is not set -# CONFIG_PINCTRL_MT8135 is not set -# CONFIG_PINCTRL_MT8127 is not set -CONFIG_PINCTRL_MT8173=y -# CONFIG_PINCTRL_MT6397 is not set -CONFIG_GPIOLIB=y -CONFIG_OF_GPIO=y -CONFIG_GPIO_ACPI=y -CONFIG_GPIOLIB_IRQCHIP=y -# CONFIG_DEBUG_GPIO is not set -CONFIG_GPIO_SYSFS=y -CONFIG_GPIO_GENERIC=y - -# -# Memory mapped GPIO drivers -# -# CONFIG_GPIO_74XX_MMIO is not set -# CONFIG_GPIO_ALTERA is not set -# CONFIG_GPIO_AMDPT is not set -CONFIG_GPIO_DWAPB=y -CONFIG_GPIO_GENERIC_PLATFORM=y -# CONFIG_GPIO_GRGPIO is not set -# CONFIG_GPIO_MOCKUP is not set -# CONFIG_GPIO_MPC8XXX is not set -CONFIG_GPIO_PL061=y -CONFIG_GPIO_RCAR=y -# CONFIG_GPIO_SYSCON is not set -CONFIG_GPIO_TEGRA=y -# CONFIG_GPIO_VX855 is not set -CONFIG_GPIO_XGENE=y -# CONFIG_GPIO_XGENE_SB is not set -# CONFIG_GPIO_XILINX is not set -# CONFIG_GPIO_XLP is not set -# CONFIG_GPIO_ZYNQ is not set -# CONFIG_GPIO_ZX is not set - -# -# I2C GPIO expanders -# -# CONFIG_GPIO_ADP5588 is not set -# CONFIG_GPIO_ADNP is not set -# CONFIG_GPIO_MAX7300 is not set -# CONFIG_GPIO_MAX732X is not set -CONFIG_GPIO_PCA953X=y -CONFIG_GPIO_PCA953X_IRQ=y -# CONFIG_GPIO_PCF857X is not set -# CONFIG_GPIO_SX150X is not set -# CONFIG_GPIO_TPIC2810 is not set -# CONFIG_GPIO_TS4900 is not set - -# -# MFD GPIO expanders -# -CONFIG_GPIO_MAX77620=y - -# -# PCI GPIO expanders -# -# CONFIG_GPIO_AMD8111 is not set -# CONFIG_GPIO_BT8XX is not set -# CONFIG_GPIO_ML_IOH is not set -# CONFIG_GPIO_RDC321X is not set - -# -# SPI GPIO expanders -# -# CONFIG_GPIO_74X164 is not set -# CONFIG_GPIO_MAX7301 is not set -# CONFIG_GPIO_MC33880 is not set -# CONFIG_GPIO_PISOSR is not set - -# -# SPI or I2C GPIO expanders -# -# CONFIG_GPIO_MCP23S08 is not set - -# -# USB GPIO expanders -# -# CONFIG_W1 is not set -CONFIG_POWER_AVS=y -# CONFIG_ROCKCHIP_IODOMAIN is not set -CONFIG_POWER_RESET=y -# CONFIG_POWER_RESET_GPIO is not set -# CONFIG_POWER_RESET_GPIO_RESTART is not set -# CONFIG_POWER_RESET_HISI is not set -CONFIG_POWER_RESET_MSM=y -# CONFIG_POWER_RESET_LTC2952 is not set -# CONFIG_POWER_RESET_RESTART is not set -CONFIG_POWER_RESET_VEXPRESS=y -CONFIG_POWER_RESET_XGENE=y -CONFIG_POWER_RESET_SYSCON=y -# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set -# CONFIG_POWER_RESET_ZX is not set -# CONFIG_SYSCON_REBOOT_MODE is not set -CONFIG_POWER_SUPPLY=y -# CONFIG_POWER_SUPPLY_DEBUG is not set -# CONFIG_PDA_POWER is not set -# CONFIG_GENERIC_ADC_BATTERY is not set -# CONFIG_TEST_POWER is not set -# CONFIG_BATTERY_DS2780 is not set -# CONFIG_BATTERY_DS2781 is not set -# CONFIG_BATTERY_DS2782 is not set -# CONFIG_BATTERY_SBS is not set -CONFIG_BATTERY_BQ27XXX=y -CONFIG_BATTERY_BQ27XXX_I2C=y -# CONFIG_BATTERY_MAX17040 is not set -# CONFIG_BATTERY_MAX17042 is not set -# CONFIG_CHARGER_ISP1704 is not set -# CONFIG_CHARGER_MAX8903 is not set -# CONFIG_CHARGER_LP8727 is not set -# CONFIG_CHARGER_GPIO is not set -# CONFIG_CHARGER_MANAGER is not set -# CONFIG_CHARGER_QCOM_SMBB is not set -# CONFIG_CHARGER_BQ2415X is not set -# CONFIG_CHARGER_BQ24190 is not set -# CONFIG_CHARGER_BQ24257 is not set -# CONFIG_CHARGER_BQ24735 is not set -# CONFIG_CHARGER_BQ25890 is not set -# CONFIG_CHARGER_SMB347 is not set -# CONFIG_BATTERY_GAUGE_LTC2941 is not set -# CONFIG_CHARGER_RT9455 is not set -CONFIG_HWMON=y -# CONFIG_HWMON_VID is not set -# CONFIG_HWMON_DEBUG_CHIP is not set - -# -# Native drivers -# -# CONFIG_SENSORS_AD7314 is not set -# CONFIG_SENSORS_AD7414 is not set -# CONFIG_SENSORS_AD7418 is not set -# CONFIG_SENSORS_ADM1021 is not set -# CONFIG_SENSORS_ADM1025 is not set -# CONFIG_SENSORS_ADM1026 is not set -# CONFIG_SENSORS_ADM1029 is not set -# CONFIG_SENSORS_ADM1031 is not set -# CONFIG_SENSORS_ADM9240 is not set -# CONFIG_SENSORS_ADT7310 is not set -# CONFIG_SENSORS_ADT7410 is not set -# CONFIG_SENSORS_ADT7411 is not set -# CONFIG_SENSORS_ADT7462 is not set -# CONFIG_SENSORS_ADT7470 is not set -# CONFIG_SENSORS_ADT7475 is not set -# CONFIG_SENSORS_ASC7621 is not set -CONFIG_SENSORS_ARM_SCPI=y -# CONFIG_SENSORS_ATXP1 is not set -# CONFIG_SENSORS_DS620 is not set -# CONFIG_SENSORS_DS1621 is not set -# CONFIG_SENSORS_I5K_AMB is not set -# CONFIG_SENSORS_F71805F is not set -# CONFIG_SENSORS_F71882FG is not set -# CONFIG_SENSORS_F75375S is not set -# CONFIG_SENSORS_FTSTEUTATES is not set -# CONFIG_SENSORS_GL518SM is not set -# CONFIG_SENSORS_GL520SM is not set -# CONFIG_SENSORS_G760A is not set -# CONFIG_SENSORS_G762 is not set -# CONFIG_SENSORS_GPIO_FAN is not set -# CONFIG_SENSORS_HIH6130 is not set -# CONFIG_SENSORS_IIO_HWMON is not set -# CONFIG_SENSORS_IT87 is not set -# CONFIG_SENSORS_JC42 is not set -# CONFIG_SENSORS_POWR1220 is not set -# CONFIG_SENSORS_LINEAGE is not set -# CONFIG_SENSORS_LTC2945 is not set -# CONFIG_SENSORS_LTC2990 is not set -# CONFIG_SENSORS_LTC4151 is not set -# CONFIG_SENSORS_LTC4215 is not set -# CONFIG_SENSORS_LTC4222 is not set -# CONFIG_SENSORS_LTC4245 is not set -# CONFIG_SENSORS_LTC4260 is not set -# CONFIG_SENSORS_LTC4261 is not set -# CONFIG_SENSORS_MAX1111 is not set -# CONFIG_SENSORS_MAX16065 is not set -# CONFIG_SENSORS_MAX1619 is not set -# CONFIG_SENSORS_MAX1668 is not set -# CONFIG_SENSORS_MAX197 is not set -# CONFIG_SENSORS_MAX31722 is not set -# CONFIG_SENSORS_MAX6639 is not set -# CONFIG_SENSORS_MAX6642 is not set -# CONFIG_SENSORS_MAX6650 is not set -# CONFIG_SENSORS_MAX6697 is not set -# CONFIG_SENSORS_MAX31790 is not set -# CONFIG_SENSORS_MCP3021 is not set -# CONFIG_SENSORS_ADCXX is not set -# CONFIG_SENSORS_LM63 is not set -# CONFIG_SENSORS_LM70 is not set -# CONFIG_SENSORS_LM73 is not set -# CONFIG_SENSORS_LM75 is not set -# CONFIG_SENSORS_LM77 is not set -# CONFIG_SENSORS_LM78 is not set -# CONFIG_SENSORS_LM80 is not set -# CONFIG_SENSORS_LM83 is not set -# CONFIG_SENSORS_LM85 is not set -# CONFIG_SENSORS_LM87 is not set -CONFIG_SENSORS_LM90=m -# CONFIG_SENSORS_LM92 is not set -# CONFIG_SENSORS_LM93 is not set -# CONFIG_SENSORS_LM95234 is not set -# CONFIG_SENSORS_LM95241 is not set -# CONFIG_SENSORS_LM95245 is not set -# CONFIG_SENSORS_PC87360 is not set -# CONFIG_SENSORS_PC87427 is not set -# CONFIG_SENSORS_NTC_THERMISTOR is not set -# CONFIG_SENSORS_NCT6683 is not set -# CONFIG_SENSORS_NCT6775 is not set -# CONFIG_SENSORS_NCT7802 is not set -# CONFIG_SENSORS_NCT7904 is not set -# CONFIG_SENSORS_PCF8591 is not set -# CONFIG_PMBUS is not set -# CONFIG_SENSORS_PWM_FAN is not set -# CONFIG_SENSORS_SHT15 is not set -# CONFIG_SENSORS_SHT21 is not set -# CONFIG_SENSORS_SHT3x is not set -# CONFIG_SENSORS_SHTC1 is not set -# CONFIG_SENSORS_SIS5595 is not set -# CONFIG_SENSORS_DME1737 is not set -# CONFIG_SENSORS_EMC1403 is not set -# CONFIG_SENSORS_EMC2103 is not set -# CONFIG_SENSORS_EMC6W201 is not set -# CONFIG_SENSORS_SMSC47M1 is not set -# CONFIG_SENSORS_SMSC47M192 is not set -# CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SCH56XX_COMMON is not set -# CONFIG_SENSORS_SCH5627 is not set -# CONFIG_SENSORS_SCH5636 is not set -# CONFIG_SENSORS_SMM665 is not set -# CONFIG_SENSORS_ADC128D818 is not set -# CONFIG_SENSORS_ADS1015 is not set -# CONFIG_SENSORS_ADS7828 is not set -# CONFIG_SENSORS_ADS7871 is not set -# CONFIG_SENSORS_AMC6821 is not set -# CONFIG_SENSORS_INA209 is not set -CONFIG_SENSORS_INA2XX=m -# CONFIG_SENSORS_INA3221 is not set -# CONFIG_SENSORS_TC74 is not set -# CONFIG_SENSORS_THMC50 is not set -# CONFIG_SENSORS_TMP102 is not set -# CONFIG_SENSORS_TMP103 is not set -# CONFIG_SENSORS_TMP401 is not set -# CONFIG_SENSORS_TMP421 is not set -# CONFIG_SENSORS_VEXPRESS is not set -# CONFIG_SENSORS_VIA686A is not set -# CONFIG_SENSORS_VT1211 is not set -# CONFIG_SENSORS_VT8231 is not set -# CONFIG_SENSORS_W83781D is not set -# CONFIG_SENSORS_W83791D is not set -# CONFIG_SENSORS_W83792D is not set -# CONFIG_SENSORS_W83793 is not set -# CONFIG_SENSORS_W83795 is not set -# CONFIG_SENSORS_W83L785TS is not set -# CONFIG_SENSORS_W83L786NG is not set -# CONFIG_SENSORS_W83627HF is not set -# CONFIG_SENSORS_W83627EHF is not set - -# -# ACPI drivers -# -# CONFIG_SENSORS_ACPI_POWER is not set -CONFIG_THERMAL=y -CONFIG_THERMAL_HWMON=y -CONFIG_THERMAL_OF=y -# CONFIG_THERMAL_WRITABLE_TRIPS is not set -# CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE is not set -# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set -# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set -CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR=y -# CONFIG_THERMAL_GOV_FAIR_SHARE is not set -# CONFIG_THERMAL_GOV_STEP_WISE is not set -# CONFIG_THERMAL_GOV_BANG_BANG is not set -# CONFIG_THERMAL_GOV_USER_SPACE is not set -CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y -CONFIG_CPU_THERMAL=y -# CONFIG_CLOCK_THERMAL is not set -CONFIG_THERMAL_EMULATION=y -# CONFIG_HISI_THERMAL is not set -# CONFIG_MAX77620_THERMAL is not set -# CONFIG_QORIQ_THERMAL is not set -# CONFIG_ROCKCHIP_THERMAL is not set -# CONFIG_RCAR_THERMAL is not set -CONFIG_RCAR_GEN3_THERMAL=y -# CONFIG_ARMADA_THERMAL is not set - -# -# ACPI INT340X thermal drivers -# -CONFIG_MTK_THERMAL=y - -# -# Samsung thermal drivers -# -CONFIG_EXYNOS_THERMAL=y - -# -# NVIDIA Tegra thermal drivers -# -# CONFIG_TEGRA_SOCTHERM is not set -# CONFIG_QCOM_SPMI_TEMP_ALARM is not set -# CONFIG_GENERIC_ADC_THERMAL is not set - -# -# Qualcomm thermal drivers -# -CONFIG_WATCHDOG=y -CONFIG_WATCHDOG_CORE=y -# CONFIG_WATCHDOG_NOWAYOUT is not set -# CONFIG_WATCHDOG_SYSFS is not set - -# -# Watchdog Device Drivers -# -# CONFIG_SOFT_WATCHDOG is not set -# CONFIG_GPIO_WATCHDOG is not set -# CONFIG_WDAT_WDT is not set -# CONFIG_XILINX_WATCHDOG is not set -# CONFIG_ZIIRAVE_WATCHDOG is not set -# CONFIG_ARM_SP805_WATCHDOG is not set -# CONFIG_ARM_SBSA_WATCHDOG is not set -# CONFIG_CADENCE_WATCHDOG is not set -CONFIG_HAVE_S3C2410_WATCHDOG=y -CONFIG_S3C2410_WATCHDOG=y -# CONFIG_DW_WATCHDOG is not set -# CONFIG_SUNXI_WATCHDOG is not set -# CONFIG_MAX63XX_WATCHDOG is not set -# CONFIG_MAX77620_WATCHDOG is not set -# CONFIG_IMX2_WDT is not set -# CONFIG_TEGRA_WATCHDOG is not set -# CONFIG_QCOM_WDT is not set -CONFIG_MESON_GXBB_WATCHDOG=m -CONFIG_MESON_WATCHDOG=m -# CONFIG_MEDIATEK_WATCHDOG is not set -CONFIG_RENESAS_WDT=y -# CONFIG_ALIM7101_WDT is not set -# CONFIG_I6300ESB_WDT is not set -# CONFIG_MEN_A21_WDT is not set -# CONFIG_XEN_WDT is not set - -# -# PCI-based Watchdog Cards -# -# CONFIG_PCIPCWATCHDOG is not set -# CONFIG_WDTPCI is not set - -# -# USB-based Watchdog Cards -# -# CONFIG_USBPCWATCHDOG is not set - -# -# Watchdog Pretimeout Governors -# -# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set -CONFIG_SSB_POSSIBLE=y - -# -# Sonics Silicon Backplane -# -# CONFIG_SSB is not set -CONFIG_BCMA_POSSIBLE=y - -# -# Broadcom specific AMBA -# -# CONFIG_BCMA is not set - -# -# Multifunction device drivers -# -CONFIG_MFD_CORE=y -# CONFIG_MFD_ACT8945A is not set -# CONFIG_MFD_AS3711 is not set -# CONFIG_MFD_AS3722 is not set -# CONFIG_PMIC_ADP5520 is not set -# CONFIG_MFD_AAT2870_CORE is not set -# CONFIG_MFD_ATMEL_FLEXCOM is not set -# CONFIG_MFD_ATMEL_HLCDC is not set -# CONFIG_MFD_BCM590XX is not set -# CONFIG_MFD_AXP20X_I2C is not set -CONFIG_MFD_CROS_EC=y -CONFIG_MFD_CROS_EC_I2C=y -# CONFIG_MFD_CROS_EC_SPI is not set -# CONFIG_PMIC_DA903X is not set -# CONFIG_MFD_DA9052_SPI is not set -# CONFIG_MFD_DA9052_I2C is not set -# CONFIG_MFD_DA9055 is not set -# CONFIG_MFD_DA9062 is not set -# CONFIG_MFD_DA9063 is not set -# CONFIG_MFD_DA9150 is not set -# CONFIG_MFD_DLN2 is not set -# CONFIG_MFD_EXYNOS_LPASS is not set -# CONFIG_MFD_MC13XXX_SPI is not set -# CONFIG_MFD_MC13XXX_I2C is not set -# CONFIG_MFD_HI6421_PMIC is not set -CONFIG_MFD_HI655X_PMIC=y -# CONFIG_HTC_PASIC3 is not set -# CONFIG_HTC_I2CPLD is not set -# CONFIG_LPC_ICH is not set -# CONFIG_LPC_SCH is not set -# CONFIG_INTEL_SOC_PMIC is not set -# CONFIG_MFD_JANZ_CMODIO is not set -# CONFIG_MFD_KEMPLD is not set -# CONFIG_MFD_88PM800 is not set -# CONFIG_MFD_88PM805 is not set -# CONFIG_MFD_88PM860X is not set -# CONFIG_MFD_MAX14577 is not set -CONFIG_MFD_MAX77620=y -# CONFIG_MFD_MAX77686 is not set -# CONFIG_MFD_MAX77693 is not set -# CONFIG_MFD_MAX77843 is not set -# CONFIG_MFD_MAX8907 is not set -# CONFIG_MFD_MAX8925 is not set -# CONFIG_MFD_MAX8997 is not set -# CONFIG_MFD_MAX8998 is not set -# CONFIG_MFD_MT6397 is not set -# CONFIG_MFD_MENF21BMC is not set -# CONFIG_EZX_PCAP is not set -# CONFIG_MFD_VIPERBOARD is not set -# CONFIG_MFD_RETU is not set -# CONFIG_MFD_PCF50633 is not set -# CONFIG_MFD_QCOM_RPM is not set -CONFIG_MFD_SPMI_PMIC=y -# CONFIG_MFD_RDC321X is not set -# CONFIG_MFD_RTSX_PCI is not set -# CONFIG_MFD_RT5033 is not set -# CONFIG_MFD_RTSX_USB is not set -# CONFIG_MFD_RC5T583 is not set -# CONFIG_MFD_RK808 is not set -# CONFIG_MFD_RN5T618 is not set -CONFIG_MFD_SEC_CORE=y -# CONFIG_MFD_SI476X_CORE is not set -# CONFIG_MFD_SM501 is not set -# CONFIG_MFD_SKY81452 is not set -# CONFIG_MFD_SMSC is not set -# CONFIG_ABX500_CORE is not set -# CONFIG_MFD_STMPE is not set -# CONFIG_MFD_SUN6I_PRCM is not set -CONFIG_MFD_SYSCON=y -# CONFIG_MFD_TI_AM335X_TSCADC is not set -# CONFIG_MFD_LP3943 is not set -# CONFIG_MFD_LP8788 is not set -# CONFIG_MFD_PALMAS is not set -# CONFIG_TPS6105X is not set -# CONFIG_TPS65010 is not set -# CONFIG_TPS6507X is not set -# CONFIG_MFD_TPS65086 is not set -# CONFIG_MFD_TPS65090 is not set -# CONFIG_MFD_TPS65217 is not set -# CONFIG_MFD_TI_LP873X is not set -# CONFIG_MFD_TPS65218 is not set -# CONFIG_MFD_TPS6586X is not set -# CONFIG_MFD_TPS65910 is not set -# CONFIG_MFD_TPS65912_I2C is not set -# CONFIG_MFD_TPS65912_SPI is not set -# CONFIG_MFD_TPS80031 is not set -# CONFIG_TWL4030_CORE is not set -# CONFIG_TWL6040_CORE is not set -# CONFIG_MFD_WL1273_CORE is not set -# CONFIG_MFD_LM3533 is not set -# CONFIG_MFD_TC3589X is not set -# CONFIG_MFD_TMIO is not set -# CONFIG_MFD_VX855 is not set -# CONFIG_MFD_ARIZONA_I2C is not set -# CONFIG_MFD_ARIZONA_SPI is not set -# CONFIG_MFD_WM8400 is not set -# CONFIG_MFD_WM831X_I2C is not set -# CONFIG_MFD_WM831X_SPI is not set -# CONFIG_MFD_WM8350_I2C is not set -# CONFIG_MFD_WM8994 is not set -CONFIG_MFD_VEXPRESS_SYSREG=y -CONFIG_REGULATOR=y -# CONFIG_REGULATOR_DEBUG is not set -CONFIG_REGULATOR_FIXED_VOLTAGE=y -# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set -# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set -# CONFIG_REGULATOR_ACT8865 is not set -# CONFIG_REGULATOR_AD5398 is not set -# CONFIG_REGULATOR_ANATOP is not set -CONFIG_REGULATOR_BD9571MWV=y -# CONFIG_REGULATOR_DA9210 is not set -# CONFIG_REGULATOR_DA9211 is not set -# CONFIG_REGULATOR_FAN53555 is not set -CONFIG_REGULATOR_GPIO=y -CONFIG_REGULATOR_HI655X=y -# CONFIG_REGULATOR_ISL9305 is not set -# CONFIG_REGULATOR_ISL6271A is not set -# CONFIG_REGULATOR_LP3971 is not set -# CONFIG_REGULATOR_LP3972 is not set -# CONFIG_REGULATOR_LP872X is not set -# CONFIG_REGULATOR_LP8755 is not set -# CONFIG_REGULATOR_LTC3589 is not set -# CONFIG_REGULATOR_LTC3676 is not set -# CONFIG_REGULATOR_MAX1586 is not set -CONFIG_REGULATOR_MAX77620=y -# CONFIG_REGULATOR_MAX8649 is not set -# CONFIG_REGULATOR_MAX8660 is not set -# CONFIG_REGULATOR_MAX8952 is not set -# CONFIG_REGULATOR_MAX8973 is not set -# CONFIG_REGULATOR_MT6311 is not set -# CONFIG_REGULATOR_PFUZE100 is not set -# CONFIG_REGULATOR_PV88060 is not set -# CONFIG_REGULATOR_PV88080 is not set -# CONFIG_REGULATOR_PV88090 is not set -CONFIG_REGULATOR_PWM=y -CONFIG_REGULATOR_QCOM_SMD_RPM=y -CONFIG_REGULATOR_QCOM_SPMI=y -# CONFIG_REGULATOR_S2MPA01 is not set -CONFIG_REGULATOR_S2MPS11=y -# CONFIG_REGULATOR_S5M8767 is not set -# CONFIG_REGULATOR_TPS51632 is not set -# CONFIG_REGULATOR_TPS62360 is not set -# CONFIG_REGULATOR_TPS65023 is not set -# CONFIG_REGULATOR_TPS6507X is not set -# CONFIG_REGULATOR_TPS6524X is not set -# CONFIG_REGULATOR_VEXPRESS is not set -CONFIG_MEDIA_SUPPORT=y - -# -# Multimedia core support -# -CONFIG_MEDIA_CAMERA_SUPPORT=y -CONFIG_MEDIA_ANALOG_TV_SUPPORT=y -CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y -# CONFIG_MEDIA_RADIO_SUPPORT is not set -# CONFIG_MEDIA_SDR_SUPPORT is not set -# CONFIG_MEDIA_RC_SUPPORT is not set -CONFIG_MEDIA_CONTROLLER=y -# CONFIG_MEDIA_CONTROLLER_DVB is not set -CONFIG_VIDEO_DEV=y -CONFIG_VIDEO_V4L2_SUBDEV_API=y -CONFIG_VIDEO_V4L2=y -# CONFIG_VIDEO_ADV_DEBUG is not set -# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set -# CONFIG_VIDEO_PCI_SKELETON is not set -CONFIG_VIDEOBUF2_CORE=y -CONFIG_VIDEOBUF2_MEMOPS=y -CONFIG_VIDEOBUF2_DMA_CONTIG=y -CONFIG_VIDEOBUF2_VMALLOC=y -CONFIG_DVB_CORE=y -# CONFIG_DVB_NET is not set -# CONFIG_TTPCI_EEPROM is not set -CONFIG_DVB_MAX_ADAPTERS=8 -# CONFIG_DVB_DYNAMIC_MINORS is not set - -# -# Media drivers -# -# CONFIG_MEDIA_USB_SUPPORT is not set -# CONFIG_MEDIA_PCI_SUPPORT is not set -CONFIG_V4L_PLATFORM_DRIVERS=y -# CONFIG_VIDEO_CAFE_CCIC is not set -# CONFIG_VIDEO_SH_VOU is not set -# CONFIG_SOC_CAMERA is not set -# CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS is not set -# CONFIG_VIDEO_XILINX is not set -CONFIG_VIDEO_RCAR_VIN=y -# CONFIG_VIDEO_RCAR_VIN_DEBUG is not set -CONFIG_VIDEO_RCAR_CSI2=y -CONFIG_V4L_MEM2MEM_DRIVERS=y -# CONFIG_VIDEO_MEDIATEK_VPU is not set -# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set -# CONFIG_VIDEO_SAMSUNG_S5P_G2D is not set -# CONFIG_VIDEO_SAMSUNG_S5P_JPEG is not set -# CONFIG_VIDEO_SAMSUNG_S5P_MFC is not set -# CONFIG_VIDEO_SH_VEU is not set -# CONFIG_VIDEO_RENESAS_JPU is not set -CONFIG_VIDEO_RENESAS_FCP=y -CONFIG_VIDEO_RENESAS_VSP1=y -# CONFIG_VIDEO_RENESAS_DEBUG is not set -CONFIG_VIDEO_RENESAS_VSP_ALPHA_BIT_ARGB1555=0 -# CONFIG_V4L_TEST_DRIVERS is not set -# CONFIG_DVB_PLATFORM_DRIVERS is not set - -# -# Supported MMC/SDIO adapters -# -# CONFIG_SMS_SDIO_DRV is not set -# CONFIG_CYPRESS_FIRMWARE is not set - -# -# Media ancillary drivers (tuners, sensors, i2c, spi, frontends) -# -# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set -CONFIG_MEDIA_ATTACH=y - -# -# I2C Encoders, decoders, sensors and other helper chips -# - -# -# Audio decoders, processors and mixers -# -# CONFIG_VIDEO_TVAUDIO is not set -# CONFIG_VIDEO_TDA7432 is not set -# CONFIG_VIDEO_TDA9840 is not set -# CONFIG_VIDEO_TEA6415C is not set -# CONFIG_VIDEO_TEA6420 is not set -# CONFIG_VIDEO_MSP3400 is not set -# CONFIG_VIDEO_CS3308 is not set -# CONFIG_VIDEO_CS5345 is not set -# CONFIG_VIDEO_CS53L32A is not set -# CONFIG_VIDEO_TLV320AIC23B is not set -# CONFIG_VIDEO_UDA1342 is not set -# CONFIG_VIDEO_WM8775 is not set -# CONFIG_VIDEO_WM8739 is not set -# CONFIG_VIDEO_VP27SMPX is not set -# CONFIG_VIDEO_SONY_BTF_MPX is not set - -# -# RDS decoders -# -# CONFIG_VIDEO_SAA6588 is not set - -# -# Video decoders -# -# CONFIG_VIDEO_ADV7180 is not set -# CONFIG_VIDEO_ADV7183 is not set -CONFIG_VIDEO_ADV7482=y -# CONFIG_VIDEO_ADV7604 is not set -# CONFIG_VIDEO_ADV7842 is not set -# CONFIG_VIDEO_BT819 is not set -# CONFIG_VIDEO_BT856 is not set -# CONFIG_VIDEO_BT866 is not set -# CONFIG_VIDEO_KS0127 is not set -# CONFIG_VIDEO_ML86V7667 is not set -# CONFIG_VIDEO_AD5820 is not set -# CONFIG_VIDEO_SAA7110 is not set -# CONFIG_VIDEO_SAA711X is not set -# CONFIG_VIDEO_TC358743 is not set -# CONFIG_VIDEO_TVP514X is not set -# CONFIG_VIDEO_TVP5150 is not set -# CONFIG_VIDEO_TVP7002 is not set -# CONFIG_VIDEO_TW2804 is not set -# CONFIG_VIDEO_TW9903 is not set -# CONFIG_VIDEO_TW9906 is not set -# CONFIG_VIDEO_VPX3220 is not set - -# -# Video and audio decoders -# -# CONFIG_VIDEO_SAA717X is not set -# CONFIG_VIDEO_CX25840 is not set - -# -# Video encoders -# -# CONFIG_VIDEO_SAA7127 is not set -# CONFIG_VIDEO_SAA7185 is not set -# CONFIG_VIDEO_ADV7170 is not set -# CONFIG_VIDEO_ADV7175 is not set -# CONFIG_VIDEO_ADV7343 is not set -# CONFIG_VIDEO_ADV7393 is not set -# CONFIG_VIDEO_ADV7511 is not set -# CONFIG_VIDEO_AD9389B is not set -# CONFIG_VIDEO_AK881X is not set -# CONFIG_VIDEO_THS8200 is not set - -# -# Camera sensor devices -# -# CONFIG_VIDEO_OV2659 is not set -# CONFIG_VIDEO_OV7640 is not set -# CONFIG_VIDEO_OV7670 is not set -# CONFIG_VIDEO_OV9650 is not set -# CONFIG_VIDEO_VS6624 is not set -# CONFIG_VIDEO_MT9M032 is not set -# CONFIG_VIDEO_MT9M111 is not set -# CONFIG_VIDEO_MT9P031 is not set -# CONFIG_VIDEO_MT9T001 is not set -# CONFIG_VIDEO_MT9V011 is not set -# CONFIG_VIDEO_MT9V032 is not set -# CONFIG_VIDEO_SR030PC30 is not set -# CONFIG_VIDEO_NOON010PC30 is not set -# CONFIG_VIDEO_M5MOLS is not set -# CONFIG_VIDEO_S5K6AA is not set -# CONFIG_VIDEO_S5K6A3 is not set -# CONFIG_VIDEO_S5K4ECGX is not set -# CONFIG_VIDEO_S5K5BAF is not set -# CONFIG_VIDEO_SMIAPP is not set -# CONFIG_VIDEO_S5C73M3 is not set - -# -# Flash devices -# -# CONFIG_VIDEO_ADP1653 is not set -# CONFIG_VIDEO_AS3645A is not set -# CONFIG_VIDEO_LM3560 is not set -# CONFIG_VIDEO_LM3646 is not set - -# -# Video improvement chips -# -# CONFIG_VIDEO_UPD64031A is not set -# CONFIG_VIDEO_UPD64083 is not set - -# -# Audio/Video compression chips -# -# CONFIG_VIDEO_SAA6752HS is not set - -# -# Miscellaneous helper chips -# -# CONFIG_VIDEO_THS7303 is not set -# CONFIG_VIDEO_M52790 is not set - -# -# Sensors used on soc_camera driver -# - -# -# SPI helper chips -# -# CONFIG_VIDEO_GS1662 is not set -CONFIG_MEDIA_TUNER=y - -# -# Customize TV tuners -# -CONFIG_MEDIA_TUNER_SIMPLE=m -CONFIG_MEDIA_TUNER_TDA8290=m -CONFIG_MEDIA_TUNER_TDA827X=m -CONFIG_MEDIA_TUNER_TDA18271=m -CONFIG_MEDIA_TUNER_TDA9887=m -CONFIG_MEDIA_TUNER_TEA5761=m -CONFIG_MEDIA_TUNER_TEA5767=m -CONFIG_MEDIA_TUNER_MSI001=m -CONFIG_MEDIA_TUNER_MT20XX=m -CONFIG_MEDIA_TUNER_MT2060=m -CONFIG_MEDIA_TUNER_MT2063=m -CONFIG_MEDIA_TUNER_MT2266=m -CONFIG_MEDIA_TUNER_MT2131=m -CONFIG_MEDIA_TUNER_QT1010=m -CONFIG_MEDIA_TUNER_XC2028=m -CONFIG_MEDIA_TUNER_XC5000=m -CONFIG_MEDIA_TUNER_XC4000=m -CONFIG_MEDIA_TUNER_MXL5005S=m -CONFIG_MEDIA_TUNER_MXL5007T=m -CONFIG_MEDIA_TUNER_MC44S803=m -CONFIG_MEDIA_TUNER_MAX2165=m -CONFIG_MEDIA_TUNER_TDA18218=m -CONFIG_MEDIA_TUNER_FC0011=m -CONFIG_MEDIA_TUNER_FC0012=m -CONFIG_MEDIA_TUNER_FC0013=m -CONFIG_MEDIA_TUNER_TDA18212=m -CONFIG_MEDIA_TUNER_E4000=m -CONFIG_MEDIA_TUNER_FC2580=m -CONFIG_MEDIA_TUNER_M88RS6000T=m -CONFIG_MEDIA_TUNER_TUA9001=m -CONFIG_MEDIA_TUNER_SI2157=m -CONFIG_MEDIA_TUNER_IT913X=m -CONFIG_MEDIA_TUNER_R820T=m -CONFIG_MEDIA_TUNER_MXL301RF=m -CONFIG_MEDIA_TUNER_QM1D1C0042=m - -# -# Customise DVB Frontends -# - -# -# Multistandard (satellite) frontends -# -CONFIG_DVB_STB0899=m -CONFIG_DVB_STB6100=m -CONFIG_DVB_STV090x=m -CONFIG_DVB_STV6110x=m -CONFIG_DVB_M88DS3103=m - -# -# Multistandard (cable + terrestrial) frontends -# -CONFIG_DVB_DRXK=m -CONFIG_DVB_TDA18271C2DD=m -CONFIG_DVB_SI2165=m -CONFIG_DVB_MN88472=m -CONFIG_DVB_MN88473=m - -# -# DVB-S (satellite) frontends -# -CONFIG_DVB_CX24110=m -CONFIG_DVB_CX24123=m -CONFIG_DVB_MT312=m -CONFIG_DVB_ZL10036=m -CONFIG_DVB_ZL10039=m -CONFIG_DVB_S5H1420=m -CONFIG_DVB_STV0288=m -CONFIG_DVB_STB6000=m -CONFIG_DVB_STV0299=m -CONFIG_DVB_STV6110=m -CONFIG_DVB_STV0900=m -CONFIG_DVB_TDA8083=m -CONFIG_DVB_TDA10086=m -CONFIG_DVB_TDA8261=m -CONFIG_DVB_VES1X93=m -CONFIG_DVB_TUNER_ITD1000=m -CONFIG_DVB_TUNER_CX24113=m -CONFIG_DVB_TDA826X=m -CONFIG_DVB_TUA6100=m -CONFIG_DVB_CX24116=m -CONFIG_DVB_CX24117=m -CONFIG_DVB_CX24120=m -CONFIG_DVB_SI21XX=m -CONFIG_DVB_TS2020=m -CONFIG_DVB_DS3000=m -CONFIG_DVB_MB86A16=m -CONFIG_DVB_TDA10071=m - -# -# DVB-T (terrestrial) frontends -# -CONFIG_DVB_SP8870=m -CONFIG_DVB_SP887X=m -CONFIG_DVB_CX22700=m -CONFIG_DVB_CX22702=m -CONFIG_DVB_S5H1432=m -CONFIG_DVB_DRXD=m -CONFIG_DVB_L64781=m -CONFIG_DVB_TDA1004X=m -CONFIG_DVB_NXT6000=m -CONFIG_DVB_MT352=m -CONFIG_DVB_ZL10353=m -CONFIG_DVB_DIB3000MB=m -CONFIG_DVB_DIB3000MC=m -CONFIG_DVB_DIB7000M=m -CONFIG_DVB_DIB7000P=m -CONFIG_DVB_DIB9000=m -CONFIG_DVB_TDA10048=m -CONFIG_DVB_AF9013=m -CONFIG_DVB_EC100=m -CONFIG_DVB_HD29L2=m -CONFIG_DVB_STV0367=m -CONFIG_DVB_CXD2820R=m -CONFIG_DVB_CXD2841ER=m -CONFIG_DVB_RTL2830=m -CONFIG_DVB_RTL2832=m -CONFIG_DVB_SI2168=m -# CONFIG_DVB_AS102_FE is not set -# CONFIG_DVB_GP8PSK_FE is not set - -# -# DVB-C (cable) frontends -# -CONFIG_DVB_VES1820=m -CONFIG_DVB_TDA10021=m -CONFIG_DVB_TDA10023=m -CONFIG_DVB_STV0297=m - -# -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends -# -CONFIG_DVB_NXT200X=m -CONFIG_DVB_OR51211=m -CONFIG_DVB_OR51132=m -CONFIG_DVB_BCM3510=m -CONFIG_DVB_LGDT330X=m -CONFIG_DVB_LGDT3305=m -CONFIG_DVB_LGDT3306A=m -CONFIG_DVB_LG2160=m -CONFIG_DVB_S5H1409=m -CONFIG_DVB_AU8522=m -CONFIG_DVB_AU8522_DTV=m -CONFIG_DVB_AU8522_V4L=m -CONFIG_DVB_S5H1411=m - -# -# ISDB-T (terrestrial) frontends -# -CONFIG_DVB_S921=m -CONFIG_DVB_DIB8000=m -CONFIG_DVB_MB86A20S=m - -# -# ISDB-S (satellite) & ISDB-T (terrestrial) frontends -# -CONFIG_DVB_TC90522=m - -# -# Digital terrestrial only tuners/PLL -# -CONFIG_DVB_PLL=m -CONFIG_DVB_TUNER_DIB0070=m -CONFIG_DVB_TUNER_DIB0090=m - -# -# SEC control devices for DVB-S -# -CONFIG_DVB_DRX39XYJ=m -CONFIG_DVB_LNBH25=m -CONFIG_DVB_LNBP21=m -CONFIG_DVB_LNBP22=m -CONFIG_DVB_ISL6405=m -CONFIG_DVB_ISL6421=m -CONFIG_DVB_ISL6423=m -CONFIG_DVB_A8293=m -CONFIG_DVB_SP2=m -CONFIG_DVB_LGS8GL5=m -CONFIG_DVB_LGS8GXX=m -CONFIG_DVB_ATBM8830=m -CONFIG_DVB_TDA665x=m -CONFIG_DVB_IX2505V=m -CONFIG_DVB_M88RS2000=m -CONFIG_DVB_AF9033=m -CONFIG_DVB_HORUS3A=m -CONFIG_DVB_ASCOT2E=m -CONFIG_DVB_HELENE=m - -# -# Tools to develop new frontends -# -# CONFIG_DVB_DUMMY_FE is not set - -# -# Graphics support -# -CONFIG_VGA_ARB=y -CONFIG_VGA_ARB_MAX_GPUS=16 -CONFIG_TEGRA_HOST1X=m -CONFIG_TEGRA_HOST1X_FIREWALL=y -CONFIG_DRM=y -CONFIG_DRM_MIPI_DSI=y -# CONFIG_DRM_DP_AUX_CHARDEV is not set -CONFIG_DRM_KMS_HELPER=y -CONFIG_DRM_KMS_FB_HELPER=y -CONFIG_DRM_FBDEV_EMULATION=y -# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set -CONFIG_DRM_TTM=m -CONFIG_DRM_GEM_CMA_HELPER=y -CONFIG_DRM_KMS_CMA_HELPER=y - -# -# I2C encoder or helper chips -# -CONFIG_DRM_I2C_CH7006=m -CONFIG_DRM_I2C_SIL164=m -# CONFIG_DRM_I2C_NXP_TDA998X is not set -# CONFIG_DRM_HDLCD is not set -# CONFIG_DRM_MALI_DISPLAY is not set -# CONFIG_DRM_RADEON is not set -# CONFIG_DRM_AMDGPU is not set - -# -# ACP (Audio CoProcessor) Configuration -# -CONFIG_DRM_NOUVEAU=m -CONFIG_NOUVEAU_PLATFORM_DRIVER=y -CONFIG_NOUVEAU_DEBUG=5 -CONFIG_NOUVEAU_DEBUG_DEFAULT=3 -CONFIG_DRM_NOUVEAU_BACKLIGHT=y -# CONFIG_DRM_VGEM is not set -# CONFIG_DRM_EXYNOS is not set -# CONFIG_DRM_UDL is not set -# CONFIG_DRM_AST is not set -# CONFIG_DRM_MGAG200 is not set -# CONFIG_DRM_CIRRUS_QEMU is not set -CONFIG_DRM_RCAR_DU=y -CONFIG_DRM_RCAR_HDMI=y -CONFIG_DRM_RCAR_LVDS=y -CONFIG_DRM_RCAR_VSP=y -# CONFIG_DRM_QXL is not set -# CONFIG_DRM_BOCHS is not set -# CONFIG_DRM_VIRTIO_GPU is not set -CONFIG_DRM_MSM=y -# CONFIG_DRM_MSM_REGISTER_LOGGING is not set -CONFIG_DRM_MSM_HDMI_HDCP=y -CONFIG_DRM_MSM_DSI=y -CONFIG_DRM_MSM_DSI_PLL=y -CONFIG_DRM_MSM_DSI_28NM_PHY=y -CONFIG_DRM_MSM_DSI_20NM_PHY=y -CONFIG_DRM_MSM_DSI_28NM_8960_PHY=y -CONFIG_DRM_TEGRA=m -# CONFIG_DRM_TEGRA_DEBUG is not set -CONFIG_DRM_PANEL=y - -# -# Display Panels -# -CONFIG_DRM_PANEL_SIMPLE=m -# CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set -# CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set -# CONFIG_DRM_PANEL_LG_LG4573 is not set -# CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set -# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set -# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set -# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set -CONFIG_DRM_BRIDGE=y - -# -# Display Interface Bridges -# -# CONFIG_DRM_ANALOGIX_ANX78XX is not set -# CONFIG_DRM_DUMB_VGA_DAC is not set -CONFIG_DRM_DW_HDMI=y -# CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set -# CONFIG_DRM_NXP_PTN3460 is not set -# CONFIG_DRM_PARADE_PS8622 is not set -# CONFIG_DRM_SII902X is not set -# CONFIG_DRM_TOSHIBA_TC358767 is not set -CONFIG_DRM_I2C_ADV7511=m -CONFIG_DRM_I2C_ADV7533=y -# CONFIG_DRM_ARCPGU is not set -CONFIG_DRM_HISI_KIRIN=m -CONFIG_HISI_KIRIN_DW_DSI=m -# CONFIG_DRM_MEDIATEK is not set -CONFIG_DRM_XEN=y -CONFIG_DRM_XEN_FRONTEND=y -# CONFIG_DRM_XEN_FRONTEND_CMA is not set -# CONFIG_DRM_XEN_ZCOPY is not set -# CONFIG_DRM_LEGACY is not set - -# -# Frame buffer Devices -# -CONFIG_FB=y -# CONFIG_FIRMWARE_EDID is not set -CONFIG_FB_CMDLINE=y -CONFIG_FB_NOTIFY=y -# CONFIG_FB_DDC is not set -# CONFIG_FB_BOOT_VESA_SUPPORT is not set -CONFIG_FB_CFB_FILLRECT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set -CONFIG_FB_SYS_FILLRECT=y -CONFIG_FB_SYS_COPYAREA=y -CONFIG_FB_SYS_IMAGEBLIT=y -# CONFIG_FB_FOREIGN_ENDIAN is not set -CONFIG_FB_SYS_FOPS=y -CONFIG_FB_DEFERRED_IO=y -# CONFIG_FB_SVGALIB is not set -# CONFIG_FB_MACMODES is not set -CONFIG_FB_BACKLIGHT=y -CONFIG_FB_MODE_HELPERS=y -# CONFIG_FB_TILEBLITTING is not set - -# -# Frame buffer hardware drivers -# -# CONFIG_FB_CIRRUS is not set -# CONFIG_FB_PM2 is not set -CONFIG_FB_ARMCLCD=y -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_ASILIANT is not set -# CONFIG_FB_IMSTT is not set -# CONFIG_FB_EFI is not set -# CONFIG_FB_OPENCORES is not set -# CONFIG_FB_S1D13XXX is not set -# CONFIG_FB_NVIDIA is not set -# CONFIG_FB_RIVA is not set -# CONFIG_FB_I740 is not set -# CONFIG_FB_MATROX is not set -# CONFIG_FB_RADEON is not set -# CONFIG_FB_ATY128 is not set -# CONFIG_FB_ATY is not set -# CONFIG_FB_S3 is not set -# CONFIG_FB_SAVAGE is not set -# CONFIG_FB_SIS is not set -# CONFIG_FB_NEOMAGIC is not set -# CONFIG_FB_KYRO is not set -# CONFIG_FB_3DFX is not set -# CONFIG_FB_VOODOO1 is not set -# CONFIG_FB_VT8623 is not set -# CONFIG_FB_TRIDENT is not set -# CONFIG_FB_ARK is not set -# CONFIG_FB_PM3 is not set -# CONFIG_FB_CARMINE is not set -# CONFIG_FB_SH_MOBILE_LCDC is not set -# CONFIG_FB_S3C is not set -# CONFIG_FB_SMSCUFX is not set -# CONFIG_FB_UDL is not set -# CONFIG_FB_IBM_GXT4500 is not set -# CONFIG_FB_VIRTUAL is not set -CONFIG_XEN_FBDEV_FRONTEND=y -# CONFIG_FB_METRONOME is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_BROADSHEET is not set -# CONFIG_FB_AUO_K190X is not set -# CONFIG_FB_SIMPLE is not set -# CONFIG_FB_SH_MOBILE_MERAM is not set -# CONFIG_FB_SSD1307 is not set -# CONFIG_FB_SM712 is not set -CONFIG_BACKLIGHT_LCD_SUPPORT=y -CONFIG_LCD_CLASS_DEVICE=m -# CONFIG_LCD_L4F00242T03 is not set -# CONFIG_LCD_LMS283GF05 is not set -# CONFIG_LCD_LTV350QV is not set -# CONFIG_LCD_ILI922X is not set -# CONFIG_LCD_ILI9320 is not set -# CONFIG_LCD_TDO24M is not set -# CONFIG_LCD_VGG2432A4 is not set -# CONFIG_LCD_PLATFORM is not set -# CONFIG_LCD_S6E63M0 is not set -# CONFIG_LCD_LD9040 is not set -# CONFIG_LCD_AMS369FG06 is not set -# CONFIG_LCD_LMS501KF03 is not set -# CONFIG_LCD_HX8357 is not set -CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_BACKLIGHT_GENERIC=m -# CONFIG_BACKLIGHT_PWM is not set -# CONFIG_BACKLIGHT_PM8941_WLED is not set -# CONFIG_BACKLIGHT_ADP8860 is not set -# CONFIG_BACKLIGHT_ADP8870 is not set -# CONFIG_BACKLIGHT_LM3630A is not set -# CONFIG_BACKLIGHT_LM3639 is not set -CONFIG_BACKLIGHT_LP855X=m -# CONFIG_BACKLIGHT_GPIO is not set -# CONFIG_BACKLIGHT_LV5207LP is not set -# CONFIG_BACKLIGHT_BD6107 is not set -# CONFIG_VGASTATE is not set -CONFIG_VIDEOMODE_HELPERS=y -CONFIG_HDMI=y - -# -# Console display driver support -# -CONFIG_DUMMY_CONSOLE=y -CONFIG_DUMMY_CONSOLE_COLUMNS=80 -CONFIG_DUMMY_CONSOLE_ROWS=25 -CONFIG_FRAMEBUFFER_CONSOLE=y -CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y -# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set -CONFIG_LOGO=y -# CONFIG_LOGO_LINUX_MONO is not set -# CONFIG_LOGO_LINUX_VGA16 is not set -CONFIG_LOGO_LINUX_CLUT224=y -CONFIG_SOUND=y -# CONFIG_SOUND_OSS_CORE is not set -CONFIG_SND=y -CONFIG_SND_TIMER=y -CONFIG_SND_PCM=y -CONFIG_SND_PCM_ELD=y -CONFIG_SND_PCM_IEC958=y -CONFIG_SND_DMAENGINE_PCM=y -CONFIG_SND_JACK=y -CONFIG_SND_JACK_INPUT_DEV=y -# CONFIG_SND_SEQUENCER is not set -# CONFIG_SND_MIXER_OSS is not set -# CONFIG_SND_PCM_OSS is not set -CONFIG_SND_PCM_TIMER=y -# CONFIG_SND_HRTIMER is not set -# CONFIG_SND_DYNAMIC_MINORS is not set -CONFIG_SND_SUPPORT_OLD_API=y -CONFIG_SND_PROC_FS=y -CONFIG_SND_VERBOSE_PROCFS=y -# CONFIG_SND_VERBOSE_PRINTK is not set -# CONFIG_SND_DEBUG is not set -# CONFIG_SND_RAWMIDI_SEQ is not set -# CONFIG_SND_OPL3_LIB_SEQ is not set -# CONFIG_SND_OPL4_LIB_SEQ is not set -# CONFIG_SND_SBAWE_SEQ is not set -# CONFIG_SND_EMU10K1_SEQ is not set -CONFIG_SND_DRIVERS=y -# CONFIG_SND_DUMMY is not set -# CONFIG_SND_ALOOP is not set -# CONFIG_SND_MTPAV is not set -# CONFIG_SND_SERIAL_U16550 is not set -# CONFIG_SND_MPU401 is not set -CONFIG_SND_PCI=y -# CONFIG_SND_AD1889 is not set -# CONFIG_SND_ALS300 is not set -# CONFIG_SND_ALI5451 is not set -# CONFIG_SND_ATIIXP is not set -# CONFIG_SND_ATIIXP_MODEM is not set -# CONFIG_SND_AU8810 is not set -# CONFIG_SND_AU8820 is not set -# CONFIG_SND_AU8830 is not set -# CONFIG_SND_AW2 is not set -# CONFIG_SND_AZT3328 is not set -# CONFIG_SND_BT87X is not set -# CONFIG_SND_CA0106 is not set -# CONFIG_SND_CMIPCI is not set -# CONFIG_SND_OXYGEN is not set -# CONFIG_SND_CS4281 is not set -# CONFIG_SND_CS46XX is not set -# CONFIG_SND_CTXFI is not set -# CONFIG_SND_DARLA20 is not set -# CONFIG_SND_GINA20 is not set -# CONFIG_SND_LAYLA20 is not set -# CONFIG_SND_DARLA24 is not set -# CONFIG_SND_GINA24 is not set -# CONFIG_SND_LAYLA24 is not set -# CONFIG_SND_MONA is not set -# CONFIG_SND_MIA is not set -# CONFIG_SND_ECHO3G is not set -# CONFIG_SND_INDIGO is not set -# CONFIG_SND_INDIGOIO is not set -# CONFIG_SND_INDIGODJ is not set -# CONFIG_SND_INDIGOIOX is not set -# CONFIG_SND_INDIGODJX is not set -# CONFIG_SND_EMU10K1 is not set -# CONFIG_SND_EMU10K1X is not set -# CONFIG_SND_ENS1370 is not set -# CONFIG_SND_ENS1371 is not set -# CONFIG_SND_ES1938 is not set -# CONFIG_SND_ES1968 is not set -# CONFIG_SND_FM801 is not set -# CONFIG_SND_HDSP is not set -# CONFIG_SND_HDSPM is not set -# CONFIG_SND_ICE1712 is not set -# CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INTEL8X0 is not set -# CONFIG_SND_INTEL8X0M is not set -# CONFIG_SND_KORG1212 is not set -# CONFIG_SND_LOLA is not set -# CONFIG_SND_LX6464ES is not set -# CONFIG_SND_MAESTRO3 is not set -# CONFIG_SND_MIXART is not set -# CONFIG_SND_NM256 is not set -# CONFIG_SND_PCXHR is not set -# CONFIG_SND_RIPTIDE is not set -# CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set -# CONFIG_SND_RME9652 is not set -# CONFIG_SND_SE6X is not set -# CONFIG_SND_SONICVIBES is not set -# CONFIG_SND_TRIDENT is not set -# CONFIG_SND_VIA82XX is not set -# CONFIG_SND_VIA82XX_MODEM is not set -# CONFIG_SND_VIRTUOSO is not set -# CONFIG_SND_VX222 is not set -# CONFIG_SND_YMFPCI is not set - -# -# HD-Audio -# -# CONFIG_SND_HDA_INTEL is not set -# CONFIG_SND_HDA_TEGRA is not set -CONFIG_SND_HDA_PREALLOC_SIZE=64 -CONFIG_SND_SPI=y -CONFIG_SND_USB=y -# CONFIG_SND_USB_AUDIO is not set -# CONFIG_SND_USB_UA101 is not set -# CONFIG_SND_USB_CAIAQ is not set -# CONFIG_SND_USB_6FIRE is not set -# CONFIG_SND_USB_HIFACE is not set -# CONFIG_SND_BCD2000 is not set -# CONFIG_SND_USB_POD is not set -# CONFIG_SND_USB_PODHD is not set -# CONFIG_SND_USB_TONEPORT is not set -# CONFIG_SND_USB_VARIAX is not set -CONFIG_SND_SOC=y -CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y -# CONFIG_SND_SOC_AMD_ACP is not set -# CONFIG_SND_ATMEL_SOC is not set -# CONFIG_SND_DESIGNWARE_I2S is not set - -# -# SoC Audio for Freescale CPUs -# - -# -# Common SoC Audio options for Freescale CPUs: -# -# CONFIG_SND_SOC_FSL_ASRC is not set -# CONFIG_SND_SOC_FSL_SAI is not set -# CONFIG_SND_SOC_FSL_SSI is not set -# CONFIG_SND_SOC_FSL_SPDIF is not set -# CONFIG_SND_SOC_FSL_ESAI is not set -# CONFIG_SND_SOC_IMX_AUDMUX is not set -# CONFIG_SND_KIRKWOOD_SOC is not set -# CONFIG_SND_SOC_IMG is not set -# CONFIG_SND_SOC_MT2701 is not set -# CONFIG_SND_SOC_MT8173 is not set -# CONFIG_SND_SOC_QCOM is not set -# CONFIG_SND_SOC_ROCKCHIP is not set -CONFIG_SND_SOC_SAMSUNG=y -# CONFIG_SND_SAMSUNG_PCM is not set -# CONFIG_SND_SAMSUNG_SPDIF is not set -# CONFIG_SND_SAMSUNG_I2S is not set -# CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994 is not set -# CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF is not set -# CONFIG_SND_SOC_SMDK_WM8994_PCM is not set -# CONFIG_SND_SOC_SNOW is not set -# CONFIG_SND_SOC_ARNDALE_RT5631_ALC5631 is not set - -# -# SoC Audio support for SuperH -# -# CONFIG_SND_SOC_SH4_FSI is not set -CONFIG_SND_SOC_RCAR=y - -# -# Allwinner SoC Audio support -# -# CONFIG_SND_SUN4I_CODEC is not set -# CONFIG_SND_SUN4I_I2S is not set -# CONFIG_SND_SUN4I_SPDIF is not set -# CONFIG_SND_SOC_TEGRA is not set -# CONFIG_SND_SOC_XTFPGA_I2S is not set -CONFIG_SND_SOC_I2C_AND_SPI=y - -# -# CODEC drivers -# -# CONFIG_SND_SOC_AC97_CODEC is not set -# CONFIG_SND_SOC_ADAU1701 is not set -# CONFIG_SND_SOC_ADAU7002 is not set -# CONFIG_SND_SOC_AK4104 is not set -# CONFIG_SND_SOC_AK4554 is not set -CONFIG_SND_SOC_AK4613=y -# CONFIG_SND_SOC_AK4642 is not set -# CONFIG_SND_SOC_AK5386 is not set -# CONFIG_SND_SOC_ALC5623 is not set -# CONFIG_SND_SOC_BT_SCO is not set -# CONFIG_SND_SOC_CS35L32 is not set -# CONFIG_SND_SOC_CS35L33 is not set -# CONFIG_SND_SOC_CS42L51_I2C is not set -# CONFIG_SND_SOC_CS42L52 is not set -# CONFIG_SND_SOC_CS42L56 is not set -# CONFIG_SND_SOC_CS42L73 is not set -# CONFIG_SND_SOC_CS4265 is not set -# CONFIG_SND_SOC_CS4270 is not set -# CONFIG_SND_SOC_CS4271_I2C is not set -# CONFIG_SND_SOC_CS4271_SPI is not set -# CONFIG_SND_SOC_CS42XX8_I2C is not set -# CONFIG_SND_SOC_CS4349 is not set -# CONFIG_SND_SOC_CS53L30 is not set -CONFIG_SND_SOC_HDMI_CODEC=y -# CONFIG_SND_SOC_ES8328 is not set -# CONFIG_SND_SOC_GTM601 is not set -# CONFIG_SND_SOC_INNO_RK3036 is not set -# CONFIG_SND_SOC_MAX98504 is not set -# CONFIG_SND_SOC_MAX9860 is not set -# CONFIG_SND_SOC_PCM1681 is not set -# CONFIG_SND_SOC_PCM179X_I2C is not set -# CONFIG_SND_SOC_PCM179X_SPI is not set -# CONFIG_SND_SOC_PCM3168A_I2C is not set -# CONFIG_SND_SOC_PCM3168A_SPI is not set -# CONFIG_SND_SOC_PCM512x_I2C is not set -# CONFIG_SND_SOC_PCM512x_SPI is not set -# CONFIG_SND_SOC_RT5616 is not set -# CONFIG_SND_SOC_RT5631 is not set -# CONFIG_SND_SOC_RT5677_SPI is not set -# CONFIG_SND_SOC_SGTL5000 is not set -# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set -# CONFIG_SND_SOC_SPDIF is not set -# CONFIG_SND_SOC_SSM2602_SPI is not set -# CONFIG_SND_SOC_SSM2602_I2C is not set -# CONFIG_SND_SOC_SSM4567 is not set -# CONFIG_SND_SOC_STA32X is not set -# CONFIG_SND_SOC_STA350 is not set -# CONFIG_SND_SOC_STI_SAS is not set -# CONFIG_SND_SOC_TAS2552 is not set -# CONFIG_SND_SOC_TAS5086 is not set -# CONFIG_SND_SOC_TAS571X is not set -# CONFIG_SND_SOC_TAS5720 is not set -# CONFIG_SND_SOC_TFA9879 is not set -# CONFIG_SND_SOC_TLV320AIC23_I2C is not set -# CONFIG_SND_SOC_TLV320AIC23_SPI is not set -# CONFIG_SND_SOC_TLV320AIC31XX is not set -# CONFIG_SND_SOC_TLV320AIC3X is not set -# CONFIG_SND_SOC_TS3A227E is not set -# CONFIG_SND_SOC_WM8510 is not set -# CONFIG_SND_SOC_WM8523 is not set -# CONFIG_SND_SOC_WM8580 is not set -# CONFIG_SND_SOC_WM8711 is not set -# CONFIG_SND_SOC_WM8728 is not set -# CONFIG_SND_SOC_WM8731 is not set -# CONFIG_SND_SOC_WM8737 is not set -# CONFIG_SND_SOC_WM8741 is not set -# CONFIG_SND_SOC_WM8750 is not set -# CONFIG_SND_SOC_WM8753 is not set -# CONFIG_SND_SOC_WM8770 is not set -# CONFIG_SND_SOC_WM8776 is not set -# CONFIG_SND_SOC_WM8804_I2C is not set -# CONFIG_SND_SOC_WM8804_SPI is not set -# CONFIG_SND_SOC_WM8903 is not set -# CONFIG_SND_SOC_WM8960 is not set -# CONFIG_SND_SOC_WM8962 is not set -# CONFIG_SND_SOC_WM8974 is not set -# CONFIG_SND_SOC_WM8978 is not set -# CONFIG_SND_SOC_WM8985 is not set -# CONFIG_SND_SOC_NAU8810 is not set -# CONFIG_SND_SOC_TPA6130A2 is not set -CONFIG_SND_SIMPLE_CARD_UTILS=y -CONFIG_SND_SIMPLE_CARD=y -# CONFIG_SND_SIMPLE_SCU_CARD is not set -# CONFIG_SOUND_PRIME is not set - -# -# HID support -# -CONFIG_HID=y -# CONFIG_HID_BATTERY_STRENGTH is not set -# CONFIG_HIDRAW is not set -# CONFIG_UHID is not set -CONFIG_HID_GENERIC=y - -# -# Special HID drivers -# -CONFIG_HID_A4TECH=y -# CONFIG_HID_ACRUX is not set -CONFIG_HID_APPLE=y -# CONFIG_HID_APPLEIR is not set -# CONFIG_HID_AUREAL is not set -CONFIG_HID_BELKIN=y -# CONFIG_HID_BETOP_FF is not set -CONFIG_HID_CHERRY=y -CONFIG_HID_CHICONY=y -# CONFIG_HID_CORSAIR is not set -# CONFIG_HID_PRODIKEYS is not set -# CONFIG_HID_CMEDIA is not set -# CONFIG_HID_CP2112 is not set -CONFIG_HID_CYPRESS=y -# CONFIG_HID_DRAGONRISE is not set -# CONFIG_HID_EMS_FF is not set -# CONFIG_HID_ELECOM is not set -# CONFIG_HID_ELO is not set -CONFIG_HID_EZKEY=y -# CONFIG_HID_GEMBIRD is not set -# CONFIG_HID_GFRM is not set -# CONFIG_HID_HOLTEK is not set -# CONFIG_HID_GT683R is not set -# CONFIG_HID_KEYTOUCH is not set -# CONFIG_HID_KYE is not set -# CONFIG_HID_UCLOGIC is not set -# CONFIG_HID_WALTOP is not set -# CONFIG_HID_GYRATION is not set -# CONFIG_HID_ICADE is not set -# CONFIG_HID_TWINHAN is not set -CONFIG_HID_KENSINGTON=y -# CONFIG_HID_LCPOWER is not set -# CONFIG_HID_LED is not set -# CONFIG_HID_LENOVO is not set -CONFIG_HID_LOGITECH=y -# CONFIG_HID_LOGITECH_HIDPP is not set -# CONFIG_LOGITECH_FF is not set -# CONFIG_LOGIRUMBLEPAD2_FF is not set -# CONFIG_LOGIG940_FF is not set -# CONFIG_LOGIWHEELS_FF is not set -# CONFIG_HID_MAGICMOUSE is not set -CONFIG_HID_MICROSOFT=y -CONFIG_HID_MONTEREY=y -CONFIG_HID_MULTITOUCH=y -# CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set -# CONFIG_HID_PANTHERLORD is not set -# CONFIG_HID_PENMOUNT is not set -# CONFIG_HID_PETALYNX is not set -# CONFIG_HID_PICOLCD is not set -# CONFIG_HID_PLANTRONICS is not set -# CONFIG_HID_PRIMAX is not set -# CONFIG_HID_ROCCAT is not set -# CONFIG_HID_SAITEK is not set -# CONFIG_HID_SAMSUNG is not set -# CONFIG_HID_SONY is not set -# CONFIG_HID_SPEEDLINK is not set -# CONFIG_HID_STEELSERIES is not set -# CONFIG_HID_SUNPLUS is not set -# CONFIG_HID_RMI is not set -# CONFIG_HID_GREENASIA is not set -# CONFIG_HID_SMARTJOYPLUS is not set -# CONFIG_HID_TIVO is not set -# CONFIG_HID_TOPSEED is not set -# CONFIG_HID_THINGM is not set -# CONFIG_HID_THRUSTMASTER is not set -# CONFIG_HID_WACOM is not set -# CONFIG_HID_WIIMOTE is not set -# CONFIG_HID_XINMO is not set -# CONFIG_HID_ZEROPLUS is not set -# CONFIG_HID_ZYDACRON is not set -# CONFIG_HID_SENSOR_HUB is not set -# CONFIG_HID_ALPS is not set - -# -# USB HID support -# -CONFIG_USB_HID=y -# CONFIG_HID_PID is not set -# CONFIG_USB_HIDDEV is not set - -# -# I2C HID support -# -# CONFIG_I2C_HID is not set -CONFIG_USB_OHCI_LITTLE_ENDIAN=y -CONFIG_USB_SUPPORT=y -CONFIG_USB_COMMON=y -CONFIG_USB_ARCH_HAS_HCD=y -CONFIG_USB=y -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set - -# -# Miscellaneous USB options -# -CONFIG_USB_DEFAULT_PERSIST=y -# CONFIG_USB_DYNAMIC_MINORS is not set -CONFIG_USB_OTG=y -# CONFIG_USB_OTG_WHITELIST is not set -# CONFIG_USB_OTG_BLACKLIST_HUB is not set -# CONFIG_USB_OTG_FSM is not set -# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set -# CONFIG_USB_MON is not set -# CONFIG_USB_WUSB_CBAF is not set - -# -# USB Host Controller Drivers -# -# CONFIG_USB_C67X00_HCD is not set -CONFIG_USB_XHCI_HCD=y -CONFIG_USB_XHCI_PCI=y -CONFIG_USB_XHCI_PLATFORM=y -# CONFIG_USB_XHCI_MTK is not set -# CONFIG_USB_XHCI_MVEBU is not set -CONFIG_USB_XHCI_RCAR=y -CONFIG_USB_XHCI_TEGRA=y -CONFIG_USB_EHCI_HCD=y -CONFIG_USB_EHCI_ROOT_HUB_TT=y -CONFIG_USB_EHCI_TT_NEWSCHED=y -CONFIG_USB_EHCI_PCI=y -CONFIG_USB_EHCI_MSM=y -# CONFIG_USB_EHCI_TEGRA is not set -CONFIG_USB_EHCI_EXYNOS=y -CONFIG_USB_EHCI_HCD_PLATFORM=y -# CONFIG_USB_OXU210HP_HCD is not set -# CONFIG_USB_ISP116X_HCD is not set -# CONFIG_USB_ISP1362_HCD is not set -# CONFIG_USB_FOTG210_HCD is not set -# CONFIG_USB_MAX3421_HCD is not set -CONFIG_USB_OHCI_HCD=y -CONFIG_USB_OHCI_HCD_PCI=y -CONFIG_USB_OHCI_EXYNOS=y -CONFIG_USB_OHCI_HCD_PLATFORM=y -# CONFIG_USB_UHCI_HCD is not set -# CONFIG_USB_SL811_HCD is not set -# CONFIG_USB_R8A66597_HCD is not set -# CONFIG_USB_RENESAS_USBHS_HCD is not set -# CONFIG_USB_HCD_TEST_MODE is not set -CONFIG_USB_RENESAS_USBHS=y - -# -# USB Device Class drivers -# -# CONFIG_USB_ACM is not set -# CONFIG_USB_PRINTER is not set -# CONFIG_USB_WDM is not set -# CONFIG_USB_TMC is not set - -# -# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may -# - -# -# also be needed; see USB_STORAGE Help for more info -# -CONFIG_USB_STORAGE=y -# CONFIG_USB_STORAGE_DEBUG is not set -# CONFIG_USB_STORAGE_REALTEK is not set -# CONFIG_USB_STORAGE_DATAFAB is not set -# CONFIG_USB_STORAGE_FREECOM is not set -# CONFIG_USB_STORAGE_ISD200 is not set -# CONFIG_USB_STORAGE_USBAT is not set -# CONFIG_USB_STORAGE_SDDR09 is not set -# CONFIG_USB_STORAGE_SDDR55 is not set -# CONFIG_USB_STORAGE_JUMPSHOT is not set -# CONFIG_USB_STORAGE_ALAUDA is not set -# CONFIG_USB_STORAGE_ONETOUCH is not set -# CONFIG_USB_STORAGE_KARMA is not set -# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set -# CONFIG_USB_STORAGE_ENE_UB6250 is not set -# CONFIG_USB_UAS is not set - -# -# USB Imaging devices -# -# CONFIG_USB_MDC800 is not set -# CONFIG_USB_MICROTEK is not set -# CONFIG_USBIP_CORE is not set -# CONFIG_USB_MUSB_HDRC is not set -CONFIG_USB_DWC3=y -# CONFIG_USB_DWC3_HOST is not set -# CONFIG_USB_DWC3_GADGET is not set -CONFIG_USB_DWC3_DUAL_ROLE=y - -# -# Platform Glue Driver Support -# -CONFIG_USB_DWC3_EXYNOS=y -CONFIG_USB_DWC3_PCI=y -CONFIG_USB_DWC3_OF_SIMPLE=y -CONFIG_USB_DWC2=y -# CONFIG_USB_DWC2_HOST is not set - -# -# Gadget/Dual-role mode requires USB Gadget support to be enabled -# -# CONFIG_USB_DWC2_PERIPHERAL is not set -CONFIG_USB_DWC2_DUAL_ROLE=y -# CONFIG_USB_DWC2_PCI is not set -# CONFIG_USB_DWC2_DEBUG is not set -# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set -CONFIG_USB_CHIPIDEA=y -CONFIG_USB_CHIPIDEA_OF=y -CONFIG_USB_CHIPIDEA_UDC=y -CONFIG_USB_CHIPIDEA_HOST=y -CONFIG_USB_ISP1760=y -CONFIG_USB_ISP1760_HCD=y -CONFIG_USB_ISP1761_UDC=y -# CONFIG_USB_ISP1760_HOST_ROLE is not set -# CONFIG_USB_ISP1760_GADGET_ROLE is not set -CONFIG_USB_ISP1760_DUAL_ROLE=y - -# -# USB port drivers -# -# CONFIG_USB_SERIAL is not set - -# -# USB Miscellaneous drivers -# -# CONFIG_USB_EMI62 is not set -# CONFIG_USB_EMI26 is not set -# CONFIG_USB_ADUTUX is not set -# CONFIG_USB_SEVSEG is not set -# CONFIG_USB_RIO500 is not set -# CONFIG_USB_LEGOTOWER is not set -# CONFIG_USB_LCD is not set -# CONFIG_USB_CYPRESS_CY7C63 is not set -# CONFIG_USB_CYTHERM is not set -# CONFIG_USB_IDMOUSE is not set -# CONFIG_USB_FTDI_ELAN is not set -# CONFIG_USB_APPLEDISPLAY is not set -# CONFIG_USB_SISUSBVGA is not set -# CONFIG_USB_LD is not set -# CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_IOWARRIOR is not set -# CONFIG_USB_TEST is not set -# CONFIG_USB_EHSET_TEST_FIXTURE is not set -# CONFIG_USB_ISIGHTFW is not set -# CONFIG_USB_YUREX is not set -# CONFIG_USB_EZUSB_FX2 is not set -CONFIG_USB_HSIC_USB3503=y -# CONFIG_USB_HSIC_USB4604 is not set -# CONFIG_USB_LINK_LAYER_TEST is not set -# CONFIG_USB_CHAOSKEY is not set -# CONFIG_UCSI is not set - -# -# USB Physical Layer drivers -# -CONFIG_USB_PHY=y -# CONFIG_NOP_USB_XCEIV is not set -# CONFIG_USB_GPIO_VBUS is not set -# CONFIG_USB_ISP1301 is not set -CONFIG_USB_MSM_OTG=y -# CONFIG_USB_QCOM_8X16_PHY is not set -CONFIG_USB_ULPI=y -CONFIG_USB_ULPI_VIEWPORT=y -CONFIG_USB_GADGET=y -# CONFIG_USB_GADGET_DEBUG is not set -# CONFIG_USB_GADGET_DEBUG_FILES is not set -# CONFIG_USB_GADGET_DEBUG_FS is not set -CONFIG_USB_GADGET_VBUS_DRAW=2 -CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 - -# -# USB Peripheral Controller -# -# CONFIG_USB_FOTG210_UDC is not set -# CONFIG_USB_GR_UDC is not set -# CONFIG_USB_R8A66597 is not set -CONFIG_USB_RENESAS_USBHS_UDC=y -# CONFIG_USB_RENESAS_USB3 is not set -# CONFIG_USB_PXA27X is not set -# CONFIG_USB_MV_UDC is not set -# CONFIG_USB_MV_U3D is not set -# CONFIG_USB_M66592 is not set -# CONFIG_USB_BDC_UDC is not set -# CONFIG_USB_AMD5536UDC is not set -# CONFIG_USB_NET2272 is not set -# CONFIG_USB_NET2280 is not set -# CONFIG_USB_GOKU is not set -# CONFIG_USB_EG20T is not set -# CONFIG_USB_GADGET_XILINX is not set -# CONFIG_USB_DUMMY_HCD is not set -# CONFIG_USB_CONFIGFS is not set -# CONFIG_USB_ZERO is not set -# CONFIG_USB_AUDIO is not set -# CONFIG_USB_ETH is not set -# CONFIG_USB_G_NCM is not set -# CONFIG_USB_GADGETFS is not set -# CONFIG_USB_FUNCTIONFS is not set -# CONFIG_USB_MASS_STORAGE is not set -# CONFIG_USB_G_SERIAL is not set -# CONFIG_USB_MIDI_GADGET is not set -# CONFIG_USB_G_PRINTER is not set -# CONFIG_USB_CDC_COMPOSITE is not set -# CONFIG_USB_G_ACM_MS is not set -# CONFIG_USB_G_MULTI is not set -# CONFIG_USB_G_HID is not set -# CONFIG_USB_G_DBGP is not set -# CONFIG_USB_G_WEBCAM is not set -# CONFIG_USB_LED_TRIG is not set -# CONFIG_USB_ULPI_BUS is not set -# CONFIG_UWB is not set -CONFIG_MMC=y -# CONFIG_MMC_DEBUG is not set -CONFIG_PWRSEQ_EMMC=y -CONFIG_PWRSEQ_SIMPLE=y - -# -# MMC/SD/SDIO Card Drivers -# -CONFIG_MMC_BLOCK=y -CONFIG_MMC_BLOCK_MINORS=32 -CONFIG_MMC_BLOCK_BOUNCE=y -# CONFIG_SDIO_UART is not set -# CONFIG_MMC_TEST is not set - -# -# MMC/SD/SDIO Host Controller Drivers -# -CONFIG_MMC_ARMMMCI=y -CONFIG_MMC_QCOM_DML=y -CONFIG_MMC_SDHCI=y -CONFIG_MMC_SDHCI_IO_ACCESSORS=y -# CONFIG_MMC_SDHCI_PCI is not set -CONFIG_MMC_SDHCI_ACPI=y -CONFIG_MMC_SDHCI_PLTFM=y -# CONFIG_MMC_SDHCI_OF_ARASAN is not set -# CONFIG_MMC_SDHCI_OF_AT91 is not set -CONFIG_MMC_SDHCI_OF_ESDHC=y -CONFIG_MMC_SDHCI_TEGRA=y -# CONFIG_MMC_SDHCI_PXAV3 is not set -# CONFIG_MMC_SDHCI_F_SDH30 is not set -CONFIG_MMC_SDHCI_IPROC=y -CONFIG_MMC_SDHCI_MSM=y -# CONFIG_MMC_TIFM_SD is not set -CONFIG_MMC_SPI=y -CONFIG_MMC_TMIO_CORE=y -CONFIG_MMC_SDHI=y -# CONFIG_MMC_SDHI_PIO is not set -# CONFIG_MMC_CB710 is not set -# CONFIG_MMC_VIA_SDMMC is not set -CONFIG_MMC_DW=y -CONFIG_MMC_DW_PLTFM=y -CONFIG_MMC_DW_EXYNOS=y -CONFIG_MMC_DW_K3=y -# CONFIG_MMC_DW_PCI is not set -# CONFIG_MMC_DW_ROCKCHIP is not set -# CONFIG_MMC_SH_MMCIF is not set -# CONFIG_MMC_VUB300 is not set -# CONFIG_MMC_USHC is not set -# CONFIG_MMC_USDHI6ROL0 is not set -CONFIG_MMC_SUNXI=y -# CONFIG_MMC_TOSHIBA_PCI is not set -# CONFIG_MMC_MTK is not set -# CONFIG_MEMSTICK is not set -CONFIG_NEW_LEDS=y -CONFIG_LEDS_CLASS=y -# CONFIG_LEDS_CLASS_FLASH is not set - -# -# LED drivers -# -# CONFIG_LEDS_BCM6328 is not set -# CONFIG_LEDS_BCM6358 is not set -# CONFIG_LEDS_LM3530 is not set -# CONFIG_LEDS_LM3642 is not set -# CONFIG_LEDS_PCA9532 is not set -CONFIG_LEDS_GPIO=y -# CONFIG_LEDS_LP3944 is not set -# CONFIG_LEDS_LP3952 is not set -# CONFIG_LEDS_LP5521 is not set -# CONFIG_LEDS_LP5523 is not set -# CONFIG_LEDS_LP5562 is not set -# CONFIG_LEDS_LP8501 is not set -# CONFIG_LEDS_LP8860 is not set -# CONFIG_LEDS_PCA955X is not set -# CONFIG_LEDS_PCA963X is not set -# CONFIG_LEDS_DAC124S085 is not set -# CONFIG_LEDS_PWM is not set -# CONFIG_LEDS_REGULATOR is not set -# CONFIG_LEDS_BD2802 is not set -# CONFIG_LEDS_LT3593 is not set -# CONFIG_LEDS_TCA6507 is not set -# CONFIG_LEDS_TLC591XX is not set -# CONFIG_LEDS_LM355x is not set -# CONFIG_LEDS_IS31FL319X is not set -# CONFIG_LEDS_IS31FL32XX is not set - -# -# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) -# -# CONFIG_LEDS_BLINKM is not set -CONFIG_LEDS_SYSCON=y - -# -# LED Triggers -# -CONFIG_LEDS_TRIGGERS=y -# CONFIG_LEDS_TRIGGER_TIMER is not set -# CONFIG_LEDS_TRIGGER_ONESHOT is not set -# CONFIG_LEDS_TRIGGER_DISK is not set -# CONFIG_LEDS_TRIGGER_MTD is not set -CONFIG_LEDS_TRIGGER_HEARTBEAT=y -# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set -CONFIG_LEDS_TRIGGER_CPU=y -# CONFIG_LEDS_TRIGGER_GPIO is not set -# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set - -# -# iptables trigger is under Netfilter config (LED target) -# -# CONFIG_LEDS_TRIGGER_TRANSIENT is not set -# CONFIG_LEDS_TRIGGER_CAMERA is not set -# CONFIG_LEDS_TRIGGER_PANIC is not set -# CONFIG_ACCESSIBILITY is not set -# CONFIG_INFINIBAND is not set -CONFIG_EDAC_SUPPORT=y -# CONFIG_EDAC is not set -CONFIG_RTC_LIB=y -CONFIG_RTC_CLASS=y -CONFIG_RTC_HCTOSYS=y -CONFIG_RTC_HCTOSYS_DEVICE="rtc0" -CONFIG_RTC_SYSTOHC=y -CONFIG_RTC_SYSTOHC_DEVICE="rtc0" -# CONFIG_RTC_DEBUG is not set - -# -# RTC interfaces -# -CONFIG_RTC_INTF_SYSFS=y -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -# CONFIG_RTC_DRV_TEST is not set - -# -# I2C RTC drivers -# -# CONFIG_RTC_DRV_ABB5ZES3 is not set -# CONFIG_RTC_DRV_ABX80X is not set -# CONFIG_RTC_DRV_DS1307 is not set -# CONFIG_RTC_DRV_DS1374 is not set -# CONFIG_RTC_DRV_DS1672 is not set -# CONFIG_RTC_DRV_HYM8563 is not set -# CONFIG_RTC_DRV_MAX6900 is not set -CONFIG_RTC_DRV_MAX77686=y -# CONFIG_RTC_DRV_RS5C372 is not set -# CONFIG_RTC_DRV_ISL1208 is not set -# CONFIG_RTC_DRV_ISL12022 is not set -# CONFIG_RTC_DRV_X1205 is not set -# CONFIG_RTC_DRV_PCF8523 is not set -# CONFIG_RTC_DRV_PCF85063 is not set -# CONFIG_RTC_DRV_PCF8563 is not set -# CONFIG_RTC_DRV_PCF8583 is not set -# CONFIG_RTC_DRV_M41T80 is not set -# CONFIG_RTC_DRV_BQ32K is not set -# CONFIG_RTC_DRV_S35390A is not set -# CONFIG_RTC_DRV_FM3130 is not set -# CONFIG_RTC_DRV_RX8010 is not set -# CONFIG_RTC_DRV_RX8581 is not set -# CONFIG_RTC_DRV_RX8025 is not set -# CONFIG_RTC_DRV_EM3027 is not set -# CONFIG_RTC_DRV_RV8803 is not set -CONFIG_RTC_DRV_S5M=y - -# -# SPI RTC drivers -# -# CONFIG_RTC_DRV_M41T93 is not set -# CONFIG_RTC_DRV_M41T94 is not set -# CONFIG_RTC_DRV_DS1302 is not set -# CONFIG_RTC_DRV_DS1305 is not set -# CONFIG_RTC_DRV_DS1343 is not set -# CONFIG_RTC_DRV_DS1347 is not set -# CONFIG_RTC_DRV_DS1390 is not set -# CONFIG_RTC_DRV_MAX6916 is not set -# CONFIG_RTC_DRV_R9701 is not set -# CONFIG_RTC_DRV_RX4581 is not set -# CONFIG_RTC_DRV_RX6110 is not set -# CONFIG_RTC_DRV_RS5C348 is not set -# CONFIG_RTC_DRV_MAX6902 is not set -# CONFIG_RTC_DRV_PCF2123 is not set -# CONFIG_RTC_DRV_MCP795 is not set -CONFIG_RTC_I2C_AND_SPI=y - -# -# SPI and I2C RTC drivers -# -CONFIG_RTC_DRV_DS3232=y -# CONFIG_RTC_DRV_PCF2127 is not set -# CONFIG_RTC_DRV_RV3029C2 is not set - -# -# Platform RTC drivers -# -# CONFIG_RTC_DRV_DS1286 is not set -# CONFIG_RTC_DRV_DS1511 is not set -# CONFIG_RTC_DRV_DS1553 is not set -# CONFIG_RTC_DRV_DS1685_FAMILY is not set -# CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_DS2404 is not set -CONFIG_RTC_DRV_EFI=y -# CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set -# CONFIG_RTC_DRV_M48T35 is not set -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -# CONFIG_RTC_DRV_BQ4802 is not set -# CONFIG_RTC_DRV_RP5C01 is not set -# CONFIG_RTC_DRV_V3020 is not set -# CONFIG_RTC_DRV_ZYNQMP is not set - -# -# on-CPU RTC drivers -# -CONFIG_HAVE_S3C_RTC=y -CONFIG_RTC_DRV_S3C=y -# CONFIG_RTC_DRV_PL030 is not set -CONFIG_RTC_DRV_PL031=y -CONFIG_RTC_DRV_SUN6I=y -# CONFIG_RTC_DRV_MV is not set -# CONFIG_RTC_DRV_ARMADA38X is not set -# CONFIG_RTC_DRV_PM8XXX is not set -CONFIG_RTC_DRV_TEGRA=y -# CONFIG_RTC_DRV_SNVS is not set -CONFIG_RTC_DRV_XGENE=y - -# -# HID Sensor RTC drivers -# -# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set -CONFIG_DMADEVICES=y -# CONFIG_DMADEVICES_DEBUG is not set - -# -# DMA Devices -# -CONFIG_DMA_ENGINE=y -CONFIG_DMA_VIRTUAL_CHANNELS=y -CONFIG_DMA_ACPI=y -CONFIG_DMA_OF=y -# CONFIG_AMBA_PL08X is not set -# CONFIG_FSL_EDMA is not set -# CONFIG_INTEL_IDMA64 is not set -# CONFIG_K3_DMA is not set -# CONFIG_MV_XOR is not set -# CONFIG_MV_XOR_V2 is not set -CONFIG_PL330_DMA=y -CONFIG_TEGRA20_APB_DMA=y -# CONFIG_TEGRA210_ADMA is not set -# CONFIG_XGENE_DMA is not set -# CONFIG_XILINX_DMA is not set -# CONFIG_XILINX_ZYNQMP_DMA is not set -# CONFIG_ZX_DMA is not set -CONFIG_QCOM_BAM_DMA=y -CONFIG_QCOM_HIDMA_MGMT=y -CONFIG_QCOM_HIDMA=y -# CONFIG_DW_DMAC is not set -# CONFIG_DW_DMAC_PCI is not set -CONFIG_RENESAS_DMA=y -CONFIG_SH_DMAE_BASE=y -# CONFIG_SH_DMAE is not set -CONFIG_RCAR_DMAC=y -CONFIG_RENESAS_USB_DMAC=y -# CONFIG_SUDMAC is not set - -# -# DMA Clients -# -# CONFIG_ASYNC_TX_DMA is not set -# CONFIG_DMATEST is not set - -# -# DMABUF options -# -CONFIG_SYNC_FILE=y -# CONFIG_SW_SYNC is not set -# CONFIG_AUXDISPLAY is not set -# CONFIG_UIO is not set -CONFIG_VFIO_IOMMU_TYPE1=y -CONFIG_VFIO_VIRQFD=y -CONFIG_VFIO=y -# CONFIG_VFIO_NOIOMMU is not set -CONFIG_VFIO_PCI=y -CONFIG_VFIO_PCI_MMAP=y -CONFIG_VFIO_PCI_INTX=y -# CONFIG_VFIO_PLATFORM is not set -CONFIG_IRQ_BYPASS_MANAGER=y -# CONFIG_VIRT_DRIVERS is not set -CONFIG_VIRTIO=y - -# -# Virtio drivers -# -CONFIG_VIRTIO_PCI=y -CONFIG_VIRTIO_PCI_LEGACY=y -CONFIG_VIRTIO_BALLOON=y -# CONFIG_VIRTIO_INPUT is not set -CONFIG_VIRTIO_MMIO=y -# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set - -# -# Microsoft Hyper-V guest support -# - -# -# Xen driver support -# -CONFIG_XEN_BALLOON=y -CONFIG_XEN_SCRUB_PAGES=y -CONFIG_XEN_DEV_EVTCHN=y -CONFIG_XEN_BACKEND=y -CONFIG_XENFS=y -CONFIG_XEN_COMPAT_XENFS=y -CONFIG_XEN_SYS_HYPERVISOR=y -CONFIG_XEN_XENBUS_FRONTEND=y -CONFIG_XEN_GNTDEV=y -CONFIG_XEN_GRANT_DEV_ALLOC=y -CONFIG_SWIOTLB_XEN=y -CONFIG_XEN_PRIVCMD=y -CONFIG_XEN_EFI=y -CONFIG_XEN_AUTO_XLATE=y -# CONFIG_STAGING is not set -# CONFIG_GOLDFISH is not set -CONFIG_CHROME_PLATFORMS=y -# CONFIG_CROS_EC_CHARDEV is not set -CONFIG_CROS_EC_PROTO=y -# CONFIG_CROS_KBD_LED_BACKLIGHT is not set -CONFIG_CLKDEV_LOOKUP=y -CONFIG_HAVE_CLK_PREPARE=y -CONFIG_COMMON_CLK=y - -# -# Common Clock Framework -# -CONFIG_COMMON_CLK_VERSATILE=y -CONFIG_CLK_SP810=y -CONFIG_CLK_VEXPRESS_OSC=y -# CONFIG_COMMON_CLK_MAX77686 is not set -CONFIG_COMMON_CLK_SCPI=y -# CONFIG_COMMON_CLK_SI5351 is not set -# CONFIG_COMMON_CLK_SI514 is not set -# CONFIG_COMMON_CLK_SI570 is not set -# CONFIG_COMMON_CLK_CDCE706 is not set -# CONFIG_COMMON_CLK_CDCE925 is not set -CONFIG_COMMON_CLK_CS2000_CP=y -CONFIG_COMMON_CLK_S2MPS11=y -CONFIG_CLK_QORIQ=y -CONFIG_COMMON_CLK_XGENE=y -# CONFIG_COMMON_CLK_NXP is not set -# CONFIG_COMMON_CLK_PWM is not set -CONFIG_COMMON_CLK_5P49X=y -# CONFIG_COMMON_CLK_PXA is not set -# CONFIG_COMMON_CLK_PIC32 is not set -CONFIG_COMMON_CLK_IPROC=y -CONFIG_CLK_BCM_NS2=y -CONFIG_COMMON_CLK_HI3519=y -CONFIG_COMMON_CLK_HI6220=y -CONFIG_RESET_HISI=y -# CONFIG_STUB_CLK_HI6220 is not set -CONFIG_COMMON_CLK_MEDIATEK=y -CONFIG_COMMON_CLK_MT8135=y -CONFIG_COMMON_CLK_MT8173=y -CONFIG_COMMON_CLK_AMLOGIC=y -CONFIG_COMMON_CLK_GXBB=y -CONFIG_ARMADA_37XX_CLK=y -CONFIG_ARMADA_AP806_SYSCON=y -CONFIG_ARMADA_CP110_SYSCON=y -CONFIG_QCOM_GDSC=y -CONFIG_COMMON_CLK_QCOM=y -# CONFIG_APQ_GCC_8084 is not set -# CONFIG_APQ_MMCC_8084 is not set -# CONFIG_IPQ_GCC_4019 is not set -# CONFIG_IPQ_GCC_806X is not set -# CONFIG_IPQ_LCC_806X is not set -# CONFIG_MSM_GCC_8660 is not set -CONFIG_MSM_GCC_8916=y -# CONFIG_MSM_GCC_8960 is not set -# CONFIG_MSM_LCC_8960 is not set -# CONFIG_MDM_GCC_9615 is not set -# CONFIG_MDM_LCC_9615 is not set -# CONFIG_MSM_MMCC_8960 is not set -# CONFIG_MSM_GCC_8974 is not set -# CONFIG_MSM_MMCC_8974 is not set -CONFIG_MSM_GCC_8996=y -CONFIG_MSM_MMCC_8996=y -CONFIG_CLK_RENESAS_CPG_MSSR=y -CONFIG_COMMON_CLK_SAMSUNG=y -CONFIG_EXYNOS_ARM64_COMMON_CLK=y -CONFIG_EXYNOS_AUDSS_CLK_CON=y -CONFIG_SUNXI_CCU=y -# CONFIG_SUN6I_A31_CCU is not set -# CONFIG_SUN8I_A23_CCU is not set -# CONFIG_SUN8I_A33_CCU is not set -# CONFIG_SUN8I_H3_CCU is not set -CONFIG_CLK_UNIPHIER=y -CONFIG_HWSPINLOCK=y - -# -# Hardware Spinlock drivers -# -CONFIG_HWSPINLOCK_QCOM=y -CONFIG_HWSPINLOCK_RCAR=y - -# -# Clock Source drivers -# -CONFIG_CLKSRC_OF=y -CONFIG_CLKSRC_ACPI=y -CONFIG_CLKSRC_PROBE=y -CONFIG_CLKSRC_MMIO=y -CONFIG_ROCKCHIP_TIMER=y -CONFIG_ARM_ARCH_TIMER=y -CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y -CONFIG_FSL_ERRATUM_A008585=y -CONFIG_ARM_TIMER_SP804=y -# CONFIG_ATMEL_PIT is not set -CONFIG_MTK_TIMER=y -# CONFIG_SH_TIMER_CMT is not set -# CONFIG_SH_TIMER_MTU2 is not set -# CONFIG_SH_TIMER_TMU is not set -# CONFIG_EM_TIMER_STI is not set -CONFIG_CLKSRC_VERSATILE=y -CONFIG_MAILBOX=y -CONFIG_ARM_MHU=y -# CONFIG_PLATFORM_MHU is not set -# CONFIG_PL320_MBOX is not set -# CONFIG_ROCKCHIP_MBOX is not set -# CONFIG_PCC is not set -# CONFIG_ALTERA_MBOX is not set -CONFIG_HI6220_MBOX=y -# CONFIG_MAILBOX_TEST is not set -# CONFIG_XGENE_SLIMPRO_MBOX is not set -CONFIG_BCM_PDC_MBOX=y -CONFIG_IOMMU_API=y -CONFIG_IOMMU_SUPPORT=y - -# -# Generic IOMMU Pagetable Support -# -CONFIG_IOMMU_IO_PGTABLE=y -CONFIG_IOMMU_IO_PGTABLE_LPAE=y -# CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set -# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set -CONFIG_IOMMU_IOVA=y -CONFIG_OF_IOMMU=y -CONFIG_IOMMU_DMA=y -# CONFIG_EXYNOS_IOMMU is not set -# CONFIG_IPMMU_VMSA is not set -CONFIG_ARM_SMMU=y -# CONFIG_ARM_SMMU_V3 is not set -# CONFIG_MTK_IOMMU is not set - -# -# Remoteproc drivers -# -# CONFIG_STE_MODEM_RPROC is not set -# CONFIG_QCOM_Q6V5_PIL is not set -# CONFIG_QCOM_WCNSS_PIL is not set - -# -# Rpmsg drivers -# -CONFIG_RPMSG=y -CONFIG_RPMSG_VIRTIO=y - -# -# SOC (System On Chip) specific Drivers -# - -# -# Broadcom SoC drivers -# -CONFIG_MTK_INFRACFG=y -# CONFIG_MTK_PMIC_WRAP is not set -CONFIG_MTK_SCPSYS=y -# CONFIG_QCOM_GSBI is not set -CONFIG_QCOM_SMEM=y -CONFIG_QCOM_SMD=y -CONFIG_QCOM_SMD_RPM=y -# CONFIG_QCOM_SMP2P is not set -# CONFIG_QCOM_SMSM is not set -# CONFIG_QCOM_WCNSS_CTRL is not set -# CONFIG_ROCKCHIP_PM_DOMAINS is not set -CONFIG_SOC_SAMSUNG=y -CONFIG_SUNXI_SRAM=y -CONFIG_ARCH_TEGRA_132_SOC=y -CONFIG_ARCH_TEGRA_210_SOC=y -# CONFIG_SOC_TI is not set -CONFIG_RCAR_THERMAL_EMS_ENABLED=y -CONFIG_RCAR_DDR_BACKUP=y -# CONFIG_PM_DEVFREQ is not set -CONFIG_EXTCON=y - -# -# Extcon Device Drivers -# -# CONFIG_EXTCON_ADC_JACK is not set -# CONFIG_EXTCON_GPIO is not set -# CONFIG_EXTCON_MAX3355 is not set -# CONFIG_EXTCON_QCOM_SPMI_MISC is not set -# CONFIG_EXTCON_RT8973A is not set -# CONFIG_EXTCON_SM5502 is not set -CONFIG_EXTCON_USB_GPIO=y -# CONFIG_MEMORY is not set -CONFIG_IIO=y -# CONFIG_IIO_BUFFER is not set -# CONFIG_IIO_CONFIGFS is not set -# CONFIG_IIO_TRIGGER is not set -# CONFIG_IIO_SW_DEVICE is not set -# CONFIG_IIO_SW_TRIGGER is not set - -# -# Accelerometers -# -# CONFIG_BMA180 is not set -# CONFIG_BMA220 is not set -# CONFIG_BMC150_ACCEL is not set -# CONFIG_DMARD06 is not set -# CONFIG_DMARD09 is not set -# CONFIG_IIO_ST_ACCEL_3AXIS is not set -# CONFIG_KXSD9 is not set -# CONFIG_KXCJK1013 is not set -# CONFIG_MC3230 is not set -# CONFIG_MMA7455_I2C is not set -# CONFIG_MMA7455_SPI is not set -# CONFIG_MMA7660 is not set -# CONFIG_MMA8452 is not set -# CONFIG_MMA9551 is not set -# CONFIG_MMA9553 is not set -# CONFIG_MXC4005 is not set -# CONFIG_MXC6255 is not set -# CONFIG_STK8312 is not set -# CONFIG_STK8BA50 is not set - -# -# Analog to digital converters -# -# CONFIG_AD7266 is not set -# CONFIG_AD7291 is not set -# CONFIG_AD7298 is not set -# CONFIG_AD7476 is not set -# CONFIG_AD7791 is not set -# CONFIG_AD7793 is not set -# CONFIG_AD7887 is not set -# CONFIG_AD7923 is not set -# CONFIG_AD799X is not set -# CONFIG_BCM_IPROC_ADC is not set -# CONFIG_BERLIN2_ADC is not set -# CONFIG_CC10001_ADC is not set -CONFIG_EXYNOS_ADC=y -# CONFIG_HI8435 is not set -# CONFIG_INA2XX_ADC is not set -# CONFIG_LTC2485 is not set -# CONFIG_MAX1027 is not set -# CONFIG_MAX1363 is not set -# CONFIG_MCP320X is not set -# CONFIG_MCP3422 is not set -# CONFIG_MEDIATEK_MT6577_AUXADC is not set -# CONFIG_NAU7802 is not set -# CONFIG_QCOM_SPMI_IADC is not set -# CONFIG_QCOM_SPMI_VADC is not set -# CONFIG_ROCKCHIP_SARADC is not set -# CONFIG_TI_ADC081C is not set -# CONFIG_TI_ADC0832 is not set -# CONFIG_TI_ADC12138 is not set -# CONFIG_TI_ADC128S052 is not set -# CONFIG_TI_ADC161S626 is not set -# CONFIG_TI_ADS1015 is not set -# CONFIG_TI_ADS8688 is not set -# CONFIG_VF610_ADC is not set - -# -# Amplifiers -# -# CONFIG_AD8366 is not set - -# -# Chemical Sensors -# -# CONFIG_ATLAS_PH_SENSOR is not set -# CONFIG_IAQCORE is not set -# CONFIG_VZ89X is not set - -# -# Hid Sensor IIO Common -# - -# -# SSP Sensor Common -# -# CONFIG_IIO_SSP_SENSORHUB is not set - -# -# Digital to analog converters -# -# CONFIG_AD5064 is not set -# CONFIG_AD5360 is not set -# CONFIG_AD5380 is not set -# CONFIG_AD5421 is not set -# CONFIG_AD5446 is not set -# CONFIG_AD5449 is not set -# CONFIG_AD5592R is not set -# CONFIG_AD5593R is not set -# CONFIG_AD5504 is not set -# CONFIG_AD5624R_SPI is not set -# CONFIG_AD5686 is not set -# CONFIG_AD5755 is not set -# CONFIG_AD5761 is not set -# CONFIG_AD5764 is not set -# CONFIG_AD5791 is not set -# CONFIG_AD7303 is not set -# CONFIG_AD8801 is not set -# CONFIG_M62332 is not set -# CONFIG_MAX517 is not set -# CONFIG_MAX5821 is not set -# CONFIG_MCP4725 is not set -# CONFIG_MCP4922 is not set -# CONFIG_VF610_DAC is not set - -# -# IIO dummy driver -# - -# -# Frequency Synthesizers DDS/PLL -# - -# -# Clock Generator/Distribution -# -# CONFIG_AD9523 is not set - -# -# Phase-Locked Loop (PLL) frequency synthesizers -# -# CONFIG_ADF4350 is not set - -# -# Digital gyroscope sensors -# -# CONFIG_ADIS16080 is not set -# CONFIG_ADIS16130 is not set -# CONFIG_ADIS16136 is not set -# CONFIG_ADIS16260 is not set -# CONFIG_ADXRS450 is not set -# CONFIG_BMG160 is not set -# CONFIG_IIO_ST_GYRO_3AXIS is not set -# CONFIG_ITG3200 is not set - -# -# Health Sensors -# - -# -# Heart Rate Monitors -# -# CONFIG_AFE4403 is not set -# CONFIG_AFE4404 is not set -# CONFIG_MAX30100 is not set - -# -# Humidity sensors -# -# CONFIG_AM2315 is not set -# CONFIG_DHT11 is not set -# CONFIG_HDC100X is not set -# CONFIG_HTU21 is not set -# CONFIG_SI7005 is not set -# CONFIG_SI7020 is not set - -# -# Inertial measurement units -# -# CONFIG_ADIS16400 is not set -# CONFIG_ADIS16480 is not set -# CONFIG_BMI160_I2C is not set -# CONFIG_BMI160_SPI is not set -# CONFIG_KMX61 is not set -# CONFIG_INV_MPU6050_I2C is not set -# CONFIG_INV_MPU6050_SPI is not set - -# -# Light sensors -# -# CONFIG_ACPI_ALS is not set -# CONFIG_ADJD_S311 is not set -# CONFIG_AL3320A is not set -# CONFIG_APDS9300 is not set -# CONFIG_APDS9960 is not set -# CONFIG_BH1750 is not set -# CONFIG_BH1780 is not set -# CONFIG_CM32181 is not set -# CONFIG_CM3232 is not set -# CONFIG_CM3323 is not set -# CONFIG_CM36651 is not set -# CONFIG_GP2AP020A00F is not set -# CONFIG_ISL29125 is not set -# CONFIG_JSA1212 is not set -# CONFIG_RPR0521 is not set -# CONFIG_LTR501 is not set -# CONFIG_MAX44000 is not set -# CONFIG_OPT3001 is not set -# CONFIG_PA12203001 is not set -# CONFIG_SI1145 is not set -# CONFIG_STK3310 is not set -# CONFIG_TCS3414 is not set -# CONFIG_TCS3472 is not set -# CONFIG_SENSORS_TSL2563 is not set -# CONFIG_TSL4531 is not set -# CONFIG_US5182D is not set -# CONFIG_VCNL4000 is not set -# CONFIG_VEML6070 is not set - -# -# Magnetometer sensors -# -# CONFIG_AK8974 is not set -# CONFIG_AK8975 is not set -# CONFIG_AK09911 is not set -# CONFIG_BMC150_MAGN_I2C is not set -# CONFIG_BMC150_MAGN_SPI is not set -# CONFIG_MAG3110 is not set -# CONFIG_MMC35240 is not set -# CONFIG_IIO_ST_MAGN_3AXIS is not set -# CONFIG_SENSORS_HMC5843_I2C is not set -# CONFIG_SENSORS_HMC5843_SPI is not set - -# -# Inclinometer sensors -# - -# -# Digital potentiometers -# -# CONFIG_DS1803 is not set -# CONFIG_MAX5487 is not set -# CONFIG_MCP4131 is not set -# CONFIG_MCP4531 is not set -# CONFIG_TPL0102 is not set - -# -# Pressure sensors -# -# CONFIG_BMP280 is not set -# CONFIG_HP03 is not set -# CONFIG_MPL115_I2C is not set -# CONFIG_MPL115_SPI is not set -# CONFIG_MPL3115 is not set -# CONFIG_MS5611 is not set -# CONFIG_MS5637 is not set -# CONFIG_IIO_ST_PRESS is not set -# CONFIG_T5403 is not set -# CONFIG_HP206C is not set -# CONFIG_ZPA2326 is not set - -# -# Lightning sensors -# -# CONFIG_AS3935 is not set - -# -# Proximity sensors -# -# CONFIG_LIDAR_LITE_V2 is not set -# CONFIG_SX9500 is not set - -# -# Temperature sensors -# -# CONFIG_MAXIM_THERMOCOUPLE is not set -# CONFIG_MLX90614 is not set -# CONFIG_TMP006 is not set -# CONFIG_TSYS01 is not set -# CONFIG_TSYS02D is not set -# CONFIG_NTB is not set -# CONFIG_VME_BUS is not set -CONFIG_PWM=y -CONFIG_PWM_SYSFS=y -# CONFIG_PWM_BCM_IPROC is not set -# CONFIG_PWM_BERLIN is not set -# CONFIG_PWM_CROS_EC is not set -# CONFIG_PWM_FSL_FTM is not set -# CONFIG_PWM_MESON is not set -# CONFIG_PWM_MTK_DISP is not set -# CONFIG_PWM_PCA9685 is not set -CONFIG_PWM_RCAR=y -# CONFIG_PWM_RENESAS_TPU is not set -# CONFIG_PWM_ROCKCHIP is not set -CONFIG_PWM_SAMSUNG=y -# CONFIG_PWM_SUN4I is not set -CONFIG_PWM_TEGRA=m -CONFIG_IRQCHIP=y -CONFIG_ARM_GIC=y -CONFIG_ARM_GIC_MAX_NR=1 -CONFIG_ARM_GIC_V2M=y -CONFIG_ARM_GIC_V3=y -CONFIG_ARM_GIC_V3_ITS=y -CONFIG_ALPINE_MSI=y -CONFIG_DW_APB_ICTL=y -CONFIG_HISILICON_IRQ_MBIGEN=y -CONFIG_RENESAS_IRQC=y -CONFIG_MVEBU_ODMI=y -CONFIG_MVEBU_PIC=y -CONFIG_LS_SCFG_MSI=y -CONFIG_PARTITION_PERCPU=y -# CONFIG_IPACK_BUS is not set -CONFIG_ARCH_HAS_RESET_CONTROLLER=y -CONFIG_RESET_CONTROLLER=y -# CONFIG_RESET_ATH79 is not set -CONFIG_RESET_BERLIN=y -# CONFIG_RESET_LPC18XX is not set -CONFIG_RESET_MESON=y -# CONFIG_RESET_PISTACHIO is not set -# CONFIG_RESET_SOCFPGA is not set -# CONFIG_RESET_STM32 is not set -CONFIG_RESET_SUNXI=y -# CONFIG_TI_SYSCON_RESET is not set -CONFIG_RESET_UNIPHIER=y -# CONFIG_RESET_ZYNQ is not set -CONFIG_COMMON_RESET_HI6220=y -# CONFIG_FMC is not set - -# -# PHY Subsystem -# -CONFIG_GENERIC_PHY=y -# CONFIG_PHY_BCM_NS_USB2 is not set -# CONFIG_PHY_BCM_NS_USB3 is not set -# CONFIG_PHY_BERLIN_USB is not set -# CONFIG_PHY_BERLIN_SATA is not set -CONFIG_PHY_EXYNOS_MIPI_VIDEO=y -# CONFIG_PHY_PXA_28NM_HSIC is not set -# CONFIG_PHY_PXA_28NM_USB2 is not set -# CONFIG_PHY_RCAR_GEN2 is not set -CONFIG_PHY_RCAR_GEN3_USB2=y -CONFIG_PHY_EXYNOS_DP_VIDEO=y -# CONFIG_BCM_KONA_USB2_PHY is not set -# CONFIG_PHY_MT65XX_USB3 is not set -CONFIG_PHY_HI6220_USB=y -# CONFIG_PHY_SUN4I_USB is not set -# CONFIG_PHY_SUN9I_USB is not set -CONFIG_PHY_SAMSUNG_USB2=y -# CONFIG_PHY_EXYNOS4210_USB2 is not set -# CONFIG_PHY_EXYNOS4X12_USB2 is not set -# CONFIG_PHY_EXYNOS5250_USB2 is not set -CONFIG_PHY_EXYNOS5_USBDRD=y -# CONFIG_PHY_QCOM_APQ8064_SATA is not set -# CONFIG_PHY_QCOM_IPQ806X_SATA is not set -# CONFIG_PHY_ROCKCHIP_USB is not set -# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set -# CONFIG_PHY_ROCKCHIP_EMMC is not set -# CONFIG_PHY_ROCKCHIP_DP is not set -# CONFIG_PHY_ROCKCHIP_PCIE is not set -# CONFIG_PHY_ROCKCHIP_TYPEC is not set -CONFIG_PHY_XGENE=y -# CONFIG_PHY_QCOM_UFS is not set -CONFIG_PHY_BRCM_SATA=y -CONFIG_PHY_TEGRA_XUSB=y -CONFIG_PHY_NS2_PCIE=y -# CONFIG_POWERCAP is not set -# CONFIG_MCB is not set - -# -# Performance monitor support -# -CONFIG_ARM_PMU=y -# CONFIG_XGENE_PMU is not set -CONFIG_RAS=y -# CONFIG_THUNDERBOLT is not set - -# -# Android -# -# CONFIG_ANDROID is not set -# CONFIG_LIBNVDIMM is not set -# CONFIG_DEV_DAX is not set -# CONFIG_NVMEM is not set -# CONFIG_STM is not set -# CONFIG_INTEL_TH is not set - -# -# FPGA Configuration Support -# -# CONFIG_FPGA is not set - -# -# Firmware Drivers -# -CONFIG_ARM_PSCI_FW=y -CONFIG_ARM_SCPI_PROTOCOL=y -CONFIG_ARM_SCPI_POWER_DOMAIN=y -# CONFIG_FIRMWARE_MEMMAP is not set -CONFIG_DMIID=y -# CONFIG_DMI_SYSFS is not set -# CONFIG_FW_CFG_SYSFS is not set -CONFIG_QCOM_SCM=y -CONFIG_QCOM_SCM_64=y -CONFIG_HAVE_ARM_SMCCC=y - -# -# EFI (Extensible Firmware Interface) Support -# -# CONFIG_EFI_VARS is not set -CONFIG_EFI_ESRT=y -CONFIG_EFI_PARAMS_FROM_FDT=y -CONFIG_EFI_RUNTIME_WRAPPERS=y -CONFIG_EFI_ARMSTUB=y -# CONFIG_EFI_CAPSULE_LOADER is not set -# CONFIG_EFI_TEST is not set -CONFIG_MESON_SM=y -CONFIG_ACPI=y -CONFIG_ACPI_GENERIC_GSI=y -CONFIG_ACPI_CCA_REQUIRED=y -# CONFIG_ACPI_DEBUGGER is not set -CONFIG_ACPI_SPCR_TABLE=y -# CONFIG_ACPI_EC_DEBUGFS is not set -CONFIG_ACPI_BUTTON=y -CONFIG_ACPI_FAN=y -# CONFIG_ACPI_DOCK is not set -CONFIG_ACPI_PROCESSOR_IDLE=y -CONFIG_ACPI_MCFG=y -CONFIG_ACPI_PROCESSOR=y -CONFIG_ACPI_HOTPLUG_CPU=y -CONFIG_ACPI_THERMAL=y -# CONFIG_ACPI_CUSTOM_DSDT is not set -CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y -CONFIG_ACPI_TABLE_UPGRADE=y -# CONFIG_ACPI_DEBUG is not set -# CONFIG_ACPI_PCI_SLOT is not set -CONFIG_ACPI_CONTAINER=y -# CONFIG_ACPI_HED is not set -# CONFIG_ACPI_CUSTOM_METHOD is not set -CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y -# CONFIG_PMIC_OPREGION is not set -# CONFIG_ACPI_CONFIGFS is not set -CONFIG_ACPI_IORT=y - -# -# File systems -# -CONFIG_DCACHE_WORD_ACCESS=y -CONFIG_EXT2_FS=y -# CONFIG_EXT2_FS_XATTR is not set -CONFIG_EXT3_FS=y -# CONFIG_EXT3_FS_POSIX_ACL is not set -# CONFIG_EXT3_FS_SECURITY is not set -CONFIG_EXT4_FS=y -CONFIG_EXT4_FS_POSIX_ACL=y -# CONFIG_EXT4_FS_SECURITY is not set -# CONFIG_EXT4_ENCRYPTION is not set -# CONFIG_EXT4_DEBUG is not set -CONFIG_JBD2=y -# CONFIG_JBD2_DEBUG is not set -CONFIG_FS_MBCACHE=y -# CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set -# CONFIG_XFS_FS is not set -# CONFIG_GFS2_FS is not set -# CONFIG_OCFS2_FS is not set -CONFIG_BTRFS_FS=m -CONFIG_BTRFS_FS_POSIX_ACL=y -# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set -# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set -# CONFIG_BTRFS_DEBUG is not set -# CONFIG_BTRFS_ASSERT is not set -# CONFIG_NILFS2_FS is not set -# CONFIG_F2FS_FS is not set -# CONFIG_FS_DAX is not set -CONFIG_FS_POSIX_ACL=y -CONFIG_EXPORTFS=y -# CONFIG_EXPORTFS_BLOCK_OPS is not set -CONFIG_FILE_LOCKING=y -CONFIG_MANDATORY_FILE_LOCKING=y -# CONFIG_FS_ENCRYPTION is not set -CONFIG_FSNOTIFY=y -CONFIG_DNOTIFY=y -CONFIG_INOTIFY_USER=y -CONFIG_FANOTIFY=y -CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y -CONFIG_QUOTA=y -# CONFIG_QUOTA_NETLINK_INTERFACE is not set -CONFIG_PRINT_QUOTA_WARNING=y -# CONFIG_QUOTA_DEBUG is not set -# CONFIG_QFMT_V1 is not set -# CONFIG_QFMT_V2 is not set -CONFIG_QUOTACTL=y -CONFIG_AUTOFS4_FS=y -CONFIG_FUSE_FS=m -CONFIG_CUSE=m -CONFIG_OVERLAY_FS=m - -# -# Caches -# -# CONFIG_FSCACHE is not set - -# -# CD-ROM/DVD Filesystems -# -# CONFIG_ISO9660_FS is not set -# CONFIG_UDF_FS is not set - -# -# DOS/FAT/NT Filesystems -# -CONFIG_FAT_FS=y -# CONFIG_MSDOS_FS is not set -CONFIG_VFAT_FS=y -CONFIG_FAT_DEFAULT_CODEPAGE=437 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" -# CONFIG_FAT_DEFAULT_UTF8 is not set -# CONFIG_NTFS_FS is not set - -# -# Pseudo filesystems -# -CONFIG_PROC_FS=y -# CONFIG_PROC_KCORE is not set -CONFIG_PROC_SYSCTL=y -CONFIG_PROC_PAGE_MONITOR=y -# CONFIG_PROC_CHILDREN is not set -CONFIG_KERNFS=y -CONFIG_SYSFS=y -CONFIG_TMPFS=y -# CONFIG_TMPFS_POSIX_ACL is not set -# CONFIG_TMPFS_XATTR is not set -CONFIG_HUGETLBFS=y -CONFIG_HUGETLB_PAGE=y -CONFIG_ARCH_HAS_GIGANTIC_PAGE=y -CONFIG_CONFIGFS_FS=y -CONFIG_EFIVAR_FS=y -CONFIG_MISC_FILESYSTEMS=y -# CONFIG_ORANGEFS_FS is not set -# CONFIG_ADFS_FS is not set -# CONFIG_AFFS_FS is not set -# CONFIG_ECRYPT_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BFS_FS is not set -# CONFIG_EFS_FS is not set -# CONFIG_JFFS2_FS is not set -# CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set -CONFIG_SQUASHFS=y -CONFIG_SQUASHFS_FILE_CACHE=y -# CONFIG_SQUASHFS_FILE_DIRECT is not set -CONFIG_SQUASHFS_DECOMP_SINGLE=y -# CONFIG_SQUASHFS_DECOMP_MULTI is not set -# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set -# CONFIG_SQUASHFS_XATTR is not set -CONFIG_SQUASHFS_ZLIB=y -# CONFIG_SQUASHFS_LZ4 is not set -# CONFIG_SQUASHFS_LZO is not set -# CONFIG_SQUASHFS_XZ is not set -# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set -# CONFIG_SQUASHFS_EMBEDDED is not set -CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 -# CONFIG_VXFS_FS is not set -# CONFIG_MINIX_FS is not set -# CONFIG_OMFS_FS is not set -# CONFIG_HPFS_FS is not set -# CONFIG_QNX4FS_FS is not set -# CONFIG_QNX6FS_FS is not set -# CONFIG_ROMFS_FS is not set -# CONFIG_PSTORE is not set -# CONFIG_SYSV_FS is not set -# CONFIG_UFS_FS is not set -CONFIG_NETWORK_FILESYSTEMS=y -CONFIG_NFS_FS=y -CONFIG_NFS_V2=y -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFS_SWAP is not set -CONFIG_NFS_V4_1=y -CONFIG_NFS_V4_2=y -CONFIG_PNFS_FILE_LAYOUT=y -CONFIG_PNFS_FLEXFILE_LAYOUT=m -CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" -# CONFIG_NFS_V4_1_MIGRATION is not set -CONFIG_NFS_V4_SECURITY_LABEL=y -CONFIG_ROOT_NFS=y -# CONFIG_NFS_USE_LEGACY_DNS is not set -CONFIG_NFS_USE_KERNEL_DNS=y -# CONFIG_NFSD is not set -CONFIG_GRACE_PERIOD=y -CONFIG_LOCKD=y -CONFIG_LOCKD_V4=y -CONFIG_NFS_COMMON=y -CONFIG_SUNRPC=y -CONFIG_SUNRPC_GSS=y -CONFIG_SUNRPC_BACKCHANNEL=y -# CONFIG_SUNRPC_DEBUG is not set -# CONFIG_CEPH_FS is not set -# CONFIG_CIFS is not set -# CONFIG_NCP_FS is not set -# CONFIG_CODA_FS is not set -# CONFIG_AFS_FS is not set -CONFIG_9P_FS=y -# CONFIG_9P_FS_POSIX_ACL is not set -# CONFIG_9P_FS_SECURITY is not set -CONFIG_NLS=y -CONFIG_NLS_DEFAULT="iso8859-1" -CONFIG_NLS_CODEPAGE_437=y -# CONFIG_NLS_CODEPAGE_737 is not set -# CONFIG_NLS_CODEPAGE_775 is not set -# CONFIG_NLS_CODEPAGE_850 is not set -# CONFIG_NLS_CODEPAGE_852 is not set -# CONFIG_NLS_CODEPAGE_855 is not set -# CONFIG_NLS_CODEPAGE_857 is not set -# CONFIG_NLS_CODEPAGE_860 is not set -# CONFIG_NLS_CODEPAGE_861 is not set -# CONFIG_NLS_CODEPAGE_862 is not set -# CONFIG_NLS_CODEPAGE_863 is not set -# CONFIG_NLS_CODEPAGE_864 is not set -# CONFIG_NLS_CODEPAGE_865 is not set -# CONFIG_NLS_CODEPAGE_866 is not set -# CONFIG_NLS_CODEPAGE_869 is not set -# CONFIG_NLS_CODEPAGE_936 is not set -# CONFIG_NLS_CODEPAGE_950 is not set -# CONFIG_NLS_CODEPAGE_932 is not set -# CONFIG_NLS_CODEPAGE_949 is not set -# CONFIG_NLS_CODEPAGE_874 is not set -# CONFIG_NLS_ISO8859_8 is not set -# CONFIG_NLS_CODEPAGE_1250 is not set -# CONFIG_NLS_CODEPAGE_1251 is not set -# CONFIG_NLS_ASCII is not set -CONFIG_NLS_ISO8859_1=y -# CONFIG_NLS_ISO8859_2 is not set -# CONFIG_NLS_ISO8859_3 is not set -# CONFIG_NLS_ISO8859_4 is not set -# CONFIG_NLS_ISO8859_5 is not set -# CONFIG_NLS_ISO8859_6 is not set -# CONFIG_NLS_ISO8859_7 is not set -# CONFIG_NLS_ISO8859_9 is not set -# CONFIG_NLS_ISO8859_13 is not set -# CONFIG_NLS_ISO8859_14 is not set -# CONFIG_NLS_ISO8859_15 is not set -# CONFIG_NLS_KOI8_R is not set -# CONFIG_NLS_KOI8_U is not set -# CONFIG_NLS_MAC_ROMAN is not set -# CONFIG_NLS_MAC_CELTIC is not set -# CONFIG_NLS_MAC_CENTEURO is not set -# CONFIG_NLS_MAC_CROATIAN is not set -# CONFIG_NLS_MAC_CYRILLIC is not set -# CONFIG_NLS_MAC_GAELIC is not set -# CONFIG_NLS_MAC_GREEK is not set -# CONFIG_NLS_MAC_ICELAND is not set -# CONFIG_NLS_MAC_INUIT is not set -# CONFIG_NLS_MAC_ROMANIAN is not set -# CONFIG_NLS_MAC_TURKISH is not set -# CONFIG_NLS_UTF8 is not set -# CONFIG_DLM is not set -CONFIG_HAVE_KVM_IRQCHIP=y -CONFIG_HAVE_KVM_IRQFD=y -CONFIG_HAVE_KVM_IRQ_ROUTING=y -CONFIG_HAVE_KVM_EVENTFD=y -CONFIG_KVM_MMIO=y -CONFIG_HAVE_KVM_MSI=y -CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y -CONFIG_KVM_VFIO=y -CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL=y -CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y -CONFIG_KVM_COMPAT=y -CONFIG_VIRTUALIZATION=y -CONFIG_KVM_ARM_VGIC_V3_ITS=y -CONFIG_KVM=y -CONFIG_KVM_ARM_HOST=y -CONFIG_KVM_ARM_PMU=y -# CONFIG_VHOST_NET is not set -# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set - -# -# Kernel hacking -# - -# -# printk and dmesg options -# -CONFIG_PRINTK_TIME=y -CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 -# CONFIG_BOOT_PRINTK_DELAY is not set -# CONFIG_DYNAMIC_DEBUG is not set - -# -# Compile-time checks and compiler options -# -CONFIG_DEBUG_INFO=y -# CONFIG_DEBUG_INFO_REDUCED is not set -# CONFIG_DEBUG_INFO_SPLIT is not set -# CONFIG_DEBUG_INFO_DWARF4 is not set -# CONFIG_GDB_SCRIPTS is not set -CONFIG_ENABLE_WARN_DEPRECATED=y -CONFIG_ENABLE_MUST_CHECK=y -CONFIG_FRAME_WARN=2048 -# CONFIG_STRIP_ASM_SYMS is not set -# CONFIG_READABLE_ASM is not set -# CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_PAGE_OWNER is not set -CONFIG_DEBUG_FS=y -# CONFIG_HEADERS_CHECK is not set -# CONFIG_DEBUG_SECTION_MISMATCH is not set -CONFIG_SECTION_MISMATCH_WARN_ONLY=y -CONFIG_ARCH_WANT_FRAME_POINTERS=y -CONFIG_FRAME_POINTER=y -# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set -CONFIG_MAGIC_SYSRQ=y -CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 -CONFIG_DEBUG_KERNEL=y - -# -# Memory Debugging -# -# CONFIG_PAGE_EXTENSION is not set -# CONFIG_DEBUG_PAGEALLOC is not set -# CONFIG_PAGE_POISONING is not set -# CONFIG_DEBUG_OBJECTS is not set -# CONFIG_SLUB_DEBUG_ON is not set -# CONFIG_SLUB_STATS is not set -CONFIG_HAVE_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK is not set -# CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_VM is not set -CONFIG_DEBUG_MEMORY_INIT=y -# CONFIG_DEBUG_PER_CPU_MAPS is not set -CONFIG_HAVE_ARCH_KASAN=y -# CONFIG_KASAN is not set -CONFIG_ARCH_HAS_KCOV=y -# CONFIG_KCOV is not set -# CONFIG_DEBUG_SHIRQ is not set - -# -# Debug Lockups and Hangs -# -CONFIG_LOCKUP_DETECTOR=y -# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 -CONFIG_DETECT_HUNG_TASK=y -CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 -# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set -CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 -# CONFIG_WQ_WATCHDOG is not set -# CONFIG_PANIC_ON_OOPS is not set -CONFIG_PANIC_ON_OOPS_VALUE=0 -CONFIG_PANIC_TIMEOUT=0 -# CONFIG_SCHED_DEBUG is not set -CONFIG_SCHED_INFO=y -# CONFIG_SCHEDSTATS is not set -# CONFIG_SCHED_STACK_END_CHECK is not set -# CONFIG_DEBUG_TIMEKEEPING is not set -# CONFIG_TIMER_STATS is not set -# CONFIG_DEBUG_PREEMPT is not set - -# -# Lock Debugging (spinlocks, mutexes, etc...) -# -# CONFIG_DEBUG_RT_MUTEXES is not set -# CONFIG_DEBUG_SPINLOCK is not set -# CONFIG_DEBUG_MUTEXES is not set -# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set -# CONFIG_DEBUG_LOCK_ALLOC is not set -# CONFIG_PROVE_LOCKING is not set -# CONFIG_LOCK_STAT is not set -# CONFIG_DEBUG_ATOMIC_SLEEP is not set -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set -# CONFIG_LOCK_TORTURE_TEST is not set -# CONFIG_STACKTRACE is not set -# CONFIG_DEBUG_KOBJECT is not set -CONFIG_HAVE_DEBUG_BUGVERBOSE=y -CONFIG_DEBUG_BUGVERBOSE=y -# CONFIG_DEBUG_LIST is not set -# CONFIG_DEBUG_PI_LIST is not set -# CONFIG_DEBUG_SG is not set -# CONFIG_DEBUG_NOTIFIERS is not set -# CONFIG_DEBUG_CREDENTIALS is not set - -# -# RCU Debugging -# -# CONFIG_PROVE_RCU is not set -# CONFIG_SPARSE_RCU_POINTER is not set -# CONFIG_TORTURE_TEST is not set -# CONFIG_RCU_PERF_TEST is not set -# CONFIG_RCU_TORTURE_TEST is not set -CONFIG_RCU_CPU_STALL_TIMEOUT=21 -# CONFIG_RCU_TRACE is not set -# CONFIG_RCU_EQS_DEBUG is not set -# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set -# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set -# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set -# CONFIG_NOTIFIER_ERROR_INJECTION is not set -# CONFIG_FAULT_INJECTION is not set -# CONFIG_LATENCYTOP is not set -CONFIG_HAVE_FUNCTION_TRACER=y -CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y -CONFIG_HAVE_DYNAMIC_FTRACE=y -CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y -CONFIG_HAVE_SYSCALL_TRACEPOINTS=y -CONFIG_HAVE_C_RECORDMCOUNT=y -CONFIG_TRACING_SUPPORT=y -# CONFIG_FTRACE is not set - -# -# Runtime Testing -# -# CONFIG_LKDTM is not set -# CONFIG_TEST_LIST_SORT is not set -# CONFIG_BACKTRACE_SELF_TEST is not set -# CONFIG_RBTREE_TEST is not set -# CONFIG_INTERVAL_TREE_TEST is not set -# CONFIG_PERCPU_TEST is not set -# CONFIG_ATOMIC64_SELFTEST is not set -# CONFIG_TEST_HEXDUMP is not set -# CONFIG_TEST_STRING_HELPERS is not set -# CONFIG_TEST_KSTRTOX is not set -# CONFIG_TEST_PRINTF is not set -# CONFIG_TEST_BITMAP is not set -# CONFIG_TEST_UUID is not set -# CONFIG_TEST_RHASHTABLE is not set -# CONFIG_TEST_HASH is not set -# CONFIG_DMA_API_DEBUG is not set -# CONFIG_TEST_LKM is not set -# CONFIG_TEST_USER_COPY is not set -# CONFIG_TEST_BPF is not set -# CONFIG_TEST_FIRMWARE is not set -# CONFIG_TEST_UDELAY is not set -CONFIG_MEMTEST=y -# CONFIG_TEST_STATIC_KEYS is not set -# CONFIG_SAMPLES is not set -CONFIG_HAVE_ARCH_KGDB=y -# CONFIG_KGDB is not set -CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y -# CONFIG_ARCH_WANTS_UBSAN_NO_NULL is not set -# CONFIG_UBSAN is not set -CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y -# CONFIG_STRICT_DEVMEM is not set -# CONFIG_ARM64_PTDUMP is not set -# CONFIG_PID_IN_CONTEXTIDR is not set -# CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set -CONFIG_DEBUG_SET_MODULE_RONX=y -# CONFIG_DEBUG_ALIGN_RODATA is not set -# CONFIG_CORESIGHT is not set - -# -# Security options -# -CONFIG_KEYS=y -# CONFIG_PERSISTENT_KEYRINGS is not set -# CONFIG_BIG_KEYS is not set -# CONFIG_ENCRYPTED_KEYS is not set -# CONFIG_KEY_DH_OPERATIONS is not set -# CONFIG_SECURITY_DMESG_RESTRICT is not set -CONFIG_SECURITY=y -# CONFIG_SECURITYFS is not set -# CONFIG_SECURITY_NETWORK is not set -# CONFIG_SECURITY_PATH is not set -CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y -CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y -# CONFIG_HARDENED_USERCOPY is not set -# CONFIG_SECURITY_SMACK is not set -# CONFIG_SECURITY_TOMOYO is not set -# CONFIG_SECURITY_APPARMOR is not set -# CONFIG_SECURITY_LOADPIN is not set -# CONFIG_SECURITY_YAMA is not set -CONFIG_INTEGRITY=y -# CONFIG_INTEGRITY_SIGNATURE is not set -CONFIG_INTEGRITY_AUDIT=y -# CONFIG_IMA is not set -# CONFIG_EVM is not set -CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_DEFAULT_SECURITY="" -CONFIG_XOR_BLOCKS=m -CONFIG_CRYPTO=y - -# -# Crypto core or helper -# -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y -CONFIG_CRYPTO_AEAD=y -CONFIG_CRYPTO_AEAD2=y -CONFIG_CRYPTO_BLKCIPHER=y -CONFIG_CRYPTO_BLKCIPHER2=y -CONFIG_CRYPTO_HASH=y -CONFIG_CRYPTO_HASH2=y -CONFIG_CRYPTO_RNG=y -CONFIG_CRYPTO_RNG2=y -CONFIG_CRYPTO_RNG_DEFAULT=y -CONFIG_CRYPTO_AKCIPHER2=y -CONFIG_CRYPTO_KPP2=y -# CONFIG_CRYPTO_RSA is not set -# CONFIG_CRYPTO_DH is not set -# CONFIG_CRYPTO_ECDH is not set -CONFIG_CRYPTO_MANAGER=y -CONFIG_CRYPTO_MANAGER2=y -# CONFIG_CRYPTO_USER is not set -CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y -CONFIG_CRYPTO_GF128MUL=m -CONFIG_CRYPTO_NULL=y -CONFIG_CRYPTO_NULL2=y -# CONFIG_CRYPTO_PCRYPT is not set -CONFIG_CRYPTO_WORKQUEUE=y -CONFIG_CRYPTO_CRYPTD=y -# CONFIG_CRYPTO_MCRYPTD is not set -# CONFIG_CRYPTO_AUTHENC is not set -# CONFIG_CRYPTO_TEST is not set -CONFIG_CRYPTO_ABLK_HELPER=y - -# -# Authenticated Encryption with Associated Data -# -CONFIG_CRYPTO_CCM=m -CONFIG_CRYPTO_GCM=m -# CONFIG_CRYPTO_CHACHA20POLY1305 is not set -CONFIG_CRYPTO_SEQIV=m -CONFIG_CRYPTO_ECHAINIV=y - -# -# Block modes -# -# CONFIG_CRYPTO_CBC is not set -CONFIG_CRYPTO_CTR=m -# CONFIG_CRYPTO_CTS is not set -CONFIG_CRYPTO_ECB=m -# CONFIG_CRYPTO_LRW is not set -# CONFIG_CRYPTO_PCBC is not set -# CONFIG_CRYPTO_XTS is not set -# CONFIG_CRYPTO_KEYWRAP is not set - -# -# Hash modes -# -CONFIG_CRYPTO_CMAC=m -CONFIG_CRYPTO_HMAC=y -# CONFIG_CRYPTO_XCBC is not set -# CONFIG_CRYPTO_VMAC is not set - -# -# Digest -# -CONFIG_CRYPTO_CRC32C=y -# CONFIG_CRYPTO_CRC32 is not set -CONFIG_CRYPTO_CRCT10DIF=y -CONFIG_CRYPTO_GHASH=m -# CONFIG_CRYPTO_POLY1305 is not set -# CONFIG_CRYPTO_MD4 is not set -# CONFIG_CRYPTO_MD5 is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_RMD128 is not set -# CONFIG_CRYPTO_RMD160 is not set -# CONFIG_CRYPTO_RMD256 is not set -# CONFIG_CRYPTO_RMD320 is not set -# CONFIG_CRYPTO_SHA1 is not set -CONFIG_CRYPTO_SHA256=y -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_SHA3 is not set -# CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_WP512 is not set - -# -# Ciphers -# -CONFIG_CRYPTO_AES=y -# CONFIG_CRYPTO_ANUBIS is not set -CONFIG_CRYPTO_ARC4=m -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_CAMELLIA is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_FCRYPT is not set -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_SALSA20 is not set -# CONFIG_CRYPTO_CHACHA20 is not set -# CONFIG_CRYPTO_SEED is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_TWOFISH is not set - -# -# Compression -# -# CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_LZO is not set -# CONFIG_CRYPTO_842 is not set -# CONFIG_CRYPTO_LZ4 is not set -# CONFIG_CRYPTO_LZ4HC is not set - -# -# Random Number Generation -# -CONFIG_CRYPTO_ANSI_CPRNG=y -CONFIG_CRYPTO_DRBG_MENU=y -CONFIG_CRYPTO_DRBG_HMAC=y -# CONFIG_CRYPTO_DRBG_HASH is not set -# CONFIG_CRYPTO_DRBG_CTR is not set -CONFIG_CRYPTO_DRBG=y -CONFIG_CRYPTO_JITTERENTROPY=y -# CONFIG_CRYPTO_USER_API_HASH is not set -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set -# CONFIG_CRYPTO_USER_API_RNG is not set -# CONFIG_CRYPTO_USER_API_AEAD is not set -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_MARVELL_CESA is not set -# CONFIG_CRYPTO_DEV_FSL_CAAM is not set -# CONFIG_CRYPTO_DEV_S5P is not set -# CONFIG_CRYPTO_DEV_CCP is not set -# CONFIG_CRYPTO_DEV_QCE is not set -# CONFIG_CRYPTO_DEV_ROCKCHIP is not set -# CONFIG_ASYMMETRIC_KEY_TYPE is not set - -# -# Certificates for signature checking -# -CONFIG_ARM64_CRYPTO=y -CONFIG_CRYPTO_SHA1_ARM64_CE=y -CONFIG_CRYPTO_SHA2_ARM64_CE=y -CONFIG_CRYPTO_GHASH_ARM64_CE=y -CONFIG_CRYPTO_AES_ARM64_CE=y -CONFIG_CRYPTO_AES_ARM64_CE_CCM=y -CONFIG_CRYPTO_AES_ARM64_CE_BLK=y -# CONFIG_CRYPTO_AES_ARM64_NEON_BLK is not set -CONFIG_CRYPTO_CRC32_ARM64=y -# CONFIG_BINARY_PRINTF is not set - -# -# Library routines -# -CONFIG_RAID6_PQ=m -CONFIG_BITREVERSE=y -CONFIG_HAVE_ARCH_BITREVERSE=y -CONFIG_RATIONAL=y -CONFIG_GENERIC_STRNCPY_FROM_USER=y -CONFIG_GENERIC_STRNLEN_USER=y -CONFIG_GENERIC_NET_UTILS=y -CONFIG_GENERIC_PCI_IOMAP=y -CONFIG_GENERIC_IO=y -CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y -# CONFIG_CRC_CCITT is not set -CONFIG_CRC16=y -CONFIG_CRC_T10DIF=y -CONFIG_CRC_ITU_T=y -CONFIG_CRC32=y -# CONFIG_CRC32_SELFTEST is not set -CONFIG_CRC32_SLICEBY8=y -# CONFIG_CRC32_SLICEBY4 is not set -# CONFIG_CRC32_SARWATE is not set -# CONFIG_CRC32_BIT is not set -CONFIG_CRC7=y -# CONFIG_LIBCRC32C is not set -# CONFIG_CRC8 is not set -CONFIG_AUDIT_GENERIC=y -CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y -CONFIG_AUDIT_COMPAT_GENERIC=y -# CONFIG_RANDOM32_SELFTEST is not set -CONFIG_ZLIB_INFLATE=y -CONFIG_ZLIB_DEFLATE=m -CONFIG_LZO_COMPRESS=y -CONFIG_LZO_DECOMPRESS=y -CONFIG_LZ4_DECOMPRESS=y -CONFIG_XZ_DEC=y -CONFIG_XZ_DEC_X86=y -CONFIG_XZ_DEC_POWERPC=y -CONFIG_XZ_DEC_IA64=y -CONFIG_XZ_DEC_ARM=y -CONFIG_XZ_DEC_ARMTHUMB=y -CONFIG_XZ_DEC_SPARC=y -CONFIG_XZ_DEC_BCJ=y -# CONFIG_XZ_DEC_TEST is not set -CONFIG_DECOMPRESS_GZIP=y -CONFIG_DECOMPRESS_BZIP2=y -CONFIG_DECOMPRESS_LZMA=y -CONFIG_DECOMPRESS_XZ=y -CONFIG_DECOMPRESS_LZO=y -CONFIG_DECOMPRESS_LZ4=y -CONFIG_GENERIC_ALLOCATOR=y -CONFIG_RADIX_TREE_MULTIORDER=y -CONFIG_ASSOCIATIVE_ARRAY=y -CONFIG_HAS_IOMEM=y -CONFIG_HAS_IOPORT_MAP=y -CONFIG_HAS_DMA=y -CONFIG_CPU_RMAP=y -CONFIG_DQL=y -CONFIG_GLOB=y -# CONFIG_GLOB_SELFTEST is not set -CONFIG_NLATTR=y -# CONFIG_CORDIC is not set -# CONFIG_DDR is not set -# CONFIG_IRQ_POLL is not set -CONFIG_LIBFDT=y -CONFIG_OID_REGISTRY=y -CONFIG_UCS2_STRING=y -CONFIG_FONT_SUPPORT=y -# CONFIG_FONTS is not set -CONFIG_FONT_8x8=y -CONFIG_FONT_8x16=y -# CONFIG_SG_SPLIT is not set -CONFIG_SG_POOL=y -CONFIG_ARCH_HAS_SG_CHAIN=y -CONFIG_SBITMAP=y diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/r8a7795-salvator-x-dom0.dts b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/r8a7795-salvator-x-dom0.dts deleted file mode 100644 index 71c7116a..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/r8a7795-salvator-x-dom0.dts +++ /dev/null @@ -1,1164 +0,0 @@ -/* - * Device Tree Source for the Salvator-X board - * - * Copyright (C) 2015-2017 Renesas Electronics Corp. - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. - */ - -/* - * SSI-AK4613 - * - * This command is required when Playback/Capture - * - * amixer set "DVC Out" 100% - * amixer set "DVC In" 100% - * - * You can use Mute - * - * amixer set "DVC Out Mute" on - * amixer set "DVC In Mute" on - * - * You can use Volume Ramp - * - * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps" - * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps" - * amixer set "DVC Out Ramp" on - * aplay xxx.wav & - * amixer set "DVC Out" 80% // Volume Down - * amixer set "DVC Out" 100% // Volume Up - */ - -/dts-v1/; -#include "r8a7795.dtsi" -#include - -/ { - model = "Renesas Salvator-X board based on r8a7795"; - compatible = "renesas,salvator-x", "renesas,r8a7795"; - - aliases { - serial0 = &scif2; - serial1 = &scif1; - ethernet0 = &avb; - }; - - chosen { - bootargs = "dom0_mem=752M console=dtuart dtuart=serial0 dom0_max_vcpus=4 bootscrub=0 flask_enforcing=1 loglvl=all"; - xen,dom0-bootargs = "console=hvc0 ip=dhcp rw rootwait ignore_loglevel cma=128M"; - modules { - #address-cells = <2>; - #size-cells = <2>; - module@1 { - compatible = "xen,linux-zimage", "xen,multiboot-module"; - reg = <0x0 0x7a000000 0x0 0x02000000>; - }; - module@2 { - compatible = "xen,xsm-policy", "xen,multiboot-module"; - reg = <0x0 0x7c000000 0x0 0x10000>; - }; - }; - }; - - memory@48000000 { - device_type = "memory"; - /* first 128MB is reserved for secure area. */ - reg = <0x0 0x48000000 0x0 0x38000000>, - <0x5 0x00000000 0x0 0x40000000>, - <0x6 0x00000000 0x0 0x40000000>, - <0x7 0x00000000 0x0 0x40000000>; - }; - - avb-mch { - compatible = "renesas,avb-mch-gen3"; - reg = <0 0xec5a0100 0 0x100>; /* ADG_AVB */ - reg-name = "adg_avb"; - - clocks = <&cpg CPG_MOD 922>; - clock-names = "adg"; - }; - - x12_clk: x12_clk { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <24576000>; - }; - - reg_1p8v: regulator0 { - compatible = "regulator-fixed"; - regulator-name = "fixed-1.8V"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; - regulator-boot-on; - regulator-always-on; - }; - - reg_3p3v: regulator1 { - compatible = "regulator-fixed"; - regulator-name = "fixed-3.3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; - - vcc_sdhi0: regulator-vcc-sdhi0 { - compatible = "regulator-fixed"; - - regulator-name = "SDHI0 Vcc"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - - gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - vccq_sdhi0: regulator-vccq-sdhi0 { - compatible = "regulator-gpio"; - - regulator-name = "SDHI0 VccQ"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <3300000>; - - gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; - gpios-states = <1>; - states = <3300000 1 - 1800000 0>; - }; - - vcc_sdhi3: regulator-vcc-sdhi3 { - compatible = "regulator-fixed"; - - regulator-name = "SDHI3 Vcc"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - - gpio = <&gpio3 15 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - vccq_sdhi3: regulator-vccq-sdhi3 { - compatible = "regulator-gpio"; - - regulator-name = "SDHI3 VccQ"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <3300000>; - - gpios = <&gpio3 14 GPIO_ACTIVE_HIGH>; - gpios-states = <1>; - states = <3300000 1 - 1800000 0>; - }; - - vbus0_usb2: regulator-vbus0-usb2 { - compatible = "regulator-fixed"; - - regulator-name = "USB20_VBUS0"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - - gpio = <&gpio6 16 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - audio_clkout: audio_clkout { - /* - * This is same as <&rcar_sound 0> - * but needed to avoid cs2000/rcar_sound probe dead-lock - */ - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <11289600>; - }; - - rsnd_ak4613: sound { - compatible = "simple-audio-card"; - - simple-audio-card,format = "left_j"; - simple-audio-card,bitclock-master = <&sndcpu>; - simple-audio-card,frame-master = <&sndcpu>; - - sndcpu: simple-audio-card,cpu { - sound-dai = <&rcar_sound>; - }; - - sndcodec: simple-audio-card,codec { - sound-dai = <&ak4613>; - }; - }; - - vga-encoder { - compatible = "adi,adv7123"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - adv7123_in: endpoint { - remote-endpoint = <&du_out_rgb>; - }; - }; - port@1 { - reg = <1>; - adv7123_out: endpoint { - remote-endpoint = <&vga_in>; - }; - }; - }; - }; - - vga { - compatible = "vga-connector"; - - port { - vga_in: endpoint { - remote-endpoint = <&adv7123_out>; - }; - }; - }; - - vspm_if { - compatible = "renesas,vspm_if"; - }; - - lvds-encoder { - compatible = "thine,thc63lvdm83d"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - lvds_enc_in: endpoint { - remote-endpoint = <&du_out_lvds0>; - }; - }; - port@1 { - reg = <1>; - lvds_enc_out: endpoint { - remote-endpoint = <&lvds_in>; - }; - }; - }; - }; - - lvds { - compatible = "lvds-connector", "panel-lvds"; - - width-mm = <210>; - height-mm = <158>; - - data-mapping = "jeida-24"; - - panel-timing { - /* 1024x768 @60Hz */ - clock-frequency = <65000000>; - hactive = <1024>; - vactive = <768>; - hsync-len = <136>; - hfront-porch = <20>; - hback-porch = <160>; - vfront-porch = <3>; - vback-porch = <29>; - vsync-len = <6>; - }; - - port { - lvds_in: endpoint { - remote-endpoint = <&lvds_enc_out>; - }; - }; - }; - - hdmi0-out { - compatible = "hdmi-connector"; - type = "a"; - - port { - hdmi0_con: endpoint { - remote-endpoint = <&rcar_dw_hdmi0_out>; - }; - }; - }; - - hdmi1-out { - compatible = "hdmi-connector"; - type = "a"; - - port { - hdmi1_con: endpoint { - remote-endpoint = <&rcar_dw_hdmi1_out>; - }; - }; - }; -}; - -&du_dotclkin0 { - clock-frequency = <148500000>; -}; - -&du_dotclkin1 { - clock-frequency = <33000000>; -}; - -&du_dotclkin2 { - clock-frequency = <33000000>; -}; - -&du_dotclkin3 { - clock-frequency = <108000000>; -}; - -&a57_0 { - cpu-supply = <&vdd_dvfs>; -}; - -&pwm1 { - pinctrl-0 = <&pwm1_pins>; - pinctrl-names = "default"; - status = "okay"; -}; - -&pwm2 { - pinctrl-0 = <&pwm2_pins>; - pinctrl-names = "default"; - status = "okay"; -}; - -&du { - pinctrl-0 = <&du_pins>; - pinctrl-names = "default"; - status = "okay"; - - /* add gsx domain if gsx is passthroughed */ - power-domains = <&sysc R8A7795_PD_3DG_E>; - - /* update to */ - /* add gsx clk (3dge) if gsx is passthroughed */ - clocks = <&cpg CPG_MOD 724>, - <&cpg CPG_MOD 723>, - <&cpg CPG_MOD 722>, - <&cpg CPG_MOD 721>, - <&cpg CPG_MOD 727>, - <&programmable_clk0>, <&du_dotclkin1>, <&du_dotclkin2>, - <&programmable_clk1>, - <&cpg CPG_MOD 112>; - clock-names = "du.0", "du.1", "du.2", "du.3", - "lvds.0", "dclkin.0", "dclkin.1", - "dclkin.2", "dclkin.3", "3dge"; - - backlight-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>; - - ports { - port@0 { - endpoint { - remote-endpoint = <&adv7123_in>; - }; - }; - port@1 { - endpoint { - remote-endpoint = <&rcar_dw_hdmi0_in>; - }; - }; - port@2 { - endpoint { - remote-endpoint = <&rcar_dw_hdmi1_in>; - }; - }; - port@3 { - lvds_connector: endpoint { - remote-endpoint = <&lvds_enc_in>; - }; - }; - }; -}; - -&hdmi0 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - rcar_dw_hdmi0_in: endpoint { - remote-endpoint = <&du_out_hdmi0>; - }; - }; - port@1 { - reg = <1>; - rcar_dw_hdmi0_out: endpoint { - remote-endpoint = <&hdmi0_con>; - }; - }; - }; -}; - -&hdmi1 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - rcar_dw_hdmi1_in: endpoint { - remote-endpoint = <&du_out_hdmi1>; - }; - }; - port@1 { - reg = <1>; - rcar_dw_hdmi1_out: endpoint { - remote-endpoint = <&hdmi1_con>; - }; - }; - }; -}; - -&extal_clk { - clock-frequency = <16666666>; -}; - -&extalr_clk { - clock-frequency = <32768>; -}; - -&pfc { - pinctrl-0 = <&scif_clk_pins>; - pinctrl-names = "default"; - - pwm1_pins: pwm1 { - groups = "pwm1_a", "pwm1_b"; - function = "pwm1"; - }; - - pwm2_pins: pwm2 { - groups = "pwm2_a", "pwm2_b"; - function = "pwm2"; - }; - - scif1_pins: scif1 { - groups = "scif1_data_a", "scif1_ctrl"; - function = "scif1"; - }; - scif2_pins: scif2 { - groups = "scif2_data_a"; - function = "scif2"; - }; - scif_clk_pins: scif_clk { - groups = "scif_clk_a"; - function = "scif_clk"; - }; - - hscif1_pins: hscif1 { - groups = "hscif1_data_a", "hscif1_ctrl_a"; - function = "hscif1"; - }; - - i2c2_pins: i2c2 { - groups = "i2c2_a"; - function = "i2c2"; - }; - - avb_pins: avb { - groups = "avb_mdc"; - function = "avb"; - }; - - du_pins: du { - groups = "du_rgb888", "du_sync", "du_oddf", "du_clk_out_0"; - function = "du"; - }; - - sdhi0_pins: sd0 { - groups = "sdhi0_data4", "sdhi0_ctrl"; - function = "sdhi0"; - power-source = <3300>; - }; - - sdhi0_pins_uhs: sd0_uhs { - groups = "sdhi0_data4", "sdhi0_ctrl"; - function = "sdhi0"; - power-source = <1800>; - }; - - sdhi2_pins: sd2 { - groups = "sdhi2_data8", "sdhi2_ctrl"; - function = "sdhi2"; - power-source = <3300>; - }; - - sdhi2_pins_uhs: sd2_uhs { - groups = "sdhi2_data8", "sdhi2_ctrl"; - function = "sdhi2"; - power-source = <1800>; - }; - - sdhi3_pins: sd3 { - groups = "sdhi3_data4", "sdhi3_ctrl"; - function = "sdhi3"; - power-source = <3300>; - }; - - sdhi3_pins_uhs: sd3_uhs { - groups = "sdhi3_data4", "sdhi3_ctrl"; - function = "sdhi3"; - power-source = <1800>; - }; - - msiof0_pins: spi1 { - groups = "msiof0_clk", "msiof0_sync", - "msiof0_rxd", "msiof0_txd"; - function = "msiof0"; - }; - - msiof1_pins: spi2 { - groups = "msiof1_clk_c", "msiof1_sync_c", - "msiof1_rxd_c", "msiof1_txd_c"; - function = "msiof1"; - }; - - msiof2_pins: spi3 { - groups = "msiof2_clk_b", "msiof2_sync_b", - "msiof2_rxd_b", "msiof2_txd_b"; - function = "msiof2"; - }; - - msiof3_pins: spi4 { - groups = "msiof3_clk_d", "msiof3_sync_d", - "msiof3_rxd_d", "msiof3_txd_d"; - function = "msiof3"; - }; - - sound_pins: sound { - groups = "ssi01239_ctrl", "ssi0_data", "ssi1_data_a"; - function = "ssi"; - }; - - sound_clk_pins: sound_clk { - groups = "audio_clk_a_a", "audio_clk_b_a", "audio_clk_c_a", - "audio_clkout_a", "audio_clkout3_a"; - function = "audio_clk"; - }; - - usb0_pins: usb0 { - groups = "usb0"; - function = "usb0"; - }; - - usb1_pins: usb1 { - mux { - groups = "usb1"; - function = "usb1"; - }; - - ovc { - pins = "GP_6_27"; - bias-pull-up; - }; - - pwen { - pins = "GP_6_26"; - bias-pull-down; - }; - }; - - usb2_pins: usb2 { - groups = "usb2"; - function = "usb2"; - }; - - du_pins: du { - groups = "du_rgb888", "du_sync", "du_clk_out_0", "du_disp"; - function = "du"; - }; -}; - -&scif1 { - pinctrl-0 = <&scif1_pins>; - pinctrl-names = "default"; - - /* Please use exclusively to the hscif1 node */ - status = "okay"; -}; - -&scif2 { - pinctrl-0 = <&scif2_pins>; - pinctrl-names = "default"; - - status = "okay"; -}; - -&scif_clk { - clock-frequency = <14745600>; - status = "okay"; -}; - -&hscif1 { - pinctrl-0 = <&hscif1_pins>; - pinctrl-names = "default"; - /* Please use exclusively to the scif1 node */ - /* status = "okay"; */ -}; - -&i2c2 { - pinctrl-0 = <&i2c2_pins>; - pinctrl-names = "default"; - - status = "okay"; - - clock-frequency = <100000>; - - ak4613: codec@10 { - compatible = "asahi-kasei,ak4613"; - #sound-dai-cells = <0>; - reg = <0x10>; - clocks = <&rcar_sound 3>; - - asahi-kasei,in1-single-end; - asahi-kasei,in2-single-end; - asahi-kasei,out1-single-end; - asahi-kasei,out2-single-end; - asahi-kasei,out3-single-end; - asahi-kasei,out4-single-end; - asahi-kasei,out5-single-end; - asahi-kasei,out6-single-end; - }; - - cs2000: clk_multiplier@4f { - #clock-cells = <0>; - compatible = "cirrus,cs2000-cp"; - reg = <0x4f>; - clocks = <&audio_clkout>, <&x12_clk>; - clock-names = "clk_in", "ref_clk"; - - assigned-clocks = <&cs2000>; - assigned-clock-rates = <24576000>; /* 1/1 divide */ - }; -}; - -&i2c4 { - status = "okay"; - - clock-frequency = <400000>; - - adv7482_1: hdmi-in@34 { - compatible = "adi,adv7482"; - reg = <0x34>; - - adi,virtual-channel = <0>; - adi,input-interface = "rgb888"; - adi,input-hdmi = "on"; - adi,input-sdp = "on"; - adi,sw-reset = "on"; - - port { - adv7482_1_out: endpoint@1 { - clock-lanes = <0>; - data-lanes = <1 2 3 4>; - remote-endpoint = <&csi2_40_0_in>; - }; - }; - }; - - adv7482_2: composite-in@70 { - compatible = "adi,adv7482"; - reg = <0x70>; - - adi,virtual-channel = <0>; - adi,input-interface = "ycbcr422"; - adi,input-hdmi = "on"; - adi,input-sdp = "on"; - adi,sw-reset = "on"; - - port { - adv7482_2_out: endpoint@1 { - clock-lanes = <0>; - data-lanes = <1>; - remote-endpoint = <&csi2_20_0_in>; - }; - }; - }; - - clk_5p49v5923a: programmable_clk@6a { - compatible = "idt,5p49v5923a"; - reg = <0x6a>; - - programmable_clk0: 5p49x_clk1@6a { - #clock-cells = <0>; - clocks = <&du_dotclkin0>; - }; - - programmable_clk1: 5p49x_clk2@6a { - #clock-cells = <0>; - clocks = <&du_dotclkin3>; - }; - }; -}; - -&rcar_sound { - pinctrl-0 = <&sound_pins &sound_clk_pins>; - pinctrl-names = "default"; - - /* Single DAI */ - #sound-dai-cells = <0>; - - /* audio_clkout0/1/2/3 */ - #clock-cells = <1>; - clock-frequency = <11289600>; - clkout-lr-synchronous; - - status = "okay"; - - /* update to */ - clocks = <&cpg CPG_MOD 1005>, - <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, - <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, - <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, - <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>, - <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>, - <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>, - <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>, - <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, - <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, - <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, - <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, - <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, - <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>, - <&audio_clk_a>, <&cs2000>, - <&audio_clk_c>, - <&cpg CPG_CORE R8A7795_CLK_S0D4>; - - rcar_sound,dai { - dai0 { - playback = <&ssi0 &src0 &dvc0>; - capture = <&ssi1 &src1 &dvc1>; - }; - }; -}; - -&sata { - status = "okay"; - - iommus = <&ipmmu_hc 2>; -}; - -&sdhi0 { - pinctrl-0 = <&sdhi0_pins>; - pinctrl-1 = <&sdhi0_pins_uhs>; - pinctrl-names = "default", "state_uhs"; - - vmmc-supply = <&vcc_sdhi0>; - vqmmc-supply = <&vccq_sdhi0>; - cd-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>; - wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>; - bus-width = <4>; - sd-uhs-sdr50; - sd-uhs-sdr104; - status = "okay"; - - iommus = <&ipmmu_ds1 32>; -}; - -&sdhi2 { - /* used for on-board 8bit eMMC */ - pinctrl-0 = <&sdhi2_pins>; - pinctrl-1 = <&sdhi2_pins_uhs>; - pinctrl-names = "default", "state_uhs"; - - vmmc-supply = <®_3p3v>; - vqmmc-supply = <®_1p8v>; - mmc-hs200-1_8v; - mmc-hs400-1_8v; - bus-width = <8>; - drive-strength = <1>; - non-removable; - status = "okay"; - - iommus = <&ipmmu_ds1 34>; -}; - -&sdhi3 { - pinctrl-0 = <&sdhi3_pins>; - pinctrl-1 = <&sdhi3_pins_uhs>; - pinctrl-names = "default", "state_uhs"; - - vmmc-supply = <&vcc_sdhi3>; - vqmmc-supply = <&vccq_sdhi3>; - cd-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; - wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>; - bus-width = <4>; - sd-uhs-sdr50; - sd-uhs-sdr104; - status = "okay"; - - iommus = <&ipmmu_ds1 35>; -}; - -&ssi1 { - shared-pin; -}; - -&wdt0 { - timeout-sec = <60>; - status = "okay"; -}; - -&audio_clk_a { - clock-frequency = <22579200>; -}; - -&i2c_dvfs { - status = "okay"; - - clock-frequency = <400000>; - - vdd_dvfs: regulator@30 { - compatible = "rohm,bd9571mwv"; - reg = <0x30>; - - regulator-min-microvolt = <750000>; - regulator-max-microvolt = <1030000>; - regulator-boot-on; - regulator-always-on; - }; -}; - -&avb { - pinctrl-0 = <&avb_pins>; - pinctrl-names = "default"; - renesas,no-ether-link; - phy-handle = <&phy0>; - status = "okay"; - phy-gpios = <&gpio2 11 GPIO_ACTIVE_LOW>; - phy-reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>; - - iommus = <&ipmmu_ds0 16>; - - phy0: ethernet-phy@0 { - rxc-skew-ps = <1500>; - rxdv-skew-ps = <420>; /* default */ - rxd0-skew-ps = <420>; /* default */ - rxd1-skew-ps = <420>; /* default */ - rxd2-skew-ps = <420>; /* default */ - rxd3-skew-ps = <420>; /* default */ - txc-skew-ps = <900>; /* default */ - txen-skew-ps = <420>; /* default */ - txd0-skew-ps = <420>; /* default */ - txd1-skew-ps = <420>; /* default */ - txd2-skew-ps = <420>; /* default */ - txd3-skew-ps = <420>; /* default */ - reg = <0>; - interrupt-parent = <&gpio2>; - interrupts = <11 IRQ_TYPE_LEVEL_LOW>; - }; -}; - -&xhci0 { - status = "okay"; - - iommus = <&ipmmu_hc 12>; -}; - -&usb2_phy0 { - pinctrl-0 = <&usb0_pins>; - pinctrl-names = "default"; - - vbus-supply = <&vbus0_usb2>; - status = "okay"; -}; - -&usb2_phy1 { - pinctrl-0 = <&usb1_pins>; - pinctrl-names = "default"; - - status = "okay"; -}; - -&usb2_phy2 { - pinctrl-0 = <&usb2_pins>; - pinctrl-names = "default"; - - status = "okay"; -}; - -&ehci0 { - status = "okay"; - - iommus = <&ipmmu_hc 4>; -}; - -&ehci1 { - status = "okay"; - - iommus = <&ipmmu_hc 5>; -}; - -&ehci2 { - status = "okay"; - - iommus = <&ipmmu_hc 6>; -}; - -&ohci0 { - status = "okay"; - - iommus = <&ipmmu_hc 4>; -}; - -&ohci1 { - status = "okay"; - - iommus = <&ipmmu_hc 5>; -}; - -&ohci2 { - status = "okay"; - - iommus = <&ipmmu_hc 6>; -}; - -&hsusb0 { - status = "okay"; -}; - -&usb_dmac0 { - iommus = <&ipmmu_hc 9>; -}; - -&usb_dmac1 { - iommus = <&ipmmu_hc 10>; -}; - -&msiof_ref_clk { - clock-frequency = <66666666>; -}; - -&msiof0 { - pinctrl-0 = <&msiof0_pins>; - pinctrl-names = "default"; - /* Please use exclusively to the rcar_sound node */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&msiof1 { - pinctrl-0 = <&msiof1_pins>; - pinctrl-names = "default"; - /* In case of using this node, please enable this property */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&msiof2 { - pinctrl-0 = <&msiof2_pins>; - pinctrl-names = "default"; - /* In case of using this node, please enable this property */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&msiof3 { - pinctrl-0 = <&msiof3_pins>; - pinctrl-names = "default"; - /* In case of using this node, please enable this property */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&pcie_bus_clk { - clock-frequency = <100000000>; - status = "okay"; -}; - -&pciec0 { - status = "okay"; -}; - -&pciec1 { - status = "okay"; -}; - -&vin0 { - status = "okay"; -}; - -&vin1 { - status = "okay"; -}; - -&vin2 { - status = "okay"; -}; - -&vin3 { - status = "okay"; -}; - -&vin4 { - status = "okay"; -}; - -&vin5 { - status = "okay"; -}; - -&vin6 { - status = "okay"; -}; - -&vin7 { - status = "okay"; -}; - -&csi2_20 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - csi2_20_0_in: endpoint@0 { - clock-lanes = <0>; - data-lanes = <1>; - virtual-channel-number = <1>; - remote-endpoint = <&adv7482_2_out>; - }; - }; - }; -}; - -&csi2_40 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - csi2_40_0_in: endpoint@0 { - clock-lanes = <0>; - data-lanes = <1 2 3 4>; - virtual-channel-number = <1>; - remote-endpoint = <&adv7482_1_out>; - }; - }; - }; -}; - -&vspbc { - status = "okay"; -}; - -&vspbd { - status = "okay"; -}; - -&vspi0 { - status = "okay"; -}; - -&vspi1 { - status = "okay"; -}; - -&gsx { - xen,coproc; - iommus = <&ipmmu_pv0 0>, <&ipmmu_pv0 1>, - <&ipmmu_pv0 2>, <&ipmmu_pv0 3>, - <&ipmmu_pv0 4>, <&ipmmu_pv0 5>, - <&ipmmu_pv0 6>, <&ipmmu_pv0 7>, - <&ipmmu_pv1 0>, <&ipmmu_pv1 1>, - <&ipmmu_pv1 2>, <&ipmmu_pv1 3>, - <&ipmmu_pv1 4>, <&ipmmu_pv1 5>, - <&ipmmu_pv1 6>, <&ipmmu_pv1 7>, - <&ipmmu_pv2 0>, <&ipmmu_pv2 1>, - <&ipmmu_pv2 2>, <&ipmmu_pv2 3>, - <&ipmmu_pv2 4>, <&ipmmu_pv2 5>, - <&ipmmu_pv2 6>, <&ipmmu_pv2 7>, - <&ipmmu_pv3 0>, <&ipmmu_pv3 1>, - <&ipmmu_pv3 2>, <&ipmmu_pv3 3>, - <&ipmmu_pv3 4>, <&ipmmu_pv3 5>, - <&ipmmu_pv3 6>, <&ipmmu_pv3 7>; -}; - -&ipmmu_pv0 { - status = "okay"; -}; - -&ipmmu_pv1 { - status = "okay"; -}; - -&ipmmu_pv2 { - status = "okay"; -}; - -&ipmmu_pv3 { - status = "okay"; -}; - -&ipmmu_hc { - status = "okay"; -}; - -&ipmmu_ds0 { - status = "okay"; -}; - -&ipmmu_ds1 { - status = "okay"; -}; - -&ipmmu_mm { - status = "okay"; -}; - -&dmac0 { - /delete-property/iommus; -}; - -&dmac1 { - /delete-property/iommus; -}; - -&dmac2 { - /delete-property/iommus; -}; diff --git a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/r8a7796-salvator-x-dom0.dts b/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/r8a7796-salvator-x-dom0.dts deleted file mode 100644 index 9f40ee54..00000000 --- a/recipes-dom0/dom0-image-rescue-initramfs/files/meta-xt-prod-extra/recipes-kernel/linux/linux-generic-armv8/r8a7796-salvator-x-dom0.dts +++ /dev/null @@ -1,1039 +0,0 @@ -/* - * Device Tree Source for the Salvator-X board - * - * Copyright (C) 2016-2017 Renesas Electronics Corp. - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. - */ - -/* - * SSI-AK4613 - * - * This command is required when Playback/Capture - * - * amixer set "DVC Out" 100% - * amixer set "DVC In" 100% - * - * You can use Mute - * - * amixer set "DVC Out Mute" on - * amixer set "DVC In Mute" on - * - * You can use Volume Ramp - * - * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps" - * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps" - * amixer set "DVC Out Ramp" on - * aplay xxx.wav & - * amixer set "DVC Out" 80% // Volume Down - * amixer set "DVC Out" 100% // Volume Up - */ - -/dts-v1/; -#include "r8a7796.dtsi" -#include - -/ { - model = "Renesas Salvator-X board based on r8a7796"; - compatible = "renesas,salvator-x", "renesas,r8a7796"; - - aliases { - serial0 = &scif2; - serial1 = &scif1; - ethernet0 = &avb; - }; - - chosen { - bootargs = "dom0_mem=752M console=dtuart dtuart=serial0 dom0_max_vcpus=4 bootscrub=0 flask_enforcing=1 loglvl=all"; - xen,dom0-bootargs = "console=hvc0 ip=dhcp rw rootwait ignore_loglevel cma=128M"; - modules { - #address-cells = <2>; - #size-cells = <2>; - module@1 { - compatible = "xen,linux-zimage", "xen,multiboot-module"; - reg = <0x0 0x7a000000 0x0 0x02000000>; - }; - module@2 { - compatible = "xen,xsm-policy", "xen,multiboot-module"; - reg = <0x0 0x7c000000 0x0 0x10000>; - }; - }; - }; - - memory@48000000 { - device_type = "memory"; - /* first 128MB is reserved for secure area. */ - reg = <0x0 0x48000000 0x0 0x78000000>, - <0x6 0x00000000 0x0 0x80000000>; - }; - - avb-mch { - compatible = "renesas,avb-mch-gen3"; - reg = <0 0xec5a0100 0 0x100>; /* ADG_AVB */ - reg-name = "adg_avb"; - - clocks = <&cpg CPG_MOD 922>; - clock-names = "adg"; - }; - - reg_1p8v: regulator0 { - compatible = "regulator-fixed"; - regulator-name = "fixed-1.8V"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; - regulator-boot-on; - regulator-always-on; - }; - - reg_3p3v: regulator1 { - compatible = "regulator-fixed"; - regulator-name = "fixed-3.3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; - - vcc_sdhi0: regulator-vcc-sdhi0 { - compatible = "regulator-fixed"; - - regulator-name = "SDHI0 Vcc"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - - gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - vccq_sdhi0: regulator-vccq-sdhi0 { - compatible = "regulator-gpio"; - - regulator-name = "SDHI0 VccQ"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <3300000>; - - gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; - gpios-states = <1>; - states = <3300000 1 - 1800000 0>; - }; - - vcc_sdhi3: regulator-vcc-sdhi3 { - compatible = "regulator-fixed"; - - regulator-name = "SDHI3 Vcc"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - - gpio = <&gpio3 15 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - vccq_sdhi3: regulator-vccq-sdhi3 { - compatible = "regulator-gpio"; - - regulator-name = "SDHI3 VccQ"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <3300000>; - - gpios = <&gpio3 14 GPIO_ACTIVE_HIGH>; - gpios-states = <1>; - states = <3300000 1 - 1800000 0>; - }; - - x12_clk: x12_clk { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <24576000>; - }; - - audio_clkout: audio_clkout { - /* - * This is same as <&rcar_sound 0> - * but needed to avoid cs2000/rcar_sound probe dead-lock - */ - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <11289600>; - }; - - rsnd_ak4613: sound { - compatible = "simple-audio-card"; - - simple-audio-card,format = "left_j"; - simple-audio-card,bitclock-master = <&sndcpu>; - simple-audio-card,frame-master = <&sndcpu>; - - sndcpu: simple-audio-card,cpu { - sound-dai = <&rcar_sound>; - }; - - sndcodec: simple-audio-card,codec { - sound-dai = <&ak4613>; - }; - }; - - vga-encoder { - compatible = "adi,adv7123"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - adv7123_in: endpoint { - remote-endpoint = <&du_out_rgb>; - }; - }; - port@1 { - reg = <1>; - adv7123_out: endpoint { - remote-endpoint = <&vga_in>; - }; - }; - }; - }; - - vga { - compatible = "vga-connector"; - - port { - vga_in: endpoint { - remote-endpoint = <&adv7123_out>; - }; - }; - }; - - vspm_if { - compatible = "renesas,vspm_if"; - }; - - lvds-encoder { - compatible = "thine,thc63lvdm83d"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - lvds_enc_in: endpoint { - remote-endpoint = <&du_out_lvds0>; - }; - }; - port@1 { - reg = <1>; - lvds_enc_out: endpoint { - remote-endpoint = <&lvds_in>; - }; - }; - }; - }; - - lvds { - compatible = "lvds-connector", "panel-lvds"; - - width-mm = <210>; - height-mm = <158>; - - data-mapping = "jeida-24"; - - panel-timing { - /* 1024x768 @60Hz */ - clock-frequency = <65000000>; - hactive = <1024>; - vactive = <768>; - hsync-len = <136>; - hfront-porch = <20>; - hback-porch = <160>; - vfront-porch = <3>; - vback-porch = <29>; - vsync-len = <6>; - }; - - port { - lvds_in: endpoint { - remote-endpoint = <&lvds_enc_out>; - }; - }; - }; - - hdmi0-out { - compatible = "hdmi-connector"; - type = "a"; - - port { - hdmi0_con: endpoint { - remote-endpoint = <&rcar_dw_hdmi0_out>; - }; - }; - }; - - vbus0_usb2: regulator-vbus0-usb2 { - compatible = "regulator-fixed"; - - regulator-name = "USB20_VBUS0"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - gpio = <&gpio6 16 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; -}; - -&a57_0 { - cpu-supply = <&vdd_dvfs>; -}; - -&pwm1 { - pinctrl-0 = <&pwm1_pins>; - pinctrl-names = "default"; - status = "okay"; -}; - -&pwm2 { - pinctrl-0 = <&pwm2_pins>; - pinctrl-names = "default"; - status = "okay"; -}; - -&pfc { - pinctrl-0 = <&scif_clk_pins>; - pinctrl-names = "default"; - - pwm1_pins: pwm1 { - groups = "pwm1_a", "pwm1_b"; - function = "pwm1"; - }; - pwm2_pins: pwm2 { - groups = "pwm2_a", "pwm2_b"; - function = "pwm2"; - }; - - scif1_pins: scif1 { - groups = "scif1_data_a", "scif1_ctrl"; - function = "scif1"; - }; - - scif2_pins: scif2 { - groups = "scif2_data_a"; - function = "scif2"; - }; - scif_clk_pins: scif_clk { - groups = "scif_clk_a"; - function = "scif_clk"; - }; - - hscif1_pins: hscif1 { - groups = "hscif1_data_a", "hscif1_ctrl_a"; - function = "hscif1"; - }; - - i2c2_pins: i2c2 { - groups = "i2c2_a"; - function = "i2c2"; - }; - - avb_pins: avb { - groups = "avb_mdc"; - function = "avb"; - }; - - sdhi0_pins: sd0 { - groups = "sdhi0_data4", "sdhi0_ctrl"; - function = "sdhi0"; - power-source = <3300>; - }; - - sdhi0_pins_uhs: sd0_uhs { - groups = "sdhi0_data4", "sdhi0_ctrl"; - function = "sdhi0"; - power-source = <1800>; - }; - - sdhi2_pins: sd2 { - groups = "sdhi2_data8", "sdhi2_ctrl"; - function = "sdhi2"; - power-source = <3300>; - }; - - sdhi2_pins_uhs: sd2_uhs { - groups = "sdhi2_data8", "sdhi2_ctrl"; - function = "sdhi2"; - power-source = <1800>; - }; - - sdhi3_pins: sd3 { - groups = "sdhi3_data4", "sdhi3_ctrl"; - function = "sdhi3"; - power-source = <3300>; - }; - - sdhi3_pins_uhs: sd3_uhs { - groups = "sdhi3_data4", "sdhi3_ctrl"; - function = "sdhi3"; - power-source = <1800>; - }; - - msiof0_pins: spi1 { - groups = "msiof0_clk", "msiof0_sync", - "msiof0_rxd", "msiof0_txd"; - function = "msiof0"; - }; - - msiof1_pins: spi2 { - groups = "msiof1_clk_c", "msiof1_sync_c", - "msiof1_rxd_c", "msiof1_txd_c"; - function = "msiof1"; - }; - - msiof2_pins: spi3 { - groups = "msiof2_clk_b", "msiof2_sync_b", - "msiof2_rxd_b", "msiof2_txd_b"; - function = "msiof2"; - }; - - msiof3_pins: spi4 { - groups = "msiof3_clk_d", "msiof3_sync_d", - "msiof3_rxd_d", "msiof3_txd_d"; - function = "msiof3"; - }; - - sound_pins: sound { - groups = "ssi0129_ctrl", "ssi0_data", "ssi1_data_a"; - function = "ssi"; - }; - - sound_clk_pins: sound_clk { - groups = "audio_clk_a_a", "audio_clk_b_a", "audio_clk_c_a", - "audio_clkout_a", "audio_clkout3_a"; - function = "audio_clk"; - }; - - usb0_pins: usb0 { - groups = "usb0"; - function = "usb0"; - }; - - usb1_pins: usb1 { - groups = "usb1"; - function = "usb1"; - }; -}; - -&avb { - pinctrl-0 = <&avb_pins>; - pinctrl-names = "default"; - renesas,no-ether-link; - phy-handle = <&phy0>; - status = "okay"; - phy-gpios = <&gpio2 11 GPIO_ACTIVE_LOW>; - - iommus = <&ipmmu_ds0 16>; - - phy0: ethernet-phy@0 { - rxc-skew-ps = <1500>; - rxdv-skew-ps = <420>; /* default */ - rxd0-skew-ps = <420>; /* default */ - rxd1-skew-ps = <420>; /* default */ - rxd2-skew-ps = <420>; /* default */ - rxd3-skew-ps = <420>; /* default */ - txc-skew-ps = <900>; /* default */ - txen-skew-ps = <420>; /* default */ - txd0-skew-ps = <420>; /* default */ - txd1-skew-ps = <420>; /* default */ - txd2-skew-ps = <420>; /* default */ - txd3-skew-ps = <420>; /* default */ - reg = <0>; - interrupt-parent = <&gpio2>; - interrupts = <11 IRQ_TYPE_LEVEL_LOW>; - }; -}; - -&du_dotclkin0 { - clock-frequency = <148500000>; -}; - -&du_dotclkin1 { - clock-frequency = <33000000>; -}; - -&du_dotclkin2 { - clock-frequency = <108000000>; -}; - -&du { - status = "okay"; - - /* add gsx domain if gsx is passthroughed */ - power-domains = <&sysc R8A7796_PD_3DG_B>; - - /* update to */ - /* add gsx clk (3dge) if gsx is passthroughed */ - clocks = <&cpg CPG_MOD 724>, - <&cpg CPG_MOD 723>, - <&cpg CPG_MOD 722>, - <&cpg CPG_MOD 727>, - <&programmable_clk0>, <&du_dotclkin1>, <&programmable_clk1>, - <&cpg CPG_MOD 112>; - clock-names = "du.0", "du.1", "du.2", "lvds.0", - "dclkin.0", "dclkin.1", "dclkin.2", "3dge"; - - backlight-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>; - - ports { - port@0 { - endpoint { - remote-endpoint = <&adv7123_in>; - }; - }; - port@1 { - endpoint { - remote-endpoint = <&rcar_dw_hdmi0_in>; - }; - }; - port@2 { - lvds_connector: endpoint { - remote-endpoint = <&lvds_enc_in>; - }; - }; - }; -}; - -&hdmi0 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - rcar_dw_hdmi0_in: endpoint { - remote-endpoint = <&du_out_hdmi0>; - }; - }; - port@1 { - reg = <1>; - rcar_dw_hdmi0_out: endpoint { - remote-endpoint = <&hdmi0_con>; - }; - }; - }; -}; - -&extal_clk { - clock-frequency = <16666666>; -}; - -&extalr_clk { - clock-frequency = <32768>; -}; - -&sdhi0 { - pinctrl-0 = <&sdhi0_pins>; - pinctrl-1 = <&sdhi0_pins_uhs>; - pinctrl-names = "default", "state_uhs"; - - vmmc-supply = <&vcc_sdhi0>; - vqmmc-supply = <&vccq_sdhi0>; - cd-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>; - wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>; - bus-width = <4>; - sd-uhs-sdr50; - sd-uhs-sdr104; - status = "okay"; - - iommus = <&ipmmu_ds1 32>; -}; - -&sdhi2 { - /* used for on-board 8bit eMMC */ - pinctrl-0 = <&sdhi2_pins>; - pinctrl-1 = <&sdhi2_pins_uhs>; - pinctrl-names = "default", "state_uhs"; - - vmmc-supply = <®_3p3v>; - vqmmc-supply = <®_1p8v>; - mmc-hs200-1_8v; - mmc-hs400-1_8v; - bus-width = <8>; - non-removable; - status = "okay"; - - iommus = <&ipmmu_ds1 34>; -}; - -&sdhi3 { - pinctrl-0 = <&sdhi3_pins>; - pinctrl-1 = <&sdhi3_pins_uhs>; - pinctrl-names = "default", "state_uhs"; - - vmmc-supply = <&vcc_sdhi3>; - vqmmc-supply = <&vccq_sdhi3>; - cd-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; - wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>; - bus-width = <4>; - sd-uhs-sdr50; - sd-uhs-sdr104; - status = "okay"; - - iommus = <&ipmmu_ds1 35>; -}; - -&scif1 { - pinctrl-0 = <&scif1_pins>; - pinctrl-names = "default"; - /* Please use exclusively to the hscif1 node */ - status = "okay"; -}; - -&scif2 { - pinctrl-0 = <&scif2_pins>; - pinctrl-names = "default"; - status = "okay"; -}; - -&scif_clk { - clock-frequency = <14745600>; - status = "okay"; -}; - -&hscif1 { - pinctrl-0 = <&hscif1_pins>; - pinctrl-names = "default"; - /* Please use exclusively to the scif1 node */ - /* status = "okay"; */ -}; - -&i2c2 { - pinctrl-0 = <&i2c2_pins>; - pinctrl-names = "default"; - - status = "okay"; - - clock-frequency = <100000>; - - ak4613: codec@10 { - compatible = "asahi-kasei,ak4613"; - #sound-dai-cells = <0>; - reg = <0x10>; - clocks = <&rcar_sound 3>; - - asahi-kasei,in1-single-end; - asahi-kasei,in2-single-end; - asahi-kasei,out1-single-end; - asahi-kasei,out2-single-end; - asahi-kasei,out3-single-end; - asahi-kasei,out4-single-end; - asahi-kasei,out5-single-end; - asahi-kasei,out6-single-end; - }; - - cs2000: clk_multiplier@4f { - #clock-cells = <0>; - compatible = "cirrus,cs2000-cp"; - reg = <0x4f>; - clocks = <&audio_clkout>, <&x12_clk>; - clock-names = "clk_in", "ref_clk"; - - assigned-clocks = <&cs2000>; - assigned-clock-rates = <24576000>; /* 1/1 divide */ - }; -}; - -&i2c4 { - status = "okay"; - - clock-frequency = <400000>; - - adv7482_1: hdmi-in@34 { - compatible = "adi,adv7482"; - reg = <0x34>; - - adi,virtual-channel = <0>; - adi,input-interface = "rgb888"; - adi,input-hdmi = "on"; - adi,input-sdp = "on"; - adi,sw-reset = "on"; - - port { - adv7482_1_out: endpoint@1 { - clock-lanes = <0>; - data-lanes = <1 2 3 4>; - remote-endpoint = <&csi2_40_0_in>; - }; - }; - }; - - adv7482_2: composite-in@70 { - compatible = "adi,adv7482"; - reg = <0x70>; - - adi,virtual-channel = <0>; - adi,input-interface = "ycbcr422"; - adi,input-hdmi = "on"; - adi,input-sdp = "on"; - adi,sw-reset = "on"; - - port { - adv7482_2_out: endpoint@1 { - clock-lanes = <0>; - data-lanes = <1>; - remote-endpoint = <&csi2_20_0_in>; - }; - }; - }; - - clk_5p49v5923a: programmable_clk@6a { - compatible = "idt,5p49v5923a"; - reg = <0x6a>; - - programmable_clk0: 5p49x_clk1@6a { - #clock-cells = <0>; - clocks = <&du_dotclkin0>; - }; - - programmable_clk1: 5p49x_clk2@6a { - #clock-cells = <0>; - clocks = <&du_dotclkin2>; - }; - }; -}; - -&rcar_sound { - pinctrl-0 = <&sound_pins &sound_clk_pins>; - pinctrl-names = "default"; - - /* Single DAI */ - #sound-dai-cells = <0>; - - /* audio_clkout0/1/2/3 */ - #clock-cells = <1>; - clock-frequency = <11289600>; - clkout-lr-synchronous; - - status = "okay"; - - /* update to */ - clocks = <&cpg CPG_MOD 1005>, - <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, - <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, - <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, - <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>, - <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>, - <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>, - <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>, - <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, - <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, - <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, - <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, - <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, - <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>, - <&audio_clk_a>, <&cs2000>, - <&audio_clk_c>, - <&cpg CPG_CORE R8A7796_CLK_S0D4>; - - rcar_sound,dai { - dai0 { - playback = <&ssi0 &src0 &dvc0>; - capture = <&ssi1 &src1 &dvc1>; - }; - }; -}; - -&ssi1 { - shared-pin; -}; - -&audio_clk_a { - clock-frequency = <22579200>; -}; - -&i2c_dvfs { - status = "okay"; - - clock-frequency = <400000>; - - vdd_dvfs: regulator@30 { - compatible = "rohm,bd9571mwv"; - reg = <0x30>; - - regulator-min-microvolt = <750000>; - regulator-max-microvolt = <1030000>; - regulator-boot-on; - regulator-always-on; - }; -}; - -&wdt0 { - timeout-sec = <60>; - status = "okay"; -}; - -&xhci0 { - status = "okay"; - - iommus = <&ipmmu_hc 12>; -}; - -&usb2_phy0 { - pinctrl-0 = <&usb0_pins>; - pinctrl-names = "default"; - - vbus-supply = <&vbus0_usb2>; - status = "okay"; -}; - -&usb2_phy1 { - pinctrl-0 = <&usb1_pins>; - pinctrl-names = "default"; - - status = "okay"; -}; - -&hsusb { - status = "okay"; -}; - -&ehci0 { - status = "okay"; - - iommus = <&ipmmu_hc 4>; -}; - -&ehci1 { - status = "okay"; - - iommus = <&ipmmu_hc 5>; -}; - -&ohci0 { - status = "okay"; - - iommus = <&ipmmu_hc 4>; -}; - -&ohci1 { - status = "okay"; - - iommus = <&ipmmu_hc 5>; -}; - -&usb_dmac0 { - iommus = <&ipmmu_hc 9>; -}; - -&usb_dmac1 { - iommus = <&ipmmu_hc 10>; -}; - -&msiof_ref_clk { - clock-frequency = <133333333>; -}; - -&msiof0 { - pinctrl-0 = <&msiof0_pins>; - pinctrl-names = "default"; - /* Please use exclusively to the rcar_sound node */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&msiof1 { - pinctrl-0 = <&msiof1_pins>; - pinctrl-names = "default"; - /* In case of using this node, please enable this property */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&msiof2 { - pinctrl-0 = <&msiof2_pins>; - pinctrl-names = "default"; - /* In case of using this node, please enable this property */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&msiof3 { - pinctrl-0 = <&msiof3_pins>; - pinctrl-names = "default"; - /* In case of using this node, please enable this property */ - /* status = "okay"; */ - - spidev@0 { - compatible = "renesas,sh-msiof"; - reg = <0>; - spi-max-frequency = <66666666>; - spi-cpha; - spi-cpol; - }; -}; - -&pcie_bus_clk { - clock-frequency = <100000000>; - status = "okay"; -}; - -&pciec0 { - status = "okay"; -}; - -&pciec1 { - status = "okay"; -}; - -&vin0 { - status = "okay"; -}; - -&vin1 { - status = "okay"; -}; - -&vin2 { - status = "okay"; -}; - -&vin3 { - status = "okay"; -}; - -&vin4 { - status = "okay"; -}; - -&vin5 { - status = "okay"; -}; - -&vin6 { - status = "okay"; -}; - -&vin7 { - status = "okay"; -}; - -&csi2_20 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - csi2_20_0_in: endpoint@0 { - clock-lanes = <0>; - data-lanes = <1>; - virtual-channel-number = <1>; - remote-endpoint = <&adv7482_2_out>; - }; - }; - }; -}; - -&csi2_40 { - status = "okay"; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - csi2_40_0_in: endpoint@0 { - clock-lanes = <0>; - data-lanes = <1 2 3 4>; - virtual-channel-number = <1>; - remote-endpoint = <&adv7482_1_out>; - }; - }; - }; -}; - -&vspb { - status = "okay"; -}; - -&vspi0 { - status = "okay"; -}; - -&vin0 { - status = "okay"; -}; - -&gsx { - xen,coproc; - iommus = <&ipmmu_pv0 0>, <&ipmmu_pv0 1>, - <&ipmmu_pv0 2>, <&ipmmu_pv0 3>, - <&ipmmu_pv0 4>, <&ipmmu_pv0 5>, - <&ipmmu_pv0 6>, <&ipmmu_pv0 7>, - <&ipmmu_pv1 0>, <&ipmmu_pv1 1>, - <&ipmmu_pv1 2>, <&ipmmu_pv1 3>, - <&ipmmu_pv1 4>, <&ipmmu_pv1 5>, - <&ipmmu_pv1 6>, <&ipmmu_pv1 7>; -}; - -&ipmmu_pv0 { - status = "okay"; -}; - -&ipmmu_pv1 { - status = "okay"; -}; - -&ipmmu_hc { - status = "okay"; -}; - -&ipmmu_ds0 { - status = "okay"; -}; - -&ipmmu_ds1 { - status = "okay"; -}; - -&ipmmu_mm { - status = "okay"; -}; - -&dmac0 { - /delete-property/iommus; -}; - -&dmac1 { - /delete-property/iommus; -}; - -&dmac2 { - /delete-property/iommus; -}; diff --git a/recipes-dom0/dom0-image-thin-initramfs/dom0-image-thin-initramfs.bbappend b/recipes-dom0/dom0-image-thin-initramfs/dom0-image-thin-initramfs.bbappend deleted file mode 100644 index df88a600..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/dom0-image-thin-initramfs.bbappend +++ /dev/null @@ -1,66 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -FILESEXTRAPATHS_prepend := "${THISDIR}/../../recipes-domx:" - -require recipes-domx/meta-xt-prod-domx/inc/xt_shared_env.inc - -do_configure[depends] += "domd-image-minimal:do_domd_install_machine_overrides" -do_compile[depends] += "domd-image-minimal:do_${BB_DEFAULT_TASK}" - -XT_GUESTS_BUILD ?= "domf" -XT_GUESTS_INSTALL ?= "domf" - -python __anonymous () { - guests = d.getVar('XT_GUESTS_BUILD', True).split() - if "domf" in guests : - d.appendVarFlag("do_compile", "depends", " domu-image-fusion:do_${BB_DEFAULT_TASK} ") -} - -################################################################################ -# Generic ARMv8 -################################################################################ -SRC_URI = "repo://github.com/xen-troops/manifests;protocol=https;branch=master;manifest=prod_aos/dom0.xml;scmdata=keep" - -############################################################################### -# extra layers and files to be put after Yocto's do_unpack into inner builder -############################################################################### -# these will be populated into the inner build system on do_unpack_xt_extras -# N.B. xt_shared_env.inc MUST be listed AFTER meta-xt-prod-extra -XT_QUIRK_UNPACK_SRC_URI += " \ - file://meta-xt-prod-extra;subdir=repo \ - file://meta-xt-prod-domx;subdir=repo \ -" - -# these layers will be added to bblayers.conf on do_configure -XT_QUIRK_BB_ADD_LAYER += " \ - meta-xt-prod-extra \ - meta-xt-prod-domx \ -" - -XT_BB_LAYERS_FILE = "meta-xt-prod-extra/doc/bblayers.conf.dom0-image-minimal-initramfs" -XT_BB_LOCAL_CONF_FILE = "meta-xt-prod-extra/doc/local.conf.dom0-image-minimal-initramfs" - -XT_BB_IMAGE_TARGET = "core-image-thin-initramfs" - -add_to_local_conf() { - local local_conf="${S}/build/conf/local.conf" - - cd ${S} - - # hvc0 is not a serial console, so is not processes properly by a modern - # start_getty script which is installed for sysvinit based systems. - # Instead a distro feature xen should be enabled in a configuration, so a - # direct call to getty with hvc0 is installed into inittab by meta-viltualization. - base_update_conf_value ${local_conf} SERIAL_CONSOLE "" - - base_update_conf_value ${local_conf} PREFERRED_VERSION_xen "4.12.0+git\%" - - base_update_conf_value ${local_conf} XT_GUESTS_INSTALL "${XT_GUESTS_INSTALL}" - - # set update variables - base_update_conf_value ${local_conf} DOM0_IMAGE_VERSION "${DOM0_IMAGE_VERSION}" -} - -python do_configure_append() { - bb.build.exec_func("add_to_local_conf", d) -} - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/doc/bblayers.conf.dom0-image-minimal-initramfs b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/doc/bblayers.conf.dom0-image-minimal-initramfs deleted file mode 100644 index 7bf53670..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/doc/bblayers.conf.dom0-image-minimal-initramfs +++ /dev/null @@ -1,23 +0,0 @@ -# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf -# changes incompatibly -LAYER_CONF_VERSION = "6" - -BBPATH = "${TOPDIR}" -BBFILES ?= "" - -BBLAYERS ?= " \ - ${TOPDIR}/../poky/meta \ - ${TOPDIR}/../poky/meta-poky \ - ${TOPDIR}/../poky/meta-yocto-bsp \ - ${TOPDIR}/../meta-linaro/meta-linaro-toolchain \ - ${TOPDIR}/../meta-openembedded/meta-oe \ - ${TOPDIR}/../meta-openembedded/meta-networking \ - ${TOPDIR}/../meta-openembedded/meta-python \ - ${TOPDIR}/../meta-openembedded/meta-filesystems \ - ${TOPDIR}/../meta-virtualization \ -" - -BBLAYERS_NON_REMOVABLE ?= " \ - ${TOPDIR}/../poky/meta \ - ${TOPDIR}/../poky/meta-poky \ -" diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/doc/local.conf.dom0-image-minimal-initramfs b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/doc/local.conf.dom0-image-minimal-initramfs deleted file mode 100644 index c92d22c7..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/doc/local.conf.dom0-image-minimal-initramfs +++ /dev/null @@ -1,230 +0,0 @@ -# -# This file is your local configuration file and is where all local user settings -# are placed. The comments in this file give some guide to the options a new user -# to the system might want to change but pretty much any configuration option can -# be set in this file. More adventurous users can look at local.conf.extended -# which contains other examples of configuration which can be placed in this file -# but new users likely won't need any of them initially. -# -# Lines starting with the '#' character are commented out and in some cases the -# default values are provided as comments to show people example syntax. Enabling -# the option is a question of removing the # character and making any change to the -# variable as required. - -# -# Machine Selection -# -# You need to select a specific machine to target the build with. There are a selection -# of emulated machines available which can boot and run in the QEMU emulator: -# -MACHINE = "generic-armv8-xt" - -# -# Where to place downloads -# -# During a first build the system will download many different source code tarballs -# from various upstream projects. This can take a while, particularly if your network -# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you -# can preserve this directory to speed up this part of subsequent builds. This directory -# is safe to share between multiple builds on the same machine too. -# -# The default is a downloads directory under TOPDIR which is the build directory. -# -#DL_DIR ?= "${TOPDIR}/downloads" - -# -# Where to place shared-state files -# -# BitBake has the capability to accelerate builds based on previously built output. -# This is done using "shared state" files which can be thought of as cache objects -# and this option determines where those files are placed. -# -# You can wipe out TMPDIR leaving this directory intact and the build would regenerate -# from these files if no changes were made to the configuration. If changes were made -# to the configuration, only shared state files where the state was still valid would -# be used (done using checksums). -# -# The default is a sstate-cache directory under TOPDIR. -# -#SSTATE_DIR ?= "${TOPDIR}/sstate-cache" - -# -# Where to place the build output -# -# This option specifies where the bulk of the building work should be done and -# where BitBake should place its temporary files and output. Keep in mind that -# this includes the extraction and compilation of many applications and the toolchain -# which can use Gigabytes of hard disk space. -# -# The default is a tmp directory under TOPDIR. -# -#TMPDIR = "${TOPDIR}/tmp" - -# -# Default policy config -# -# The distribution setting controls which policy settings are used as defaults. -# The default value is fine for general Yocto project use, at least initially. -# Ultimately when creating custom policy, people will likely end up subclassing -# these defaults. -# -DISTRO ?= "poky" -# As an example of a subclass there is a "bleeding" edge policy configuration -# where many versions are set to the absolute latest code from the upstream -# source control systems. This is just mentioned here as an example, its not -# useful to most new users. -# DISTRO ?= "poky-bleeding" - -# -# Package Management configuration -# -# This variable lists which packaging formats to enable. Multiple package backends -# can be enabled at once and the first item listed in the variable will be used -# to generate the root filesystems. -# Options are: -# - 'package_deb' for debian style deb files -# - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) -# - 'package_rpm' for rpm style packages -# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" -# We default to rpm: -PACKAGE_CLASSES ?= "package_rpm" - -# -# SDK target architecture -# -# This variable specifies the architecture to build SDK items for and means -# you can build the SDK packages for architectures other than the machine you are -# running the build on (i.e. building i686 packages on an x86_64 host). -# Supported values are i686 and x86_64 -#SDKMACHINE ?= "i686" - -# -# Extra image configuration defaults -# -# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated -# images. Some of these options are added to certain image types automatically. The -# variable can contain the following options: -# "dbg-pkgs" - add -dbg packages for all installed packages -# (adds symbol information for debugging/profiling) -# "dev-pkgs" - add -dev packages for all installed packages -# (useful if you want to develop against libs in the image) -# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages -# (useful if you want to run the package test suites) -# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) -# "tools-debug" - add debugging tools (gdb, strace) -# "eclipse-debug" - add Eclipse remote debugging support -# "tools-profile" - add profiling tools (oprofile, lttng, valgrind) -# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) -# "debug-tweaks" - make an image suitable for development -# e.g. ssh root access has a blank password -# There are other application targets that can be used here too, see -# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. -# We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES ?= "debug-tweaks" - -# -# Additional image features -# -# The following is a list of additional classes to use when building images which -# enable extra features. Some available options which can be included in this variable -# are: -# - 'buildstats' collect build statistics -# - 'image-mklibs' to reduce shared library files size for an image -# - 'image-prelink' in order to prelink the filesystem image -# - 'image-swab' to perform host system intrusion detection -# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink -# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended -USER_CLASSES ?= "buildstats image-mklibs image-prelink" - -# -# Runtime testing of images -# -# The build system can test booting virtual machine images under qemu (an emulator) -# after any root filesystems are created and run tests against those images. To -# enable this uncomment this line. See classes/testimage(-auto).bbclass for -# further details. -#TEST_IMAGE = "1" -# -# Interactive shell configuration -# -# Under certain circumstances the system may need input from you and to do this it -# can launch an interactive shell. It needs to do this since the build is -# multithreaded and needs to be able to handle the case where more than one parallel -# process may require the user's attention. The default is iterate over the available -# terminal types to find one that works. -# -# Examples of the occasions this may happen are when resolving patches which cannot -# be applied, to use the devshell or the kernel menuconfig -# -# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none -# Note: currently, Konsole support only works for KDE 3.x due to the way -# newer Konsole versions behave -#OE_TERMINAL = "auto" -# By default disable interactive patch resolution (tasks will just fail instead): -PATCHRESOLVE = "noop" - -# -# Disk Space Monitoring during the build -# -# Monitor the disk space during the build. If there is less that 1GB of space or less -# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully -# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort -# of the build. The reason for this is that running completely out of space can corrupt -# files and damages the build in ways which may not be easily recoverable. -# It's necesary to monitor /tmp, if there is no space left the build will fail -# with very exotic errors. -BB_DISKMON_DIRS = "\ - STOPTASKS,${TMPDIR},1G,100K \ - STOPTASKS,${DL_DIR},1G,100K \ - STOPTASKS,${SSTATE_DIR},1G,100K \ - STOPTASKS,/tmp,100M,100K \ - ABORT,${TMPDIR},100M,1K \ - ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K \ - ABORT,/tmp,10M,1K" - -# -# Shared-state files from other locations -# -# As mentioned above, shared state files are prebuilt cache data objects which can -# used to accelerate build time. This variable can be used to configure the system -# to search other mirror locations for these objects before it builds the data itself. -# -# This can be a filesystem directory, or a remote url such as http or ftp. These -# would contain the sstate-cache results from previous builds (possibly from other -# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the -# cache locations to check for the shared objects. -# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH -# at the end as shown in the examples below. This will be substituted with the -# correct path within the directory structure. -#SSTATE_MIRRORS ?= "\ -#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ -#file://.* file:///some/local/dir/sstate/PATH" - - -# -# Qemu configuration -# -# By default qemu will build with a builtin VNC server where graphical output can be -# seen. The two lines below enable the SDL backend too. By default libsdl-native will -# be built, if you want to use your host's libSDL instead of the minimal libsdl built -# by libsdl-native then uncomment the ASSUME_PROVIDED line below. -PACKAGECONFIG_append_pn-qemu-native = " sdl" -PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" -#ASSUME_PROVIDED += "libsdl-native" - -# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to -# track the version of this file when it was generated. This can safely be ignored if -# this doesn't mean anything to you. -CONF_VERSION = "1" - -# For virtualization -DISTRO_FEATURES_append = " virtualization" -DISTRO_FEATURES_append = " xen" - -DEPLOY_DIR = "${TMPDIR}/deploy" -IMAGE_ROOTFS = "${TMPDIR}/rootfs" -XT_SHARED_ROOTFS_DIR = "${IMAGE_ROOTFS}/shared_rootfs" - -include ${@d.getVar('XT_SHARED_ROOTFS_DIR', True) or ''}/local.conf.domd_machine.inc - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/domd-install-artifacts/domd-install-artifacts.bb b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/domd-install-artifacts/domd-install-artifacts.bb deleted file mode 100644 index e29d5f5a..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/domd-install-artifacts/domd-install-artifacts.bb +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "CLOSED" - -require inc/xt_shared_env.inc - -FILES_${PN} += "${base_prefix}${XT_DIR_ABS_ROOTFS_DOMD}" - -# FIXME: if not forced and sstate cache is used then an old version of -# this package (read old DomU kernel images) can be used from cache -# regardless of the fact that binaries may have actually changed, e.g. -# the recipe code is not changed, there is no SRC_URI with checksum -# force install so if DomU kernel changes we use the latest binaries -do_install[nostamp] = "1" -do_install() { - install -d "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMD}" - find "${XT_DIR_ABS_SHARED_BOOT_DOMD}" -iname 'Image*' -exec \ - cp -f --no-dereference --preserve=links {} "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMD}" \; - - #copy initramfs image - find "${XT_DIR_ABS_SHARED_INITRAMFS_DOMD}" -iname '*ramfs*cpio.gz' -exec \ - cp -f --no-dereference --preserve=links {} "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMD}" \; - - find "${XT_DIR_ABS_SHARED_BOOT_DOMD}" -iname '*dom*.dtb' -exec \ - cp -f --no-dereference --preserve=links {} "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMD}" \; -} - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/domf-install-artifacts/domf-install-artifacts.bb b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/domf-install-artifacts/domf-install-artifacts.bb deleted file mode 100644 index e679a3c0..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/domf-install-artifacts/domf-install-artifacts.bb +++ /dev/null @@ -1,22 +0,0 @@ -LICENSE = "CLOSED" - -require inc/xt_shared_env.inc - -FILES_${PN} += "${base_prefix}${XT_DIR_ABS_ROOTFS_DOMF}" - -# FIXME: if not forced and sstate cache is used then an old version of -# this package (read old DomU kernel images) can be used from cache -# regardless of the fact that binaries may have actually changed, e.g. -# the recipe code is not changed, there is no SRC_URI with checksum -# force install so if DomU kernel changes we use the latest binaries -do_install[nostamp] = "1" -do_install() { - install -d "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMF}" - find "${XT_DIR_ABS_SHARED_BOOT_DOMF}" -iname 'Image*' -exec \ - cp -f --no-dereference --preserve=links {} "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMF}" \; - - #copy initramfs image - find "${XT_DIR_ABS_SHARED_INITRAMFS_DOMF}" -iname '*ramfs*cpio.gz' -exec \ - cp -f --no-dereference --preserve=links {} "${D}/${base_prefix}${XT_DIR_ABS_ROOTFS_DOMF}" \; -} - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/dom0.bb b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/dom0.bb deleted file mode 100644 index f3be8a9e..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/dom0.bb +++ /dev/null @@ -1,65 +0,0 @@ -SUMMARY = "Dom0 scripts itended to serve all guests" -DESCRIPTION = "Dom0 scripts itended to serve all guests, or Dom0 itself" - -require inc/xt_shared_env.inc - -PV = "0.1" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -SRC_URI = "\ - file://start_guest.sh \ - file://dom0_vcpu_pin.sh \ - file://xt_set_root_dev_cfg.sh \ -" - -S = "${WORKDIR}" - -DOM0_ALLOWED_PCPUS_salvator-x-m3-xt = "2-5" -DOM0_ALLOWED_PCPUS_salvator-x-h3-xt = "4-7" -DOM0_ALLOWED_PCPUS_salvator-xs-h3-xt = "4-7" -DOM0_ALLOWED_PCPUS_salvator-x-h3-4x2g-xt = "4-7" -DOM0_ALLOWED_PCPUS_salvator-xs-h3-4x2g-xt = "4-7" -DOM0_ALLOWED_PCPUS_h3ulcb-4x2g-xt = "4-7" -DOM0_ALLOWED_PCPUS_h3ulcb-4x2g-kf-xt = "4-7" -DOM0_ALLOWED_PCPUS_h3ulcb-cb-xt = "4-7" -DOM0_ALLOWED_PCPUS_h3ulcb-xt = "4-7" - -FILES_${PN} = " \ - ${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}/start_guest.sh \ -" - -inherit update-rc.d - -FILES_${PN}-run-vcpu_pin += " \ - ${sysconfdir}/init.d/dom0_vcpu_pin.sh \ -" - -FILES_${PN}-run-set_root_dev += " \ - ${sysconfdir}/init.d/xt_set_root_dev_cfg.sh \ -" - -PACKAGES += " \ - ${PN}-run-vcpu_pin \ - ${PN}-run-set_root_dev \ -" - -# configure init.d scripts -INITSCRIPT_PACKAGES = "${PN}-run-vcpu_pin ${PN}-run-set_root_dev" - -INITSCRIPT_NAME_${PN}-run-vcpu_pin = "dom0_vcpu_pin.sh" -INITSCRIPT_PARAMS_${PN}-run-vcpu_pin = "defaults 81" -# must run before any domain creation -INITSCRIPT_NAME_${PN}-run-set_root_dev = "xt_set_root_dev_cfg.sh" -INITSCRIPT_PARAMS_${PN}-run-set_root_dev = "defaults 82" - -do_install() { - install -d ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS} - install -d ${D}${sysconfdir}/init.d - install -m 0744 ${WORKDIR}/start_guest.sh ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}/ - install -m 0744 ${WORKDIR}/dom0_vcpu_pin.sh ${D}${sysconfdir}/init.d/ - install -m 0744 ${WORKDIR}/xt_set_root_dev_cfg.sh ${D}${sysconfdir}/init.d/ - - # Fixup a number of PCPUs the VCPUs of Dom0 must run on - sed -i "s/DOM0_ALLOWED_PCPUS/${DOM0_ALLOWED_PCPUS}/g" ${D}${sysconfdir}/init.d/dom0_vcpu_pin.sh -} diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/domd.bb b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/domd.bb deleted file mode 100644 index dc0dc008..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/domd.bb +++ /dev/null @@ -1,66 +0,0 @@ -SUMMARY = "A config file and a run script for a Driver domain" -DESCRIPTION = "A config file and a run script for a Driver domain" - -require inc/xt_shared_env.inc - -PV = "0.1" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -SRC_URI = "\ - file://domd-salvator-x-m3.cfg \ - file://domd-salvator-x-h3.cfg \ - file://domd-salvator-xs-h3.cfg \ - file://domd-salvator-xs-h3-4x2g.cfg \ - file://domd-salvator-x-h3-4x2g.cfg \ - file://domd-h3ulcb-4x2g.cfg \ - file://domd-h3ulcb-4x2g-kf.cfg \ - file://domd-h3ulcb-cb.cfg \ - file://domd-h3ulcb.cfg \ - file://guest_domd \ - file://dom_watcher.sh \ -" - -S = "${WORKDIR}" - -DOMD_CONFIG_salvator-x-m3-xt = "domd-salvator-x-m3.cfg" -DOMD_CONFIG_salvator-x-h3-xt = "domd-salvator-x-h3.cfg" -DOMD_CONFIG_salvator-xs-h3-xt = "domd-salvator-xs-h3.cfg" -DOMD_CONFIG_salvator-xs-h3-4x2g-xt = "domd-salvator-xs-h3-4x2g.cfg" -DOMD_CONFIG_salvator-x-h3-4x2g-xt = "domd-salvator-x-h3-4x2g.cfg" -DOMD_CONFIG_h3ulcb-4x2g-xt = "domd-h3ulcb-4x2g.cfg" -DOMD_CONFIG_h3ulcb-4x2g-kf-xt = "domd-h3ulcb-4x2g-kf.cfg" -DOMD_CONFIG_h3ulcb-cb-xt = "domd-h3ulcb-cb.cfg" -DOMD_CONFIG_h3ulcb-xt = "domd-h3ulcb.cfg" - -FILES_${PN} = " \ - ${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG}/domd.cfg \ - ${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}/dom_watcher.sh \ -" - -inherit update-rc.d - -FILES_${PN}-run += " \ - ${sysconfdir}/init.d/guest_domd \ -" - -PACKAGES += " \ - ${PN}-run \ -" - -# configure init.d scripts -INITSCRIPT_PACKAGES = "${PN}-run" - -INITSCRIPT_NAME_${PN}-run = "guest_domd" -INITSCRIPT_PARAMS_${PN}-run = "defaults 85 79" - -do_install() { - install -d ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG} - install -m 0744 ${WORKDIR}/${DOMD_CONFIG} ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG}/domd.cfg - - install -d ${D}${sysconfdir}/init.d - install -m 0744 ${WORKDIR}/guest_domd ${D}${sysconfdir}/init.d/ - - install -d ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS} - install -m 0744 ${WORKDIR}/dom_watcher.sh ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_SCRIPTS}/ -} diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/domf.bb b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/domf.bb deleted file mode 100644 index 941ef880..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/domf.bb +++ /dev/null @@ -1,55 +0,0 @@ -SUMMARY = "A config file and a run script for a Fusion domain" -DESCRIPTION = "A config file and a run script for a Fusion domain" - -require inc/xt_shared_env.inc - -PV = "0.1" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -SRC_URI = "\ - file://domf.cfg \ - file://guest_domf \ -" - -S = "${WORKDIR}" - -DOMF_ALLOWED_PCPUS_salvator-x-m3-xt = "2-5" -DOMF_ALLOWED_PCPUS_salvator-x-h3-xt = "4-7" -DOMF_ALLOWED_PCPUS_salvator-xs-h3-xt = "4-7" -DOMF_ALLOWED_PCPUS_salvator-x-h3-4x2g-xt = "4-7" -DOMF_ALLOWED_PCPUS_h3ulcb-4x2g-xt = "4-7" -DOMF_ALLOWED_PCPUS_h3ulcb-4x2g-kf-xt = "4-7" -DOMF_ALLOWED_PCPUS_h3ulcb-cb-xt = "4-7" -DOMF_ALLOWED_PCPUS_h3ulcb-xt = "4-7" - -FILES_${PN} = " \ - ${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG}/domf.cfg \ -" - -inherit update-rc.d - -FILES_${PN}-run += " \ - ${sysconfdir}/init.d/guest_domf \ -" - -PACKAGES += " \ - ${PN}-run \ -" - -# configure init.d scripts -INITSCRIPT_PACKAGES = "${PN}-run" - -INITSCRIPT_NAME_${PN}-run = "guest_domf" -INITSCRIPT_PARAMS_${PN}-run = "defaults 86 78" - -do_install() { - install -d ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG} - install -m 0744 ${WORKDIR}/domf.cfg ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG}/domf.cfg - - install -d ${D}${sysconfdir}/init.d - install -m 0744 ${WORKDIR}/guest_domf ${D}${sysconfdir}/init.d/ - - # Fixup a number of PCPUs the VCPUs of DomF must run on - sed -i "s/DOMF_ALLOWED_PCPUS/${DOMF_ALLOWED_PCPUS}/g" ${D}${base_prefix}${XT_DIR_ABS_ROOTFS_DOM_CFG}/domf.cfg -} diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/dom0_vcpu_pin.sh b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/dom0_vcpu_pin.sh deleted file mode 100755 index 50324b8f..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/dom0_vcpu_pin.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -### BEGIN INIT INFO -# Provides: vcpu-pin -# Required-Start: -# Required-Stop: -# Default-Start: S -# Default-Stop: -### END INIT INFO - -# Force all VCPUs of Domain-0 to only run on DOM0_ALLOWED_PCPUS PCPUs (A53 cores) -echo "Pinning Domain-0 VCPUs" -xl vcpu-pin Domain-0 all DOM0_ALLOWED_PCPUS diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/dom_watcher.sh b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/dom_watcher.sh deleted file mode 100755 index 4c08c55b..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/dom_watcher.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -DOM_ID=`xl domid $1` - -pipe=/tmp/$DOM_ID-reboot - -if ! mkfifo $pipe ; then - echo "Failed to create a pipe, is the script already running?" - echo "Exiting." - exit 1 -fi - -xenpath="/local/domain/$DOM_ID/control/user-reboot" -xenstore-write $xenpath 1 -xenstore-chmod $xenpath b$DOM_ID - -xenstore-watch $xenpath > $pipe & -XENSTORE_WATCH=$! -echo "xenstore-watch PID $XENSTORE_WATCH" -while read event ; do - value="$(xenstore-read $xenpath)" - [[ $value == 2* ]] && { echo "Rebooting"; reboot; } -done <$pipe diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-4x2g-kf.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-4x2g-kf.cfg deleted file mode 100644 index 808ae5d2..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-4x2g-kf.cfg +++ /dev/null @@ -1,555 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd,vers=3 ip=dhcp rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "shimafuji,kingfisher", "renesas,h3ulcb", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/extal", - "/extalr", - "/firmware", - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/msiof-ref-clock", - "/pcie_bus", - "/scif", - "/soc", - "/impdes0", - "/imp0", - "/imp1", - "/imp2", - "/imp3", - "/impsc0", - "/impsc1", - "/impsl0", - "/impdm0", - "/impc0", - "/imprtt", - "/usb3s0", - "/usb_extal", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/hdmi0-out", - "/keyboard", - "/leds", - "/regulator0", - "/regulator1", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/x12", - "/x23-clock", - "/vspm_if", - "/versaclk-3", - "/versaclk-4", - "/pcm3168a_clk", - "/regulator@4", - "/regulator@41", - "/regulator@5", - "/regulator@6", - "/regulator@7", - "/regulator@9", - "/regulator@11", - "/regulator@12", - "/regulator@13", - "/kim", - "/btwilink", - "/sound@0", - "/sound@1", - "/sound@2", - "/sound@3", - "/lvds", - "/hdmi-out", - "/si468x@0", - "/wl18xx_pcm@0", - "/camera_clk", -] - -dtdev = [ - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/dma-controller@e6460000", - "/soc/dma-controller@e6470000", - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/ethernet@e6800000", - "/soc/mlp@ec520000", - "/soc/video@e6ef0000", - "/soc/video@e6ef1000", - "/soc/video@e6ef2000", - "/soc/video@e6ef3000", - "/soc/video@e6ef4000", - "/soc/video@e6ef5000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/usb@ee000000", - "/soc/usb@ee080000", - "/soc/usb@ee0a0000", - "/soc/usb@ee080100", - "/soc/usb@ee0a0100", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/pcie@fe000000", - "/soc/pcie@ee800000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/vspm@fe960000", - "/soc/vspm@fe920000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/hdmi@fead0000", - "/impdm0", - "/soc/gsx_domd", -] - -irqs = [ -# mfis-as - 212, -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# thermal@e6198000 - 99, 100, 101, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# i2c@e60b0000 - 205, -# serial@e6540000 - 186, -# serial@e6550000 - 187, -# usb@e6590000 - 139, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# can@e6c30000 - 218, -# can@e6c38000 - 219, -# mlp@ec520000 - 416, 417, 418, 419, 420, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# usb@ee000000 - 134, -# usb@ee080000 - 140, -# usb@ee0a0000 - 144, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# gsx@fd000000 - 151, -# pcie@fe000000 - 148, 149, 150, -# pcie@ee800000 - 180, 181, 182, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# vcp4@fe8d0000 - 412, 413, 255, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# vspm@fe960000 - 298, -# vspm@fe920000 - 497, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# hdmi@fead0000 - 421, -# display@feb00000 - 288, 300, 301, 302, -# impdes0 - 471, -# imprtt - 425, -] - -iomem = [ -#mfis@e6260000 - "e6260,1", -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#pin-controller@e6060000 - "e6060,1", -#avs@e60a013c - "e60a0,1", -#clock-controller@e6150000 -#imprtt - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#system-controller@e6180000 - "e6180,1", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#i2c@e60b0000 - "e60b0,1", -#serial@e6540000 - "e6540,1", -#serial@e6550000 - "e6550,1", -#usb@e6590000 - "e6590,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#qos@e67e0000 - "e67e0,11", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#can@e6c30000 - "e6c30,1", -#can@e6c38000 - "e6c38,1", -#mlp@ec520000 - "ec520,1", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#sound@ec500000 - "ec100,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#usb@ee000000 - "ee000,1", -#usb@ee080000 -#usb@ee080100 -#usb-phy@ee080200 - "ee080,1", -#usb@ee0a0000 -#usb@ee0a0100 -#usb-phy@ee0a0200 - "ee0a0,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#gsx@fd000000 - "fd000,40", -#pcie@fe000000 - "fe000,80", -#pcie@ee800000 - "ee800,80", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#vcp4@fe90f000 - "fe90f,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#fcp@fea27000 - "fea27,1", -#fcp@fea2f000 - "fea2f,1", -#fcp@fea37000 - "fea37,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fea20000 - "fea20,5", -#vsp@fea28000 - "fea28,5", -#vsp@fea30000 - "fea30,5", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#hdmi@fead0000 - "fead0,10", -#display@feb00000 - "feb00,80", -#lvds@feb90000 - "feb90,1", -#chipid@fff00044 - "fff00,1", -#impdes0 - "ffa00,4", -#imp0 - "ff900,20", -#imp1 - "ff920,20", -#imp2 - "ff940,20", -#imp3 - "ff960,20", -#impsc0 - "ff980,10", -#impsc1 - "ff990,10", -#impsl0 - "ff9c0,10", -#impdm0 - "ffa10,4", -#impc0 - "ffa40,20", -#imprtt - "ff8d0,1", -] - -# End of autogenerated config part diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-4x2g.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-4x2g.cfg deleted file mode 100644 index 95b7cb70..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-4x2g.cfg +++ /dev/null @@ -1,401 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd,vers=3 ip=dhcp rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,h3ulcb", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/hdmi0-out", - "/keyboard", - "/leds", - "/regulator0", - "/regulator1", - "/sound", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/x12", - "/x23-clock", - "/vspm_if", - "/versaclk-3", - "/versaclk-4", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/dma-controller@e6460000", - "/soc/dma-controller@e6470000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/usb@ee0a0100", - "/soc/usb@ee0a0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@fead0000", - "/soc/gsx_domd", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# i2c@e60b0000 - 205, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# usb@ee0a0000 - 144, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@fead0000 - 421, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -] - -iomem = [ -#avs@e60a013c - "e60a0,1", -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#i2c@e60b0000 - "e60b0,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@fead0000 - "fead0,10", -#display@feb00000 - "feb00,80", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -] - -# End of autogenerated config part diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-cb.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-cb.cfg deleted file mode 100644 index b19ecd52..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb-cb.cfg +++ /dev/null @@ -1,439 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" -ramdisk = "/xt/domd/uInitramfs.cpio.gz" -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd,vers=3 ip=dhcp rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART5 ro userdata=/dev/STORAGE_PART6 rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 768 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "cetitec,h3-gweb-v1", "renesas,h3ulcb", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/hdmi0-out", - "/hdmi1-out", - "/keyboard", - "/leds", - "/regulator0", - "/regulator1", - "/sound", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/x12", - "/x23-clock", - "/vspm_if", - "/versaclk-3", - "/versaclk-4", - "/usb3s0", - "/usb_extal", - "/cetibox-power", - "/can2_osc", -] - -dtdev = [ - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/dma-controller@e6460000", - "/soc/dma-controller@e6470000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/usb@ee0a0100", - "/soc/usb@ee0a0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@feae0000", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# can@e66c0000 - 61, 62, -# spi@e6e90000 - 188, -# spi@e6ea0000 - 189, -# i2c@e60b0000 - 205, -# i2c@e6508000 - 320, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# i2c@e66e0000 - 52, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# usb-phy@ee080200 - 140, -# usb@ee0a0000 - 144, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@feae0000 - 468, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -] - -iomem = [ -#avs@e60a013c - "e60a0,1", -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#can@e66c0000 - "e66c0,8", -#spi@e6e90000 - "e6e90,1", -#spi@e6ea0000 - "e6ea0,1", -#i2c@e60b0000 - "e60b0,1", -#i2c@e6508000 - "e6508,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#i2c@e66e0000 - "e66e0,1", -#pwm@e6e32000 - "e6e32,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#usb-phy@ee080200 -#usb@ee080100 -#usb@ee080000 - "ee080,1", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@feae0000 - "feae0,10", -#display@feb00000 - "feb00,80", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -] - -# End of autogenerated config part diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb.cfg deleted file mode 100644 index cb108a9b..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-h3ulcb.cfg +++ /dev/null @@ -1,400 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" -ramdisk = "/xt/domd/uInitramfs.cpio.gz" -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd,vers=3 ip=dhcp rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART5 ro userdata=/dev/STORAGE_PART6 rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1536 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,h3ulcb", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/hdmi0-out", - "/keyboard", - "/leds", - "/regulator0", - "/regulator1", - "/sound", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/x12", - "/x23-clock", - "/vspm_if", - "/versaclk-3", - "/versaclk-4", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/dma-controller@e6460000", - "/soc/dma-controller@e6470000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/usb@ee0a0100", - "/soc/usb@ee0a0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@fead0000", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# i2c@e60b0000 - 205, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# usb@ee0a0000 - 144, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@fead0000 - 421, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -] - -iomem = [ -#avs@e60a013c - "e60a0,1", -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#i2c@e60b0000 - "e60b0,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@fead0000 - "fead0,10", -#display@feb00000 - "feb00,80", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -] - -# End of autogenerated config part diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-m3ulcb.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-m3ulcb.cfg deleted file mode 100644 index 7fed5b2c..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-m3ulcb.cfg +++ /dev/null @@ -1,358 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd,vers=3 ip=dhcp rw rootwait console=hvc0 cma=256M pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 768 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,m3ulcb", "renesas,r8a7796" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/hdmi0-out", - "/keyboard", - "/leds", - "/regulator0", - "/regulator1", - "/sound", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/x12", - "/x23-clock", - "/vspm_if", - "/versaclk-3", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/ethernet@e6800000", - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/usb@ee0a0000", - "/soc/usb@ee0a0100", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/vcp4@fe90f000", - "/soc/fdpm@fe940000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/hdmi@fead0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# i2c@e60b0000 - 205, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# usb@ee0a0000 - 144, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# thermal@e6198000 - 99, 100, 101, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# fdpm@fe940000 - 294, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# hdmi@fead0000 - 421, -# display@feb00000 - 288, 300, 301, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -] - -iomem = [ -#avs@e60a013c - "e60a0,1", -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#i2c@e60b0000 - "e60b0,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#usb@ee0a0000 -#usb@ee0a0100 -#usb-phy@ee0a0200 - "ee0a0,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vcp4@fe8df000 - "fe8df,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#hdmi@fead0000 - "fead0,10", -#display@feb00000 - "feb00,70", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -] - -# End of autogenerated config part diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-h3-4x2g.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-h3-4x2g.cfg deleted file mode 100644 index 34dae889..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-h3-4x2g.cfg +++ /dev/null @@ -1,519 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd ip=192.168.1.11 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,salvator-x", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/backlight", - "/cvbs-in", - "/hdmi-in", - "/regulator0", - "/regulator1", - "/regulator2", - "/sound", - "/regulator-vbus0-usb2", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/regulator-vcc-sdhi3", - "/regulator-vccq-sdhi3", - "/hdmi0-out", - "/hdmi1-out", - "/vga", - "/vga-encoder", - "/lvds", - "/x12", - "/x21-clock", - "/x22-clock", - "/x23-clock", - "/vspm_if", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/dma-controller@e6460000", - "/soc/dma-controller@e6470000", - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/video@e6ef0000", - "/soc/video@e6ef1000", - "/soc/video@e6ef2000", - "/soc/video@e6ef3000", - "/soc/video@e6ef4000", - "/soc/video@e6ef5000", - "/soc/video@e6ef6000", - "/soc/video@e6ef7000", - "/soc/usb@ee000000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/usb@ee080100", - "/soc/usb@ee020000", - "/soc/usb@ee0a0100", - "/soc/usb@ee0c0100", - "/soc/usb@ee080000", - "/soc/usb@ee0a0000", - "/soc/usb@ee0c0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@fead0000", - "/soc/hdmi@feae0000", - "/soc/gsx_domd", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# serial@e6e68000 - 185, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# video@e6ef6000 - 208, -# video@e6ef7000 - 203, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# usb@ee080000 - 140, -# usb@ee0a0000 - 144, -# usb@ee0c0000 - 145, -# usb@e6590000 - 139, -# pcie@fe000000 - 148, 149, 150, -# pcie@ee800000 - 180, 181, 182, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@fead0000 - 421, -# hdmi@feae0000 - 468, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -# i2c@e60b0000 - 205, -] - -iomem = [ -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#serial@e6e68000 - "e6e68,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#pwm@e6e31000 - "e6e31,1", -#pwm@e6e32000 - "e6e32,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#video@e6ef6000 - "e6ef6,1", -#video@e6ef7000 - "e6ef7,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#usb-phy@ee080200 -#usb@ee080100 -#usb@ee080000 - "ee080,1", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#usb-phy@ee0c0200 -#usb@ee0c0100 -#usb@ee0c0000 - "ee0c0,1", -#usb@e6590000 - "e6590,1", -#usb-phy@e65ee000 - "e65ee,1", -#pcie@fe000000 - "fe000,80", -#pcie@ee800000 - "ee800,80", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@fead0000 - "fead0,10", -#hdmi@feae0000 - "feae0,10", -#display@feb00000 - "feb00,80", -#lvds@feb90000 - "feb90,1", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#i2c@e60b0000 - "e60b0,1", -#avs@e60a013c - "e60a0,1", -] - -# End of autogenerated config part - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-h3.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-h3.cfg deleted file mode 100644 index 90def3ea..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-h3.cfg +++ /dev/null @@ -1,517 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd ip=192.168.1.11 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,salvator-x", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/backlight", - "/cvbs-in", - "/hdmi-in", - "/regulator0", - "/regulator1", - "/regulator2", - "/sound", - "/regulator-vbus0-usb2", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/regulator-vcc-sdhi3", - "/regulator-vccq-sdhi3", - "/hdmi0-out", - "/hdmi1-out", - "/vga", - "/vga-encoder", - "/lvds", - "/x12", - "/x21-clock", - "/x22-clock", - "/x23-clock", - "/vspm_if", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/dma-controller@e6460000", - "/soc/dma-controller@e6470000", - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/video@e6ef0000", - "/soc/video@e6ef1000", - "/soc/video@e6ef2000", - "/soc/video@e6ef3000", - "/soc/video@e6ef4000", - "/soc/video@e6ef5000", - "/soc/video@e6ef6000", - "/soc/video@e6ef7000", - "/soc/usb@ee000000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/usb@ee080100", - "/soc/usb@ee020000", - "/soc/usb@ee0a0100", - "/soc/usb@ee0c0100", - "/soc/usb@ee080000", - "/soc/usb@ee0a0000", - "/soc/usb@ee0c0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@fead0000", - "/soc/hdmi@feae0000", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# serial@e6e68000 - 185, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# video@e6ef6000 - 208, -# video@e6ef7000 - 203, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# usb@ee080000 - 140, -# usb@ee0a0000 - 144, -# usb@ee0c0000 - 145, -# usb@e6590000 - 139, -# pcie@fe000000 - 148, 149, 150, -# pcie@ee800000 - 180, 181, 182, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@fead0000 - 421, -# hdmi@feae0000 - 468, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -# i2c@e60b0000 - 205, -] - -iomem = [ -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#serial@e6e68000 - "e6e68,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#pwm@e6e31000 - "e6e31,1", -#pwm@e6e32000 - "e6e32,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#video@e6ef6000 - "e6ef6,1", -#video@e6ef7000 - "e6ef7,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#usb-phy@ee080200 -#usb@ee080100 -#usb@ee080000 - "ee080,1", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#usb-phy@ee0c0200 -#usb@ee0c0100 -#usb@ee0c0000 - "ee0c0,1", -#usb@e6590000 - "e6590,1", -#usb-phy@e65ee000 - "e65ee,1", -#pcie@fe000000 - "fe000,80", -#pcie@ee800000 - "ee800,80", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@fead0000 - "fead0,10", -#hdmi@feae0000 - "feae0,10", -#display@feb00000 - "feb00,80", -#lvds@feb90000 - "feb90,1", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#i2c@e60b0000 - "e60b0,1", -#avs@e60a013c - "e60a0,1", -] - -# End of autogenerated config part diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-m3.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-m3.cfg deleted file mode 100644 index 410ca093..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-x-m3.cfg +++ /dev/null @@ -1,455 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd ip=192.168.1.11 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,salvator-x", "renesas,r8a7796" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/backlight", - "/cvbs-in", - "/hdmi-in", - "/regulator0", - "/regulator1", - "/regulator2", - "/sound", - "/regulator-vbus0-usb2", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/regulator-vcc-sdhi3", - "/regulator-vccq-sdhi3", - "/hdmi0-out", - "/hdmi1-out", - "/vga", - "/vga-encoder", - "/lvds", - "/x12", - "/x21-clock", - "/x22-clock", - "/x23-clock", - "/vspm_if", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/ethernet@e6800000", - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/usb@ee000000", - "/soc/usb@ee080000", - "/soc/usb@ee080100", - "/soc/usb@ee0a0000", - "/soc/usb@ee0a0100", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/fdpm@fe940000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/hdmi@fead0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/vcp4@fe90f000", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# serial@e6e68000 - 185, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# video@e6ef6000 - 208, -# video@e6ef7000 - 203, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# usb@e6590000 - 139, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# usb@ee080000 - 140, -# usb@ee0a0000 - 144, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# pcie@fe000000 - 148, 149, 150, -# pcie@ee800000 - 180, 181, 182, -# gsx@fd000000 - 151, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# fdpm@fe940000 - 294, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# hdmi@fead0000 - 421, -# display@feb00000 - 288, 300, 301, -# thermal@e6198000 - 99, 100, 101, -# i2c@e60b0000 - 205, -] - -iomem = [ -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#pwm@e6e31000 - "e6e31,1", -#pwm@e6e32000 - "e6e32,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#usb-phy@e65ee000 - "e65ee,1", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#serial@e6e68000 - "e6e68,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#video@e6ef6000 - "e6ef6,1", -#video@e6ef7000 - "e6ef7,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#usb@e6590000 - "e6590,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#usb@ee080000 -#usb@ee080100 -#usb-phy@ee080200 - "ee080,1", -#usb@ee0a0000 -#usb@ee0a0100 -#usb-phy@ee0a0200 - "ee0a0,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#pcie@fe000000 - "fe000,80", -#pcie@ee800000 - "ee800,80", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vcp4@fe8df000 - "fe8df,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#hdmi@fead0000 - "fead0,10", -#display@feb00000 - "feb00,70", -#lvds@feb90000 - "feb90,1", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#i2c@e60b0000 - "e60b0,1", -#avs@e60a013c - "e60a0,1", -] - -# End of autogenerated config part - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-h3-4x2g.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-h3-4x2g.cfg deleted file mode 100644 index ce398c6b..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-h3-4x2g.cfg +++ /dev/null @@ -1,528 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd ip=192.168.1.11 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,salvator-xs", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/backlight", - "/cvbs-in", - "/hdmi-in", - "/regulator0", - "/regulator1", - "/regulator2", - "/sound", - "/regulator-vbus0-usb2", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/regulator-vcc-sdhi3", - "/regulator-vccq-sdhi3", - "/hdmi0-out", - "/hdmi1-out", - "/vga", - "/vga-encoder", - "/lvds", - "/x12", - "/x21-clock", - "/x22-clock", - "/x23-clock", - "/vspm_if", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/video@e6ef0000", - "/soc/video@e6ef1000", - "/soc/video@e6ef2000", - "/soc/video@e6ef3000", - "/soc/video@e6ef4000", - "/soc/video@e6ef5000", - "/soc/video@e6ef6000", - "/soc/video@e6ef7000", - "/soc/usb@ee000000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/usb@ee080100", - "/soc/usb@ee0a0100", - "/soc/usb@ee0c0100", - "/soc/usb@ee0e0100", - "/soc/usb@ee080000", - "/soc/usb@ee0a0000", - "/soc/usb@ee0c0000", - "/soc/usb@ee0e0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@fead0000", - "/soc/hdmi@feae0000", - "/soc/gsx_domd", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# serial@e6e68000 - 185, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# video@e6ef6000 - 208, -# video@e6ef7000 - 203, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# usb@ee080000 - 140, -# usb@ee0e0000 - 68, -# usb@ee0a0000 - 144, -# usb@ee0c0000 - 145, -# usb@e6590000 - 139, -# usb@e659c000 - 69, -# pcie@fe000000 - 148, 149, 150, -# pcie@ee800000 - 180, 181, 182, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@fead0000 - 421, -# hdmi@feae0000 - 468, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -# i2c@e60b0000 - 205, -] - -iomem = [ -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#usb-phy@e65ee000 - "e65ee,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#serial@e6e68000 - "e6e68,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#pwm@e6e31000 - "e6e31,1", -#pwm@e6e32000 - "e6e32,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#video@e6ef6000 - "e6ef6,1", -#video@e6ef7000 - "e6ef7,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#usb-phy@ee080200 -#usb@ee080100 -#usb@ee080000 - "ee080,1", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#usb-phy@ee0c0200 -#usb@ee0c0100 -#usb@ee0c0000 - "ee0c0,1", -#usb-phy@ee0e0200 -#usb@ee0e0100 -#usb@ee0e0000 - "ee0e0,1", -#usb@e6590000 - "e6590,1", -#usb@e659c000 - "e659c,1", -#pcie@fe000000 - "fe000,80", -#pcie@ee800000 - "ee800,80", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@fead0000 - "fead0,10", -#hdmi@feae0000 - "feae0,10", -#display@feb00000 - "feb00,80", -#lvds@feb90000 - "feb90,1", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#i2c@e60b0000 - "e60b0,1", -#avs@e60a013c - "e60a0,1", -] - -# End of autogenerated config part - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-h3.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-h3.cfg deleted file mode 100644 index bbd32bf9..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-h3.cfg +++ /dev/null @@ -1,527 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd ip=192.168.1.11 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M@1-2G pvrsrvkm.DriverMode=0" - -# Initial memory allocation (MB) -memory = 1216 - -# Number of VCPUS -vcpus = 4 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,salvator-xs", "renesas,r8a7795" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table0", - "/gsx_opp_table1", - "/gsx_opp_table2", - "/gsx_opp_table3", - "/gsx_opp_table4", - "/gsx_opp_table5", - "/gsx_opp_table6", - "/gsx_opp_table7", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/backlight", - "/cvbs-in", - "/hdmi-in", - "/regulator0", - "/regulator1", - "/regulator2", - "/sound", - "/regulator-vbus0-usb2", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/regulator-vcc-sdhi3", - "/regulator-vccq-sdhi3", - "/hdmi0-out", - "/hdmi1-out", - "/vga", - "/vga-encoder", - "/lvds", - "/x12", - "/x21-clock", - "/x22-clock", - "/x23-clock", - "/vspm_if", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/ethernet@e6800000", - "/soc/video@e6ef0000", - "/soc/video@e6ef1000", - "/soc/video@e6ef2000", - "/soc/video@e6ef3000", - "/soc/video@e6ef4000", - "/soc/video@e6ef5000", - "/soc/video@e6ef6000", - "/soc/video@e6ef7000", - "/soc/usb@ee000000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/usb@ee080100", - "/soc/usb@ee0a0100", - "/soc/usb@ee0c0100", - "/soc/usb@ee0e0100", - "/soc/usb@ee080000", - "/soc/usb@ee0a0000", - "/soc/usb@ee0c0000", - "/soc/usb@ee0e0000", - "/soc/imr-lx4@fe860000", - "/soc/imr-lx4@fe870000", - "/soc/imr-lx4@fe880000", - "/soc/imr-lx4@fe890000", - "/soc/vcp4@fe90f000", - "/soc/vspm@fe920000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/vspm@fe9b0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/fcp@fea37000", - "/soc/fdpm@fe940000", - "/soc/fdpm@fe944000", - "/soc/hdmi@fead0000", - "/soc/hdmi@feae0000", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# serial@e6e68000 - 185, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# video@e6ef6000 - 208, -# video@e6ef7000 - 203, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# dma-controller@e6460000 - 66, -# dma-controller@e6470000 - 67, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# usb@ee080000 - 140, -# usb@ee0e0000 - 68, -# usb@ee0a0000 - 144, -# usb@ee0c0000 - 145, -# usb@e6590000 - 139, -# usb@e659c000 - 69, -# pcie@fe000000 - 148, 149, 150, -# pcie@ee800000 - 180, 181, 182, -# imr-lx4@fe860000 - 224, -# imr-lx4@fe870000 - 225, -# imr-lx4@fe880000 - 226, -# imr-lx4@fe890000 - 227, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# vcp4@fe8d0000 - 412, 413, 255, -# vspm@fe920000 - 497, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vspm@fe9b0000 - 477, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# vsp@fea30000 - 500, -# fdpm@fe940000 - 294, -# fdpm@fe944000 - 295, -# hdmi@fead0000 - 421, -# hdmi@feae0000 - 468, -# display@feb00000 - 288, 300, 301, 302, -# thermal@e6198000 - 99, 100, 101, -# i2c@e60b0000 - 205, -] - -iomem = [ -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#usb-phy@e65ee000 - "e65ee,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#serial@e6e68000 - "e6e68,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#pwm@e6e31000 - "e6e31,1", -#pwm@e6e32000 - "e6e32,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#video@e6ef6000 - "e6ef6,1", -#video@e6ef7000 - "e6ef7,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#dma-controller@e6460000 - "e6460,1", -#dma-controller@e6470000 - "e6470,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#usb-phy@ee080200 -#usb@ee080100 -#usb@ee080000 - "ee080,1", -#usb-phy@ee0a0200 -#usb@ee0a0100 -#usb@ee0a0000 - "ee0a0,1", -#usb-phy@ee0c0200 -#usb@ee0c0100 -#usb@ee0c0000 - "ee0c0,1", -#usb-phy@ee0e0200 -#usb@ee0e0100 -#usb@ee0e0000 - "ee0e0,1", -#usb@e6590000 - "e6590,1", -#usb@e659c000 - "e659c,1", -#pcie@fe000000 - "fe000,80", -#pcie@ee800000 - "ee800,80", -#imr-lx4@fe860000 - "fe860,2", -#imr-lx4@fe870000 - "fe870,2", -#imr-lx4@fe880000 - "fe880,2", -#imr-lx4@fe890000 - "fe890,2", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe8d0000 -#vcp4@fe8d0000 - "fe8d0,1", -#vcp4@fe90f000 - "fe90f,1", -#vsp@fe920000 -#vspm@fe920000 - "fe920,8", -#vspm@fe920000 - "fe92f,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fe9b0000 -#vspm@fe9b0000 - "fe9b0,8", -#vspm@fe9b0000 - "fe9bf,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#vsp@fea30000 - "fea30,5", -#fcp@fea37000 - "fea37,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#fdpm@fe944000 - "fe944,3", -#fdpm@fe944000 - "fe951,1", -#hdmi@fead0000 - "fead0,10", -#hdmi@feae0000 - "feae0,10", -#display@feb00000 - "feb00,80", -#lvds@feb90000 - "feb90,1", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#i2c@e60b0000 - "e60b0,1", -#avs@e60a013c - "e60a0,1", -] - -# End of autogenerated config part - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-m3n.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-m3n.cfg deleted file mode 100644 index f59220f3..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domd-salvator-xs-m3n.cfg +++ /dev/null @@ -1,433 +0,0 @@ -# ===================================================================== -# DomD guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -# Guest name -name = "DomD" - -# Kernel image to boot -kernel = "/xt/domd/Image" - -device_tree = "/xt/domd/domd.dtb" - -# Kernel command line options -# Uncomment this when using nfs as a boot device -#extra = "root=/dev/nfs nfsroot=192.168.1.100:/srv/domd,vers=3 ip=dhcp rw rootwait console=hvc0 cma=256M pvrsrvkm.DriverMode=0 modprobe.blacklist=sata_rcar" -# Uncomment this when using block device as a boot device -extra = "root=/dev/STORAGE_PART2 rw rootwait console=hvc0 cma=256M pvrsrvkm.DriverMode=0 modprobe.blacklist=sata_rcar" - -# Initial memory allocation (MB) -memory = 768 - -# Number of VCPUS -vcpus = 2 - -on_crash = 'preserve' - -# This is autogenerated config part - -dt_compatible = [ "renesas,salvator-xs", "renesas,r8a77965" ] - -# Clocks and regulators are needed and are in the device tree root, -# but we do not want to copy all root nodes: handle these one by one -dt_passthrough_nodes = [ - "/gsx_opp_table", - "/extal", - "/extalr", - "/audio_clk_a", - "/audio_clk_b", - "/audio_clk_c", - "/can", - "/scif", - "/pcie_bus", - "/msiof-ref-clock", - "/firmware", - "/soc", - "/audio-clkout", - "/avb-mch@ec5a0100", - "/backlight", - "/cvbs-in", - "/hdmi-in", - "/regulator0", - "/regulator1", - "/regulator2", - "/sound", - "/regulator-vbus0-usb2", - "/regulator-vcc-sdhi0", - "/regulator-vccq-sdhi0", - "/regulator-vcc-sdhi3", - "/regulator-vccq-sdhi3", - "/hdmi0-out", - "/hdmi1-out", - "/vga", - "/vga-encoder", - "/lvds", - "/x12", - "/x21-clock", - "/x22-clock", - "/x23-clock", - "/vspm_if", - "/usb3s0", - "/usb_extal", -] - -dtdev = [ - "/soc/ethernet@e6800000", - "/soc/video@e6ef0000", - "/soc/video@e6ef1000", - "/soc/video@e6ef2000", - "/soc/video@e6ef3000", - "/soc/video@e6ef4000", - "/soc/video@e6ef5000", - "/soc/video@e6ef6000", - "/soc/video@e6ef7000", - "/soc/dma-controller@e6700000", - "/soc/dma-controller@e7300000", - "/soc/dma-controller@e7310000", - "/soc/dma-controller@ec700000", - "/soc/dma-controller@ec720000", - "/soc/dma-controller@e65a0000", - "/soc/dma-controller@e65b0000", - "/soc/usb@ee000000", - "/soc/usb@ee020000", - "/soc/usb@ee080000", - "/soc/usb@ee080100", - "/soc/usb@ee0a0000", - "/soc/usb@ee0a0100", - "/soc/sd@ee100000", - "/soc/sd@ee140000", - "/soc/sd@ee160000", - "/soc/sata@ee300000", - "/soc/vcp4@fe90f000", - "/soc/fdpm@fe940000", - "/soc/vspm@fe960000", - "/soc/vspm@fe9a0000", - "/soc/fcp@fea27000", - "/soc/fcp@fea2f000", - "/soc/hdmi@fead0000", - "/soc/gsx_domd", -] - -irqs = [ -# gpio@e6050000 - 36, -# gpio@e6051000 - 37, -# gpio@e6052000 - 38, -# gpio@e6053000 - 39, -# gpio@e6054000 - 40, -# gpio@e6055000 - 41, -# gpio@e6055400 - 42, -# gpio@e6055800 - 43, -# mfis-as - 212, -# interrupt-controller@e61c0000 - 32, 33, 34, 35, 193, 50, -# i2c@e60b0000 - 205, -# i2c@e6510000 - 318, -# i2c@e66d8000 - 51, -# ethernet@e6800000 - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, -# serial@e6e68000 - 185, -# csi2@fea80000 - 216, -# csi2@feaa0000 - 278, -# video@e6ef0000 - 220, -# video@e6ef1000 - 221, -# video@e6ef2000 - 222, -# video@e6ef3000 - 223, -# video@e6ef4000 - 206, -# video@e6ef5000 - 207, -# video@e6ef6000 - 208, -# video@e6ef7000 - 203, -# dma-controller@e6700000 - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, -# dma-controller@e7300000 - 251, 345, 252, 346, 248, 340, 341, 342, 343, 344, 249, 250, 347, 348, 349, 350, 351, -# dma-controller@e7310000 - 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 429, -# dma-controller@ec700000 - 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 382, -# dma-controller@ec720000 - 383, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 414, 415, -# dma-controller@e65a0000 - 141, -# dma-controller@e65b0000 - 142, -# usb@e6590000 - 139, -# usb@ee000000 - 134, -# usb@ee020000 - 136, -# usb@ee080000 - 140, -# usb@ee0a0000 - 144, -# sd@ee100000 - 197, -# sd@ee140000 - 199, -# sd@ee160000 - 200, -# thermal@e6198000 - 99, 100, 101, -# src-0 - 384, -# src-1 - 385, -# src-2 - 386, -# src-3 - 387, -# src-4 - 388, -# src-5 - 389, -# src-6 - 390, -# src-7 - 391, -# src-8 - 392, -# src-9 - 393, -# ssi-0 - 402, -# ssi-1 - 403, -# ssi-2 - 404, -# ssi-3 - 405, -# ssi-4 - 406, -# ssi-5 - 407, -# ssi-6 - 408, -# ssi-7 - 409, -# ssi-8 - 410, -# ssi-9 - 411, -# sata@ee300000 - 137, -# pcie@fe000000 - 148, 149, 150, -# gsx@fd000000 - 151, -# vcp4@fe910000 - 292, 293, -# vcp4@fe900000 - 272, 273, -# fdpm@fe940000 - 294, -# vspm@fe960000 - 298, -# vspm@fe9a0000 - 476, -# vsp@fea20000 - 498, -# vsp@fea28000 - 499, -# hdmi@fead0000 - 421, -# display@feb00000 - 288, 300, 302, -] - -iomem = [ -#watchdog@e6020000 - "e6020,1", -#gpio@e6050000 - "e6050,1", -#gpio@e6051000 - "e6051,1", -#gpio@e6052000 - "e6052,1", -#gpio@e6053000 - "e6053,1", -#gpio@e6054000 - "e6054,1", -#gpio@e6055000 -#gpio@e6055400 -#gpio@e6055800 - "e6055,1", -#mfis@e6260000 - "e6260,1", -#pin-controller@e6060000 - "e6060,1", -#clock-controller@e6150000 - "e6150,1", -#reset-controller@e6160000 - "e6160,1", -#chipid@fff00044 - "fff00,1", -#system-controller@e6180000 - "e6180,1", -#interrupt-controller@e61c0000 - "e61c0,1", -#i2c@e60b0000 - "e60b0,1", -#pwm@e6e31000 - "e6e31,1", -#pwm@e6e32000 - "e6e32,1", -#i2c@e6510000 - "e6510,1", -#i2c@e66d8000 - "e66d8,1", -#usb-phy@e65ee000 - "e65ee,1", -#ethernet@e6800000 - "e6800,1", -#ethernet@e6800000 - "e6a00,10", -#serial@e6e68000 - "e6e68,1", -#csi2@fea80000 - "fea80,10", -#csi2@feaa0000 - "feaa0,10", -#video@e6ef0000 - "e6ef0,1", -#video@e6ef1000 - "e6ef1,1", -#video@e6ef2000 - "e6ef2,1", -#video@e6ef3000 - "e6ef3,1", -#video@e6ef4000 - "e6ef4,1", -#video@e6ef5000 - "e6ef5,1", -#video@e6ef6000 - "e6ef6,1", -#video@e6ef7000 - "e6ef7,1", -#dma-controller@e6700000 - "e6700,10", -#dma-controller@e7300000 - "e7300,10", -#dma-controller@e7310000 - "e7310,10", -#dma-controller@ec700000 - "ec700,10", -#dma-controller@ec720000 - "ec720,10", -#dma-controller@e65a0000 - "e65a0,1", -#dma-controller@e65b0000 - "e65b0,1", -#usb@e6590000 - "e6590,1", -#usb@ee000000 - "ee000,1", -#usb@ee020000 - "ee020,1", -#usb@ee080000 -#usb@ee080100 -#usb-phy@ee080200 - "ee080,1", -#usb@ee0a0000 -#usb@ee0a0100 -#usb-phy@ee0a0200 - "ee0a0,1", -#sd@ee100000 - "ee100,2", -#sd@ee140000 - "ee140,2", -#sd@ee160000 - "ee160,2", -#thermal@e6198000 - "e6198,1", -#thermal@e6198000 - "e61a0,1", -#thermal@e6198000 - "e61a8,1", -#sound@ec500000 - "ec500,1", -#sound@ec500000 -#avb-mch@ec5a0100 - "ec5a0,1", -#sound@ec500000 - "ec540,1", -#sound@ec500000 - "ec541,1", -#sound@ec500000 - "ec740,1", -#sound@ec500000 - "ec000,1", -#sound@ec500000 - "ec008,1", -#sata@ee300000 - "ee300,200", -#pcie@fe000000 - "fe000,80", -#qos@e67e0000 - "e67e0,11", -#gsx@fd000000 - "fd000,40", -#vcp4@fe910000 -#vcp4@fe910000 - "fe910,1", -#vcp4@fe900000 -#vcp4@fe900000 - "fe900,1", -#vcp4@fe90f000 - "fe90f,1", -#fdpm@fe940000 - "fe940,3", -#fdpm@fe940000 - "fe950,1", -#vsp@fe960000 -#vspm@fe960000 - "fe960,8", -#vspm@fe960000 - "fe96f,1", -#vsp@fe9a0000 -#vspm@fe9a0000 - "fe9a0,8", -#vspm@fe9a0000 - "fe9af,1", -#vsp@fea20000 - "fea20,5", -#fcp@fea27000 - "fea27,1", -#vsp@fea28000 - "fea28,5", -#fcp@fea2f000 - "fea2f,1", -#hdmi@fead0000 - "fead0,10", -#display@feb00000 - "feb00,80", -#lvds@feb90000 - "feb90,1", -] - -# End of autogenerated config part - diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domf.cfg b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domf.cfg deleted file mode 100644 index 3a503e18..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/domf.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# ===================================================================== -# DomF guest configuration -# ===================================================================== - -seclabel='system_u:system_r:domU_t' - -name = "DomF" - -kernel = "/xt/domf/Image" -ramdisk = "/xt/domf/uInitramfs.cpio.gz" - -extra = "root=/dev/xvda1 ro userdata=/dev/xvda2 rootwait console=hvc0" - -memory = 512 - -vcpus = 1 - -# Force all VCPUs of DomF to only run on DOMF_ALLOWED_PCPUS PCPUs (A53 cores) -cpus="DOMF_ALLOWED_PCPUS" - -disk = [ 'backend=DomD,phy:/dev/STORAGE_PART7,xvda1', 'backend=DomD,phy:/dev/STORAGE_PART8,xvda2' ] - -vif = [ 'backend=DomD,bridge=xenbr0,mac=08:00:27:ff:cb:cd' ] - -on_crash = 'preserve' - -# Enable optee -tee = 'native' diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/guest_domd b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/guest_domd deleted file mode 100755 index 0ac6b5cd..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/guest_domd +++ /dev/null @@ -1,100 +0,0 @@ -#!/bin/sh -# -# xencommons Script to start DomD guest -# -# Author: Andrii Anisov -# -# chkconfig: 2345 70 10 -# description: Starts and stops drivers domain (DomD) -### BEGIN INIT INFO -# Provides: guest_domd -# Required-Start: $xenstored $xenconsoled -# Should-Start: -# Required-Stop: $xenstored $xenconsoled -# Should-Stop: -# Default-Start: 2 3 5 -# Default-Stop: 0 1 6 -# Short-Description: Start/stop DomD -# Description: Starts and stops drivers domain (DomD) -### END INIT INFO - -DOMAIN_NAME="DomD" -CONFIG_NAME="domd.cfg" -CONFIG_PATH="/xt/dom.cfg" -SCRIPT_PATH="/xt/scripts" -WATCHER_SCRIPT="dom_watcher.sh" -STOP_TIMEOUT=100 - - -# not running in Xen dom0 or domU -if ! test -d /proc/xen ; then - exit 0 -fi - -do_start () { - echo "Starting ${DOMAIN_NAME}" - if xl domid ${DOMAIN_NAME} &> /dev/null; then - echo "${DOMAIN_NAME} is already running" - exit 0 - fi - xl create ${CONFIG_PATH}/${CONFIG_NAME} - ${SCRIPT_PATH}/${WATCHER_SCRIPT} ${DOMAIN_NAME} & -} - -do_stop () { - echo "Stopping ${DOMAIN_NAME}" - - PID=`ps -ef | grep ${WATCHER_SCRIPT} | grep ${DOMAIN_NAME} | awk '{print $1;}'` - - if [ ! -z $PID ] ; then - kill $PID - fi - - rm -rf /tmp/$DOM_ID-reboot - - if ! xl domid ${DOMAIN_NAME} &> /dev/null ; then - echo "${DOMAIN_NAME} is not running" - exit 0 - fi - - ( sleep ${STOP_TIMEOUT}; xl destroy ${DOMAIN_NAME} ) & - - xl shutdown -w ${DOMAIN_NAME} - - kill $! -} - -do_status () { - if ! xl domid ${DOMAIN_NAME} &> /dev/null ; then - echo "${DOMAIN_NAME} is not running" - exit 0 - else - xl list ${DOMAIN_NAME} - fi -} - -case "$1" in - start) - do_start - ;; - status) - do_status - ;; - stop) - do_stop - ;; - reload) - echo >&2 'Reload not available; use force-reload'; exit 1 - ;; - force-reload|restart) - do_stop - do_start - ;; - *) - # do not advertise unreasonable commands that there is no reason - # to use with this device - echo $"Usage: $0 {start|stop|status|restart|force-reload}" - exit 1 -esac - -exit $? diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/guest_domf b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/guest_domf deleted file mode 100755 index ea230d68..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/guest_domf +++ /dev/null @@ -1,121 +0,0 @@ -#!/bin/sh -# -# xencommons Script to start DomF guest -# -# Author: Andrii Anisov -# -# chkconfig: 2345 70 10 -# description: Starts and stops fusion domain (DomF) -### BEGIN INIT INFO -# Provides: guest_domf -# Required-Start: $guest_domd -# Should-Start: -# Required-Stop: $guest_domd -# Should-Stop: -# Default-Start: 2 3 5 -# Default-Stop: 0 1 6 -# Short-Description: Start/stop DomF -# Description: Starts and stops fusion domain (DomF) -### END INIT INFO - -DOMAIN_NAME="DomF" -SCRIPT_NAME="start_guest.sh" -SCRIPT_PATH="/xt/scripts" -GUEST="domf" -GUEST_DEPENDENCIES="bridge" -WATCHER_SCRIPT="dom_watcher.sh" -STOP_TIMEOUT=100 - -# not running in Xen dom0 or domU -if ! test -d /proc/xen ; then - exit 0 -fi - -do_start () { - echo "Starting ${DOMAIN_NAME}" - if xl domid ${DOMAIN_NAME} &> /dev/null; then - echo "${DOMAIN_NAME} is already running" - exit 0 - fi - - PID=`ps -ef | grep ${SCRIPT_NAME} | grep ${GUEST} | awk '{print $1;}' ` - - if [ ! -z $PID ] ; then - echo "${DOMAIN_NAME} start is waiting for backends" - exit 0 - fi - - ( ${SCRIPT_PATH}/${SCRIPT_NAME} ${GUEST} ${GUEST_DEPENDENCIES} ; ${SCRIPT_PATH}/${WATCHER_SCRIPT} ${DOMAIN_NAME} ) & - echo "${DOMAIN_NAME} is scheduled to run" -} - -do_stop () { - echo "Stopping ${DOMAIN_NAME}" - - PID=`ps -ef | grep ${WATCHER_SCRIPT} | grep ${DOMAIN_NAME} | awk '{print $1;}'` - - if [ ! -z $PID ] ; then - kill $PID - fi - - rm -rf /tmp/$DOM_ID-reboot - - PID=`ps -ef | grep ${SCRIPT_NAME} | grep ${GUEST} | awk '{print $1;}' ` - - if [ ! -z $PID ] ; then - kill $PID - fi - - if ! xl domid ${DOMAIN_NAME} &> /dev/null ; then - echo "${DOMAIN_NAME} is not running" - exit 0 - fi - - ( sleep ${STOP_TIMEOUT}; xl destroy ${DOMAIN_NAME} ) & - - xl shutdown -w ${DOMAIN_NAME} - - kill $! -} - -do_status () { - if ! xl domid ${DOMAIN_NAME} &> /dev/null ; then - echo "${DOMAIN_NAME} is not running" - - PID=`ps -ef | grep ${SCRIPT_NAME} | grep ${GUEST} | awk '{print $1;}' ` - - if [ ! -z $PID ] ; then - echo "${DOMAIN_NAME} start is waiting for backends" - fi - - exit 0 - else - xl list ${DOMAIN_NAME} - fi -} - -case "$1" in - start) - do_start - ;; - status) - do_status - ;; - stop) - do_stop - ;; - reload) - echo >&2 'Reload not available; use force-reload'; exit 1 - ;; - force-reload|restart) - do_stop - do_start - ;; - *) - # do not advertise unreasonable commands that there is no reason - # to use with this device - echo $"Usage: $0 {start|stop|status|restart|force-reload}" - exit 1 -esac - -exit $? diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/start_guest.sh b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/start_guest.sh deleted file mode 100755 index 922e4a15..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/start_guest.sh +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh - -#Set DEBUG to 1 in order to get debug prints -DEBUG=0 - -debug() { - if [ $DEBUG -eq 1 ] ; then - echo $@ - fi -} - -debug "Waiting for backends" - -check_be () { - BE=$1 - DOMD_ID=$2 - for be in $BE - do - debug "process $DOMD_ID $BE" - status=`xenstore-read /local/domain/$DOMD_ID/drivers/$be/status` - if [ $? -eq 1 ] ; then - return 1 - fi - debug echo "status $status" - if [ "$status" != "ready" ] ; then - return 1 - fi - done - return 0 -} - -exit_function () { - if [ -n "$XENSTORE_WATCH" ] ; then - debug "killing xenstore-watch" - kill $XENSTORE_WATCH - fi - debug "removing pipe" - rm -rf $pipe - exit 0 -} - -trap exit_function SIGINT SIGTERM - -#TODO: replace following bashism with generic solution -GUEST=$1 -shift -BE=$@ - -debug "BE = \"$BE\"" - -DOMD_ID=`xl domid DomD` - -if [ $? -eq 1 ] ; then - echo "DomD is not running" - echo "Exiting" - exit 1 -fi - -pipe=/tmp/${GUEST}_xenstore - -if ! mkfifo $pipe ; then - echo "Failed to create a pipe, is the script already running?" - echo "Exiting." - exit 1 -fi - -xenstore-watch /local/domain/$DOMD_ID/drivers > $pipe & -XENSTORE_WATCH=$! - -debug "xenstore-watch PID $XENSTORE_WATCH" - -while read event ; do - if check_be "$BE" $DOMD_ID ; then - xl create /xt/dom.cfg/${GUEST}.cfg - break - fi -done <$pipe - -exit_function diff --git a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/xt_set_root_dev_cfg.sh b/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/xt_set_root_dev_cfg.sh deleted file mode 100755 index 21687d77..00000000 --- a/recipes-dom0/dom0-image-thin-initramfs/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/xt_set_root_dev_cfg.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -### BEGIN INIT INFO -# Provides: xt_set_root_dev_cfg -# Required-Start: -# Required-Stop: -# Default-Start: S -# Default-Stop: -### END INIT INFO - -# Change domain configuration to boot from storage configured by u-boot -DOM_CFG_DIR="/xt/dom.cfg" - -# detect boot storage device -BOOT_STORAGE=`cat /proc/device-tree/boot_dev/device` -if [ -z "$BOOT_STORAGE" ] ; then - BOOT_STORAGE=mmcblk1 - echo "WARNING! Using default storage: ${BOOT_STORAGE}" -fi - -# guess partition prefix, e.g. "" for sda2 or "p" for mmcblk1p2 -PART_PREFIX="" -if echo "${BOOT_STORAGE}" | grep -q 'mmc' ; then - PART_PREFIX="p" -fi -STORAGE_PART="${BOOT_STORAGE}${PART_PREFIX}" - -# now make up the configuration -echo "Mangling domain configuration: setting storage to ${BOOT_STORAGE}" -sed -i "s/STORAGE_PART/${STORAGE_PART}/g" ${DOM_CFG_DIR}/domd.cfg - -if [ -f ${DOM_CFG_DIR}/domf.cfg ] ; then - sed -i "s/STORAGE_PART/${STORAGE_PART}/g" ${DOM_CFG_DIR}/domf.cfg -fi diff --git a/recipes-domd/domd-image-minimal/domd-image-minimal.bbappend b/recipes-domd/domd-image-minimal/domd-image-minimal.bbappend deleted file mode 100644 index 3ab9d450..00000000 --- a/recipes-domd/domd-image-minimal/domd-image-minimal.bbappend +++ /dev/null @@ -1,142 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -FILESEXTRAPATHS_prepend := "${THISDIR}/../../recipes-domx:" - -require recipes-domx/meta-xt-prod-domx/inc/xt_shared_env.inc - -XT_PRODUCT_NAME ?= "prod-aos" - -python __anonymous () { - product_name = d.getVar('XT_PRODUCT_NAME', True) - folder_name = product_name.replace("-", "_") - d.setVar('XT_MANIFEST_FOLDER', folder_name) - if product_name == "prod-aos": - d.appendVar("XT_QUIRK_BB_ADD_LAYER", "meta-aos") -} - -SRC_URI = " \ - repo://github.com/xen-troops/manifests;protocol=https;branch=master;manifest=${XT_MANIFEST_FOLDER}/domd.xml;scmdata=keep \ -" - -XT_QUIRK_UNPACK_SRC_URI += " \ - file://meta-xt-prod-extra;subdir=repo \ - file://meta-xt-prod-domx;subdir=repo \ -" - -XT_QUIRK_BB_ADD_LAYER += " \ - meta-xt-prod-extra \ - meta-xt-prod-domx \ -" - -################################################################################ -# Renesas R-Car H3ULCB ES3.0 8GB Kingfisher -################################################################################ -XT_QUIRK_BB_ADD_LAYER_append_h3ulcb-4x2g-kf = " \ - meta-rcar/meta-rcar-gen3-adas \ -" - -configure_versions_kingfisher() { - local local_conf="${S}/build/conf/local.conf" - - cd ${S} - #FIXME: patch ADAS: do not use network setup as we provide our own - base_add_conf_value ${local_conf} BBMASK "meta-rcar-gen3-adas/recipes-core/systemd" - # Remove development tools from the image - base_add_conf_value ${local_conf} IMAGE_INSTALL_remove " strace eglibc-utils ldd rsync gdbserver dropbear opkg git subversion nano cmake vim" - base_add_conf_value ${local_conf} DISTRO_FEATURES_remove " opencv-sdk" - # Do not enable surroundview which cannot be used - base_add_conf_value ${local_conf} DISTRO_FEATURES_remove " surroundview" -} - -python do_configure_append_h3ulcb-4x2g-kf() { - bb.build.exec_func("configure_versions_kingfisher", d) -} - -XT_BB_IMAGE_TARGET = "core-image-minimal" - -# Dom0 is a generic ARMv8 machine w/o machine overrides, -# but still needs to know which system we are building, -# e.g. Salvator-X M3 or H3, for instance -# So, we provide machine overrides from this build the domain. -# The same is true for Android build. -addtask domd_install_machine_overrides after do_configure before do_compile -python do_domd_install_machine_overrides() { - bb.debug(1, "Installing machine overrides") - - d.setVar('XT_BB_CMDLINE', "-f domd-install-machine-overrides") - bb.build.exec_func("build_yocto_exec_bitbake", d) -} - -################################################################################ -# Renesas R-Car -################################################################################ - -XT_QUIRK_PATCH_SRC_URI_rcar = "\ - file://${S}/meta-renesas/meta-rcar-gen3/docs/sample/patch/patch-for-linaro-gcc/0001-rcar-gen3-add-readme-for-building-with-Linaro-Gcc.patch;patchdir=meta-renesas \ - file://0001-rcar-gen3-arm-trusted-firmware-Allow-to-add-more-bui.patch;patchdir=meta-renesas \ - file://0001-Force-RCAR_LOSSY_ENABLE-to-0-until-Xen-is-fixed-to-p.patch;patchdir=meta-renesas \ -" - -XT_BB_LOCAL_CONF_FILE_rcar = "meta-xt-prod-extra/doc/local.conf.rcar-domd-image-minimal" -XT_BB_LAYERS_FILE_rcar = "meta-xt-prod-extra/doc/bblayers.conf.rcar-domd-image-minimal" - -configure_versions_rcar() { - local local_conf="${S}/build/conf/local.conf" - - cd ${S} - base_update_conf_value ${local_conf} PREFERRED_VERSION_xen "4.12.0+git\%" - base_update_conf_value ${local_conf} PREFERRED_VERSION_u-boot_rcar "v2018.09\%" - - # HACK: force ipk instead of rpm b/c it makes troubles to PVR UM build otherwise - base_update_conf_value ${local_conf} PACKAGE_CLASSES "package_ipk" - - # FIXME: normally bitbake fails with error if there are bbappends w/o recipes - # which is the case for agl-demo-platform's recipe-platform while building - # agl-image-weston: due to AGL's Yocto configuration recipe-platform is only - # added to bblayers if building agl-demo-platform, thus making bitbake to - # fail if this recipe is absent. Workaround this by allowing bbappends without - # corresponding recipies. - base_update_conf_value ${local_conf} BB_DANGLINGAPPENDS_WARNONLY "yes" - - # override console specified by default by the meta-rcar-gen3 - # to be hypervisor's one - base_update_conf_value ${local_conf} SERIAL_CONSOLE "115200 hvc0" - - # set default timezone to Las Vegas - base_update_conf_value ${local_conf} DEFAULT_TIMEZONE "US/Pacific" - - base_update_conf_value ${local_conf} XT_GUESTS_INSTALL "${XT_GUESTS_INSTALL}" - - # Remove multimedia and graphic support - base_set_conf_value ${local_conf} DISTRO_FEATURES_remove "ivi-shell opengl wayland vulkan pulseaudio" - - if [ ! -z "${AOS_VIS_PLUGINS}" ];then - base_update_conf_value ${local_conf} AOS_VIS_PLUGINS "${AOS_VIS_PLUGINS}" - fi - - if [ ! -z "${AOS_VIS_PACKAGE_DIR}" ];then - base_update_conf_value ${local_conf} AOS_VIS_PACKAGE_DIR "${AOS_VIS_PACKAGE_DIR}" - fi - - # Only Kingfisher variants have WiFi and bluetooth - if echo "${MACHINEOVERRIDES}" | grep -qiv "kingfisher"; then - base_add_conf_value ${local_conf} DISTRO_FEATURES_remove "wifi bluetooth" - fi - - # set update variables - base_update_conf_value ${local_conf} DOMD_IMAGE_VERSION "${DOMD_IMAGE_VERSION}" - base_update_conf_value ${local_conf} BOARD_MODEL "${BOARD_MODEL}" -} - -python do_configure_append_rcar() { - bb.build.exec_func("configure_versions_rcar", d) -} - -do_install_append () { - local LAYERDIR=${TOPDIR}/../meta-xt-prod-aos - find ${LAYERDIR}/doc -iname "u-boot-env*" -exec cp -f {} ${DEPLOY_DIR} \; - find ${LAYERDIR}/doc -iname "mk_sdcard_image.sh" -exec cp -f {} ${DEPLOY_DIR} \; - find ${LAYERDIR}/doc -iname "boardconfig.json" -exec cp -f {} ${DEPLOY_DIR} \; - - find ${DEPLOY_DIR}/${PN}/ipk/aarch64 -iname "aos-vis_git*" -exec cp -f {} ${DEPLOY_DIR}/domd-image-minimal/images/${MACHINE}-xt \; || true - find ${DEPLOY_DIR}/${PN}/ipk/all -iname "ca-certificates_*" -exec cp -f {} ${DEPLOY_DIR}/domd-image-minimal/images/${MACHINE}-xt \; || true -} diff --git a/recipes-domd/domd-image-minimal/files/0001-Force-RCAR_LOSSY_ENABLE-to-0-until-Xen-is-fixed-to-p.patch b/recipes-domd/domd-image-minimal/files/0001-Force-RCAR_LOSSY_ENABLE-to-0-until-Xen-is-fixed-to-p.patch deleted file mode 100644 index 990d7aa8..00000000 --- a/recipes-domd/domd-image-minimal/files/0001-Force-RCAR_LOSSY_ENABLE-to-0-until-Xen-is-fixed-to-p.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 85ad52c5862e86c678a423f6acc66ea593405f5f Mon Sep 17 00:00:00 2001 -From: Oleksandr Tyshchenko -Date: Mon, 18 Mar 2019 14:56:36 +0200 -Subject: [PATCH] Force RCAR_LOSSY_ENABLE to 0 until Xen is fixed to properly - deal with CMA - -Signed-off-by: Oleksandr Tyshchenko ---- - .../recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb -index 1eb6b75..2114476 100644 ---- a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb -+++ b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb -@@ -19,7 +19,7 @@ PV = "v1.5+renesas+git${SRCPV}" - - COMPATIBLE_MACHINE = "(salvator-x|ulcb|ebisu)" - PLATFORM = "rcar" --ATFW_OPT_LOSSY = "${@oe.utils.conditional("USE_MULTIMEDIA", "1", "RCAR_LOSSY_ENABLE=1", "", d)}" -+ATFW_OPT_LOSSY = "RCAR_LOSSY_ENABLE=0" - ATFW_OPT_r8a7795 = "LSI=H3 RCAR_DRAM_SPLIT=1 RCAR_DRAM_LPDDR4_MEMCONF=0 ${ATFW_OPT_LOSSY}" - ATFW_OPT_r8a7796 = "LSI=M3 RCAR_DRAM_SPLIT=2 ${ATFW_OPT_LOSSY}" - ATFW_OPT_r8a77965 = "LSI=M3N ${ATFW_OPT_LOSSY}" --- -2.7.4 - diff --git a/recipes-domd/domd-image-minimal/files/0001-rcar-gen3-arm-trusted-firmware-Allow-to-add-more-bui.patch b/recipes-domd/domd-image-minimal/files/0001-rcar-gen3-arm-trusted-firmware-Allow-to-add-more-bui.patch deleted file mode 100644 index 982305a5..00000000 --- a/recipes-domd/domd-image-minimal/files/0001-rcar-gen3-arm-trusted-firmware-Allow-to-add-more-bui.patch +++ /dev/null @@ -1,56 +0,0 @@ -From 3bd60794690cc086f9228aa441a53ac1036816e1 Mon Sep 17 00:00:00 2001 -From: Duy Dang -Date: Wed, 12 Dec 2018 15:01:46 +0700 -Subject: [PATCH] rcar-gen3: arm-trusted-firmware: Allow to add more build - option - -This commit allows users to add more compile option. -Put the option to arm-trusted-firmware_git.bbappend file like below: - -ADDITIONAL_ATFW_OPT = "" - -Signed-off-by: Duy Dang -Signed-off-by: Khang Nguyen -Signed-off-by: Takamitsu Honda ---- - meta-rcar-gen3/include/arm-trusted-firmware-control.inc | 2 +- - .../recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb | 3 ++- - 2 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/meta-rcar-gen3/include/arm-trusted-firmware-control.inc b/meta-rcar-gen3/include/arm-trusted-firmware-control.inc -index 013598d..d305427 100644 ---- a/meta-rcar-gen3/include/arm-trusted-firmware-control.inc -+++ b/meta-rcar-gen3/include/arm-trusted-firmware-control.inc -@@ -6,7 +6,7 @@ EXTRA_ATFW_CONF ?= "" - - do_ipl_opt_compile () { - oe_runmake distclean -- oe_runmake bl2 bl31 dummytool PLAT=${PLATFORM} ${EXTRA_ATFW_OPT} ${ATFW_OPT_LOSSY} -+ oe_runmake bl2 bl31 dummytool PLAT=${PLATFORM} ${EXTRA_ATFW_OPT} ${ATFW_OPT_LOSSY} ${ADDITIONAL_ATFW_OPT} - } - - do_ipl_opt_deploy () { -diff --git a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb -index 1eb6b75..9763839 100644 ---- a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb -+++ b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb -@@ -25,6 +25,7 @@ ATFW_OPT_r8a7796 = "LSI=M3 RCAR_DRAM_SPLIT=2 ${ATFW_OPT_LOSSY}" - ATFW_OPT_r8a77965 = "LSI=M3N ${ATFW_OPT_LOSSY}" - ATFW_OPT_r8a77990 = "LSI=E3 RCAR_SA0_SIZE=0 RCAR_AVS_SETTING_ENABLE=0 RCAR_DRAM_DDR3L_MEMCONF=0 RCAR_DRAM_DDR3L_MEMDUAL=0" - ATFW_OPT_append_ulcb = " RCAR_GEN3_ULCB=1 PMIC_LEVEL_MODE=0" -+ADDITIONAL_ATFW_OPT ??= "" - - # requires CROSS_COMPILE set by hand as there is no configure script - export CROSS_COMPILE="${TARGET_PREFIX}" -@@ -37,7 +38,7 @@ LD[unexport] = "1" - - do_compile() { - oe_runmake distclean -- oe_runmake bl2 bl31 dummytool PLAT=${PLATFORM} ${ATFW_OPT} -+ oe_runmake bl2 bl31 dummytool PLAT=${PLATFORM} ${ATFW_OPT} ${ADDITIONAL_ATFW_OPT} - } - - # do_install() nothing --- -2.7.4 - diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/doc/bblayers.conf.rcar-domd-image-minimal b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/doc/bblayers.conf.rcar-domd-image-minimal deleted file mode 100644 index b64317be..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/doc/bblayers.conf.rcar-domd-image-minimal +++ /dev/null @@ -1,24 +0,0 @@ -# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf -# changes incompatibly -LCONF_VERSION = "6" - -BBPATH = "${TOPDIR}" -BBFILES ?= "" - -BBLAYERS ?= " \ - ${TOPDIR}/../poky/meta \ - ${TOPDIR}/../poky/meta-poky \ - ${TOPDIR}/../poky/meta-yocto-bsp \ - ${TOPDIR}/../meta-renesas/meta-rcar-gen3 \ - ${TOPDIR}/../meta-linaro/meta-linaro-toolchain \ - ${TOPDIR}/../meta-openembedded/meta-oe \ - ${TOPDIR}/../meta-openembedded/meta-networking \ - ${TOPDIR}/../meta-openembedded/meta-python \ - ${TOPDIR}/../meta-openembedded/meta-filesystems \ - ${TOPDIR}/../meta-selinux \ - ${TOPDIR}/../meta-virtualization \ - " -BBLAYERS_NON_REMOVABLE ?= " \ - ${TOPDIR}/../poky/meta \ - ${TOPDIR}/../poky/meta-poky \ - " diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/doc/local.conf.rcar-domd-image-minimal b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/doc/local.conf.rcar-domd-image-minimal deleted file mode 100644 index 3b0c3be0..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/doc/local.conf.rcar-domd-image-minimal +++ /dev/null @@ -1,278 +0,0 @@ -# -# This file is your local configuration file and is where all local user settings -# are placed. The comments in this file give some guide to the options a new user -# to the system might want to change but pretty much any configuration option can -# be set in this file. More adventurous users can look at local.conf.extended -# which contains other examples of configuration which can be placed in this file -# but new users likely won't need any of them initially. -# -# Lines starting with the '#' character are commented out and in some cases the -# default values are provided as comments to show people example syntax. Enabling -# the option is a question of removing the # character and making any change to the -# variable as required. - -# -# Machine Selection -# -# You need to select a specific machine to target the build with. There are a selection -# of emulated machines available which can boot and run in the QEMU emulator: -# -#MACHINE ?= "qemuarm" -#MACHINE ?= "qemuarm64" -#MACHINE ?= "qemumips" -#MACHINE ?= "qemumips64" -#MACHINE ?= "qemuppc" -#MACHINE ?= "qemux86" -#MACHINE ?= "qemux86-64" -# -# There are also the following hardware board target machines included for -# demonstration purposes: -# -#MACHINE ?= "beaglebone" -#MACHINE ?= "genericx86" -#MACHINE ?= "genericx86-64" -#MACHINE ?= "mpc8315e-rdb" -#MACHINE ?= "edgerouter" -# -# This sets the default machine to be qemux86 if no other machine is selected: -MACHINE ??= "salvator-x" - -# -# Where to place downloads -# -# During a first build the system will download many different source code tarballs -# from various upstream projects. This can take a while, particularly if your network -# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you -# can preserve this directory to speed up this part of subsequent builds. This directory -# is safe to share between multiple builds on the same machine too. -# -# The default is a downloads directory under TOPDIR which is the build directory. -# -#DL_DIR ?= "${TOPDIR}/downloads" - -# -# Where to place shared-state files -# -# BitBake has the capability to accelerate builds based on previously built output. -# This is done using "shared state" files which can be thought of as cache objects -# and this option determines where those files are placed. -# -# You can wipe out TMPDIR leaving this directory intact and the build would regenerate -# from these files if no changes were made to the configuration. If changes were made -# to the configuration, only shared state files where the state was still valid would -# be used (done using checksums). -# -# The default is a sstate-cache directory under TOPDIR. -# -#SSTATE_DIR ?= "${TOPDIR}/sstate-cache" - -# -# Where to place the build output -# -# This option specifies where the bulk of the building work should be done and -# where BitBake should place its temporary files and output. Keep in mind that -# this includes the extraction and compilation of many applications and the toolchain -# which can use Gigabytes of hard disk space. -# -# The default is a tmp directory under TOPDIR. -# -#TMPDIR = "${TOPDIR}/tmp" - -# -# Default policy config -# -# The distribution setting controls which policy settings are used as defaults. -# The default value is fine for general Yocto project use, at least initially. -# Ultimately when creating custom policy, people will likely end up subclassing -# these defaults. -# -DISTRO ?= "poky" -# As an example of a subclass there is a "bleeding" edge policy configuration -# where many versions are set to the absolute latest code from the upstream -# source control systems. This is just mentioned here as an example, its not -# useful to most new users. -# DISTRO ?= "poky-bleeding" - -# -# Package Management configuration -# -# This variable lists which packaging formats to enable. Multiple package backends -# can be enabled at once and the first item listed in the variable will be used -# to generate the root filesystems. -# Options are: -# - 'package_deb' for debian style deb files -# - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) -# - 'package_rpm' for rpm style packages -# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" -# We default to rpm: -PACKAGE_CLASSES ?= "package_rpm" - -# -# SDK target architecture -# -# This variable specifies the architecture to build SDK items for and means -# you can build the SDK packages for architectures other than the machine you are -# running the build on (i.e. building i686 packages on an x86_64 host). -# Supported values are i686 and x86_64 -#SDKMACHINE ?= "i686" - -# -# Extra image configuration defaults -# -# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated -# images. Some of these options are added to certain image types automatically. The -# variable can contain the following options: -# "dbg-pkgs" - add -dbg packages for all installed packages -# (adds symbol information for debugging/profiling) -# "dev-pkgs" - add -dev packages for all installed packages -# (useful if you want to develop against libs in the image) -# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages -# (useful if you want to run the package test suites) -# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) -# "tools-debug" - add debugging tools (gdb, strace) -# "eclipse-debug" - add Eclipse remote debugging support -# "tools-profile" - add profiling tools (oprofile, lttng, valgrind) -# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) -# "debug-tweaks" - make an image suitable for development -# e.g. ssh root access has a blank password -# There are other application targets that can be used here too, see -# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. -# We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES ?= "debug-tweaks" - -# -# Additional image features -# -# The following is a list of additional classes to use when building images which -# enable extra features. Some available options which can be included in this variable -# are: -# - 'buildstats' collect build statistics -# - 'image-mklibs' to reduce shared library files size for an image -# - 'image-prelink' in order to prelink the filesystem image -# - 'image-swab' to perform host system intrusion detection -# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink -# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended -USER_CLASSES ?= "buildstats image-mklibs image-prelink" - -# -# Runtime testing of images -# -# The build system can test booting virtual machine images under qemu (an emulator) -# after any root filesystems are created and run tests against those images. To -# enable this uncomment this line. See classes/testimage(-auto).bbclass for -# further details. -#TEST_IMAGE = "1" -# -# Interactive shell configuration -# -# Under certain circumstances the system may need input from you and to do this it -# can launch an interactive shell. It needs to do this since the build is -# multithreaded and needs to be able to handle the case where more than one parallel -# process may require the user's attention. The default is iterate over the available -# terminal types to find one that works. -# -# Examples of the occasions this may happen are when resolving patches which cannot -# be applied, to use the devshell or the kernel menuconfig -# -# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none -# Note: currently, Konsole support only works for KDE 3.x due to the way -# newer Konsole versions behave -#OE_TERMINAL = "auto" -# By default disable interactive patch resolution (tasks will just fail instead): -PATCHRESOLVE = "noop" - -# -# Disk Space Monitoring during the build -# -# Monitor the disk space during the build. If there is less that 1GB of space or less -# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully -# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort -# of the build. The reason for this is that running completely out of space can corrupt -# files and damages the build in ways which may not be easily recoverable. -# It's necesary to monitor /tmp, if there is no space left the build will fail -# with very exotic errors. -BB_DISKMON_DIRS = "\ - STOPTASKS,${TMPDIR},1G,100K \ - STOPTASKS,${DL_DIR},1G,100K \ - STOPTASKS,${SSTATE_DIR},1G,100K \ - STOPTASKS,/tmp,100M,100K \ - ABORT,${TMPDIR},100M,1K \ - ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K \ - ABORT,/tmp,10M,1K" - -# -# Shared-state files from other locations -# -# As mentioned above, shared state files are prebuilt cache data objects which can -# used to accelerate build time. This variable can be used to configure the system -# to search other mirror locations for these objects before it builds the data itself. -# -# This can be a filesystem directory, or a remote url such as http or ftp. These -# would contain the sstate-cache results from previous builds (possibly from other -# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the -# cache locations to check for the shared objects. -# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH -# at the end as shown in the examples below. This will be substituted with the -# correct path within the directory structure. -#SSTATE_MIRRORS ?= "\ -#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ -#file://.* file:///some/local/dir/sstate/PATH" - - -# -# Qemu configuration -# -# By default qemu will build with a builtin VNC server where graphical output can be -# seen. The two lines below enable the SDL backend too. By default libsdl-native will -# be built, if you want to use your host's libSDL instead of the minimal libsdl built -# by libsdl-native then uncomment the ASSUME_PROVIDED line below. -PACKAGECONFIG_append_pn-qemu-native = " sdl" -PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" -#ASSUME_PROVIDED += "libsdl-native" - -# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to -# track the version of this file when it was generated. This can safely be ignored if -# this doesn't mean anything to you. -CONF_VERSION = "1" - -# Add systemd configuration -DISTRO_FEATURES_append = " systemd" -VIRTUAL-RUNTIME_init_manager = "systemd" - -# add the static lib to SDK toolchain -SDKIMAGE_FEATURES_append = " staticdev-pkgs" - -# Disable optee in meta-renesas and meta-xt-images-domx layers -BBMASK = " \ - meta-renesas/meta-rcar-gen3/recipes-bsp/optee \ - meta-xt-images-domx/recipes-bsp/optee \ -" - -DISTRO_FEATURES_append = " pam" - -# for gstreamer omx plugins -LICENSE_FLAGS_WHITELIST = "commercial" - -# Configuration for ivi-shell and ivi-extension -DISTRO_FEATURES_append = " ivi-shell" - -# Add Capacity Aware migration Strategy (CAS) -MACHINE_FEATURES_append = " cas" - -# For virtualization -DISTRO_FEATURES_append = " virtualization" -MACHINEOVERRIDES .= ":rcar" - -DISTRO_FEATURES_remove = " x11 gtk gobject-introspection-data nfc irda zeroconf 3g" -ASSUME_PROVIDED += "sync-native" -HOSTTOOLS += "sync" -ASSUME_PROVIDED += "bison-native" -HOSTTOOLS += "bison" - -GOVERSION = "1.14%" - -# Initramfs configuration -INITRAMFS_IMAGE = "core-image-tiny-initramfs" -INITRAMFS_IMAGE_BUNDLE = "0" -INITRAMFS_FSTYPES = "cpio.gz" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/images/core-image-tiny-initramfs.bbappend b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/images/core-image-tiny-initramfs.bbappend deleted file mode 100644 index 6a79c8fe..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-core/images/core-image-tiny-initramfs.bbappend +++ /dev/null @@ -1,27 +0,0 @@ -VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" - -PACKAGE_INSTALL = "initramfs-framework-base busybox" - -# Do not pollute the initrd image with rootfs features -IMAGE_FEATURES = "" - -export IMAGE_BASENAME = "core-image-tiny-initramfs" - -COMPATIBLE_HOST= "aarch64.*-linux" - -require inc/xt_shared_env.inc - -DEPLOYDIR = "${XT_DIR_ABS_SHARED_INITRAMFS_DOMD}" -IMAGE_LINK_NAME = "uInitramfs.cpio.gz" - -deploy_to_shared_rootfs[cleandirs] += "${DEPLOYDIR}" - -deploy_to_shared_rootfs() { - IMAGE_FULL_NAME=${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cpio.gz - cp -rf ${IMGDEPLOYDIR}/${IMAGE_FULL_NAME} ${DEPLOYDIR} - cd ${DEPLOYDIR} - ln -sf ${IMAGE_FULL_NAME} ${IMAGE_LINK_NAME} - cd - -} - -IMAGE_POSTPROCESS_COMMAND += "deploy_to_shared_rootfs; " diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displaymanager/displaymanager_git.bbappend b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displaymanager/displaymanager_git.bbappend deleted file mode 100644 index 690724dc..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displaymanager/displaymanager_git.bbappend +++ /dev/null @@ -1,21 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRCREV = "${AUTOREV}" - -SRC_URI_append = " \ - git://github.com/xen-troops/DisplayManager.git;protocol=https;branch=master \ - file://display_manager.conf \ -" - -RDEPENDS_${PN} += " dbus-cxx" - -EXTRA_OECMAKE_append = " -DWITH_DOC=OFF -DCMAKE_BUILD_TYPE=Release" - -do_install_append() { - install -d ${D}${sysconfdir}/dbus-1/system.d - install -m 0755 ${WORKDIR}/display_manager.conf ${D}${sysconfdir}/dbus-1/system.d/ -} - -FILES_${PN} += " \ - ${sysconfdir}/dbus-1/session.d/display_manager.conf \ -" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displaymanager/files/display_manager.conf b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displaymanager/files/display_manager.conf deleted file mode 100644 index e8bfa1fe..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displaymanager/files/display_manager.conf +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displbe/displbe_git.bbappend b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displbe/displbe_git.bbappend deleted file mode 100644 index 76fde01d..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/displbe/displbe_git.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -################################################################################ -# Renesas R-Car -################################################################################ -SRCREV_rcar = "b5d07a43ba56380f2da8f47d7d106afbde0f2a3e" - -SRC_URI_append_rcar = " git://github.com/xen-troops/displ_be.git;protocol=https;branch=master" - -DEPENDS += " wayland-ivi-extension wayland-native" - -EXTRA_OECMAKE_append_rcar = " -DWITH_DOC=OFF -DWITH_DRM=ON -DWITH_ZCOPY=ON -DWITH_WAYLAND=ON -DWITH_IVI_EXTENSION=ON -DWITH_INPUT=ON" diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/domd-install-machine-overrides/domd-install-machine-overrides.bb b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/domd-install-machine-overrides/domd-install-machine-overrides.bb deleted file mode 100644 index 4c41b805..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/domd-install-machine-overrides/domd-install-machine-overrides.bb +++ /dev/null @@ -1,22 +0,0 @@ -LICENSE = "CLOSED" - -BBCLASSEXTEND = "native" - -do_fetch[noexec] = "1" -do_configure[noexec] = "1" - -do_compile() { - : -} - -# FIXME: if not forced and sstate cache is used then an old version of -# this package (read old DomU kernel images) can be used from cache -# regardless of the fact that binaries may have actually changed, e.g. -# the recipe code is not changed, there is no SRC_URI with checksum -# force install so if DomU kernel changes we use the latest binaries -do_install[nostamp] = "1" -do_install() { - install -d ${XT_SHARED_ROOTFS_DIR} - echo "MACHINEOVERRIDES .= \":${MACHINEOVERRIDES}\"" > "${XT_SHARED_ROOTFS_DIR}/local.conf.domd_machine.inc" -} - diff --git a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/bridge-nfsroot.sh b/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/bridge-nfsroot.sh deleted file mode 100755 index c17dcf96..00000000 --- a/recipes-domd/domd-image-minimal/files/meta-xt-prod-extra/recipes-extended/guest-addons/files/bridge-nfsroot.sh +++ /dev/null @@ -1,33 +0,0 @@ -set -x -modprobe bridge - -mount -o remount,exec /run -R=/run/root -IPADDR=`ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'` - -mkdir -p "$R/proc" "$R/usr" "$R/dev" "$R/lib" -cp -r /bin /sbin bridge.sh "$R" -cp /usr/sbin/brctl* "$R/bin" -pushd . -cd /lib -cp -r `ls -A | grep -v "modules\|depmod\|firmware\|modprobe"` "$R/lib" -popd -cp -r /usr/sbin "$R/usr/sbin" -cat > "$R/script" < ${BUNDLE_WORK_DIR}/${DOM0_IMAGE_FILE} -} - -python do_create_domd_image() { - d.setVar("ROOTFS_OSTREE_REPO", os.path.join(d.getVar("BUNDLE_OSTREE_REPO"), d.getVar("BUNDLE_DOMD_ID"))) - d.setVar("ROOTFS_IMAGE_TYPE", d.getVar("BUNDLE_DOMD_TYPE")) - d.setVar("ROOTFS_IMAGE_VERSION", d.getVar("DOMD_IMAGE_VERSION")) - d.setVar("ROOTFS_REF_VERSION", d.getVar("DOMD_REF_VERSION")) - d.setVar("ROOTFS_IMAGE_FILE", d.getVar("DOMD_IMAGE_FILE")) - d.setVar("ROOTFS_SOURCE_DIR", os.path.join(d.getVar("XT_DIR_ABS_SHARED_ROOTFS_DOMD"),"core-image-minimal")) - - bb.build.exec_func("do_create_rootfs_image", d) -} - -python do_create_domf_image() { - d.setVar("ROOTFS_OSTREE_REPO", os.path.join(d.getVar("BUNDLE_OSTREE_REPO"), d.getVar("BUNDLE_DOMF_ID"))) - d.setVar("ROOTFS_IMAGE_TYPE", d.getVar("BUNDLE_DOMF_TYPE")) - d.setVar("ROOTFS_IMAGE_VERSION", d.getVar("DOMF_IMAGE_VERSION")) - d.setVar("ROOTFS_REF_VERSION", d.getVar("DOMF_REF_VERSION")) - d.setVar("ROOTFS_IMAGE_FILE", d.getVar("DOMF_IMAGE_FILE")) - d.setVar("ROOTFS_SOURCE_DIR", os.path.join(d.getVar("XT_DIR_ABS_SHARED_ROOTFS_DOMF"),"core-image-minimal")) - - bb.build.exec_func("do_create_rootfs_image", d) -} - -python do_build() { - if not d.getVar("BUNDLE_DOM0_TYPE") and not d.getVar("BUNDLE_DOMD_TYPE") and not d.getVar("BUNDLE_DOMF_TYPE"): - bb.fatal("There are no componenets to add to the bundle") - - bb.build.exec_func("do_create_metadata", d) - bb.build.exec_func("do_create_dom0_image", d) - bb.build.exec_func("do_create_domd_image", d) - bb.build.exec_func("do_create_domf_image", d) - bb.build.exec_func("do_pack_bundle", d) -}