Searched +full:800 +full:- +full:193 (Results 1 – 13 of 13) sorted by relevance
/openbmc/docs/designs/ |
H A D | redfish-resource-supplement-for-pfr.md | 7 Created: 2019-09-12 13 NIST SP 800-193 provides technical guidelines and recommendations supporting 27 Platform Firmware Resilience technology in NIST SP 800-93 provide common 35 - [NIST.SP.180-193](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-193.pdf) 36 - [Redfish schema supplement](https://www.dmtf.org/sites/default/files/standards/documents/DSP0268_… 37 - [Redfish Logging in bmcweb](https://github.com/openbmc/docs/blob/master/architecture/redfish-logg… 43 - BMC shall provide the way to represent Platform Firmware Resilience 46 - Event logs should be logged to redfish for Platform Firmware Resilience. 51 Resilience by using guidelines provided by NIST SP 800-193. Some of the 70 - ProvisiongStatus: The value of this property indicates the provisioning status [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/ |
H A D | Attributes.interface.yaml | 3 recommended by NIST SP 800-193. 6 - name: Provisioned 12 - xyz.openbmc_project.Common.Error.InternalFailure 14 - name: Locked 18 provisioning is locked, it can't be re-provisioned. 20 - xyz.openbmc_project.Common.Error.InternalFailure
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/ |
H A D | glyphicons-halflings-regular.svg | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > 6 <font id="glyphicons_halflingsregular" horiz-adv-x="1200" > 7 <font-face units-per-em="1200" ascent="960" descent="-240" /> 8 <missing-glyph horiz-adv-x="500" /> 9 <glyph horiz-adv-x="0" /> 10 <glyph horiz-adv-x="400" /> 12 …-1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -… 13 …-14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q… 15 …-5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100… 16 <glyph unicode=" " horiz-adv-x="650" /> [all …]
|
H A D | fontawesome-webfont.svg | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > 6 <font id="fontawesomeregular" horiz-adv-x="1536" > 7 <font-face units-per-em="1792" ascent="1536" descent="-256" /> 8 <missing-glyph horiz-adv-x="448" /> 9 <glyph unicode=" " horiz-adv-x="448" /> 10 <glyph unicode="	" horiz-adv-x="448" /> 11 <glyph unicode=" " horiz-adv-x="448" /> 12 <glyph unicode="¨" horiz-adv-x="1792" /> 13 <glyph unicode="©" horiz-adv-x="1792" /> 14 <glyph unicode="®" horiz-adv-x="1792" /> [all …]
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | smc.c | 1 // SPDX-License-Identifier: Intel 19 /* t_ck clock period in picoseconds per speed index 800, 1066, 1333 */ 27 static const uint16_t ddr_wclk[] = {193, 158}; 82 tck = t_ck[mrc_params->ddr_speed]; /* Clock in picoseconds */ in prog_ddr_timing_control() 83 tcl = mrc_params->params.cl; /* CAS latency in clocks */ in prog_ddr_timing_control() 86 tras = MCEIL(mrc_params->params.ras, tck); in prog_ddr_timing_control() 88 /* Per JEDEC: tWR=15000ps DDR2/3 from 800-1600 */ in prog_ddr_timing_control() 91 twtr = MCEIL(mrc_params->params.wtr, tck); in prog_ddr_timing_control() 92 trrd = MCEIL(mrc_params->params.rrd, tck); in prog_ddr_timing_control() 93 trtp = 4; /* Valid for 800 and 1066, use 5 for 1333 */ in prog_ddr_timing_control() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/clock/rockchip,rk808.h> 9 #include <dt-bindings/input/input.h> 18 stdout-path = &uart2; 22 u-boot,dm-pre-reloc; 23 u-boot,boot0 = &spi_flash; 28 pinctrl-names = "default"; 29 pinctrl-0 = <&fw_wp_ap>; 30 write-protect-gpio = <&gpio7 6 GPIO_ACTIVE_LOW>; 35 compatible = "pwm-backlight"; [all …]
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decDPD.h | 30 /* ------------------------------------------------------------------------ */ 32 /* [Automatically generated -- do not edit. 2007.05.05] */ 33 /* ------------------------------------------------------------------------ */ 34 /* ------------------------------------------------------------------------ */ 40 /* uint16_t BCD2DPD[2458]; -- BCD -> DPD (0x999 => 2457) */ 41 /* uint16_t BIN2DPD[1000]; -- Bin -> DPD (999 => 2457) */ 42 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */ 43 /* uint8_t BIN2BCD8[4000]; -- Bin -> bytes (999 => 9 9 9 3) */ 44 /* uint16_t DPD2BCD[1024]; -- DPD -> BCD (0x3FF => 0x999) */ 45 /* uint16_t DPD2BIN[1024]; -- DPD -> BIN (0x3FF => 999) */ [all …]
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 20 that it's only for tracing and profiling the kernel --- you can indeed use 24 all applications on the system simultaneously to gain a system-wide view 29 covered in this How-to. The past couple of years have seen perf subsume a 45 ---------- 48 outlined in the ":ref:`profile-manual/intro:General Setup`" section. 61 ---------------- 63 The perf tool is pretty much self-documenting. To remind yourself of the 69 usage: perf [--version] [--help] COMMAND [ARGS] 73 archive Create archive with object files with build-ids found in perf.data file [all …]
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | mach-types.h | 2 * This was automagically generated from arch/arm/tools/mach-types! 201 #define MACH_TYPE_SMDK2410 193 802 #define MACH_TYPE_IQ_NEXTGEN_B 800
|
/openbmc/qemu/disas/ |
H A D | riscv.c | 2 * QEMU RISC-V Disassembler 4 * Copyright (c) 2016-2017 Michael Clark <michaeljclark@mac.com> 5 * Copyright (c) 2017-2018 SiFive, Inc. 22 #include "disas/dis-asm.h" 27 #include "disas/riscv-xthead.h" 28 #include "disas/riscv-xventana.h" 224 rv_op_flq = 193, 831 rv_op_fmv_x_h = 800, 1013 * The constants use the hex floating-point literal representation 1019 "0x1p+0", "min", "0x1p-16", "0x1p-15", [all …]
|
/openbmc/qemu/pc-bios/ |
H A D | qemu.rsrc | 1 data 'icns' (-16455) { 71 $"FAF5 E8C7 9E72 4B30 2422 2D41 5D7E 9FB6" /* ˙ıË«ûrK0$"-A]~ü∂ */ 119 $"3781 3601 380F AE00 0415 3634 2D77 9AFE" /* 7Å6.8.Æ...64-wö˛ */ 123 $"300D B000 030E 2F28 6099 FE01 9C27 882D" /* 0.∞.../(`ô˛.ú'à- */ 124 $"802E 882D 822E 872D 0130 1DB2 0003 1B29" /* Ä.à-Ç.á-.0.≤...) */ 216 $"5548 342D 313B 4954 5582 5207 5060 9EA9" /* UH4-1;ITUÇR.P`û© */ 262 $"B252 8053 1151 4C46 3A2D 1E11 0603 0D2E" /* ≤RÄS.QLF:-...... */ 297 $"040E 2F2C 3853 9752 0254 412C 882D 802E" /* ../,8SóR.TA,à-Ä. */ 298 $"882D 822E 872D 0130 1DB2 0003 1B2C 3251" /* à-Ç.á-.0.≤...,2Q */ 301 $"242D 4D53 9552 0153 4983 2784 2880 2997" /* $-MSïR.SIÉ'Ñ(Ä)ó */ [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/svg/ |
H A D | bitbake_tasks_map.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Do not edit this file with editors other than draw.io --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 …-0.5 -0.5 12270 3804" content="<mxfile host="app.diagrams.net" modified="2023-11…
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-10-13 03:01:12.230-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-10-13 03:01:12.287-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |