/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | fix_missing_use_directives.patch | 1 Upstream-Status: Inappropriate [No upstream maintenance] 3 Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> 5 --- 7 Index: Bastille/Bastille/Firewall.pm 9 --- Bastille.orig/Bastille/Firewall.pm 2008-09-14 19:56:54.000000000 -0400 10 +++ Bastille/Bastille/Firewall.pm 2013-08-20 16:28:44.588378000 -0400 11 @@ -21,6 +21,7 @@ 14 use Bastille::API; 15 +use Bastille::API::AccountPermission; 16 use Bastille::API::FileContent; [all …]
|
H A D | fixed_defined_warnings.patch | 4 Subject: [PATCH] added yocto-standard to bastille 8 yocto-standard distro is added to the distro variable 12 in API.pm. 14 Upstream-Status: Inappropriate [No upstream maintenance] 16 Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> 18 Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> 20 --- 21 Bastille/API.pm | 12 ++++++------ 22 1 file changed, 6 insertions(+), 6 deletions(-) 24 Index: Bastille/Bastille/API.pm [all …]
|
H A D | simplify_B_place.patch | 1 Upstream-Status: Inappropriate [No upstream maintenance] 3 Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> 5 --- 7 Index: Bastille/Bastille/API.pm 9 --- Bastille.orig/Bastille/API.pm 2013-08-21 08:59:17.939950001 -0400 10 +++ Bastille/Bastille/API.pm 2013-08-21 08:59:30.983950001 -0400 11 @@ -1679,24 +1679,22 @@ 15 - my $original_source=$source; 17 - my $original_target=$target; 19 if ( -e $target and -f $target ) { [all …]
|
H A D | edit_usage_message.patch | 1 Upstream-Status: Inappropriate [No upstream maintenance] 3 Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> 5 --- 9 --- Bastille.orig/bin/bastille 2013-08-25 14:16:35.614779001 -0400 10 +++ Bastille/bin/bastille 2013-08-25 14:16:38.674779000 -0400 11 @@ -60,7 +60,7 @@ 14 $ERRSPACES Usage: bastille [ -b | -c | -x ] [ --os <version>] [ -f <alternate config> ] 15 -$ERRSPACES bastille [-r | -l | -h | --assess | --assessnobrowser ] 16 +$ERRSPACES bastille [-r | -l | -h | --assess | --assessnobrowser ] [ --os <version> ] 17 $ERRSPACES -b : use a saved config file to apply changes [all …]
|
H A D | upgrade_options_processing.patch | 1 Upstream-Status: Inappropriate [No upstream maintenance] 3 Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> 5 --- 7 Index: Bastille/Bastille/API.pm 9 --- Bastille.orig/Bastille/API.pm 2013-08-21 11:41:09.235950000 -0400 10 +++ Bastille/Bastille/API.pm 2013-08-21 11:41:16.183950000 -0400 11 @@ -271,9 +271,15 @@ 15 -sub setOptions($$$$$$) { 16 - ($GLOBAL_DEBUG,$GLOBAL_LOGONLY,$GLOBAL_VERBOSE,$GLOBAL_AUDITONLY, 17 - $GLOBAL_AUDIT_NO_BROWSER,$GLOBAL_OS) = @_; [all …]
|
/openbmc/linux/drivers/firmware/xilinx/ |
H A D | zynqmp-debug.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2014-2018 Xilinx, Inc. 19 #include <linux/firmware/xlnx-zynqmp.h> 20 #include "zynqmp-debug.h" 41 * zynqmp_pm_argument_value() - Extract argument value from a PM-API request 42 * @arg: Entered PM-API argument in string format 61 * get_pm_api_id() - Extract API-ID from a PM-API request 62 * @pm_api_req: Entered PM-API argument in string format 63 * @pm_id: API-ID 79 /* If no name was entered look for PM-API ID instead */ in get_pm_api_id() [all …]
|
H A D | zynqmp.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2014-2022 Xilinx, Inc. 13 #include <linux/arm-smccc.h> 26 #include <linux/firmware/xlnx-zynqmp.h> 27 #include <linux/firmware/xlnx-event-manager.h> 28 #include "zynqmp-debug.h" 30 /* Max HashMap Order for PM API feature check (1<<7 = 128) */ 35 /* BOOT_PIN_CTRL- Used to control the mode pins after boot */ 37 /* BOOT_PIN_CTRL_MASK- out_val[11:8], out_en[3:0] */ 54 * struct zynqmp_devinfo - Structure for Zynqmp device instance [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/ |
H A D | bastille_3.2.1.bb | 2 #consult the README file for the meta-security layer for additional information. 5 LICENSE = "GPL-2.0-only" 9 …-module-getopt-long perl-module-text-wrap lib-perl perl-module-file-path perl-module-mime-base64 p… 12 SRC_URI = "http://sourceforge.net/projects/bastille-linux/files/bastille-linux/3.2.1/Bastille-3.2.1… 13 file://AccountPermission.pm \ 14 file://FileContent.pm \ 15 file://HPSpecific.pm \ 16 file://Miscellaneous.pm \ 17 file://ServiceAdmin.pm \ 41 install -d ${D}${sbindir} [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
H A D | sci.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 10 #include <asm/arch/sci/svc/misc/api.h> 11 #include <asm/arch/sci/svc/pad/api.h> 12 #include <asm/arch/sci/svc/pm/api.h> 13 #include <asm/arch/sci/svc/rm/api.h> 15 #include <dt-bindings/soc/imx_rsrc.h> 28 ret = -EINVAL; in sc_err_to_linux() 33 ret = -EACCES; in sc_err_to_linux() 37 ret = -ENODEV; in sc_err_to_linux() 40 ret = -EIO; in sc_err_to_linux() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_power.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. 12 * sruct dp_power - DisplayPort's power related data 26 * dp_power_init() - enable power supplies for display controller 31 * This API will turn on the regulators and configures gpio's 37 * dp_power_deinit() - turn off regulators and gpios. 42 * This API turns off power and regulators. 47 * dp_power_clk_status() - display controller clocks status 50 * @pm_type: type of pm, core/ctrl/phy 53 * This API return status of DP clocks [all …]
|
/openbmc/linux/Documentation/power/ |
H A D | pm_qos_interface.rst | 2 PM Quality Of Service Interface 9 Two different PM QoS frameworks are available: 11 * The per-device PM QoS framework provides the API to manage the 12 per-device latency constraints and PM QoS flags. 14 The latency unit used in the PM QoS framework is the microsecond (usec). 17 1. PM QoS framework 35 Clients of PM QoS need to save the returned handle for future use in other 36 PM QoS API functions. 68 Only processes can register a PM QoS request. To provide for automatic 72 To register the default PM QoS target for the CPU latency QoS, the process must [all …]
|
H A D | pci.rst | 13 power management refer to Documentation/driver-api/pm/devices.rst and 27 1.1. Native and Platform-Based Power Management 28 ----------------------------------------------- 31 devices into states in which they draw less power (low-power states) at the 34 Usually, a device is put into a low-power state when it is underutilized or 36 again, it has to be put back into the "fully functional" state (full-power 41 PCI devices may be put into low-power states in two ways, by using the device 44 approach, that is referred to as the native PCI power management (native PCI PM) 50 Devices supporting the native PCI PM usually can generate wakeup signals called 53 to put the device that sent it into the full-power state. However, the PCI Bus [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/ |
H A D | mrw-api-native.bb | 1 SUMMARY = "Phosphor OpenBMC machine readable workbook API modules" 2 DESCRIPTION = "The API for the MRW XML generated by the Serverwiz tool" 3 LICENSE = "Apache-2.0" 5 DEPENDS += "libxml-simple-perl-native libjson-perl-native" 13 inherit cpan-base 14 inherit mrw-rev 20 install -d ${D}${PERLLIBDIRS:class-native}/site_perl/${perl_version}/mrw 21 …install -m 0755 scripts/Targets.pm ${D}${PERLLIBDIRS:class-native}/site_perl/${perl_version}/mrw/T…
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | pm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Mac80211 power management interface for ST-Ericsson CW1200 mac80211 drivers 5 * Copyright (c) 2011, ST-Ericsson 13 /* mac80211 API */ 26 int cw1200_pm_init(struct cw1200_pm_state *pm, 28 void cw1200_pm_deinit(struct cw1200_pm_state *pm); 33 void cw1200_pm_stay_awake(struct cw1200_pm_state *pm, 36 static inline void cw1200_pm_stay_awake(struct cw1200_pm_state *pm, in cw1200_pm_stay_awake() argument
|
/openbmc/linux/include/linux/firmware/imx/svc/ |
H A D | pm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * Copyright 2017-2018 NXP 6 * Header file containing the public API for the System Controller (SC) 7 * Power Management (PM) function. This includes functions for power state 8 * control, clock control, reset control, and wake-up event control. 12 * Module for the Power Management (PM) service. 21 * This type is used to indicate RPC PM function calls. 52 * Defines for SC PM Power Mode 56 #define IMX_SC_PM_PW_MODE_LP 2 /* Power in low-power */ 60 * Defines for SC PM CLK [all …]
|
/openbmc/linux/Documentation/watchdog/ |
H A D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 mlx-wdt 12 pcwd-watchdog 13 watchdog-api 14 watchdog-kernel-api 15 watchdog-parameters 16 watchdog-pm
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fru_eeprom.c | 41 struct atom_context *atom_ctx = adev->mode_info.atom_context; in is_fru_eeprom_supported() 54 /* VBIOS is of the format ###-DXXXYYYY-##. For SKU identification, in is_fru_eeprom_supported() 60 switch (adev->asic_type) { in is_fru_eeprom_supported() 63 if (strnstr(atom_ctx->vbios_pn, "D161", in is_fru_eeprom_supported() 64 sizeof(atom_ctx->vbios_pn)) || in is_fru_eeprom_supported() 65 strnstr(atom_ctx->vbios_pn, "D163", in is_fru_eeprom_supported() 66 sizeof(atom_ctx->vbios_pn))) { in is_fru_eeprom_supported() 75 if (!strnstr(atom_ctx->vbios_pn, "D673", in is_fru_eeprom_supported() 76 sizeof(atom_ctx->vbios_pn))) in is_fru_eeprom_supported() 81 if (strnstr(atom_ctx->vbios_pn, "D603", in is_fru_eeprom_supported() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/ |
H A D | ctapi-common_1.1-14.bb | 1 SUMMARY = "Common files and packaging infrastructure for CT-API modules" 5 LIC_FILES_CHKSUM = "file://${UNPACKDIR}/ctapi-common.LICENSE;md5=8744cd52545ecb45befebd0da6f70f0a" 7 …e/fedora/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-commo… 8 …e/fedora/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-commo… 15 install -pm 644 ${UNPACKDIR}/ctapi-common.LICENSE LICENSE 16 install -pm 644 ${UNPACKDIR}/ctapi-common.README README 21 install -Dpm 644 ctapi.conf ${D}${sysconfdir}/ld.so.conf.d/ctapi-${TARGET_ARCH}.conf 22 install -dm 755 ${D}${libdir}/ctapi
|
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A D | header.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <api/fs/fs.h> 26 buffer[nb-1] = '\0'; in get_cpuid() 43 int arch_get_runtimeparam(const struct pmu_metric *pm) in arch_get_runtimeparam() argument 48 strcat(path, pm->aggr_mode == PerChip ? "sockets" : "coresperchip"); in arch_get_runtimeparam()
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | codec.rst | 11 Each codec class driver *must* provide the following features:- 14 2. Codec control IO - using RegMap API 20 Optionally, codec drivers can also provide:- 31 ------------------------------- 49 .name = "wm8731-hifi", 68 ---------------- 71 Regmap API for all codec IO. Please see include/linux/regmap.h and existing 76 ------------------------- 83 Defines a single control as follows:- 92 Other macros include:- [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | sdk.py | 4 # SPDX-License-Identifier: GPL-2.0-only 20 # always use IPKGCONF_TARGET and there's no exposed API to change this 33 ipk_repo_workdir = "oe-sdk-repo" 35 ipk_repo_workdir = "oe-sdk-ext-repo" 45 def _populate_sysroot(self, pm, manifest): argument 49 pm.write_index() 51 pm.update() 55 pm.install(pkgs_to_install[pkg_type], 67 os.environ['PATH'] = self.d.expand("${COREBASE}/scripts/nativesdk-intercept") + \ 75 if not bb.utils.contains("SDKIMAGE_FEATURES", "package-management", True, False, self.d): [all …]
|
/openbmc/linux/drivers/soc/xilinx/ |
H A D | zynqmp_power.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2014-2019 Xilinx, Inc. 19 #include <linux/firmware/xlnx-zynqmp.h> 20 #include <linux/firmware/xlnx-event-manager.h> 21 #include <linux/mailbox/zynqmp-ipi-message.h> 24 * struct zynqmp_pm_work_struct - Wrapper for struct work_struct 47 [PM_SUSPEND_MODE_POWER_OFF] = "power-off", 59 /* First element is callback API ID, others are callback arguments */ in suspend_event_callback() 60 if (work_pending(&zynqmp_pm_init_suspend_work->callback_work)) in suspend_event_callback() 64 memcpy(zynqmp_pm_init_suspend_work->args, &payload[1], in suspend_event_callback() [all …]
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_ccmp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Host AP crypt: host-based CCMP encryption implementation for Host AP driver 5 * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> 50 /* scratch buffers for virt_to_page() (crypto API) */ 62 priv->key_idx = key_idx; in ieee80211_ccmp_init() 64 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in ieee80211_ccmp_init() 65 if (IS_ERR(priv->tfm)) { in ieee80211_ccmp_init() 66 pr_debug("ieee80211_crypt_ccmp: could not allocate crypto API aes\n"); in ieee80211_ccmp_init() 67 priv->tfm = NULL; in ieee80211_ccmp_init() 75 if (priv->tfm) in ieee80211_ccmp_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 33 #include <linux/hwmon-sysfs.h> 64 * backwards compatibility. The amdgpu driver provides a sysfs API for adjusting 68 * - battery 70 * - balanced 72 * - performance 100 enum amd_pm_state_type pm; in amdgpu_get_power_dpm_state() local 104 return -EPERM; in amdgpu_get_power_dpm_state() 105 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_power_dpm_state() 106 return -EPERM; in amdgpu_get_power_dpm_state() 108 ret = pm_runtime_get_sync(ddev->dev); in amdgpu_get_power_dpm_state() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | perl_5.40.0.bb | 3 DESCRIPTION = "Perl is a highly capable, feature-rich programming language" 5 LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 11 SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ 12 file://perl-rdepends.txt \ 13 file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \ 15 file://native-perlinc.patch \ 16 file://perl-dynloader.patch \ 17 file://0002-Constant-Fix-up-shebang.patch \ 19 file://0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch \ 21 SRC_URI:append:class-native = " \ [all …]
|