/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_systeminfo_parameters.robot | 3 Documentation Module to test IPMI System Info Parameters functionality. 6 ... 2. System Firmware Version - param 1, 7 ... 3. System Name - param 2, 33 Verify System Info Set In Progress 34 [Documentation] Verify Set In Progress of System Info Parameter, 40 Set System Info Set In Progress 0x00 42 # Get System Info Parameter for param 0 - Set In Progress. 44 ${complete}= Get System Info Set In Progress 51 Set System Info Set In Progress 0x01 53 # Get System Info Parameter for param 0 - Set In Progress. [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | system.hpp | 38 class System class 42 System() = delete; 43 System(const System&) = delete; 44 System(System&&) = delete; 45 System& operator=(const System&) = delete; 46 System& operator=(System&&) = delete; 47 ~System() = default; 55 explicit System(std::vector<std::unique_ptr<Rule>> rules, in System() function in phosphor::power::regulators::System
|
H A D | system.cpp | 22 void System::buildIDMap() in buildIDMap() 37 void System::clearCache() in clearCache() 46 void System::clearErrorHistory() in clearErrorHistory() 55 void System::closeDevices(Services& services) in closeDevices() 64 void System::configure(Services& services) in configure() 73 void System::detectPhaseFaults(Services& services) in detectPhaseFaults() 82 void System::monitorSensors(Services& services) in monitorSensors()
|
H A D | configuration.hpp | 34 class System; 89 void execute(Services& services, System& system, Chassis& chassis, 104 void execute(Services& services, System& system, Chassis& chassis, 137 void execute(Services& services, System& system, Chassis& chassis,
|
H A D | chassis.hpp | 32 class System; 120 void configure(Services& services, System& system); 130 void detectPhaseFaults(Services& services, System& system); 174 void monitorSensors(Services& services, System& system);
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | system.hpp | 45 class System class 48 System() = delete; 49 ~System() = default; 50 System(const System&) = delete; 51 System(System&&) = delete; 52 System& operator=(const System&) = delete; 53 System& operator=(System&&) = delete; 62 System(Mode mode, sdbusplus::bus_t& bus, const sdeventplus::Event& event);
|
H A D | system.cpp | 49 const std::string System::dumpFile = "/tmp/fan_monitor_dump.json"; 51 System::System(Mode mode, sdbusplus::bus_t& bus, in System() function in phosphor::fan::monitor::System 59 bus, std::bind(std::mem_fn(&System::powerStateChanged), this, in System() 64 void System::start() in start() 71 std::bind(&System::inventoryOnlineCb, this, std::placeholders::_1)); in start() 88 void System::load() in load() 129 void System::subscribeSensorsToServices() in subscribeSensorsToServices() 189 std::bind(&System::tachSignalOffline, this, in subscribeSensorsToServices() 200 void System::inventoryOnlineCb(sdbusplus::message_t& msg) in inventoryOnlineCb() 229 void System::sighupHandler(sdeventplus::source::Signal&, in sighupHandler() [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | system.hpp | 30 class System : class 37 System() = delete; 38 ~System() = default; 39 System(const System&) = delete; 40 System& operator=(const System&) = delete; 41 System(System&&) = default; 42 System& operator=(System&&) = default; 44 System(std::shared_ptr<sdbusplus::asio::connection> bus, in System() function in phosphor::smbios::System
|
/openbmc/linux/drivers/eisa/ |
H A D | eisa.ids | 18 ACE1010 "ACME Super Fast System Board" 26 ACR1201 "Acer 1200 486/25 EISA System Board" 27 ACR1211 "AcerFrame 3000SP33 486/33 EISA System Board" 40 ACR1801 "Acer P43WE EISA System Board" 49 ACR4509 "ACER/Altos M1 System Board" 55 AIM0002 "AUVA OPTi/EISA 32-Bit 486 All-in-One System Board" 62 AEI0401 "486EI EISA System Board" 63 AEO0301 "486EO EISA System Board" 67 AIR0301 "AIR 486EO EISA System Board" 68 AIR0401 "486EI EISA System Board" [all …]
|
/openbmc/skeleton/pysystemmgr/ |
H A D | system_manager.py | 14 import obmc_system_config as System namespace 29 for category in System.ID_LOOKUP: 30 for key in System.ID_LOOKUP[category]: 31 val = System.ID_LOOKUP[category][key] 35 System.ID_LOOKUP[category][key] = new_val 43 obj_path = System.ID_LOOKUP[category][key] 67 if name not in System.GPIO_CONFIG: 75 gpio = System.GPIO_CONFIG[name] 76 if "gpio_num" in System.GPIO_CONFIG[name]: 79 if "gpio_pin" in System.GPIO_CONFIG[name]: [all …]
|
/openbmc/linux/drivers/soc/renesas/ |
H A D | Kconfig | 59 #comment "Renesas ARM SoCs System Type" 357 bool "System Controller support for R-Car" if COMPILE_TEST 360 bool "System Controller support for R-Car Gen4" if COMPILE_TEST 363 bool "System Controller support for R-Car D3" if COMPILE_TEST 367 bool "System Controller support for R-Car E2" if COMPILE_TEST 371 bool "System Controller support for R-Car E3" if COMPILE_TEST 375 bool "System Controller support for R-Car H1" if COMPILE_TEST 379 bool "System Controller support for R-Car H2" if COMPILE_TEST 383 bool "System Controller support for R-Car H3" if COMPILE_TEST 387 bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST [all …]
|
/openbmc/linux/scripts/package/ |
H A D | kernel.spec | 13 Group: System Environment/Kernel 29 Group: Development/System 42 Group: System Environment/Kernel 68 cp System.map %{buildroot}/boot/System.map-%{KERNELRELEASE} 79 if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KERNELRELEASE} -a -r /boot/System.map-%{KERNELREL… 81 cp /boot/System.map-%{KERNELRELEASE} /boot/.System.map-%{KERNELRELEASE}-rpm 82 rm -f /boot/vmlinuz-%{KERNELRELEASE} /boot/System.map-%{KERNELRELEASE} 83 /sbin/installkernel %{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNEL… 84 rm -f /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNELRELEASE}-rpm
|
/openbmc/linux/arch/sparc/boot/ |
H A D | install.sh | 23 if [ -f $4/System.map ]; then 24 mv $4/System.map $4/System.old 28 cp $3 $4/System.map
|
/openbmc/linux/arch/nios2/boot/ |
H A D | install.sh | 23 if [ -f $4/System.map ]; then 24 mv $4/System.map $4/System.old 28 cp $3 $4/System.map
|
/openbmc/linux/arch/m68k/ |
H A D | install.sh | 23 if [ -f $4/System.map ]; then 24 mv $4/System.map $4/System.old 28 cp $3 $4/System.map
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | install.sh | 28 if [ -f $4/System.map ]; then 29 mv $4/System.map $4/System.old 33 cp $3 $4/System.map
|
/openbmc/linux/arch/arm64/boot/ |
H A D | install.sh | 37 if [ -f $4/System.map-$1 ]; then 38 mv $4/System.map-$1 $4/System.map-$1.old 40 cp $3 $4/System.map-$1
|
/openbmc/linux/arch/parisc/ |
H A D | install.sh | 35 if [ -f $4/System.map-$1 ]; then 36 mv $4/System.map-$1 $4/System.map-$1.old 38 cp $3 $4/System.map-$1
|
/openbmc/linux/arch/riscv/boot/ |
H A D | install.sh | 36 if [ -f $4/System.map-$1 ]; then 37 mv $4/System.map-$1 $4/System.map-$1.old 39 cp $3 $4/System.map-$1
|
/openbmc/linux/arch/ia64/ |
H A D | install.sh | 23 if [ -f $4/System.map ]; then 24 mv $4/System.map $4/System.old 28 cp $3 $4/System.map
|
/openbmc/linux/arch/arm/boot/ |
H A D | install.sh | 36 if [ -f $4/System.map-$1 ]; then 37 mv $4/System.map-$1 $4/System.map-$1.old 39 cp $3 $4/System.map-$1
|
/openbmc/linux/arch/x86/boot/ |
H A D | install.sh | 23 if [ -f $4/System.map ]; then 24 mv $4/System.map $4/System.old 28 cp $3 $4/System.map
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | rtsm-dcscb.txt | 1 ARM Dual Cluster System Configuration Block 4 The Dual Cluster System Configuration Block (DCSCB) provides basic 6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
|
/openbmc/linux/drivers/crypto/allwinner/ |
H A D | Kconfig | 9 tristate "Support for Allwinner Security System cryptographic accelerator" 20 Security System. Select this if you want to use it. 21 The Security System handle AES/DES/3DES ciphers in CBC mode 28 bool "Support for Allwinner Security System PRNG" 33 the Pseudo-Random Number Generator found in the Security System. 98 tristate "Support for Allwinner Security System cryptographic offloader" 108 Select y here to have support for the Security System available on 110 The Security System handle AES/3DES ciphers in ECB/CBC mode. 125 bool "Support for Allwinner Security System PRNG" 130 the Pseudo-Random Number Generator found in the Security System.
|
/openbmc/qemu/tests/vm/ |
H A D | centos-8-aarch64.ks | 8 # System bootloader configuration 20 # System language 28 # Do not configure the X Window System 30 # System services 32 # System timezone
|