Searched +full:sci +full:- +full:proc +full:- +full:ids (Results 1 – 13 of 13) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Suman Anna <s-anna@ti.com>13 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems14 that are used to offload some of the processor-intensive tasks or algorithms,17 These processor sub-systems usually contain additional sub-modules like23 Each DSP Core sub-system is represented as a single DT node. Each node has a29 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-r5f-rproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Suman Anna <s-anna@ti.com>13 The TI K3 family of SoCs usually have one or more dual-core Arm Cortex R5F20 Each Dual-Core R5F sub-system is represented as a single DTS node33 - ti,am654-r5fss34 - ti,j721e-r5fss36 power-domains:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/arm/keystone/ti,k3-sci-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Common K3 TI-SCI bindings10 - Nishanth Menon <nm@ti.com>14 that is responsible for managing various SoC-level resources like clocks,16 through the TI-SCI protocol.19 controller node or an interrupt-controller node should define a common set21 over the TI-SCI protocol. The following are some of the common properties[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2018-2020 Texas Instruments Incorporated - https://www.ti.com/6 * Suman Anna <s-anna@ti.com>14 #include <linux/omap-mailbox.h>24 #define KEYSTONE_RPROC_LOCAL_ADDRESS_MASK (SZ_16M - 1)27 * struct k3_dsp_mem - internal memory structure41 * struct k3_dsp_mem_data - memory definitions for a DSP51 * struct k3_dsp_dev_data - device data structure for a DSP65 * struct k3_dsp_rproc - k3 DSP remote processor driver structure73 * @data: pointer to DSP-specific device data[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2017-2020 Texas Instruments Incorporated - https://www.ti.com/6 * Suman Anna <s-anna@ti.com>9 #include <linux/dma-mapping.h>18 #include <linux/omap-mailbox.h>32 /* R5 TI-SCI Processor Configuration Flags */42 /* R5 TI-SCI Processor Control Flags */45 /* R5 TI-SCI Processor Status Flags */52 * struct k3_r5_mem - internal memory structure71 * struct k3_r5_cluster - K3 R5F Cluster structure[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/mux/ti-serdes.h>12 cmn_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;18 cmn_refclk1: clock-cmnrefclk1 {[all …]
1 # SPDX-License-Identifier: GPL-2.017 Linux requires an ACPI-compliant platform (hardware/firmware),18 and assumes the presence of OS-directed configuration and power24 the Plug-and-Play BIOS specification (PnP BIOS), the 30 <https://01.org/linux-acpi>37 ACPI is an open industry specification originally co-developed by38 Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba. Currently,66 Enable in-kernel debugging of AML facilities: statistics,116 This option enables a DMI-based quirk for the above Dell machine (so156 /proc/acpi/battery. If you have a mobile system with a battery, [all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * acpi_bus.c - ACPI Bus Driver ($Revision: 80 $)50 printk(KERN_NOTICE "%s detected - " in set_copy_dsdt()51 "force copy of DSDT to local memory\n", id->ident); in set_copy_dsdt()59 * Invoke DSDT corruption work-around on all Toshiba Satellite.74 /* --------------------------------------------------------------------------76 -------------------------------------------------------------------------- */107 if (acpi_device_is_battery(device) && device->dep_unmet) { in acpi_bus_get_status()112 status = acpi_bus_get_status_handle(device->handle, &sta); in acpi_bus_get_status()114 return -ENODEV; in acpi_bus_get_status()[all …]
1 # SPDX-License-Identifier: GPL-2.04 bool "64-bit kernel" if "$(ARCH)" = "x86"7 Say yes to build a 64-bit kernel - formerly known as x86_648 Say no to build a 32-bit kernel - formerly known as i38613 # Options that are inherently 32-bit kernel only:26 # Options that are inherently 64-bit kernel only:51 # ported to 32-bit as well. )260 default "elf32-i386" if X86_32261 default "elf64-x86-64" if X86_64383 default $(success,$(srctree)/scripts/gcc-x86_64-has-stack-protector.sh $(CC)) if 64BIT[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * toshiba_acpi.c - Toshiba Laptop ACPI Extras5 * Copyright (C) 2002-2004 John Belmonte8 * Copyright (C) 2014-2016 Azael Avalos14 * Jonathan A. Buzzard - Toshiba HCI info, and critical tips on reverse16 * Yasushi Nagato - changes for linux kernel 2.4 -> 2.517 * Rob Miller - TV out and hotkeys help35 #include <linux/input/sparse-keymap.h>53 #define TOSHIBA_WMI_EVENT_GUID "59142400-C6A3-40FA-BADB-8A2652834100"62 * The Toshiba configuration interface is composed of the HCI and the SCI,[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
3 Date: Tue Apr 13 10:01:34 2021 -04007 Signed-off-by: Matt Turner <mattst88@gmail.com>15 CVE-2021-3472 / ZDI-CAN-125918 Jan-Niklas Sohn working with Trend Micro Zero Day Initiative20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>24 Date: Sun Feb 21 21:49:58 2021 -080030 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>35 Date: Sun Feb 21 21:49:14 2021 -080039 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>44 Date: Sun Feb 21 20:58:42 2021 -0800[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...