| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_crypto.c | 17 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 18 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 19 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 20 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 21 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 22 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 23 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 24 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 25 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 26 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, [all …]
|
| /openbmc/qemu/hw/block/ |
| H A D | m25p80_sfdp.c | 25 0x53, 0x46, 0x44, 0x50, 0x00, 0x01, 0x00, 0xff, 26 0x00, 0x00, 0x01, 0x09, 0x30, 0x00, 0x00, 0xff, 27 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 28 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 29 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 30 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 31 0xe5, 0x20, 0xfb, 0xff, 0xff, 0xff, 0xff, 0x0f, 32 0x29, 0xeb, 0x27, 0x6b, 0x08, 0x3b, 0x27, 0xbb, 33 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x27, 0xbb, 34 0xff, 0xff, 0x29, 0xeb, 0x0c, 0x20, 0x10, 0xd8, [all …]
|
| /openbmc/u-boot/lib/at91/ |
| H A D | microchip_logo_8bpp.h | 13 #define MICROCHIP_LOGO_8BPP_X_OFFSET 0 14 #define MCIROCHIP_LOGO_8BPP_Y_OFFSET 0 18 0x42, 0x4d, 0xb6, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x04, 19 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0xd0, 0x00, 0x00, 0x00, 0x38, 0x00, 20 0x00, 0x00, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x2d, 21 0x00, 0x00, 0x74, 0x12, 0x00, 0x00, 0x74, 0x12, 0x00, 0x00, 0x00, 0x00, 22 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 23 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x80, 0x00, 0x80, 0x00, 24 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x80, 0x00, 0x00, 0xc0, 0xc0, 25 0xc0, 0x00, 0xc0, 0xdc, 0xc0, 0x00, 0xf0, 0xca, 0xa6, 0x00, 0x00, 0x20, [all …]
|
| /openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | marvell,mvebu-pinctrl.txt | 21 When the function value for a specific pin equal 0xFF, 36 reg = <0x6F4000 0x10>; 40 * SPI0 [0-3] 44 /* 0 1 2 3 4 5 6 7 8 9 */ 45 pin-func = < 3 3 3 3 3 3 0 0 0 0 46 0 3 0 0 0 0 0 0 0 3>; 58 reg = <0x440000 0x20>; 60 max-func = <0xf>; 62 * [0-31] = 0xff: Keep default CP0_shared_pins: 71 * [40-41] SATA[0/1]_PRESENT_ACTIVEn [all …]
|
| /openbmc/u-boot/drivers/input/ |
| H A D | input.c | 22 FLAG_SCROLL_LOCK = 1 << 0, 28 KEY_MASK = 0xfff, 32 * These takes map key codes to ASCII. 0xff means no key, or special key. 38 0xff, 0x1b, '1', '2', '3', '4', '5', '6', 39 '7', '8', '9', '0', '-', '=', '\b', '\t', /* 0x00 - 0x0f */ 41 'o', 'p', '[', ']', '\r', 0xff, 'a', 's', /* 0x10 - 0x1f */ 43 '\'', '`', 0xff, '\\', 'z', 'x', 'c', 'v', /* 0x20 - 0x2f */ 44 'b', 'n', 'm', ',' , '.', '/', 0xff, 0xff, 0xff, 45 ' ', 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* 0x30 - 0x3f */ 46 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, '7', [all …]
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | float.h | 13 #define CLASS_MINUS_INF 0 39 /* -inf */ {1, {{0xff, 0x80, 0x00, 0x00}}}, 40 /* -Fn */ {2, {{0xc2, 0x28, 0x00, 0x00}, 41 {0xc2, 0x29, 0x00, 0x00}}}, 42 /* -0 */ {1, {{0x80, 0x00, 0x00, 0x00}}}, 43 /* +0 */ {1, {{0x00, 0x00, 0x00, 0x00}}}, 44 /* +Fn */ {2, {{0x42, 0x28, 0x00, 0x00}, 45 {0x42, 0x2a, 0x00, 0x00}}}, 46 /* +inf */ {1, {{0x7f, 0x80, 0x00, 0x00}}}, 47 /* QNaN */ {2, {{0x7f, 0xff, 0xff, 0xff}, [all …]
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | armada-8040-mcbin.dts | 28 reg = <0x0 0x0 0x0 0x80000000>; 34 #size-cells = <0>; 39 pinctrl-0 = <&cpm_xhci_vbus_pins>; 60 * eMMC [0-10] 63 /* 0 1 2 3 4 5 6 7 8 9 */ 65 1 3 0 0 0 0 0 0 0 3 >; 71 pinctrl-0 = <&ap_emmc_pins>; 79 * [0-31] = 0xff: Keep default CP0_shared_pins: 93 * [50] 10G port 0 interrupt 102 /* 0 1 2 3 4 5 6 7 8 9 */ [all …]
|
| H A D | armada-8040-db.dts | 65 reg = <0x0 0x0 0x0 0x80000000>; 76 * SDIO [0-10] 79 /* 0 1 2 3 4 5 6 7 8 9 */ 81 1 3 0 0 0 0 0 0 0 3 >; 86 pinctrl-0 = <&ap_emmc_pins>; 93 * [0-31] = 0xff: Keep default CP0_shared_pins 104 * [40-41] SATA[0/1]_PRESENT_ACTIVEn 109 /* 0 1 2 3 4 5 6 7 8 9 */ 110 pin-func = < 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 111 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff [all …]
|
| H A D | armada-8040-clearfog-gt-8k.dts | 25 reg = <0x0 0x0 0x0 0x80000000>; 34 pinctrl-0 = <&cpm_xhci_vbus_pins>; 53 * eMMC [0-10] 56 /* 0 1 2 3 4 5 6 7 8 9 */ 58 1 3 0 0 0 0 0 0 0 3 >; 64 pinctrl-0 = <&ap_emmc_pins>; 72 * [0-31] = 0xff: Keep default CP0_shared_pins: 93 /* 0 1 2 3 4 5 6 7 8 9 */ 94 pin-func = < 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 95 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx31/ |
| H A D | imx-regs.h | 70 u32 res[0x1f1]; 72 u32 fuse_regs[0x20]; 73 u32 fuse_rsvd[0xe0]; 100 #define IOMUX_PADNUM_MASK 0x1ff 107 PAD_CTL_NOLOOPBACK = 0x0 << 9, 108 PAD_CTL_LOOPBACK = 0x1 << 9, 109 PAD_CTL_PKE_NONE = 0x0 << 8, 110 PAD_CTL_PKE_ENABLE = 0x1 << 8, 111 PAD_CTL_PUE_KEEPER = 0x0 << 7, 112 PAD_CTL_PUE_PUD = 0x1 << 7, [all …]
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_sel.h | 40 #define IPMI_CMD_GET_SEL_INFO 0x40 41 #define IPMI_CMD_GET_SEL_ALLOC_INFO 0x41 42 #define IPMI_CMD_RESERVE_SEL 0x42 43 #define IPMI_CMD_GET_SEL_ENTRY 0x43 44 #define IPMI_CMD_ADD_SEL_ENTRY 0x44 45 #define IPMI_CMD_PARTIAL_ADD_SEL_ENTRY 0x45 46 #define IPMI_CMD_DELETE_SEL_ENTRY 0x46 47 #define IPMI_CMD_CLEAR_SEL 0x47 48 #define IPMI_CMD_GET_SEL_TIME 0x48 49 #define IPMI_CMD_SET_SEL_TIME 0x49 [all …]
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/ |
| H A D | gbs-ipmi-inventory-sensors.yaml | 3 sensorID: 0x10 5 offset: 0xff 8 sensorID: 0x11 10 offset: 0xff 13 sensorID: 0x12 15 offset: 0xff 18 sensorID: 0x13 20 offset: 0xff 23 sensorID: 0x14 25 offset: 0xff [all …]
|
| /openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ |
| H A D | ipmi-inventory-sensors.yaml | 3 sensorID: 0x01 4 sensorType: 0x03 5 offset: 0xff 8 sensorID: 0x02 9 sensorType: 0x03 10 offset: 0xff 13 sensorID: 0x03 14 sensorType: 0x08 15 offset: 0xff 18 sensorID: 0x04 [all …]
|
| /openbmc/qemu/hw/rx/ |
| H A D | rx62n.c | 38 #define RX62N_IRAM_BASE 0x00000000 39 #define RX62N_DFLASH_BASE 0x00100000 40 #define RX62N_CFLASH_BASE 0xfff80000 46 #define RX62N_ICU_BASE 0x00087000 47 #define RX62N_TMR_BASE 0x00088200 48 #define RX62N_CMT_BASE 0x00088000 49 #define RX62N_SCI_BASE 0x00088240 79 * 0x00 - 0x91: IPR no (IPR00 to IPR91) 80 * 0xff: IPR not assigned 84 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
| H A D | p2wi.h | 19 #define P2WI_CTRL_RESET (0x1 << 0) 20 #define P2WI_CTRL_IRQ_EN (0x1 << 1) 21 #define P2WI_CTRL_TRANS_ABORT (0x1 << 6) 22 #define P2WI_CTRL_TRANS_START (0x1 << 7) 24 #define __P2WI_CC_CLK(n) (((n) & 0xff) << 0) 25 #define P2WI_CC_CLK_MASK __P2WI_CC_CLK_DIV(0xff) 29 #define P2WI_CC_SDA_OUT_DELAY(n) (((n) & 0x7) << 8) 30 #define P2WI_CC_SDA_OUT_DELAY_MASK P2WI_CC_SDA_OUT_DELAY(0x7) 32 #define P2WI_IRQ_TRANS_DONE (0x1 << 0) 33 #define P2WI_IRQ_TRANS_ERR (0x1 << 1) [all …]
|
| /openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ |
| H A D | ncplite-ipmi-inventory-sensors.yaml | 2 sensorID: 0xf 5 offset: 0xff 7 sensorID: 0x10 10 offset: 0xff 12 sensorID: 0x11 15 offset: 0xff 17 sensorID: 0x12 20 offset: 0xff 22 sensorID: 0x13 25 offset: 0xff [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 080 | 25 seq=`basename $0` 35 trap "_cleanup; exit \$status" 0 1 2 3 15 47 _unsupported_imgopts 'refcount_bits=1[^0-9]' data_file 'compat=0.10' 63 offset_l2_table_0=$((0x40000)) 65 offset_snap1=$((0x70000)) 66 offset_snap1_l1_offset=$((offset_snap1 + 0)) 72 poke_file "$TEST_IMG" "$offset_header_size" "\xff\xff\xff\xff" 73 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir 74 poke_file "$TEST_IMG" "$offset_header_size" "\x7f\xff\xff\xff" 75 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir [all …]
|
| H A D | 116 | 28 seq=`basename $0` 37 trap "_cleanup; exit \$status" 0 1 2 3 15 54 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir 59 poke_file "$TEST_IMG" "0" "QEDX" 60 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir 65 poke_file "$TEST_IMG" "4" "\xff\xff\xff\xff" 66 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir 71 poke_file "$TEST_IMG" "8" "\xff\xff\xff\xff" 72 $QEMU_IO -f "$IMGFMT" -c "read 0 $size" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir 77 poke_file "$TEST_IMG" "12" "\xff\xff\xff\xff" [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_packedtags1.c | 18 0xff, 0xff, 0xff, 0xff, 19 0xff, 0xff, 0xff, 0xff, 20 0xff, 0xff, 0xff, 0xff, 21 0xff, 0xff, 0xff, 0xff, 22 0xff, 0xff, 0xff, 0xff 32 pt->ecc = 0; in yaffs_pack_tags1() 33 pt->deleted = (t->is_deleted) ? 0 : 1; in yaffs_pack_tags1() 34 pt->unused_stuff = 0; in yaffs_pack_tags1() 35 pt->should_be_ff = 0xffffffff; in yaffs_pack_tags1() 43 t->block_bad = 0; in yaffs_unpack_tags1() [all …]
|
| /openbmc/qemu/crypto/ |
| H A D | aes.c | 41 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… 42 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… 45 0x63, 0x7C, 0x77, 0x7B, 0xF2, 0x6B, 0x6F, 0xC5, 46 0x30, 0x01, 0x67, 0x2B, 0xFE, 0xD7, 0xAB, 0x76, 47 0xCA, 0x82, 0xC9, 0x7D, 0xFA, 0x59, 0x47, 0xF0, 48 0xAD, 0xD4, 0xA2, 0xAF, 0x9C, 0xA4, 0x72, 0xC0, 49 0xB7, 0xFD, 0x93, 0x26, 0x36, 0x3F, 0xF7, 0xCC, 50 0x34, 0xA5, 0xE5, 0xF1, 0x71, 0xD8, 0x31, 0x15, 51 0x04, 0xC7, 0x23, 0xC3, 0x18, 0x96, 0x05, 0x9A, 52 0x07, 0x12, 0x80, 0xE2, 0xEB, 0x27, 0xB2, 0x75, [all …]
|
| /openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/ |
| H A D | evb-npcm845-ipmi-inventory-sensors.yaml | 3 sensorID: 0x01 5 offset: 0xff 8 sensorID: 0x02 10 offset: 0xff 13 sensorID: 0x03 15 offset: 0xff 18 sensorID: 0x04 20 offset: 0xff 23 sensorID: 0x05 25 offset: 0xff [all …]
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-fbstp.c | 13 volatile union u ld_invalid_2 = { .s = { 0, 1234 } }; 14 volatile union u ld_invalid_3 = { .s = { 0, 0x7fff } }; 15 volatile union u ld_invalid_4 = { .s = { (UINT64_C(1) << 63) - 1, 0x7fff } }; 19 int ret = 0; in main() 21 memset(out, 0xfe, sizeof out); in main() 22 __asm__ volatile ("fbstp %0" : "=m" (out) : "t" (-0.0L) : "st"); in main() 23 out[9] &= 0x80; in main() 24 if (memcmp(out, "\0\0\0\0\0\0\0\0\0\x80", sizeof out) != 0) { in main() 25 printf("FAIL: fbstp -0\n"); in main() 28 memset(out, 0x12, sizeof out); in main() [all …]
|
| /openbmc/u-boot/board/varisys/cyrus/ |
| H A D | ddr.c | 34 * memory controller 0 38 {4, 850, 4, 6, 0xff, 2, 0}, 39 {4, 950, 5, 7, 0xff, 2, 0}, 40 {4, 1050, 5, 8, 0xff, 2, 0}, 41 {4, 1250, 5, 10, 0xff, 2, 0}, 42 {4, 1350, 5, 11, 0xff, 2, 0}, 43 {4, 1666, 5, 12, 0xff, 2, 0}, 44 {2, 850, 5, 6, 0xff, 2, 0}, 45 {2, 1050, 5, 7, 0xff, 2, 0}, 46 {2, 1250, 4, 6, 0xff, 2, 0}, [all …]
|
| /openbmc/u-boot/board/freescale/t4qds/ |
| H A D | ddr.h | 29 * memory controller 0 33 {2, 1350, 4, 8, 8, 0x0809090b, 0x0c0c0d0a, 0xff, 2, 0}, 34 {2, 1350, 0, 10, 7, 0x0709090b, 0x0c0c0d09, 0xff, 2, 0}, 35 {2, 1666, 4, 8, 8, 0x080a0a0d, 0x0d10100b, 0xff, 2, 0}, 36 {2, 1666, 0, 10, 7, 0x080a0a0c, 0x0d0d0e0a, 0xff, 2, 0}, 37 {2, 1900, 0, 8, 8, 0x090a0b0e, 0x0f11120c, 0xff, 2, 0}, 38 {2, 2140, 0, 8, 8, 0x090a0b0e, 0x0f11120c, 0xff, 2, 0}, 39 {1, 1350, 0, 10, 8, 0x0809090b, 0x0c0c0d0a, 0xff, 2, 0}, 40 {1, 1700, 0, 10, 8, 0x080a0a0c, 0x0c0d0e0a, 0xff, 2, 0}, 41 {1, 1900, 0, 8, 8, 0x080a0a0c, 0x0e0e0f0a, 0xff, 2, 0}, [all …]
|
| /openbmc/libpldm/tests/fuzz/ |
| H A D | fd.dict | 3 # request update cmd 0x10. identifier "1" 8 # startandend=0x05, classification=7, identifier=123 (0x7b), index = 9 9 pass_comp="\x10\x00\x00\x00\x80\x05\x13\x05\x07\x00\x7b\x00\x09\xff\xff\xff\xff\x01\x01Z" 10 # mostly 0x00 for details 11 pass_comp_00="\x10\x00\x00\x00\x80\x05\x13\x05\x00\x00\x00\x00\x00\xff\xff\xff\xff\x01\x01Z" 14 # set size of 0x810 bytes (2064 bytes) 15 update_comp="\x17\x00\x00\x00\x80\x05\x14\x07\x00\x7b\x00\x09\xff\xff\xff\xff\x10\x08\x00\x00\x00\x… 16 update_comp_00="\x17\x00\x00\x00\x80\x05\x14\x00\x00\x00\x00\x00\xff\xff\xff\xff\x10\x08\x00\x00\x0…
|