| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2010-2013 Freescale Semiconductor, Inc. 10 #include <asm/arch/imx-regs.h> 14 #include <asm/arch/mx6-pins.h> 17 #include <asm/mach-imx/iomux-v3.h> 18 #include <asm/mach-imx/mxc_i2c.h> 19 #include <asm/mach-imx/sata.h> 20 #include <asm/mach-imx/spi.h> 21 #include <asm/mach-imx/boot_mode.h> 22 #include <asm/mach-imx/video.h> [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp_ncurses.py | 2 # BitBake Graphical ncurses-based Dependency Explorer 7 # Copyright (C) 2007 - 2008 Richard Purdie 8 # Copyright (C) 2022 - 2024 David Reyna 10 # SPDX-License-Identifier: GPL-2.0-only 15 # $ bitbake -g -u taskexp_ncurses zlib acl 17 # Self-test example (executes a script of GUI actions): 18 # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl 22 # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl foo 28 # Self-test with no terminal example (only tests dependency fetch from bitbake): 29 # $ TASK_EXP_UNIT_TEST_NOTERM=1 bitbake -g -u taskexp_ncurses quilt [all …]
|
| /openbmc/webui-vue/src/locales/ |
| H A D | en-US.json | 18 "refresh": "Refresh", string 40 "useCursorKeysToNavigateCalendarDates": "Use cursor keys to navigate calendar dates" 102 "refresh": "Refresh", 107 "titleRefresh": "Refresh application data" 211 "label": "24-hour time", 258 "successStartBmcDump": "The dump will take some time to complete. Refresh the application to see the completed dump in the table.", 379 "verifySwitchMessage": "Refresh the application to verify the running and backup images switched.", 381 "verifyUpdateMessage": "Refresh th 97 "refresh": "Refresh", global() string [all...] |
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_layerdetails_page.py | 5 # SPDX-License-Identifier: GPL-2.0-only 7 # Copyright (C) 2013-2016 Intel Corporation 41 name = "meta-imported" 42 vcs_url = "git://example.com/meta-imported" 68 """ Edit all the editable fields for the layer refresh the page and 72 self.wait_until_visible("#add-remove-layer-btn") 74 self.click("#add-remove-layer-btn") 75 self.click("#edit-layer-source") 78 self.wait_until_visible("#layer-git-repo-url") 81 for btn in self.find_all("dd .glyphicon-edit"): [all …]
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | input-event-codes.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 6 * This file is not only included from C-code but also from devicetree source 9 * Copyright (c) 1999-2002 Vojtech Pavlik 65 * Keys and buttons 67 * Most of the keys/buttons are modeled after USB HUT 1.12 70 * AC - Application Control 71 * AL - Application Launch Button 72 * SC - System Control 253 #define KEY_REFRESH 173 /* AC Refresh */ 307 outputs (Monitor/LCD/TV-out/etc) */ [all …]
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | textbox.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * textbox.c -- implements the text box 24 * refresh window content 40 * keys is a null-terminated array 44 int initial_width, int *keys, int *_vscroll, int *_hscroll, in dialog_textbox() argument 71 return -ERRDISPLAYTOOSMALL; in dialog_textbox() 76 height -= 4; in dialog_textbox() 83 width -= 5; in dialog_textbox() 88 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox() 89 y = (getmaxy(stdscr) - height) / 2; in dialog_textbox() [all …]
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | windows.yml | 1 msys2-64bit: 4 - saas-windows-medium-amd64 8 - msys64/var/cache 9 - ccache 20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=0 22 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet 24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" 27 - build/meson-logs/testlog.txt 29 junit: "build/meson-logs/testlog.junit.xml" 31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)" [all …]
|
| /openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
| H A D | board.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ 49 /* dram_init must store complete ramsize in gd->ram_size */ in dram_init() 50 gd->ram_size = get_ram_size( in dram_init() 58 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize() 59 gd->bd->bi_dram[0].size = gd->ram_size; in dram_init_banksize() 156 ret = omap_mmc_init(0, 0, 0, -1, -1); in cpu_mmc_init() 160 return omap_mmc_init(1, 0, 0, -1, -1); in cpu_mmc_init() 165 * RTC only with DDR in self-refresh mode magic value, checked against during 171 /* Board type field bit shift for RTC only with DDR in self-refresh mode */ [all …]
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | index.html | 2 <!-- Caution: Electron does not allow inline scripts or styles! --> 5 <meta charset="UTF-8"> 6 <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> 7 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> 8 <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'"> 88 dbus-pcap status goes here 91 …The <b>dbus-pcap</b> script is not found; dbus-vis needs <b>dbus-pcap</b> for parsing PCAP files.<… 92 Click to down <b>dbus-pcap</b> from: <br/> 93 …s://raw.githubusercontent.com/openbmc/openbmc-tools/08ce0a5bad2b5c970af567c2e9888d444afe3946/dbus-… 94 <button id="btn_download_dbus_pcap">Download to dbus-vis folder</button> [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | server.py | 3 # SPDX-License-Identifier: GPL-2.0-only 26 DB_ADMIN_PERM = "@db-admin" 27 USER_ADMIN_PERM = "@user-admin" 62 self.sample.add(time.perf_counter() - self.start_time) 117 self.m = last_m + (elapsed - last_m) / self.num 118 self.s = self.s + (elapsed - last_m) * (elapsed - self.m) 138 return math.sqrt(self.s / (self.num - 1)) 153 # refresh requests lock the same global semaphore and then sleep for a 162 return base64.b64encode(raw, b"._").decode("utf-8") 171 h.update(salt.encode("utf-8")) [all …]
|
| /openbmc/qemu/ui/ |
| H A D | curses.c | 95 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1); in curses_update() 96 refresh(); in curses_update() 101 if (qemu_console_is_fixedsize(dcl->con)) { in curses_calc_pad() 113 refresh(); in curses_calc_pad() 118 px = (width - COLS) / 2; in curses_calc_pad() 123 sminx = (COLS - width) / 2; in curses_calc_pad() 128 py = (height - LINES) / 2; in curses_calc_pad() 133 sminy = (LINES - height) / 2; in curses_calc_pad() 167 if (ioctl(1, TIOCGWINSZ, &ws) == -1) { in curses_winch_check() 196 x = sminx + x - px; in curses_cursor_position() [all …]
|
| H A D | cocoa.m | 31 #include "qemu/help-texts.h" 32 #include "qemu-main.h" 36 #include "ui/kbd-state.h" 39 #include "system/runstate-action.h" 40 #include "system/cpu-throttle.h" 42 #include "qapi/qapi-commands-block.h" 43 #include "qapi/qapi-commands-machine.h" 44 #include "qapi/qapi-commands-misc.h" 46 #include "qemu-version.h" 48 #include "qemu/main-loop.h" [all …]
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 20 "------------\n" 31 "------------\n" 33 "build. Kernel features can either be built-in, modularized, or removed.\n" 40 " - - are selected by another feature\n" 45 "To change any of these features, highlight it with the movement keys\n" 50 "A trailing \"--->\" designates a submenu, a trailing \"----\" an\n" 53 "Menu navigation keys\n" 54 "----------------------------------------------------------------------\n" 66 "Start incremental, case-insensitive search for STRING in menu entries,\n" 76 "----------------------------------------------------------------------\n" [all …]
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-hashclient | 5 # SPDX-License-Identifier: GPL-2.0-only 91 taskhash.update(args.taskhash_seed.encode('utf-8')) 92 taskhash.update(str(i).encode('utf-8')) 96 elapsed = time.perf_counter() - start_time 120 total_elapsed = time.perf_counter() - start_time 144 taskhash.update(args.taskhash_seed.encode('utf-8')) 145 taskhash.update(str(i).encode('utf-8')) 148 outhash.update(args.outhash_seed.encode('utf-8')) 149 outhash.update(str(i).encode('utf-8')) 184 print(("-" * 20) + "+" + ("-" * 20)) [all …]
|
| /openbmc/u-boot/tools/dtoc/ |
| H A D | test_fdt | 2 # SPDX-License-Identifier: GPL-2.0+ 28 """Low-level function to get the property value based on its offset 76 node = self.dtb.GetNode('/spl-test') 100 """Tetst that we can access the raw device-tree data""" 105 node = self.dtb.GetNode('/spl-test') 109 'stringarray', 'stringval', 'u-boot,dm-pre-reloc'], 110 sorted(props.keys())) 115 fdt.CheckErr(-libfdt.NOTFOUND, 'hello') 119 node = self.dtb.GetNode('/spl-test') 135 self.node = self.dtb.GetNode('/spl-test') [all …]
|
| H A D | test_fdt.py | 2 # SPDX-License-Identifier: GPL-2.0+ 28 """Low-level function to get the property value based on its offset 76 node = self.dtb.GetNode('/spl-test') 100 """Tetst that we can access the raw device-tree data""" 105 node = self.dtb.GetNode('/spl-test') 109 'stringarray', 'stringval', 'u-boot,dm-pre-reloc'], 110 sorted(props.keys())) 115 fdt.CheckErr(-libfdt.NOTFOUND, 'hello') 119 node = self.dtb.GetNode('/spl-test') 135 self.node = self.dtb.GetNode('/spl-test') [all …]
|
| /openbmc/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 5 * This file is not only included from C-code but also from devicetree source 8 * Copyright (c) 1999-2002 Vojtech Pavlik 64 * Keys and buttons 66 * Most of the keys/buttons are modeled after USB HUT 1.12 69 * AC - Application Control 70 * AL - Application Launch Button 71 * SC - System Control 252 #define KEY_REFRESH 173 /* AC Refresh */ 305 outputs (Monitor/LCD/TV-out/etc) */ 507 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */ [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/block/ |
| H A D | crypto.c | 4 * Copyright (c) 2015-2016 Red Hat, Inc. 25 #include "system/block-backend.h" 27 #include "qapi/opts-visitor.h" 28 #include "qapi/qapi-visit-crypto.h" 29 #include "qapi/qobject-input-visitor.h" 67 BlockCrypto *crypto = bs->opaque; in block_crypto_read_func() 73 ret = bdrv_pread(crypto->header ? crypto->header : bs->file, in block_crypto_read_func() 76 error_setg_errno(errp, -ret, "Could not read encryption header"); in block_crypto_read_func() 90 BlockCrypto *crypto = bs->opaque; in block_crypto_write_func() 96 ret = bdrv_pwrite(crypto->header ? crypto->header : bs->file, in block_crypto_write_func() [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 4 # SPDX-License-Identifier: GPL-2.0-only 22 result = create_index("%s --update -q %s" % (createrepo_c, deploy_dir)) 38 # Remove the existing repodata to ensure that we re-generate it no matter what 63 rpm_repo_workdir="oe-rootfs-repo", 70 self.archs = self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS').replace("-","_") 72 self.archs = self.d.getVar(arch_var).replace("-","_") 94 # This prevents accidental matching against libsolv's built-in policies 120 f.write("%s-pc-linux" % self.primary_arch) 133 pubkey_path = oe.path.join(self.d.getVar('B'), 'rpm-key') 136 cmd = [rpm_bin, '--root=%s' % self.target_rootfs, '--import', pubkey_path] [all …]
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 191 if path[-1] == name: 201 from_name = path[-1] 206 Return post-order list of node names. 219 Print pre-order node names with indentation denoting node depth level. 278 cmd = ["make", "-n", target] 289 "-j", 292 "-l", 295 "-O", 310 # Refresh dynamic linker run time bindings for dependencies 311 check_call_cmd("sudo", "-n", "--", "ldconfig") [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 38 ------------------------- 49 Different sub-types of "make check" tests will be explained below. 55 .. _unit-tests: 68 In QEMU, unit tests can be invoked with ``make check-unit``. They are 76 1. Create a new source file. For example, ``tests/unit/foo-test.c``. 86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like:: 90 'foo-test': [], [all …]
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL) 16 ``-h`` 21 "-version display version information and exit\n", QEMU_ARCH_ALL) 23 ``-version`` 28 "-machine [type=]name[,prop[=value][,...]]\n" 29 " selects emulated machine ('-machine help' for list)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" [all …]
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1 # Development tool - standard commands plugin 3 # Copyright (C) 2014-2017 Intel Corporation 5 # SPDX-License-Identifier: GPL-2.0-only 30 override_branch_prefix = 'devtool-override-' 40 …e_oe.ArgumentUsageError('At least one of recipename, srctree, fetchuri or -f/--fetch must be speci… 48 raise DevtoolError('URI specified as positional argument as well as -f/--fetch') 54 raise DevtoolError('URI specified as positional argument as well as -f/--fetch') 62 …logger.warning('Ambiguous argument "%s" - assuming you mean it to be the recipe name' % args.recip… 66 … raise DevtoolError('The -S/--srcrev option is only valid when fetching from an SCM repository') 68 … raise DevtoolError('The -B/--srcbranch option is only valid when fetching from an SCM repository') [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | highlight.pack.js | 2 …-highlight";for(o=o.split(/\s+/),n=0,r=o.length;r>n;n++)if(i=o[n],a(i)||w(i))return i}function o(e…
|