Searched +full:meson +full:- +full:gxbb +full:- +full:sm (Results 1 – 12 of 12) sorted by relevance
1 = Amlogic Meson GX eFuse device tree bindings =4 - compatible: should be "amlogic,meson-gxbb-efuse"5 - clocks: phandle to the efuse peripheral clock provided by the7 - secure-monitor: phandle to the secure-monitor node16 compatible = "amlogic,meson-gxbb-efuse";18 #address-cells = <1>;19 #size-cells = <1>;20 secure-monitor = <&sm>;35 sm: secure-monitor {36 compatible = "amlogic,meson-gxbb-sm";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/interrupt-controller/irq.h>14 #include <dt-bindings/interrupt-controller/arm-gic.h>15 #include <dt-bindings/power/meson-gxbb-power.h>16 #include <dt-bindings/thermal/thermal.h>19 interrupt-parent = <&gic>;20 #address-cells = <2>;21 #size-cells = <2>;23 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/gpio/meson-a1-gpio.h>13 interrupt-parent = <&gic>;14 #address-cells = <2>;15 #size-cells = <2>;18 #address-cells = <2>;19 #size-cells = <0>;23 compatible = "arm,cortex-a35";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/axg-aoclkc.h>7 #include <dt-bindings/clock/axg-audio-clkc.h>8 #include <dt-bindings/clock/axg-clkc.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/gpio/meson-axg-gpio.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/reset/amlogic,meson-axg-audio-arb.h>14 #include <dt-bindings/reset/amlogic,meson-axg-reset.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/phy/phy.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/clock/g12a-clkc.h>9 #include <dt-bindings/clock/g12a-aoclkc.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
10 * This file is dual-licensed: you can use it either under the terms49 #include <dt-bindings/gpio/gpio.h>50 #include <dt-bindings/interrupt-controller/irq.h>51 #include <dt-bindings/interrupt-controller/arm-gic.h>54 interrupt-parent = <&gic>;55 #address-cells = <2>;56 #size-cells = <2>;58 reserved-memory {59 #address-cells = <2>;60 #size-cells = <2>;[all …]
7 - compatible: Should be "amlogic,meson-gxbb-sm"12 sm: secure-monitor {13 compatible = "amlogic,meson-gxbb-sm";
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 ---6 $id: "http://devicetree.org/schemas/power/amlogic,meson-sec-pwrc.yaml#"7 $schema: "http://devicetree.org/meta-schemas/core.yaml#"9 title: Amlogic Meson Secure Power Domains12 - Jianxin Pan <jianxin.pan@amlogic.com>15 Secure Power Domains used in Meson A1/C1 SoCs, and should be the child node16 of secure-monitor.21 - amlogic,meson-a1-pwrc23 "#power-domain-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0-only9 #define pr_fmt(fmt) "meson-sm: " fmt11 #include <linux/arm-smccc.h>23 #include <linux/firmware/meson/meson_sm.h>62 const struct meson_sm_cmd *cmd = chip->cmd; in meson_sm_get_cmd()64 while (cmd->smc_id && cmd->index != cmd_index) in meson_sm_get_cmd()67 return cmd->smc_id; in meson_sm_get_cmd()91 * meson_sm_call - generic SMC32 call to the secure-monitor93 * @fw: Pointer to secure-monitor firmware109 if (!fw->chip) in meson_sm_call()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 #include <dt-bindings/power/meson-a1-power.h>14 #include <linux/arm-smccc.h>15 #include <linux/firmware/meson/meson_sm.h>49 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_GET, &is_off, in pwrc_secure_is_off()50 pwrc_domain->index, 0, 0, 0, 0) < 0) in pwrc_secure_is_off()62 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_off()63 pwrc_domain->index, PWRC_OFF, 0, 0, 0) < 0) { in meson_secure_pwrc_off()65 ret = -EINVAL; in meson_secure_pwrc_off()77 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_on()[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]