| /openbmc/phosphor-host-ipmid/ |
| H A D | meson.options | 3 'boot-flag-safe-mode-support', 5 description: 'Add option to enable/disable safe mode in boot flags', 8 'i2c-whitelist-check', 10 description: 'Add option to enable/disable i2c master write read command white list checking', 16 'softoff-busname', 22 'softoff-objpath', 28 'ipmi-sms-atn-ack-timeout-secs', 34 'ipmi-host-shutdown-complete-timeout-secs', 39 # Indicates an in-band power off or reboot request from the host 43 'host-inband-request-dir', [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
| /openbmc/u-boot/include/configs/ |
| H A D | ti_armv7_common.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 9 * board or even SoC common file, we define a common file to be re-used 25 * Our DDR memory always starts at 0x80000000 and U-Boot shall have 34 * also be safe elsewhere. We have the default load at 32MB into DDR (for 64 * initial stack pointer in our SRAM. Otherwise, we can define 70 #define CONFIG_SYS_INIT_SP_ADDR (NON_SECURE_SRAM_END - \ 77 /* If DM_I2C, enable non-DM I2C support */ 84 * The following are general good-enough settings for U-Boot. We set a 86 * function over binary size in the main portion of U-Boot as this is [all …]
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-cross.inc | 5 DEPENDS = "virtual/cross-binutils ${EXTRADEPENDS} ${NATIVEDEPS}" 8 d.setVar("EXTRADEPENDS", "linux-libc-headers") 11 PN = "gcc-cross-${TARGET_ARCH}" 16 require gcc-configure-common.inc 23 EXTRA_OECONF += "--enable-poison-system-directories=error" 25 --with-multilib-list= \ 26 --enable-incomplete-targets \ 30 --with-system-zlib \ 33 EXTRA_OECONF:append:libc-baremetal = " --without-headers" 34 EXTRA_OECONF:remove:libc-baremetal = "--enable-threads=posix" [all …]
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 7 /* U-Boot - Startup Code for 86xx PowerPC based Embedded Boards 16 #include <asm-offsets.h> 26 #include <asm/u-boot.h> 52 * r3 - 1st arg to board_init(): IMMP pointer 53 * r4 - 2nd arg to board_init(): boot flag 56 .long 0x27051956 /* U-Boot Magic Number */ 169 *------------------------------------------------------*/ 172 addi r3, r3, in_flash - _start + EXC_OFF_SYS_RESET 177 /* let the C-code set up the rest */ [all …]
|
| /openbmc/u-boot/arch/x86/cpu/i386/ |
| H A D | interrupt.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * (C) Copyright 2008-2011 20 #include <asm/processor-flags.h> 45 "Stack Segment Fault", 49 "x87 FPU Floating-Point Error", 52 "SIMD Floating-Point Exception", 75 * Some exceptions cause an error code to be saved on the current stack in dump_regs() 77 * position on the stack based on the exception number. in dump_regs() 79 switch (regs->irq_id) { in dump_regs() 87 cs = regs->context.ctx2.xcs; in dump_regs() [all …]
|
| /openbmc/u-boot/ |
| H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2000 - 2013 9 This directory contains the source code for U-Boot, a boot loader for 15 The development of U-Boot is closely related to Linux: some parts of 37 scattered throughout the U-Boot source identifying the people or 41 actual U-Boot source tree; however, it can be created dynamically 51 U-Boot, you should send a message to the U-Boot mailing list at 52 <u-boot@lists.denx.de>. There is also an archive of previous traffic 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0+ 15 # o Do not use make's built-in rules and variables 16 # (this increases performance and avoids hard-to-debug behaviour); 18 MAKEFLAGS += -rR --include-dir=$(CURDIR) 32 # Most importantly: sub-Makefiles should only ever modify files in 35 # unavoidable when linking the built-in.o targets which finally 46 # --------------------------------------------------------------------------- 53 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< 60 # A simple variant is to prefix commands with $(Q) - that's useful 61 # for commands that shall be hidden in non-verbose mode. [all …]
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright 2004, 2007-2012 Freescale Semiconductor, Inc. 7 /* U-Boot Startup Code for Motorola 85xx PowerPC based Embedded Boards 10 * last 4K page(0xfffff000-0xffffffff) in flash/rom. 14 #include <asm-offsets.h> 62 * e500 Startup -- after reset only the last 4KB of the effective 78 /* Enable debug exception */ 84 * later in cpu_init_early_f(). Save it to a safe register before we 128 /* ISBC uses L2 as stack. 129 * Disable L2 cache here so that u-boot can enable it later [all …]
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * ether.c -- Ethernet gadget driver, with CDC and non-CDC options 5 * Copyright (C) 2003-2005,2008 David Brownell 6 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger 29 #include <dm/uclass-internal.h> 30 #include <dm/device-internal.h> 41 * Ethernet gadget driver -- with CDC and non-CDC options 47 * this USB-IF standard as its open-systems interoperability solution; 51 * TLA-soup. "CDC ACM" (Abstract Control Model) is for modems, and a new 55 * implement a "minimalist" vendor-agnostic CDC core: same framing, but [all …]
|
| H A D | pxa25x_udc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Intel PXA25x and IXP4xx on-chip full speed USB device controllers 23 #include <asm/mach-types.h> 32 #include <asm/arch/pxa-regs.h> 53 * not used here. IN-DMA (to host) is simple enough, when the data is 54 * suitably aligned (16 bytes) ... the network stack doesn't do that, 55 * other software can. OUT-DMA is buggy in most chip versions, as well 57 * bother using DMA. (Mostly-working IN-DMA support was available in 61 #define DRIVER_VERSION "18-August-2012" 71 udc->watchdog.base = get_timer(0); in start_watchdog() [all …]
|
| /openbmc/ipmitool/ |
| H A D | ChangeLog | 1 version 1.8.15 2014-11-24 2 * ID: 340 - ipmitool sol session improperly closes on packet retry 3 * ID: 277 - support for hostnames longer than 64 chars 4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols 5 * ID: 277 - Minor issue with ipmi_intf_session_set_hostname() 6 * ID: 247 - 'sensor thresh' help output is wrong 7 * ID: 324 - conflicting declaration write_fru_area() 8 * ID: 337 - Add support for 13G Dell PowerEdge 9 * ID: 325 - DDR4 DIMM Decoding Logic 10 * ID: 328 - HPM.2 fixes [all …]
|
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | smsc95xx.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Copyright (C) 2007-2008 SMSC (Steve Glendinning) 106 /* Vendor-specific PHY Definitions */ 177 return -EIO; in smsc95xx_write_reg() 196 return -EIO; in smsc95xx_read_reg() 215 return -ETIMEDOUT; in smsc95xx_phy_wait_not_busy() 225 return -ETIMEDOUT; in smsc95xx_mdio_read() 234 return -ETIMEDOUT; in smsc95xx_mdio_read() 277 return -ETIMEDOUT; in smsc95xx_eeprom_confirm_not_busy() 294 return -ETIMEDOUT; in smsc95xx_wait_eeprom() [all …]
|
| /openbmc/qemu/include/hw/xen/interface/io/ |
| H A D | blkif.h | 1 /* SPDX-License-Identifier: MIT */ 5 * Unified block-device I/O interface for Xen guest OSes. 7 * Copyright (c) 2003-2004, Keir Fraser 18 * Front->back notifications: When enqueuing a new request, sending a 20 * hold-off mechanism provided by the ring macros). Backends must set 23 * Back->front notifications: When enqueuing a new response, sending a 25 * hold-off mechanism provided by the ring macros). Frontends must set 63 *------------------ Backend Device Identification (PRIVATE) ------------------ 78 * physical-device 85 * physical-device-path [all …]
|
| /openbmc/qemu/ |
| H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 66 have_linux_user = have_linux_user or target.endswith('linux-user') 67 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 68 have_system = have_system or target.endswith('-softmmu') 113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 120 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 128 '--rustc-version', rustc.version(), 129 '--workspace', meson.project_source_root() / 'rust'] [all …]
|
| 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/u-boot/common/ |
| H A D | cli_hush.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * sh.c -- a prototype Bourne shell grammar parser 14 * support has been adapted from busybox-0.49pre's lash, 21 * b_addchr() derived from similar w_addchar function in glibc-2.2 54 * to-do: 55 * port selected bugfixes from post-0.49 busybox lash - done? 63 * control-C handling, probably with longjmp 65 * figure out what to do with backslash-newline 68 * continuation lines, both explicit and implicit - done? 69 * memory leak finding and plugging - done? [all …]
|
| /openbmc/u-boot/drivers/net/ |
| H A D | mvneta.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * U-Boot version: 6 * Copyright (C) 2014-2015 Stefan Roese <sr@denx.de> 12 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 30 #include <asm-generic/gpio.h> 148 #define MVNETA_TX_INTR_MASK(nr_txqs) (((1 << nr_txqs) - 1) << 0) 150 #define MVNETA_RX_INTR_MASK(nr_rxqs) (((1 << nr_rxqs) - 1) << 8) 220 (((index) < (q)->last_desc) ? ((index) + 1) : 0) 318 u32 reserved2; /* hw_cmd - (for future use, PMT) */ 319 u32 reserved3[4]; /* Reserved - (for future use) */ [all …]
|
| H A D | mvpp2.c | 8 * U-Boot version: 9 * Copyright (C) 2016-2017 Stefan Roese <sr@denx.de> 18 #include <dm/device-internal.h> 33 #include <asm-generic/gpio.h> 346 /* Per-port registers */ 392 * Per-port XGMAC registers. PPv2.2 only, only for GOP port 0, 393 * relative to port->base. 491 (((index) < (q)->last_desc) ? ((index) + 1) : 0) 493 /* SMI: 0xc0054 -> offset 0x54 to lms_base */ 495 /* PP2.2: SMI: 0x12a200 -> offset 0x1200 to iface_base */ [all …]
|
| /openbmc/qemu/hw/sd/ |
| H A D | sdhci.c | 10 * Based on MMC controller for Samsung S5PC1xx-based board emulation 29 #include "qemu/error-report.h" 32 #include "hw/qdev-properties.h" 38 #include "sdhci-internal.h" 43 #define TYPE_SDHCI_BUS "sdhci-bus" 52 return 1 << (9 + FIELD_EX32(s->capareg, SDHC_CAPAB, MAXBLOCKLENGTH)); in DECLARE_INSTANCE_CHECKER() 59 if (s->sd_spec_version >= 3) { in sdhci_check_capab_freq_range() 68 "in range 0-63 only", desc); in sdhci_check_capab_freq_range() 76 uint64_t msk = s->capareg; in sdhci_check_capareg() 80 switch (s->sd_spec_version) { in sdhci_check_capareg() [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…
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 71 -q, --quiet quiet 72 --no-tree run without a kernel tree 73 --no-signoff do not check for 'Signed-off-by' line 74 --patch treat FILE as patchfile (default) 75 --emacs emacs compile window format 76 --terse one line per report 77 --showfile emit diffed file position, not input file position 78 -g, --git treat FILE as a single commit or git revision range 86 <rev>-<count> [all …]
|
| /openbmc/qemu/migration/ |
| H A D | savevm.c | 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * Copyright (c) 2009-2015 Red Hat Inc 34 #include "migration-stats.h" 39 #include "migration/channel-block.h" 42 #include "qemu-file.h" 44 #include "postcopy-ram.h" 46 #include "qapi/qapi-commands-migration.h" 47 #include "qapi/clone-visitor.h" 48 #include "qapi/qapi-builtin-visit.h" 49 #include "qemu/error-report.h" [all …]
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 28 #include "exec/page-protection.h" 29 #include "exec/mmap-lock.h" 30 #include "exec/tb-flush.h" 31 #include "exec/translation-block.h" 115 #include <linux/dm-ioctl.h> 136 #include "user-internals.h" 138 #include "signal-common.h" 140 #include "user-mmap.h" 141 #include "user/page-protection.h" 142 #include "user/safe-syscall.h" [all …]
|