| /openbmc/phosphor-bmc-code-mgmt/bmc/static/ |
| H A D | obmc-flash-bmc-alt@.service.in | 2 Description=Flash image-bmc to the alt chip and reset cs0 8 ExecStartPre=-/usr/bin/obmc-flash-bmc umount-static-altfs rofs-alt 9 ExecStartPre=-/usr/bin/obmc-flash-bmc umount-static-altfs rwfs-alt 10 ExecStart=/usr/sbin/flashcp /tmp/images/%i/image-bmc /dev/mtd/alt-bmc 11 ExecStartPost=-/usr/bin/obmc-flash-bmc static-altfs squashfs alt-rofs rofs-alt 12 ExecStartPost=-/usr/bin/obmc-flash-bmc static-altfs jffs2 alt-rwfs rwfs-alt
|
| H A D | obmc-flash-bmc-static-mount-alt.service.in | 2 Description=Mount the alt partitions for static layout systems 10 # The alt flash may be empty or contain invalid data so the mount could fail. 12 ExecStart=-/usr/bin/obmc-flash-bmc static-altfs squashfs alt-rofs rofs-alt
|
| H A D | obmc-flash-bmc-prepare-for-sync.service.in | 9 ExecStart=-/usr/bin/obmc-flash-bmc static-altfs jffs2 alt-rwfs rwfs-alt
|
| /openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/ |
| H A D | kbdconfig | 19 <ctrl><alt>x=!xterm 20 <ctrl><alt>r=!rxvt 34 <alt>Tab=next 35 <alt><shift>Tab=prev 37 <alt>space=taskmenu 38 <alt>escape=!matchbox-remote -mbmenu 39 <alt>f4=close
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-clone-visitor.c | 128 src->alt = g_new(UserDefAlternate, 1); in test_clone_complex2() 129 src->alt->type = QTYPE_QDICT; in test_clone_complex2() 130 src->alt->u.udfu.integer = 42; in test_clone_complex2() 132 src->alt->u.udfu.string = NULL; in test_clone_complex2() 133 src->alt->u.udfu.enum1 = ENUM_ONE_VALUE3; in test_clone_complex2() 134 src->alt->u.udfu.u.value3.intb = 99; in test_clone_complex2() 135 src->alt->u.udfu.u.value3.has_a_b = true; in test_clone_complex2() 136 src->alt->u.udfu.u.value3.a_b = true; in test_clone_complex2() 140 g_assert(dst->alt); in test_clone_complex2() 141 g_assert_cmpint(dst->alt->type, ==, QTYPE_QDICT); in test_clone_complex2() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf-gentium_1.02.bb | 17 install -d ${D}${datadir}/doc/ttf-gentium-alt/ 20 install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium-alt/ 24 PACKAGES = "${PN} ${PN}-alt" 25 FONT_PACKAGES = "${PN} ${PN}-alt" 27 FILES:${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ 29 ${datadir}/doc/ttf-gentium-alt/*"
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | test_bmc_file_mirroring.robot | 17 [Documentation] Verify the modified file is synced to alt flash side. 47 # File "hostname" should have synced to alt media space. 48 # Example output from "ls /media/alt/var/persist/etc/": 55 ... cat /media/alt/var/persist/etc/hostname 58 ... msg=hostname primary file is not synced to the alt flash chip side.
|
| /openbmc/u-boot/board/renesas/alt/ |
| H A D | Kconfig | 4 default "alt" 10 default "alt"
|
| H A D | MAINTAINERS | 4 F: board/renesas/alt/ 5 F: include/configs/alt.h
|
| H A D | Makefile | 12 obj-y := alt.o qos.o
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | obmc-flash-bmc | 261 altNum="$(findmtdnum "alt-bmc")" 276 altbmcmtd="$(findmtd "alt-bmc")" 350 altNum="$(findmtdnum "alt-bmc")" 366 altNum="$(findmtdnum "alt-bmc")" 454 alt="alt-bmc" 455 altmtd="$(findmtd "${alt}")" 457 reqmtd="${alt}" 458 reqmtd2="${alt}" 477 alt="$(findmtd "alt-u-boot")" 478 altdev="/dev/${alt}" [all …]
|
| /openbmc/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-sti.c | 49 unsigned char alt; member 60 int alt = pin_desc->alt; in sti_alternate_select() local 85 sysconf = bitfield_replace(sysconf, pin * 4, 3, alt); in sti_alternate_select() 266 pin_desc.alt = cells[2]; in sti_pinctrl_set_state()
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu.c | 387 static int dfu_fill_entity(struct dfu_entity *dfu, char *s, int alt, in dfu_fill_entity() argument 396 dfu->alt = alt; in dfu_fill_entity() 499 dfu_get_dev_type(dfu->dev_type), dfu->alt, in dfu_show_entities() 509 struct dfu_entity *dfu_get_entity(int alt) in dfu_get_entity() argument 514 if (dfu->alt == alt) in dfu_get_entity() 529 return dfu->alt; in dfu_get_alt() 551 return dfu->alt; in dfu_get_alt()
|
| /openbmc/u-boot/arch/x86/include/asm/arch-quark/ |
| H A D | msg_port.h | 121 msg_port_generic_clrsetbits(alt, port, reg, clr, 0) 123 msg_port_generic_clrsetbits(alt, port, reg, 0, set) 125 msg_port_generic_clrsetbits(alt, port, reg, clr, set)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils.inc | 83 for alt in make_alts.split(): 84 d.setVarFlag('ALTERNATIVE_TARGET', alt, bindir + "/" + prefix + alt) 85 d.setVarFlag('ALTERNATIVE_LINK_NAME', alt, bindir + "/" + alt) 178 for alt in ${USE_ALTERNATIVES_FOR}; do 179 rm -f ${D}${bindir}/$alt
|
| /openbmc/qemu/qapi/ |
| H A D | common.json | 192 # @alt-alt: left and right alt key 205 'data': [ 'ctrl-ctrl', 'alt-alt', 'shift-shift','meta-meta', 'scrolllock',
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/flash/ |
| H A D | phosphor-software-manager_%.bbappend | 3 BMC_RO_MTD:ibm-ac-server = "alt-bmc+bmc" 6 BMC_RO_MTD:sbp1 = "alt-bmc"
|
| /openbmc/u-boot/board/freescale/t1040qds/ |
| H A D | README | 124 0xED300000 0xEFEFFFFF rootfs (alt bank) 44MB 125 0xEC800000 0xEC8FFFFF Hardware device tree (alt bank) 1MB 126 0xEC020000 0xEC7FFFFF Linux.uImage (alt bank) 7MB + 875KB 127 0xEC000000 0xEC01FFFF RCW (alt bank) 128KB 128 0xEBF40000 0xEBFFFFFF U-Boot (alt bank) 768KB 129 0xEBF20000 0xEBF3FFFF U-Boot env (alt bank) 128KB 130 0xEBF00000 0xEBF1FFFF FMAN ucode (alt bank) 128KB
|
| /openbmc/phosphor-bmc-code-mgmt/ |
| H A D | meson.options | 201 'alt-rofs-dir', 203 value: '/run/media/rofs-alt', 208 'alt-rwfs-dir', 210 value: '/run/media/rwfs-alt/cow', 211 description: 'The dir for alt-rwfs partition.',
|
| /openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
| H A D | alt_fw_env.config | 16 /dev/mtd/alt-u-boot-env 0x00000 0x10000 17 /dev/mtd/alt-u-boot-env 0x10000 0x10000
|
| /openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp/ |
| H A D | alt_fw_env.config | 16 /dev/mtd/alt-u-boot-env 0x00000 0x10000 17 /dev/mtd/alt-u-boot-env 0x10000 0x10000
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | CVE-2023-38473.patch | 44 + char *alt, *r, *ret; 99 + alt = alternative; 101 + ret = avahi_escape_label(r, strlen(r), &alt, &len);
|
| /openbmc/u-boot/board/freescale/t208xrdb/ |
| H A D | README | 114 0xED300000 0xEFEFFFFF rootfs (alt bank) 44MB 115 0xEC800000 0xEC8FFFFF Hardware device tree (alt bank) 1MB 116 0xEC020000 0xEC7FFFFF Linux.uImage (alt bank) 7MB + 875KB 117 0xEC000000 0xEC01FFFF RCW (alt bank) 128KB 118 0xEBF40000 0xEBFFFFFF U-Boot (alt bank) 768KB 119 0xEBF20000 0xEBF3FFFF U-Boot env (alt bank) 128KB 120 0xEBF00000 0xEBF1FFFF FMAN ucode (alt bank) 128KB 121 0xEBE00000 0xEBE3FFFF PHY CS4315 firmware (alt bank) 256KB
|
| /openbmc/openbmc/poky/meta-poky/conf/distro/ |
| H A D | poky-altcfg.conf | 17 require conf/distro/include/poky-distro-alt-test-config.inc
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | font-awesome.min.css | 33 …alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01…
|