/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 dtb-$(CONFIG_ARCH_MESON) += amlogic-c3-c302x-aw409.dtb 3 dtb-$(CONFIG_ARCH_MESON) += amlogic-t7-a311d2-an400.dtb 4 dtb-$(CONFIG_ARCH_MESON) += amlogic-t7-a311d2-khadas-vim4.dtb 5 dtb-$(CONFIG_ARCH_MESON) += meson-a1-ad401.dtb 6 dtb-$(CONFIG_ARCH_MESON) += meson-axg-jethome-jethub-j100.dtb 7 dtb-$(CONFIG_ARCH_MESON) += meson-axg-jethome-jethub-j110-rev-2.dtb 8 dtb-$(CONFIG_ARCH_MESON) += meson-axg-jethome-jethub-j110-rev-3.dtb 9 dtb-$(CONFIG_ARCH_MESON) += meson-axg-s400.dtb 10 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-radxa-zero.dtb [all …]
|
H A D | meson-gx.dtsi | 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>; 29 reserved-memory { [all …]
|
/openbmc/linux/sound/soc/meson/ |
H A D | Makefile | 1 # SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 snd-soc-meson-aiu-objs := aiu.o 4 snd-soc-meson-aiu-objs += aiu-acodec-ctrl.o 5 snd-soc-meson-aiu-objs += aiu-codec-ctrl.o 6 snd-soc-meson-aiu-objs += aiu-encoder-i2s.o 7 snd-soc-meson-aiu-objs += aiu-encoder-spdif.o 8 snd-soc-meson-aiu-objs += aiu-fifo.o 9 snd-soc-meson-aiu-objs += aiu-fifo-i2s.o 10 snd-soc-meson-aiu-objs += aiu-fifo-spdif.o 11 snd-soc-meson-axg-fifo-objs := axg-fifo.o [all …]
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-meson.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * PWM controller driver for Amlogic Meson SoCs. 13 * Setting the duty cycle will disable and re-enable the PWM output. 19 * https://dl.khadas.com/Hardware/VIM2/Datasheet/S912_Datasheet_V0.220170314publicversion-Wesion.pdf 23 * https://dn.odroid.com/S922X/ODROID-N2/Datasheet/S922X_Public_Datasheet_V0.2.pdf 33 #include <linux/clk-provider.h> 123 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_request() local 124 struct meson_pwm_channel *channel = &meson->channels[pwm->hwpwm]; in meson_pwm_request() 125 struct device *dev = chip->dev; in meson_pwm_request() 128 err = clk_prepare_enable(channel->clk); in meson_pwm_request() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/ |
H A D | 0001-fix-reproducibility.patch | 2 From: Markus Volk <f_l_k@t-online.de> 4 Subject: [PATCH] meson: fix reproducibility 6 Tracker's design seems to be strictly for non-cross builds and leaks buildpaths into the 11 Upstream-Status: Inappropriate [oe-specific] 13 Signed-off-by: Markus Volk <f_l_k@t-online.de> 14 --- 15 meson.build | 8 ++++---- 16 src/libtracker-miners-common/tracker-landlock.c | 4 ++-- 17 src/miners/fs/meson.build | 4 ++-- 18 src/tracker-extract/meson.build | 2 +- [all …]
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | meson.build | 26 meson.project_source_root() + '/src/pdmgen.py', 27 '-t', 29 '-p', 30 meson.project_source_root() + '/src/test/templates', 31 '-d', 32 meson.project_source_root() + '/src/test/yaml/pathgentest', 33 '-o', 34 meson.current_build_dir() + '/pathgentest.hpp', 35 '-e', 36 meson.current_build_dir() + '/pathgentest-errors.hpp', [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/ |
H A D | 0001-Drop-libdl-references.patch | 9 Upstream-Status: Inappropriate [embedded specific] 11 Signed-off-by: Ming Liu <liu.ming50@gmail.com> 12 --- 13 meson.build | 2 -- 14 src/client/meson.build | 1 - 15 src/libply-splash-core/meson.build | 1 - 16 src/libply/meson.build | 1 - 17 4 files changed, 5 deletions(-) 19 diff --git a/meson.build b/meson.build 21 --- a/meson.build [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | meson-gx.dtsi | 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> 17 interrupt-parent = <&gic>; 18 #address-cells = <2>; 19 #size-cells = <2>; 21 reserved-memory { 22 #address-cells = <2>; 23 #size-cells = <2>; [all …]
|
/openbmc/linux/drivers/phy/amlogic/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 24 Enable this to support the Meson USB2 PHYs found in Meson8, 29 tristate "Meson GXL and GXM USB2 PHY drivers" 36 Enable this to support the Meson USB2 PHYs found in Meson 41 tristate "Meson G12A MIPI Analog DPHY driver" 48 Enable this to support the Meson MIPI Analog DPHY found in Meson G12A 53 tristate "Meson G12A USB2 PHY driver" 59 Enable this to support the Meson USB2 PHYs found in Meson 64 tristate "Meson G12A USB3+PCIE Combo PHY driver" 70 Enable this to support the Meson USB3 + PCIE Combo PHY found [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/ |
H A D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 4 Subject: [PATCH] meson.build: allow (a subset of) tests in cross compile 14 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/150] 15 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 16 --- 17 meson.build | 6 +++--- 18 tests/meson.build | 10 ++++++---- 19 2 files changed, 9 insertions(+), 7 deletions(-) 21 diff --git a/meson.build b/meson.build 23 --- a/meson.build 24 +++ b/meson.build [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
H A D | meson.build | 53 '--command', 55 '--output', 56 meson.current_build_dir(), 57 '--tool', 59 '--directory', 60 meson.current_source_dir() / '../../../../yaml', 75 '--command', 77 '--output', 78 meson.current_build_dir(), 79 '--tool', [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1/ |
H A D | 0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch | 3 Date: Thu, 18 May 2023 23:28:10 -0700 11 WARNING: libpeas-1.36.0-r0 do_package_qa: QA Issue: File /usr/bin/peas-demo in package libpeas-demo… 13 Upstream-Status: Inappropriate [Cross-compile specific] 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 peas-demo/meson.build | 2 +- 17 tests/libpeas-gtk/testing/meson.build | 4 ++-- 18 tests/libpeas/testing/meson.build | 4 ++-- 19 tests/testing-util/meson.build | 4 ++-- 20 4 files changed, 7 insertions(+), 7 deletions(-) [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/ |
H A D | meson_1.7.0.bb | 3 DESCRIPTION = "Meson is a build system designed to increase programmer \ 7 LICENSE = "Apache-2.0" 10 GITHUB_BASE_URI = "https://github.com/mesonbuild/meson/releases/" 11 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ 12 file://meson-setup.py \ 13 file://meson-wrapper \ 14 file://0001-python-module-do-not-manipulate-the-environment-when.patch \ 15 file://0001-Make-CPU-family-warnings-fatal.patch \ 16 file://0002-Support-building-allarch-recipes-again.patch \ 17 file://0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/ |
H A D | 0001-fix-reproducibility.patch | 2 From: Markus Volk <f_l_k@t-online.de> 6 Tracker's design seems to be strictly for non-cross builds and leaks buildpaths into the 11 Upstream-Status: Inappropriate [oe-specific] 13 Signed-off-by: Markus Volk <f_l_k@t-online.de> 14 --- 15 meson.build | 6 +++--- 16 src/libtracker-common/meson.build | 4 ++-- 17 src/libtracker-http/tracker-http.c | 2 +- 18 src/libtracker-sparql/meson.build | 4 ++-- 19 4 files changed, 8 insertions(+), 8 deletions(-) [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 51 '--command', 53 '--output', 54 meson.current_build_dir(), 55 '--tool', 57 '--directory', 58 meson.current_source_dir() / '../../../../../yaml', 81 '--command', 83 '--output', 84 meson.current_build_dir(), 85 '--tool', [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | amlogic,meson-uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/serial/amlogic,meson-uart.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Amlogic Meson SoC UART Serial Interface 11 - Neil Armstrong <neil.armstrong@linaro.org> 14 The Amlogic Meson SoC UART Serial Interface is present on a large range 15 of SoCs, and can be present either in the "Always-On" power domain or the 16 "Everything-Else" power domain. 18 The particularity of the "Always-On" Serial Interface is that the hardware [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/soc/amlogic/ |
H A D | amlogic,meson-gx-hhi-sysctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Amlogic Meson System Control registers 10 - Neil Armstrong <neil.armstrong@linaro.org> 15 - enum: 16 - amlogic,meson-gx-hhi-sysctrl 17 - amlogic,meson-gx-ao-sysctrl 18 - amlogic,meson-axg-hhi-sysctrl [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ |
H A D | meson.build | 34 '--command', 36 '--output', 37 meson.current_build_dir(), 38 '--tool', 40 '--directory', 41 meson.current_source_dir() / '../../../../yaml', 58 '--command', 60 '--output', 61 meson.current_build_dir(), 62 '--tool', [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 4 # SPDX-License-Identifier: MIT 7 inherit python3native meson-routines qemu 9 DEPENDS:append = " meson-native ninja-native" 11 EXEWRAPPER_ENABLED:class-native = "False" 12 EXEWRAPPER_ENABLED ?= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d… 13 DEPENDS:append = "${@' qemu-native' if d.getVar('EXEWRAPPER_ENABLED') == 'True' else ''}" 15 # As Meson enforces out-of-tree builds we can just use cleandirs 19 # Where the meson.build build configuration is 30 MESONOPTS = " --prefix ${prefix} \ 31 --buildtype ${MESON_BUILDTYPE} \ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | amlogic.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kevin Hilman <khilman@baylibre.com> 28 - description: Boards with the Amlogic Meson6 SoC 30 - enum: 31 - geniatech,atv1200 32 - const: amlogic,meson6 34 - description: Boards with the Amlogic Meson8 SoC 36 - enum: [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | pwm-amlogic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pwm/pwm-amlogic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiner Kallweit <hkallweit1@gmail.com> 13 - $ref: pwm.yaml# 18 - enum: 19 - amlogic,meson8b-pwm 20 - amlogic,meson-gxbb-pwm 21 - amlogic,meson-gxbb-ao-pwm [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | amlogic,meson-gpio-intc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/amlogic,meson-gpio-intc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Amlogic Meson GPIO interrupt controller 10 - Heiner Kallweit <hkallweit1@gmail.com> 13 Meson SoCs contains an interrupt controller which is able to watch the SoC 21 - $ref: /schemas/interrupt-controller.yaml# 26 - const: amlogic,meson-gpio-intc 27 - items: [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 33 '--command', 35 '--output', 36 meson.current_build_dir(), 37 '--tool', 39 '--directory', 40 meson.current_source_dir() / '../../../../../yaml', 57 '--command', 59 '--output', 60 meson.current_build_dir(), 61 '--tool', [all …]
|
/openbmc/qemu/ |
H A D | Makefile | 10 # Before including a proper config-host.mak, assume we are in the source tree 15 MAKEFLAGS += -rR 17 SHELL = bash -o pipefail 19 # Usage: $(call quiet-command,command and args,"NAME","args to print") 25 quiet-command-run = $(if $(V),,$(if $2,printf " %-7s %s\n" $2 $3 && ))$1 26 quiet-@ = $(if $(V),,@) 27 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3) 30 help check-help print-% \ 31 docker docker-% lcitool-refresh vm-help vm-test vm-build-% 34 .PHONY: all clean distclean recurse-all dist msi FORCE [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ |
H A D | meson.build | 35 '--command', 37 '--output', 38 meson.current_build_dir(), 39 '--tool', 41 '--directory', 42 meson.current_source_dir() / '../../../../yaml', 59 '--command', 61 '--output', 62 meson.current_build_dir(), 63 '--tool', [all …]
|