/openbmc/u-boot/arch/arm/dts/ |
H A D | fsl-imx8mq-evk.dts | 9 /memreserve/ 0x40000000 0x00020000; 18 bootargs = "console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200"; 24 #size-cells = <0>; 41 pwms = <&pwm2 0 50000>; 53 MX8MQ_IOMUXC_ENET_MDC_ENET1_MDC 0x3 54 MX8MQ_IOMUXC_ENET_MDIO_ENET1_MDIO 0x23 55 MX8MQ_IOMUXC_ENET_TD3_ENET1_RGMII_TD3 0x1f 56 MX8MQ_IOMUXC_ENET_TD2_ENET1_RGMII_TD2 0x1f 57 MX8MQ_IOMUXC_ENET_TD1_ENET1_RGMII_TD1 0x1f 58 MX8MQ_IOMUXC_ENET_TD0_ENET1_RGMII_TD0 0x1f [all …]
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | r8152_fw.c | 13 0x08, 0xe0, 0x40, 0xe0, 0x78, 0xe0, 0x85, 0xe0, 14 0x5d, 0xe1, 0xa1, 0xe1, 0xa3, 0xe1, 0xab, 0xe1, 15 0x31, 0xc3, 0x60, 0x72, 0xa0, 0x49, 0x10, 0xf0, 16 0xa4, 0x49, 0x0e, 0xf0, 0x2c, 0xc3, 0x62, 0x72, 17 0x26, 0x70, 0x80, 0x49, 0x05, 0xf0, 0x2f, 0x48, 18 0x62, 0x9a, 0x24, 0x70, 0x60, 0x98, 0x24, 0xc3, 19 0x60, 0x99, 0x23, 0xc3, 0x00, 0xbb, 0x2c, 0x75, 20 0xdc, 0x21, 0xbc, 0x25, 0x04, 0x13, 0x0a, 0xf0, 21 0x03, 0x13, 0x08, 0xf0, 0x02, 0x13, 0x06, 0xf0, 22 0x01, 0x13, 0x04, 0xf0, 0x08, 0x13, 0x02, 0xf0, [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 025.out | 7 === IO: pattern 0xc5 8 wrote 134217728/134217728 bytes at offset 0 21 === IO: pattern 0xc5 22 read 134217728/134217728 bytes at offset 0 24 === IO: pattern 0
|
H A D | 025 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 52 io_pattern write 0 $small_size 0 1 0xc5 77 io_pattern read 0 $small_size 0 1 0xc5 78 io_pattern read $small_size $(($big_size - $small_size)) 0 1 0 83 status=0
|
/openbmc/u-boot/board/nvidia/p2771-0000/ |
H A D | p2771-0000.c | 18 ret = i2c_get_chip_for_busnum(0, MAX77620_I2C_ADDR_7BIT, 1, &dev); in tegra_board_init() 23 /* 0xF2 for 3.3v, enabled: bit7:6 = 11 = enable, bit5:0 = voltage */ in tegra_board_init() 24 val = 0xF2; in tegra_board_init() 27 printf("i2c_write 0 0x3c 0x27 failed: %d\n", ret); in tegra_board_init() 31 return 0; in tegra_board_init() 42 ret = i2c_get_chip_for_busnum(0, MAX77620_I2C_ADDR_7BIT, 1, &dev); in tegra_pcie_board_init() 47 /* 0xC5 for 1.05v, enabled: bit7:6 = 11 = enable, bit5:0 = voltage */ in tegra_pcie_board_init() 48 val = 0xC5; in tegra_pcie_board_init() 51 printf("i2c_write 0 0x3c 0x31 failed: %d\n", ret); in tegra_pcie_board_init() 53 return 0; in tegra_pcie_board_init()
|
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | default_addresses.h | 28 // DEFAULT_ADDRESSES_TARGET_IP macro expands to the 32-bit number 0xAC1408C5 29 // (to help the reader: 172 is 0xAC), but with our little endian CPU that 31 // 0xC5 @ offset 0, 0x08 @ offset 1, 0x14 @ offset 2, 0xAC @ offset 3 41 #define DEFAULT_ADDRESSES_TARGET_IP ((172 << 24) | (20 << 16) | (0 << 8) | 197) 46 #define DEFAULT_ADDRESSES_TARGET_IP6 {0x20014860, 0xf8020000, 0, 0xc5} 52 #define DEFAULT_ADDRESSES_MAC {0x00, 0x1a, 0x11, 0x30, 0xc9, 0x6f} 53 #define DEFAULT_ADDRESSES_GATEWAY6 {0, 0, 0, 0} 54 #define DEFAULT_ADDRESSES_GATEWAY6_MAC {0, 0, 0, 0, 0, 0} 56 #define DEFAULT_ADDRESSES_GATEWAY 0 57 #define DEFAULT_ADDRESSES_NETMASK 0 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/ |
H A D | galaxis.rcmm | 1 0x00 KEY_0 2 0x01 KEY_1 3 0x02 KEY_2 4 0x03 KEY_3 5 0x04 KEY_4 6 0x05 KEY_5 7 0x06 KEY_6 8 0x07 KEY_7 9 0x08 KEY_8 10 0x09 KEY_9 [all …]
|
/openbmc/u-boot/test/lib/ |
H A D | hexdump.c | 14 ut_asserteq(0x0, hex_to_bin('0')); in lib_test_hex_to_bin() 15 ut_asserteq(0x1, hex_to_bin('1')); in lib_test_hex_to_bin() 16 ut_asserteq(0x2, hex_to_bin('2')); in lib_test_hex_to_bin() 17 ut_asserteq(0x3, hex_to_bin('3')); in lib_test_hex_to_bin() 18 ut_asserteq(0x4, hex_to_bin('4')); in lib_test_hex_to_bin() 19 ut_asserteq(0x5, hex_to_bin('5')); in lib_test_hex_to_bin() 20 ut_asserteq(0x6, hex_to_bin('6')); in lib_test_hex_to_bin() 21 ut_asserteq(0x7, hex_to_bin('7')); in lib_test_hex_to_bin() 22 ut_asserteq(0x8, hex_to_bin('8')); in lib_test_hex_to_bin() 23 ut_asserteq(0x9, hex_to_bin('9')); in lib_test_hex_to_bin() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 51 "\xc5\x81\xd8\x71\x1a\x2b\x6f\xbb\xa4\xde\xb3\x6e\xbe\x3b\x85\x0d" 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 87 "\x89\x72\x52\x9f\xd5\x54\xe1\x64\x52\x16\xc5\x43\x21\x56\x16\xc2" 88 "\x29\x97\x58\x00\x8d\x2f\xc5\x64\x8d\x42\x0d\x27\x21\xc6\xd1\x31" 89 "\xc1\xab\xc5\xc7\x7f\x6d\xb0\xe3\xca\xef\xf6\xf2\xc7\xae\x09\xbf" 104 "\xaa\x8a\x32\xe6\x0e\x76\xb6\x05\xc5\x6b\x87\x78\x9a\x32\xe2\xf8" 131 "\x4b\x69\xec\xf0\x5f\xf3\x88\x69\xcd\xbe\xed\x3c\xc5\x14\x5c\x0c" 151 "\x30\x53" /* SEQUENCE, offset 0, length 83 */ 164 "\x30\x77" /* SEQUENCE, offset 0, length 119 */ [all …]
|
H A D | test-crypto-afsplit.c | 49 "\x70\xde\xfa\x07\xc5\xac\x58\xd2" 59 "\x83\xd4\xcd\x8e\x89\x1b\xc7\xc5" 110 return '0' + i; in hex() 121 for (i = 0; i < len; i++) { in hex_string() 122 hexstr[i * 2] = hex((bytes[i] >> 4) & 0xf); in hex_string() 123 hexstr[i * 2 + 1] = hex(bytes[i] & 0xf); in hex_string() 125 hexstr[len * 2] = '\0'; in hex_string() 159 memset(key, 0, data->blocklen); in test_afsplit() 185 g_assert(qcrypto_init(NULL) == 0); in main() 187 for (i = 0; i < G_N_ELEMENTS(test_data); i++) { in main()
|
H A D | test-crypto-pbkdf.c | 91 "\xa7\xe5\x2d\xdb\xc5\xe5\x14\x2f" 120 "\xc5\xec\x59\xf1\xa4\x52\xf5\xcc" 221 .key = "pass\0word", 223 .salt = "sa\0lt", 237 .nkey = 0, 308 "\x05\x6c\x11\xdd\x17\xc5\x93\x80", 344 #if 0 367 return '0' + i; in hex() 378 for (i = 0; i < len; i++) { in hex_string() 379 hexstr[i * 2] = hex((bytes[i] >> 4) & 0xf); in hex_string() [all …]
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_int.h | 37 #define TPM_TAG_RQU_COMMAND 0xc1 38 #define TPM_TAG_RQU_AUTH1_COMMAND 0xc2 39 #define TPM_TAG_RQU_AUTH2_COMMAND 0xc3 41 #define TPM_TAG_RSP_COMMAND 0xc4 42 #define TPM_TAG_RSP_AUTH1_COMMAND 0xc5 43 #define TPM_TAG_RSP_AUTH2_COMMAND 0xc6 56 #define TPM_ORD_ContinueSelfTest 0x53 57 #define TPM_ORD_GetTicks 0xf1 58 #define TPM_ORD_GetCapability 0x65 60 #define TPM_CAP_PROPERTY 0x05 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 156 long_entities_by_first_character[character[0]].add(character) 200 "&(?!#\\d+;|#x[0-9a-fA-F]+;|\\w+;)" 209 entity = cls.CHARACTER_TO_HTML_ENTITY.get(matchobj.group(0)) 216 entity = cls.CHARACTER_TO_XML_ENTITY[matchobj.group(0)] 515 declared_encoding = declared_encoding_match.groups()[0] 641 sub = '&'.encode() + sub[0].encode() + ';'.encode() 829 b'\xc5' : 'A', 896 0x80 : b'\xe2\x82\xac', # € 897 0x82 : b'\xe2\x80\x9a', # ‚ 898 0x83 : b'\xc6\x92', # ƒ [all …]
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_cc.h | 49 #define IPMI_CC_OK 0x00 50 #define IPMI_CC_NODE_BUSY 0xc0 51 #define IPMI_CC_INV_CMD 0xc1 52 #define IPMI_CC_INV_CMD_FOR_LUN 0xc2 53 #define IPMI_CC_TIMEOUT 0xc3 54 #define IPMI_CC_OUT_OF_SPACE 0xc4 55 #define IPMI_CC_RES_CANCELED 0xc5 56 #define IPMI_CC_REQ_DATA_TRUNC 0xc6 57 #define IPMI_CC_REQ_DATA_INV_LENGTH 0xc7 58 #define IPMI_CC_REQ_DATA_FIELD_EXCEED 0xc8 [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | pcieslot.hpp | 90 0x09, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1c, 91 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0xa5, 92 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf, 0xb0, 0xb1, 93 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7, 0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xbd, 94 0xbe, 0xbf, 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6}; 96 // Definition follow smbios spec DSP0134 3.4.0 98 {0x09, PCIeGeneration::Unknown}, {0x14, PCIeGeneration::Gen3}, 99 {0x15, PCIeGeneration::Gen3}, {0x16, PCIeGeneration::Gen3}, 100 {0x17, PCIeGeneration::Gen3}, {0x18, PCIeGeneration::Gen1}, 101 {0x19, PCIeGeneration::Gen1}, {0x1a, PCIeGeneration::Gen1}, [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/qemu/tests/bench/ |
H A D | test_akcipher_keys.c.inc | 12 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 13 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 14 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 15 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 16 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 17 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 18 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 19 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 20 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 21 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
/openbmc/pldm/fw-update/test/ |
H A D | package_parser_test.cpp | 27 0xF0, 0x18, 0x87, 0x8C, 0xCB, 0x7D, 0x49, 0x43, 0x98, 0x00, 0xA0, 0x2F, in TEST() 28 0x05, 0x9A, 0xCA, 0x02, 0x01, 0x8B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in TEST() 29 0x00, 0x00, 0x00, 0x19, 0x0C, 0xE5, 0x07, 0x00, 0x08, 0x00, 0x01, 0x0E, in TEST() 30 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x53, 0x74, 0x72, 0x69, 0x6E, in TEST() 31 0x67, 0x31, 0x01, 0x2E, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x0E, in TEST() 32 0x00, 0x00, 0x01, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x53, 0x74, in TEST() 33 0x72, 0x69, 0x6E, 0x67, 0x32, 0x02, 0x00, 0x10, 0x00, 0x16, 0x20, 0x23, in TEST() 34 0xC9, 0x3E, 0xC5, 0x41, 0x15, 0x95, 0xF4, 0x48, 0x70, 0x1D, 0x49, 0xD6, in TEST() 35 0x75, 0x01, 0x00, 0x0A, 0x00, 0x64, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, in TEST() 36 0x00, 0x00, 0x00, 0x8B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x01, in TEST() [all …]
|
H A D | device_updater_test.cpp | 23 {0x00}, in DeviceUpdaterTest() 26 std::vector<uint8_t>{0x16, 0x20, 0x23, 0xC9, 0x3E, 0xC5, 0x41, in DeviceUpdaterTest() 27 0x15, 0x95, 0xF4, 0x48, 0x70, 0x1D, 0x49, in DeviceUpdaterTest() 28 0xD6, 0x75}}}, in DeviceUpdaterTest() 31 {10, 100, 0xFFFFFFFF, 0, 0, 139, 1024, "VersionString3"}}; in DeviceUpdaterTest() 48 package.seekg(0); in TEST_F() 55 package.seekg(0); in TEST_F() 63 EXPECT_EQ(fwDeviceIDRecords[0], fwDeviceIDRecord); in TEST_F() 69 DeviceUpdater deviceUpdater(0, package, fwDeviceIDRecord, compImageInfos, in TEST_F() 74 reqFwDataReq{0x8A, 0x05, 0x15, 0x00, 0x00, 0x00, in TEST_F() [all …]
|
/openbmc/u-boot/lib/ |
H A D | aes.c | 33 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, 34 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76, 35 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0, 36 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0, 37 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc, 38 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15, 39 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a, 40 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75, 41 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0, 42 0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84, [all …]
|
H A D | bitrev.c | 13 0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0, 14 0x10, 0x90, 0x50, 0xd0, 0x30, 0xb0, 0x70, 0xf0, 15 0x08, 0x88, 0x48, 0xc8, 0x28, 0xa8, 0x68, 0xe8, 16 0x18, 0x98, 0x58, 0xd8, 0x38, 0xb8, 0x78, 0xf8, 17 0x04, 0x84, 0x44, 0xc4, 0x24, 0xa4, 0x64, 0xe4, 18 0x14, 0x94, 0x54, 0xd4, 0x34, 0xb4, 0x74, 0xf4, 19 0x0c, 0x8c, 0x4c, 0xcc, 0x2c, 0xac, 0x6c, 0xec, 20 0x1c, 0x9c, 0x5c, 0xdc, 0x3c, 0xbc, 0x7c, 0xfc, 21 0x02, 0x82, 0x42, 0xc2, 0x22, 0xa2, 0x62, 0xe2, 22 0x12, 0x92, 0x52, 0xd2, 0x32, 0xb2, 0x72, 0xf2, [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | scf0403_lcd.c | 41 #define SCF0403852GGU04_ID 0x000080 44 static u16 extcmd_params_sn20[] = {0xff, 0x98, 0x06}; 45 static u16 spiinttype_params_sn20[] = {0x60}; 47 0x01, 0x10, 0x61, 0x74, 0x01, 0x01, 0x1B, 48 0x12, 0x71, 0x00, 0x00, 0x00, 0x01, 0x01, 49 0x05, 0x00, 0xFF, 0xF2, 0x01, 0x00, 0x40, 51 static u16 bd_params_sn20[] = {0x01, 0x23, 0x45, 0x67, 0x01, 0x23, 0x45, 0x67}; 53 0x01, 0x22, 0x22, 0xBA, 0xDC, 0x26, 0x28, 0x22, 0x22, 55 static u16 vcom_params_sn20[] = {0x74}; 56 static u16 vmesur_params_sn20[] = {0x7F, 0x0F, 0x00}; [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | ir35221.c | 18 #define IR35221_MFR_VIN_PEAK 0xc5 19 #define IR35221_MFR_VOUT_PEAK 0xc6 20 #define IR35221_MFR_IOUT_PEAK 0xc7 21 #define IR35221_MFR_TEMP_PEAK 0xc8 22 #define IR35221_MFR_VIN_VALLEY 0xc9 23 #define IR35221_MFR_VOUT_VALLEY 0xca 24 #define IR35221_MFR_IOUT_VALLEY 0xcb 25 #define IR35221_MFR_TEMP_VALLEY 0xcc 32 uint8_t regs[0x100]; 45 s->len = 0; in ir35221_read() [all …]
|
/openbmc/qemu/crypto/ |
H A D | sm4.c | 16 0xd6, 0x90, 0xe9, 0xfe, 0xcc, 0xe1, 0x3d, 0xb7, 17 0x16, 0xb6, 0x14, 0xc2, 0x28, 0xfb, 0x2c, 0x05, 18 0x2b, 0x67, 0x9a, 0x76, 0x2a, 0xbe, 0x04, 0xc3, 19 0xaa, 0x44, 0x13, 0x26, 0x49, 0x86, 0x06, 0x99, 20 0x9c, 0x42, 0x50, 0xf4, 0x91, 0xef, 0x98, 0x7a, 21 0x33, 0x54, 0x0b, 0x43, 0xed, 0xcf, 0xac, 0x62, 22 0xe4, 0xb3, 0x1c, 0xa9, 0xc9, 0x08, 0xe8, 0x95, 23 0x80, 0xdf, 0x94, 0xfa, 0x75, 0x8f, 0x3f, 0xa6, 24 0x47, 0x07, 0xa7, 0xfc, 0xf3, 0x73, 0x17, 0xba, 25 0x83, 0x59, 0x3c, 0x19, 0xe6, 0x85, 0x4f, 0xa8, [all …]
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | sensor-example.yaml | 2 0x60: 3 sensorType: 0x07 4 sensorReadingType: 0x6F 19 eventType: 0x6F 27 0x06: 30 # If offset 0x06 is asserted, set OccActive as false. 34 0x61: 35 sensorType: 0x04 36 sensorReadingType: 0x6F 50 0x06: [all …]
|