| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_inband_sdr.robot | 2 Documentation Test IPMI Inband SDR commands. 4 ... 1. Get SDR, 5 ... 2. Get Device SDR Info, 6 ... 3. Reserve Device SDR Repository, 7 ... 4. Get Device SDR. 23 Verify Get SDR For Maximum Record Via IPMI 24 [Documentation] Verify Get SDR for each and every record one by one via IPMI lanplus. 27 # Gets the Total Record Count from SDR Info and the last Record entry number. 28 ${record_count} ${last_record}= Get Record Count And Last Record From SDR 37 # Get SDR command. [all …]
|
| H A D | test_ipmi_sdr.robot | 21 Verify SDR Info 24 # Example of SDR info command output: 25 # SDR Version : 0x51 30 # SDR overflow : no 31 # SDR Repository Update Support : unspecified 32 # Delete SDR supported : no 33 # Partial Add SDR supported : no 34 # Reserve SDR repository supported : no 35 # SDR Repository Alloc info supported : no 37 # Check if delete, partially add, reserve SDR an [all...] |
| H A D | test_ipmi_sel_time.robot | 232 # Get Sensor ID from SDR Get "sensor". 233 ${sensor_data1}= Fetch Sensor Details From SDR ${sensor_name} Sensor ID 234 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1} 236 # Get Sensor Type from SDR Get "sensor". 237 ${sensor_data2}= Fetch Sensor Details From SDR ${sensor_name} Sensor Type (Threshold) 238 ${sensor_type_id}= Get Bytes From SDR Sensor ${sensor_data2} 283 # Get Sensor ID from SDR Get "sensor". 284 ${sensor_data1}= Fetch Sensor Details From SDR ${sensor_name} Sensor ID 285 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1} 287 # Get Sensor Type from SDR Ge [all...] |
| H A D | test_ipmi_sel.robot | 95 # Get Sensor ID from SDR get "sensor". 96 ${sensor_data1}= Fetch Sensor Details From SDR ${sensor_name} Sensor ID 97 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1} 99 # Get Sensor Type from SDR get "sensor". 100 ${sensor_data2}= Fetch Sensor Details From SDR ${sensor_name} Sensor Type (Threshold) 101 ${sensor_type_id}= Get Bytes From SDR Sensor ${sensor_data2} 175 # Get Sensor ID from SDR Get "sensor" and Identify Sensor ID. 176 ${sensor_data1}= Fetch Sensor Details From SDR ${sensor_name} Sensor ID 177 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1} 179 # Get Sensor Type from SDR Get "sensor" and Identify Sensor Type. [all …]
|
| /openbmc/openbmc-test-automation/openpower/ipmi/ |
| H A D | test_ipmi_sdr.robot | 19 Test Turbo Allowed SDR Info 20 [Documentation] Verify turbo allowed SDR info via IPMI and Redfish. 27 ${state_ipmi}= Get SDR Presence Via IPMI turbo_allowed${SPACE} 60 Get SDR Presence Via IPMI 67 # Example of IPMI SDR elist output. 95 Get SDR Record ID 96 [Documentation] Fetch one record ID from SDR elist IPMI cmd response. 110 ${record_id}= Get SDR Record ID
|
| /openbmc/docs/designs/ |
| H A D | gpio-based-cable-presence.md | 14 less SDR IDs. 65 On the IPMI sIDe, the presence states will be grouped into fewer SDR IDs in 66 order to save SDR IDs for ipmi. Given the following example, 78 together. The grouping handler first removes all the trailing index from the SDR 79 name. In this case, the SDR name is cable0 and cable1. After that, both cable0 82 new SDR name is cable[0-1]. The SDR name implies that this SDR has the presence 85 states, the group handler will automatically jump to use a new SDR. For example, 88 it will take one SDR ID. 102 try to group it with anything and use 1 SDR ID for its presence state. See the 116 be reconstructed given the index. Then, the SDR assertion value can be [all …]
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 12 0x04:0x20 //<Sensor/Event>:<Get Device SDR Info> 13 0x04:0x21 //<Sensor/Event>:<Get Device SDR> 14 0x04:0x22 //<Sensor/Event>:<Reserve Device SDR Repository> 50 0x0A:0x20 //<Storage>:<Get SDR Repository Info> 51 0x0A:0x22 //<Storage>:<Reserve SDR Repository> 52 0x0A:0x23 //<Storage>:<Get SDR>
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | host-ipmid-whitelist.conf | 35 0x0A:0x20 //<Storage>:<Get SDR Repository Info> 36 0x0A:0x22 //<Storage>:<Reserve SDR Repository> 37 0x0A:0x23 //<Storage>:<Get SDR>
|
| /openbmc/intel-ipmi-oem/ |
| H A D | ipmi-allowlist.conf | 25 0x04:0x20:0xff7f //<Sensor/Event>:<Get Device SDR Info> 26 0x04:0x21:0xff7f //<Sensor/Event>:<Get Device SDR> 108 0x0a:0x20:0xff7f //<Storage>:<Get SDR Repository Info> 109 0x0a:0x21:0xff7f //<Storage>:<Get SDR Alloc Info> 110 0x0a:0x22:0xff7f //<Storage>:<Reserve SDR> 111 0x0a:0x23:0xff7f //<Storage>:<Get SDR> 112 0x0a:0x24:0x7f7f //<Storage>:<Add SDR> 113 0x0a:0x25:0x7f7f //<Storage>:<Partial Add SDR> 114 0x0a:0x26:0x7f7f //<Storage>:<Delete SDR> 115 0x0a:0x27:0x7f7f //<Storage>:<Clear SDR> [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | sdhci-test.c | 23 FIELD(SDHC_CAPAB, SDR, 32, 3); /* since v3 */ 87 capab_v3 = FIELD_EX64(capab, SDHC_CAPAB, SDR); in check_capab_v3()
|
| /openbmc/qemu/include/hw/i2c/ |
| H A D | smbus_eeprom.h | 33 enum sdram_type { SDR = 0x4, DDR = 0x7, DDR2 = 0x8 }; enumerator
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | configuration.md | 42 limit being the number of Sensor Data Records (SDR) supported in the IPMI 45 sensors retrieved is within the SDR limit IPMI can support, it may be desirable 66 the IPMI SDR table.
|
| /openbmc/ipmitool/control/ |
| H A D | ipmitool.spec.in | 21 It provides commands for reading the Sensor Data Repository (SDR) and 72 - Generic device support added for EEPROM with SDR Type 10h (gendev) 101 - Fix endian bug in SDR add from file; Tracker bug #2075258 103 getting an SDR; improve algorithm for optimal packet size 104 - Fix occasional SDR dump segfault; #1793076 160 - Add SDR support for adding SDR records from a dumped file, clearing SDR, 161 adding partial SDR records 288 - New '-S' argument to read local SDR cache created with 'sdr dump'. 306 and corresponding SDR records as well as FRUs via entity association 350 - Add support for type 3 SDR records [all …]
|
| /openbmc/phosphor-pid-control/ |
| H A D | ipmi.md | 6 to the BMC from the host, by using the IPMI SDR as shared storage. 10 be used. ExternalSensor can add virtual sensors to the IPMI SDR. The host can
|
| /openbmc/ipmitool/ |
| H A D | ChangeLog | 233 * Fixes ID 3421347 Sensor list command should use channel field from SDR 237 * Added 'sdr fill sensors nosats' support to speed up SDR discovery 238 * Added SDR name display during discovery (with -v) 306 * SDR discovery speedups 341 * Generic device support added for EEPROM with SDR Type 10h (gendev) 371 * Fix endian bug in SDR add from file; Tracker bug #2075258 373 getting an SDR; improve algorithm for optimal packet size 374 * Fix occasional SDR dump segfault; #1793076 435 * Add SDR support for adding SDR records from a dumped file, 436 clearing SDR, adding partial SDR records [all …]
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | rel6.decode | 45 REMOVED 101101 ----- ----- ---------------- # SDR
|
| /openbmc/docs/ |
| H A D | IPMITOOL-cheatsheet.md | 96 ## Sensor Data Record (SDR) 98 ### 1. View SDR information argument 104 ### 2. Query related SDR information in BMC argument 116 all : All SDR records (sensors and positioners) 122 generic : General SDR records
|
| H A D | glossary.md | 36 SDR - IPMI Sensor Data Record.
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | ipmi_utils.robot | 43 #### raw cmd for get SDR Info. 82 #### raw cmd for get SDR Info.
|
| /openbmc/u-boot/arch/arm/mach-socfpga/ |
| H A D | spl_gen5.c | 159 socfpga_per_reset(SOCFPGA_RESET(SDR), 0); in board_init_f()
|
| /openbmc/u-boot/include/ |
| H A D | lattice.h | 123 #define SDR 0x12 /* The data stream follows. */ macro
|
| /openbmc/u-boot/drivers/fpga/ |
| H A D | ivm_core.c | 688 case SDR: in ispVMCode() 696 case SDR: in ispVMCode() 1535 case SDR: in ispVMShift() 1662 if ((g_usDataType & EXPRESS) || (a_cCode == SDR)) { in ispVMShift() 1683 case SDR: in ispVMShift() 2215 case SDR: in ispVMLCOUNT()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ |
| H A D | ipmitool_1.8.19.bb | 11 It provides commands for reading the Sensor Data Repository (SDR) and \
|
| /openbmc/u-boot/drivers/ddr/altera/ |
| H A D | sdram_s10.c | 199 socfpga_per_reset(SOCFPGA_RESET(SDR), 0); in sdram_mmr_init_full()
|
| /openbmc/u-boot/board/work-microwave/work_92105/ |
| H A D | README | 4 - 64MB SDR DRAM
|