Home
last modified time | relevance | path

Searched +full:meson +full:- +full:rng (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rng/
H A Damlogic,meson-rng.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Amlogic Meson Random number generator
11 - Neil Armstrong <narmstrong@baylibre.com>
16 - amlogic,meson-rng
24 clock-names:
26 - const: core
29 - compatible
[all …]
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dmeson-rng.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22 struct hwrng rng; member
26 static int meson_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in meson_rng_read() argument
29 container_of(rng, struct meson_rng_data, rng); in meson_rng_read()
31 *(u32 *)buf = readl_relaxed(data->base + RNG_DATA); in meson_rng_read()
43 struct device *dev = &pdev->dev; in meson_rng_probe()
49 return -ENOMEM; in meson_rng_probe()
51 data->pdev = pdev; in meson_rng_probe()
53 data->base = devm_platform_ioremap_resource(pdev, 0); in meson_rng_probe()
54 if (IS_ERR(data->base)) in meson_rng_probe()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Hardware Random Number Generator (RNG) configuration
13 module will be called rng-core. This provides a device
28 This driver provides kernel-side support for a generic Random
31 the default FPGA bitstream on the TS-7800 has such functionality.
34 module will be called timeriomem-rng.
43 This driver provides kernel-side support for the Random Number
44 Generator hardware found on Intel i8xx-based motherboards.
47 module will be called intel-rng.
56 This driver provides kernel-side support for the Random Number
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for HW Random Number Generator (RNG) device drivers.
6 obj-$(CONFIG_HW_RANDOM) += rng-core.o
7 rng-core-y := core.o
8 obj-$(CONFIG_HW_RANDOM_TIMERIOMEM) += timeriomem-rng.o
9 obj-$(CONFIG_HW_RANDOM_INTEL) += intel-rng.o
10 obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o
11 obj-$(CONFIG_HW_RANDOM_ATMEL) += atmel-rng.o
12 obj-$(CONFIG_HW_RANDOM_BA431) += ba431-rng.o
13 obj-$(CONFIG_HW_RANDOM_GEODE) += geode-rng.o
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmeson.dtsi1 // 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>
10 #address-cells = <1>;
11 #size-cells = <1>;
12 interrupt-parent = <&gic>;
15 compatible = "simple-bus";
16 #address-cells = <1>;
17 #size-cells = <1>;
21 compatible = "simple-bus";
[all …]
H A Dmeson8b.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR MIT
7 #include <dt-bindings/clock/meson8-ddr-clkc.h>
8 #include <dt-bindings/clock/meson8b-clkc.h>
9 #include <dt-bindings/gpio/meson8b-gpio.h>
10 #include <dt-bindings/power/meson8-power.h>
11 #include <dt-bindings/reset/amlogic,meson8b-reset.h>
12 #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
13 #include "meson.dtsi"
17 #address-cells = <1>;
18 #size-cells = <0>;
[all …]
H A Dmeson8.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR MIT
6 #include <dt-bindings/clock/meson8-ddr-clkc.h>
7 #include <dt-bindings/clock/meson8b-clkc.h>
8 #include <dt-bindings/gpio/meson8-gpio.h>
9 #include <dt-bindings/power/meson8-power.h>
10 #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
11 #include <dt-bindings/reset/amlogic,meson8b-reset.h>
12 #include "meson.dtsi"
19 #address-cells = <1>;
20 #size-cells = <0>;
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dmeson-gx.dtsi10 * This file is dual-licensed: you can use it either under the terms
49 #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 …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/
H A Dmeson-gx.dtsi1 // 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 …]
H A Dmeson-axg.dtsi1 // 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 …]
H A Dmeson-g12-common.dtsi1 // 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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gtk4/
H A Dgtk4_4.6.2.bb1 SUMMARY = "Multi-platform toolkit for creating GUIs"
2 DESCRIPTION = "GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a c…
3 set of widgets, GTK is suitable for projects ranging from small one-off projects to complete applic…
9 sassc-native \
10 glib-2.0 \
20 gdk-pixbuf-native gdk-pixbuf \
23 LICENSE = "LGPL-2.0-only & LGPL-2.0-or-later & LGPL-2.1-or-later"
33 UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
35 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
38 S = "${WORKDIR}/gtk-${PV}"
[all …]
/OK3568_Linux_fs/u-boot/include/config/
H A Dauto.conf.cmd
/OK3568_Linux_fs/buildroot/dl/uboot-tools/
HDu-boot-2021.07.tar.bz2 ... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst2 --------------------------------
7 - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades
8 - Switched override character to ':' (replacing '_') for more robust parsing and improved performa…
9 - Rust integrated into core, providing rust support for cross-compilation and SDK
10 - New create-spdx class for creating SPDX SBoM documents
11 - New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-ut…
12 - Several optimisations to reduce unnecessary task dependencies for faster builds
13 - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu
14 - New overlayfs class to help generate overlayfs mount units
15 - debuginfod support now enabled by default
[all …]
H A Drelease-notes-4.0.rst2 ---------------------------------
9 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades
11 - Reproducibility: this release fixes the reproducibility issues with ``rust-llvm`` and
12 ``golang``. Recipes in OpenEmbedded-Core are now fully reproducible. Functionality
15 - Network access is now disabled by default for tasks other than where it is expected to ensure bui…
17 - The Yocto Project now allows you to reuse the Shared State cache from
28 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__
31 - New :ref:`overlayfs <ref-classes-overlayfs>` and
32 :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` classes and
34 overlay read-only filesystems (for example) with
[all …]
/OK3568_Linux_fs/buildroot/
H A DCHANGES5 Defconfigs: Grinn chiliboard/liteboard, PC x86-64 bios: Fix
10 hiawatha, hplip, icu, janus-gateway,
11 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
12 kodi-screensaver-matrixtrails, libatomic_ops, libbson, libffi,
14 libunwind, lynx, mender-grubenv, mkpasswd, motion, mxml,
15 netdata, qemu, samba4, speex, stress-ng, tinydtls, unixodbc,
16 unrar, util-linux, util-linux-libs, watchdogd, wireshark
20 #14351: needs to mount sysfs before mount -a
21 #14411: 2021.11-rc2: Samba doesn't compile
23 2021.11-rc3, released November 30th, 2021
[all …]
H A DDEVELOPERS9 # - A directory, in which case all patches touching any file in this
11 # - A pattern, in which case the pattern will be expanded, and then
17 # - When a developer adds an "arch/Config.in.<arch>" file to its list
19 # will receive e-mail notifications about build failures occuring on
20 # this architecture. Not more than one e-mail per day is sent.
21 # - When a developer adds a directory that contains one or several
23 # occur. Not more than one e-mail per day is sent.
24 # - When a developer adds an "package/pkg-<infra>.mk" file to its list
43 F: package/wpebackend-fdo/
45 F: package/xdg-dbus-proxy/
[all …]
H A DConfig.in.legacy2 # Config.in.legacy - support for backward compatibility
11 # The symbol should be copied as-is from the place where it was previously
16 # is informed at build-time about selected legacy options.
108 # This comment fits exactly in a 80-column display
115 comment "----------------------------------------------------"
119 comment "case of string options are non-empty, the build "
142 comment "----------------------------------------------------"
155 https://www.python.org/dev/peps/pep-0373/
225 bool "python-meld3 package removed"
238 bool "gnuradio gr-flex support removed"
[all …]
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 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 this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dmaintainers.inc1 # Yocto Project / OpenEmbedded-Core (OE-Core) Maintainers File
6 # OE-Core mail list (openembedded-core@lists.openembedded.org)
7 # For recipes in meta-yocto please use the Poky list (poky@lists.yoctoproject.org)
14 # - look in the Yocto Project Bugzilla
18 # - look through recent entries of the appropriate mailing list archives
19 # (http://lists.linuxtogo.org/pipermail/openembedded-core or
26 # RECIPE_MAINTAINER:pn-<recipe name> = "Full Name <address@domain>"
30 RECIPE_MAINTAINER:pn-acl = "Chen Qi <Qi.Chen@windriver.com>"
31 RECIPE_MAINTAINER:pn-acpica = "Ross Burton <ross.burton@arm.com>"
32 RECIPE_MAINTAINER:pn-acpid = "Ross Burton <ross.burton@arm.com>"
[all …]
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log