Home
last modified time | relevance | path

Searched full:management (Results 1 – 25 of 1372) sorted by relevance

12345678910>>...55

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_mc_id.robot3 Documentation Module to test IPMI management controller ID functionality.
19 Verify Get And Set Management Controller ID String
20 [Documentation] Verify get and set management controller ID string.
24 # Get Management Controller Identifier String: witherspoon
29 # Extract management controller ID from cmd_output.
32 # Set the management controller ID string to other value.
34 # Set Management Controller Identifier String Command: HOST
36 Set Management Controller ID String ${new_mc_id}
38 # Get the management controller ID and verify.
39 Get Management Controller ID String And Verify ${new_mc_id}
[all …]
/openbmc/u-boot/include/
H A Dfsl_mdio.h15 u32 miimcfg; /* MII management configuration reg */
16 u32 miimcom; /* MII management command reg */
17 u32 miimadd; /* MII management address reg */
18 u32 miimcon; /* MII management control reg */
19 u32 miimstat; /* MII management status reg */
20 u32 miimind; /* MII management indication reg */
29 /* MII Management Configuration Register */
34 /* MII Management Command Register */
38 /* MII Management Address Register */
41 /* MII Management Indicator Register */
H A Dfsl_dtsec.h34 u32 miimcfg; /* MII management configuration */
35 u32 miimcom; /* MII management command */
36 u32 miimadd; /* MII management address */
37 u32 miimcon; /* MII management control */
38 u32 miimstat; /* MII management status */
39 u32 miimind; /* MII management indicator */
133 #define IEVENT_MMRD 0x00000400 /* MII management read complete */
134 #define IEVENT_MMWR 0x00000200 /* MII management write complete */
153 #define IMASK_MMRDEN 0x00000400 /* MII management read complete enable */
154 #define IMASK_MMWREN 0x00000200 /* MII management write complete enable */
/openbmc/docs/
H A Dfeatures.md7 - REST Management: [BMCWeb Redfish][], [Phosphor REST APIs][] includes [Host
8 management REST APIs][]
15 - Power and Cooling Management: [Phosphor Fan Control][]
23 - [Power State management] and [Chassis Power control][]
24 - [Network management][]
26 - [User management][phosphor user management]
27 - Time (time of day clock) management
28 - [Certificate management][]: [Phosphor Certificate Manager][]
45 [certificate management]:
61 [host management rest apis]:
[all …]
H A Dglossary.md6 (like OpenPower or ASpeed), BMCs, or platform management.
11 BMC - Baseboard management controller. A device designed to enable remote out of
12 band management access to a host, generally a computer system.
19 IPMI - Intelligent Platform Management Interface. OpenBMC implements a subset of
31 Redfish - The Distributed Management Task Force (DTMF) Redfish specification.
32 OpenBMC provides Redfish REST APIs for platform management.
H A DREADME.md5 Baseboard Management Controllers (BMCs). This repository contains documentation
43 - [host-management.md](host-management.md): Performing host management tasks
/openbmc/phosphor-certificate-manager/
H A DREADME.md3 Certificate management allows to replace the existing certificate and private
5 management allows the user to install both the server and client certificates.
15 to support management of different types of certificates.
28 ### Https certificate management
37 ### CA certificate management
46 ### LDAP client certificate management
65 Take https certificate management as an example.
79 for certificate management on the BMC, which leverages functionalities of
/openbmc/docs/designs/management-console/
H A DVMI_Certificate_Exchange.md11 - HMC - Hardware Management Console : Management console for IBM enterprise
14 - VMI - Virtual Management Interface : The interface facilitating communications
20 On enterprise POWER systems, the Hardware management console (HMC) needs to
21 establish a secure connection to the Virtualization management interface (VMI)
22 for virtualization management.
30 BMC needs to provide certificate exchange functionality to management console
38 Management console needs an API through which it can send the CSR to VMI (CA)
40 will describe how certificates get exchanged between management console and VMI
57 management.
61 BMC will provide an interface for management console to exchange certificate
[all …]
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot2 Documentation Module to test dcmi management controller functionality.
27 ${rsp}= Get DCMI Management Controller Identifier String
44 Test Hostname Is Same With Management Controller Identifier String
45 [Documentation] Check hostname was verified with get management
49 ${rsp}= Get DCMI Management Controller Identifier String
56 Test Get Management Controller Identifier String
62 # Set Hostname via DCMI Management Controller Identifier String Command.
63 ${cmd_rsp}= Set DCMI Management Controller Identifier String
68 ${rsp}= Get DCMI Management Controller Identifier String
93 # Verify get dcmi management controller identifier string command response
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-image.bbclass5 # - obmc-bmc-state-mgmt - OpenBMC BMC state management
7 # - obmc-chassis-mgmt - OpenBMC chassis management
8 # - obmc-chassis-state-mgmt - OpenBMC chassis state management
13 # - obmc-fan-control - OpenBMC fan management
15 # - obmc-flash-mgmt - OpenBMC flash management
19 # - obmc-host-state-mgmt - OpenBMC host state management
23 # - obmc-logging-mgmt - OpenBMC logging management
24 # - obmc-remote-logging-mgmt - OpenBMC remote logging management
26 # - obmc-settings-mgmt - OpenBMC settings management
27 # - obmc-software - OpenBMC software management
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/
H A Dopenwsman_2.7.2.bb1 SUMMARY = "Opensource Implementation of WS-Management"
3 implementation of the Web Services Management specipication \
4 (WS-Management) and to expose system management information on the \
5 Linux operating system using the WS-Management protocol. WS-Management \
8 all system management aspects. \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DSMC.events.yaml16 A Satellite Management Controller (SMC) has been detected in
19 The Satellite Management Controller '{Identifier}' is in a failure
32 The Satellite Management Controller (SMC) status is restored.
34 The Satellite Management Controller '{Identifier}' is in a
/openbmc/u-boot/arch/x86/cpu/quark/
H A DKconfig26 bool "Add a Remote Management Unit (RMU) binary"
28 Select this option to add a Remote Management Unit (RMU) binary
35 string "Remote Management Unit (RMU) binary filename"
39 The filename of the file to use as Remote Management Unit (RMU)
43 hex "Remote Management Unit (RMU) binary location"
87 ACPI Power Management 1 (PM1) i/o-mapped base address.
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmng.h7 /* Management Complex General API
8 * Contains general API for the Management Complex firmware
14 * Management Complex firmware version information
34 * mc_get_version() - Retrieves the Management Complex firmware
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_loaddata.py11 from django.core import management
19 management.call_command('loaddata', 'poky')
30 management.call_command('loaddata', 'oe-core')
39 management.call_command('loaddata', 'settings')
H A Dtest_lsupdates.py12 from django.core import management
20 management.call_command('loaddata', 'poky')
27 management.call_command('lsupdates')
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h25 * Management Engine PCI registers
143 * Management Engine MEI registers
318 * intel_me_status() - Check Intel Management Engine status
320 * @me_dev: Management engine PCI device
325 * intel_early_me_init() - Early Intel Management Engine init
327 * @me_dev: Management engine PCI device
333 * intel_early_me_uma_size() - Get UMA size from the Intel Management Engine
335 * @me_dev: Management engine PCI device
341 * intel_early_me_init_done() - Complete Intel Management Engine init
344 * @me_dev: Management engine PCI device
/openbmc/openbmc-test-automation/gui/test/access_control/
H A Dtest_obmc_gui_local_users.robot29 Verify Existence Of All Sections In Local User Management Page
30 [Documentation] Verify existence of all sections in local user management page.
36 Verify Existence Of All Buttons In Local User Management Page
37 [Documentation] Verify existence of all buttons in local user management page.
46 Verify Existence Of All Input Boxes In Local User Management Page
47 [Documentation] Verify existence of all input boxes in local user management page.
85 Wait Until Page Contains Local user management
/openbmc/docs/designs/
H A Dcertificate-revocation-list.md9 This design is to add management interfaces for certificate revocation list in
21 Current OpenBMC certificate management architecture contains two main
25 owns certificate objects and implements management interfaces; currently
37 daemon interacts with the OpenBMC certificate management architecture via DBus
42 OpenBMC supports management interface for CRLs:
45 2. whenever CRLs change, the certificate management system shall notify
/openbmc/u-boot/tools/binman/etype/
H A Dintel_me.py5 # Entry-type module for Intel Management Engine binary blob
12 """Entry containing an Intel Management Engine (ME) file
18 The Management Engine is like a background task that runs things that are
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibsm_1.2.6.bb1 SUMMARY = "SM: Session Management library"
3 DESCRIPTION = "The Session Management Library (SMlib) is a low-level \"C\" \
4 language interface to XSMP. The purpose of the X Session Management \
/openbmc/pldm/
H A DREADME.md9 management functionalities. It defines a method to manage, monitor, and control
13 Distributed Management Task Force (DMTF), allowing for interoperable management
26 comprehensive system management.
/openbmc/qemu/include/qapi/
H A Dcompat-policy.h2 * Policy for handling "funny" management interfaces
31 * policy for handling deprecated management interfaces set with
40 * policy for handling deprecated management interfaces set with
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot3 Documentation Test OpenBMC GUI "User management" sub-menu of "Security and access".
16 ${xpath_user_management_heading} //h1[text()="User management"]
45 Verify Navigation To User Management Page
46 [Documentation] Verify navigation to user management page.
52 Verify Existence Of All Sections In User Management Page
53 [Documentation] Verify existence of all sections in user management page.
59 Verify Existence Of All Input Boxes In User Management Page
66 Verify Existence Of All Buttons In User Management Page
67 [Documentation] Verify existence of all buttons in user management page.
139 …red Sub Menu ${xpath_secuity_and_accesss_menu} ${xpath_user_management_sub_menu} user-management
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc16 processing, single pass security offload and robust traffic management
27 - Queue management for scheduling, packet sequencing, and congestion
28 management (QMan)
29 - Hardware buffer management for buffer allocation and de-allocation (BMan)
99 - Queue and Hardware buffer management for scheduling, packet sequencing, and
100 congestion management, buffer allocation and de-allocation (QBMan)
172 processing, single pass security offload and robust traffic management
183 - Queue management for scheduling, packet sequencing, and congestion
184 management (QMan)
185 - Hardware buffer management for buffer allocation and de-allocation (BMan)
[all …]

12345678910>>...55