/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8ulp-evk.dts | 20 reg = <0x0 0x80000000 0 0x80000000>; 31 size = <0 0x28000000>; 36 reg = <0 0xa8600000 0 0x1000000>; 41 reg = <0 0x1fff8000 0 0x1000>; 46 reg = <0 0xaff00000 0 0x8000>; 51 reg = <0 0xaff08000 0 0x8000>; 56 reg = <0 0xaff10000 0 0x8000>; 61 reg = <0 0xaff18000 0 0x8000>; 67 reg = <0 0xa8400000 0 0x100000>; 76 #clock-cells = <0>; [all …]
|
/openbmc/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 146 s->maps[0].name = "tap_rss_map_configurations"; in rss_bpf__create_skeleton() 147 s->maps[0].map = &obj->maps.tap_rss_map_configurations; in rss_bpf__create_skeleton() 164 s->progs[0].name = "tun_rss_steering_prog"; in rss_bpf__create_skeleton() 165 s->progs[0].prog = &obj->progs.tun_rss_steering_prog; in rss_bpf__create_skeleton() 166 s->progs[0].link = &obj->links.tun_rss_steering_prog; in rss_bpf__create_skeleton() 171 return 0; in rss_bpf__create_skeleton() 180 \x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() 181 \0\0\0\0\0\0\0\0\0\0\0\xb0\x4b\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x0d\0\ in rss_bpf__elf_bytes() 182 \x01\0\x7b\x1a\x48\xff\0\0\0\0\xb7\x09\0\0\0\0\0\0\x63\x9a\x54\xff\0\0\0\0\xbf\ in rss_bpf__elf_bytes() 183 \xa7\0\0\0\0\0\0\x07\x07\0\0\x54\xff\xff\xff\x18\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_input.h | 18 { 0x26, 0x32, 0x2e, 0x2e, 0x2d, 0x2c, 0x2d, 0x2d, 19 0x2c, 0x2e, 0x31, 0x33, 0x36, 0x39, 0x3b, 0x3f, 20 0x42, 0x46, 0x4a, 0x4c, 0x51, 0x53, 0x53, 0x54, 21 0x56, 0x57, 0x58, 0x57, 0x56, 0x52, 0x51, 0x4f, 22 0x4c, 0x49, 0x47, 0x42, 0x3e, 0x3b, 0x38, 0x35, 23 0x33, 0x30, 0x2e, 0x2c, 0x2b, 0x2a, 0x2a, 0x28, 24 0x28, 0x27, 0x27, 0x28, 0x29, 0x2a, 0x2c, 0x2e, 25 0x2f, 0x33, 0x36, 0x38, 0x3c, 0x3d, 0x40, 0x42, 26 0x43, 0x42, 0x43, 0x44, 0x43, 0x41, 0x40, 0x3b, 27 0x3b, 0x3a, 0x38, 0x35, 0x32, 0x2f, 0x2c, 0x29, [all …]
|
/openbmc/linux/kernel/bpf/preload/iterators/ |
H A D | iterators.lskel-big-endian.h | 27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach() 29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach() 38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach() 40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach() 48 int ret = 0; in iterators_bpf__attach() 50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach() 51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach() 52 return ret < 0 ? ret : 0; in iterators_bpf__attach() 96 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load() 97 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load() [all …]
|
H A D | iterators.lskel-little-endian.h | 27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach() 29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach() 38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach() 40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach() 48 int ret = 0; in iterators_bpf__attach() 50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach() 51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach() 52 return ret < 0 ? ret : 0; in iterators_bpf__attach() 96 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load() 97 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load() [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | wanxlfw.inc_shipped | 2 0x60,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0xB9,0x40,0x00,0x00,0x00,0x00,0x00, 4 0x10,0x14,0x42,0x80,0x4A,0xB0,0x09,0xB0,0x00,0x00,0x10,0x04,0x67,0x00,0x00,0x0E, 5 0x06,0xB0,0x40,0x00,0x00,0x00,0x09,0xB0,0x00,0x00,0x10,0x04,0x58,0x80,0x0C,0x80, 6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C, 7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78, 8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70, 9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00, 10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC, 11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40, [all …]
|
/openbmc/linux/net/wireless/certs/ |
H A D | wens.hex | 2 0x30, 0x82, 0x02, 0xa7, 0x30, 0x82, 0x01, 0x8f, 3 0x02, 0x14, 0x61, 0xc0, 0x38, 0x65, 0x1a, 0xab, 4 0xdc, 0xf9, 0x4b, 0xd0, 0xac, 0x7f, 0xf0, 0x6c, 5 0x72, 0x48, 0xdb, 0x18, 0xc6, 0x00, 0x30, 0x0d, 6 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 7 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x0f, 0x31, 8 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x03, 9 0x0c, 0x04, 0x77, 0x65, 0x6e, 0x73, 0x30, 0x20, 10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31, 11 0x30, 0x37, 0x34, 0x31, 0x31, 0x34, 0x5a, 0x18, [all …]
|
/openbmc/linux/crypto/ |
H A D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 208 "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D" 262 "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D" 274 "\xF9\x80\x3F\x8F\x6F\x8A\xE3\x42\xE9\x31\xFD\x8A\xE4\x7A\x22\x0D" 325 "\x98\x42\xF0\x02\x00\x25\x38\xC5\x85\x69\x8A\x7D\x2F\x95\x6C\x43" 339 "\x68\x27\xE2\x96\xB5\x72\xC9\xC3\xD4\x42\xAA\xAA\xCA\x95\x8F\xFF" 342 "\x42\x21\x5E\xA0\xA1\x2A\x58\x35\xBB\x10\xE7\xBA\x27\x0A\x3B\xB3" 362 "\x56\xF4\xF3\xF8\x27\x0A\x7B\x42\x0D\x92\x70\x47\xE7\x42\x51\xA9" 469 "\xB2\x75\x35\x01\xC3\xC3\xC4\x94\xE8\x84\x86\x64\x81\xF4\x42\xAA" [all …]
|
H A D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 132 val = mpi_alloc(0); in dh_is_pubkey_valid() 159 if (ret != 0) in dh_is_pubkey_valid() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_varlen.c | 14 int test_pid = 0; 18 __u64 payload1_len1 = 0; 19 __u64 payload1_len2 = 0; 20 __u64 total1 = 0; 22 __u64 ret_bad_read = 0; 40 char payload_bad[5] = { 0x42, 0x42, 0x42, 0x42, 0x42 }; 51 return 0; in handler64_unsigned() 53 len = bpf_probe_read_kernel_str(payload, MAX_LEN, &buf_in1[0]); in handler64_unsigned() 54 if (len >= 0) { in handler64_unsigned() 59 len = bpf_probe_read_kernel_str(payload, MAX_LEN, &buf_in2[0]); in handler64_unsigned() [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xea, 0x04, 0x30, 12 0xff, 0x04, 0x0c, 0x78, 13 0x19, 0xea, 0x6e, 0x59, 14 0x19, 0xea, 0x04, 0x00, 15 0x33, 0xea, 0x68, 0x59, 16 0x33, 0xea, 0x00, 0x00, 17 0x60, 0x3a, 0x3a, 0x68, 18 0x04, 0x4d, 0x35, 0x78, [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | real_pel_test.cpp | 33 0x50, 0x48, 0x0, 0x30, 0x1, 0x0, 0xA8, 0x0, 0x20, 0x19, 0x6, 0x14, 34 0x12, 0x0, 0x41, 0x51, 0x20, 0x19, 0x6, 0x14, 0x12, 0x0, 0x41, 0x56, 35 0x45, 0x0, 0x1, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 36 0x0, 0x0, 0x0, 0x0, 0x50, 0x1, 0xF, 0xA5, 0x50, 0x1, 0xF, 0xA5, 37 0x55, 0x48, 0x0, 0x18, 0x1, 0x0, 0xF1, 0x0, 0x81, 0x3, 0x0, 0x1, 38 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x60, 0x0, 0x0, 0x1, 0x44, 0x0, 39 0x50, 0x53, 0x0, 0x74, 0x1, 0x1, 0xA8, 0x0, 0x2, 0x1, 0x0, 0x9, 40 0x0, 0x0, 0x0, 0x6C, 0x3, 0x1, 0x0, 0xF0, 0x2C, 0xC6, 0x1B, 0x10, 41 0xC1, 0x39, 0x20, 0x0, 0x40, 0x0, 0x0, 0xFF, 0x10, 0x69, 0x14, 0xD8, 42 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | varlen.c | 14 int duration = 0, err; in test_varlen() 20 const char exp_str[] = "Hello, \0World!\0"; in test_varlen() 68 CHECK_VAL(data->payload_bad[0], 0x42); in test_varlen() 69 CHECK_VAL(data->payload_bad[1], 0x42); in test_varlen() 70 CHECK_VAL(data->payload_bad[2], 0); in test_varlen() 71 CHECK_VAL(data->payload_bad[3], 0x42); in test_varlen() 72 CHECK_VAL(data->payload_bad[4], 0x42); in test_varlen()
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 38 "\xd1\x26\x6a\x1c\x83\xcc\xf4\x1f\x53\x42\x72\x1f\x62\x57\x0a\xc4" 46 "\x00\xd1\x75\xaf\x4b\xc6\x1a\xb0\x98\x14\x42\xae\x33\xf3\x44\xde" 53 "\x64\x06\x0e\xef\xe0\x6a\x5e\x6a\x41\x42\x96\x6d\xb8\x7d\xea\x95" 54 "\xb8\x9d\x58\xf5\x12\x38\x03\x22\x94\x9d\x99\xf4\x42\x5e\x68\x81" 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 88 "\x29\x97\x58\x00\x8d\x2f\xc5\x64\x8d\x42\x0d\x27\x21\xc6\xd1\x31" 106 "\xae\x3f\x49\x54\xd2\x2b\xac\x28\x39\x88\x31\x42\x12\x08\xea\x0b" 126 "\xcf\x05\x88\x25\x90\x79\x18\xc0\x01\x06\x42\x8e\x48\x50\x27\xf0" 140 "\x00\xe4\x96\x79\xa8\x6a\x70\xdd\x67\x42\xff\x15\x11\x9e\x01\x71" [all …]
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/ |
H A D | blacklist.json | 3 0, number 7 "0x08", "0x09", "0x0A", "0x0B", "0x0C", "0x0D", "0x0E", "0x0F", string 8 "0x10", "0x11", "0x12", "0x13", "0x14", "0x15", "0x16", "0x17", 9 "0x18", "0x19", "0x1A", "0x1B", "0x1C", "0x1D", "0x1E", "0x1F", 10 "0x20", "0x21", "0x22", "0x23", "0x24", "0x25", "0x26", "0x27", 11 "0x28", "0x29", "0x2A", "0x2B", "0x2C", "0x2D", "0x2E", "0x2F", 12 "0x30", "0x31", "0x32", "0x33", "0x34", "0x35", "0x36", "0x37", 13 "0x38", "0x39", "0x3A", "0x3B", "0x3C", "0x3D", "0x3E", "0x3F", 14 "0x40", "0x41", "0x42", "0x43", "0x44", "0x45", "0x46", "0x47", 15 "0x48", "0x49", "0x4A", "0x4B", "0x4C", "0x4D", "0x4E", "0x4F", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/ |
H A D | cache.json | 4 "EventCode": "0x40", 7 "UMask": "0xa3" 11 "EventCode": "0x40", 14 "UMask": "0x83" 18 "EventCode": "0x40", 21 "UMask": "0x10" 25 "EventCode": "0x40", 28 "UMask": "0xa1" 32 "EventCode": "0x40", 35 "UMask": "0x8" [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager/ |
H A D | blacklist.json | 3 0, number 13 "addresses": [ "0x51", "0x54", "0x70" ] string 17 "addresses": [ "0x51", "0x54", "0x71" ] string 22 …"addresses": [ "0x10", "0x12", "0x20", "0x21", "0x22", "0x23", "0x40", "0x41", "0x48", "0x49", "0x… string 26 "addresses": [ "0x48", "0x50", "0x54", "0x6F", "0x70" ] string 31 …resses": [ "0x1D","0x1F", "0x20", "0x22" ,"0x2F", "0x36", "0x37", "0x40", "0x41", "0x42", "0x43", … string 35 "addresses": [ "0x10","0x1F", "0x3C", "0x50" ,"0x72" ] string 39 "addresses": [ "0x70" ] string 43 "addresses": [ "0x70" ] string 47 "addresses": [ "0x70" ] string [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | selftest.c | 50 "\xf1\xed\x4c\x42\x0b\x70\xca\x85\xf3\xde\xe5\x88\x2c\xc5\xbe\xb6" 53 "\xdb\x5c\xcf\xaa\x5c\x43\x42\xdf\x5e\xa9\x6d\xec\xd7\xd7\xff\xe6" 66 "\x9e\x3b\x36\x66\x42\x66\x76\x35\xbf\xbe\xf0\xc1\x3c\x7c\xe9\x42" 71 "\x31\xf3\x1c\xc7\x4b\xe6\x93\xcd\x42\xa2\xe4\x68\x10\x47\x9d\xfc" 111 "\x02\xfc\x9e\x5f\x56\x42\x39\x05\xb3" 151 "\x13\xd5\x7c\x42\xe8\xfb\x9c\x9a\x45\x32\xd5\xa5\x22\x62\x9d\xd4" 160 "\x14\x5a\x20\x24\xa8\x12\xdf\x25\xbd\x42\xce\x96\x7c\x2e\xba\x14" 199 if (ret < 0) in fips_signature_selftest() 202 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest() 213 if (ret < 0) in fips_signature_selftest() [all …]
|
/openbmc/u-boot/lib/tizen/ |
H A D | tizen_logo_16bpp_gzip.h | 12 0x1f,0x8b,0x08,0x08,0xd9,0x76,0x29,0x53,0x00,0x03,0x74,0x69,0x7a,0x65,0x6e,0x5f, 13 0x6c,0x6f,0x67,0x6f,0x2e,0x62,0x6d,0x70,0x00,0xed,0x9d,0x6f,0x6c,0x1b,0x67,0x7e, 14 0xe7,0xa9,0x4d,0x80,0x65,0xbb,0x2e,0x56,0xb1,0xd8,0x25,0xcf,0x0a,0x70,0x52,0xa4, 15 0x2d,0xc2,0x5a,0x39,0x58,0x35,0xf7,0x42,0x35,0x7a,0x63,0xd5,0x6a,0x1b,0x9d,0x5c, 16 0xd4,0x0a,0x85,0xca,0xde,0x35,0x70,0x1b,0xc7,0x29,0xbc,0xaa,0xbb,0x50,0x14,0x0a, 17 0xd6,0x79,0xdf,0x9c,0x2b,0x07,0x88,0xa1,0xb8,0x88,0x4a,0x11,0x2b,0x83,0x7a,0x71, 18 0xc9,0xd2,0x6e,0x1d,0x4c,0x76,0xa1,0x60,0x28,0x44,0xc5,0xe8,0x8d,0x6b,0xba,0xbd, 19 0x14,0xca,0x56,0xba,0x0e,0x51,0x05,0x70,0x0b,0x24,0xa8,0x83,0x7a,0xef,0x5c,0x54, 20 0x77,0x61,0x6a,0xbf,0xb9,0x79,0xe6,0x99,0xe7,0x79,0x7e,0xf3,0x87,0x9c,0x67,0x86, 21 0xc3,0x7f,0xca,0xf3,0x7d,0x30,0x1a,0x92,0xe2,0x9f,0x21,0x39,0x1f,0x7e,0x7f,0xcf, [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | dp.c | 37 *ver = nvbios_rd08(bios, data + 0x00); in nvbios_dp_table() 39 case 0x20: in nvbios_dp_table() 40 case 0x21: in nvbios_dp_table() 41 case 0x30: in nvbios_dp_table() 42 case 0x40: in nvbios_dp_table() 43 case 0x41: in nvbios_dp_table() 44 case 0x42: in nvbios_dp_table() 45 *hdr = nvbios_rd08(bios, data + 0x01); in nvbios_dp_table() 46 *len = nvbios_rd08(bios, data + 0x02); in nvbios_dp_table() 47 *cnt = nvbios_rd08(bios, data + 0x03); in nvbios_dp_table() [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | uncore-cxl.json | 4 "EventCode": "0x01", 7 "UMask": "0x2", 11 "BriefDescription": "Number of Allocation to Mem Rxx AGF 0", 12 "EventCode": "0x43", 15 "UMask": "0x8", 20 "EventCode": "0x43", 23 "UMask": "0x1", 28 "EventCode": "0x43", 31 "UMask": "0x2", 36 "EventCode": "0x43", [all …]
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | pms7003.c | 25 #define PMS7003_MAGIC 0x424d 36 #define PMS7003_PM_MIN 0 55 * | 0x42 | 0x4d | cmd | 0x00 | arg | cksum msb | cksum lsb | 59 [CMD_WAKEUP] = { 0x42, 0x4d, 0xe4, 0x00, 0x01, 0x01, 0x74 }, 60 [CMD_ENTER_PASSIVE_MODE] = { 0x42, 0x4d, 0xe1, 0x00, 0x00, 0x01, 0x70 }, 61 [CMD_READ_PASSIVE] = { 0x42, 0x4d, 0xe2, 0x00, 0x00, 0x01, 0x71 }, 62 [CMD_SLEEP] = { 0x42, 0x4d, 0xe4, 0x00, 0x00, 0x01, 0x73 }, 90 return ret < 0 ? ret : -EIO; in pms7003_do_cmd() 97 return ret < 0 ? ret : 0; in pms7003_do_cmd() 188 PMS7003_CHAN(0, PM1, PMS7003_PM1_OFFSET), [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_esel.robot | 64 # "Resolved": 0, 78 ${desc}= Read Attribute ${elog_entry[0]} Description 81 ${event_id}= Read Attribute ${elog_entry[0]} EventID 105 ${resp}= OpenBMC Get Request ${elog_entry[0]} 124 ${rev_id_1}= Run Inband IPMI Raw Command 0x0a 0x42 127 Run Inband IPMI Raw Command 0x0a 0x42 129 ... 0x3a 0xf0 0x${rev_id_ls} 0x${rev_id_ms} 0 0 0 0 0 1 2 3 4 5 6 7 8 9 0xa 0xb 0xc 0xd 0xe 0xf 139 Run Inband IPMI Raw Command 0x0a 0x42 140 ${rev_id_2}= Run Inband IPMI Raw Command 0x0a 0x42 144 ... 0x3a 0xf0 0x${rev_id_ls} 0x${rev_id_ms} 0 0 0 0 0 1 2 3 4 5 6 7 8 9 0xa 0xb 0xc 0xd 0xe 0xf [all …]
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native/ |
H A D | UbootHeader_GBS.xml | 13 <BinSize>0</BinSize> <!-- If 0 the binary size will be calculated by the tool --> 14 <PadValue>0xFF</PadValue> <!-- Byte value to pad the empty areas, default is 0 --> 18 <!-- BootBlock tag (0x50 0x07 0x55 0xAA 0x54 0x4F 0x4F 0x42) or 19 uboot tag (0x55 0x42 0x4F 0x4F 0x54 0x42 0x4C 0x4B) --> 22 <offset>0</offset> <!-- offset in the header --> 23 <size>0x8</size> <!-- size in the header --> 25 …<content format='bytes'>0x55 0x42 0x4F 0x4F 0x54 0x42 0x4C 0x4B</content> <!-- content the user s… 29 …e destination address, 32-bit aligned: for u-boot should be 0x80005000 so code will run in 0x80005… 32 <offset>0x140</offset> <!-- offset in the header --> 33 <size>0x4</size> <!-- size in the header --> [all …]
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | malta.h | 10 #define MALTA_GT_BASE 0x1be00000 11 #define MALTA_GT_PCIIO_BASE 0x18000000 12 #define MALTA_GT_UART0_BASE (MALTA_GT_PCIIO_BASE + 0x3f8) 14 #define MALTA_MSC01_BIU_BASE 0x1bc80000 15 #define MALTA_MSC01_PCI_BASE 0x1bd00000 16 #define MALTA_MSC01_PBC_BASE 0x1bd40000 17 #define MALTA_MSC01_IP1_BASE 0x1bc00000 18 #define MALTA_MSC01_IP1_SIZE 0x00400000 19 #define MALTA_MSC01_IP2_BASE1 0x10000000 20 #define MALTA_MSC01_IP2_SIZE1 0x08000000 [all …]
|