Home
last modified time | relevance | path

Searched +full:- +full:- +full:tree +full:- +full:view (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c1 /* Hey EMACS -*- linux-c -*- */
4 * Copyright (C) 2002-2003 Romain Lievin <roms@tilp.info>
57 GtkTreeStore *tree1, *tree2, *tree; variable
62 static struct menu *current; // current node for SINGLE view
63 static struct menu *browsed; // browsed node for SPLIT view
107 buf[strlen(buf) - 1] = '\0'; in dbg_sym_flags()
121 &style->bg[GTK_STATE_NORMAL], in replace_button_icon()
172 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
174 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
176 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
[all …]
H A Dgconf.glade1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
3 <glade-interface>
52 <child internal-child="image">
55 <property name="stock">gtk-open</property>
75 <child internal-child="image">
78 <property name="stock">gtk-save</property>
97 <child internal-child="image">
100 <property name="stock">gtk-save-as</property>
125 <child internal-child="image">
128 <property name="stock">gtk-quit</property>
[all …]
/openbmc/u-boot/doc/
H A DREADME.nios21 Nios II is a 32-bit embedded-processor architecture designed
8 http://rocketboards.org/foswiki/view/Documentation/NiosIILinuxUserManual
10 The Nios II port of u-boot is controlled by device tree. Please check
11 out doc/README.fdt-control.
13 To add a new board/configuration (eg, mysystem) to u-boot, you will need
16 1. The device tree source which describes the hardware, dts file.
25 The device tree source must be generated from your qsys/sopc design
30 $ java -jar sopc2dts.jar --force-altr -i mysystem.sopcinfo -o mysystem.dts
35 1. Add "stdout-path=..." property with your serial path to the chosen
38 stdout-path = &uart_0;
[all …]
H A DREADME.coccinelle12 tree-wide patches and detection of problematic programming patterns.
15 -------------------
18 which are provided by Coccinelle version 1.0.0-rc11 and above.
25 - Debian
26 - Fedora
27 - Ubuntu
28 - OpenSUSE
29 - Arch Linux
30 - NetBSD
31 - FreeBSD
[all …]
/openbmc/openbmc-test-automation/docs/
H A Dopenbmc_test_tools.md8 $ ipmitool -V
16 [README](https://github.com/open-power/HTX)
21 [README](https://github.com/openbmc/phosphor-logging/blob/master/README.md#remote-logging-via-rsysl…
25 Pre-requisite: A Power Linux system is required.
27 - Obtain the SEL (System Error Log) parser tools:
28 - Go to https://openpower.xyz/job/openpower/job/openpower-op-build/
29 - Click the link for the BMC system of interest (e.g. witherspoon)
30 - Click the "host_fw_debug.tar" link in order to download the tar file.
31 - On your Power Linux system, untar the file with the following command:
34 $ tar -xvf host_fw_debug.tar
[all …]
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
24 up-to-date Yocto Linux kernel possible, while still ensuring that the
31 mix of important new mainline developments, non-mainline developments
38 :ref:`overview-manual/development-environment:yocto project source repositories`
44 - *linux-yocto-4.1:* The stable Yocto Project kernel to use with
48 - *linux-yocto-4.4:* The stable Yocto Project kernel to use with
52 - *linux-yocto-4.6:* A temporary kernel that is not tied to any
55 - *linux-yocto-4.8:* The stable yocto Project kernel to use with
58 - *linux-yocto-4.9:* The stable Yocto Project kernel to use with
62 - *linux-yocto-4.10:* The default stable Yocto Project kernel to
[all …]
H A Dintro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
21 whose Git repositories you can view in the Yocto
25 newly-supported platforms. Previous recipes in the release are refreshed
30 ":ref:`kernel-dev/concepts-appx:yocto project kernel development and maintenance`" section.
33 (``linux-yocto-dev.bb``) should you want to work with the very latest in
39 ":ref:`kernel-dev/concepts-appx:yocto project kernel development and maintenance`"
68 If, instead, you have a very specific Linux kernel source tree and are
76 open-source development tools. Understanding these concepts will
81 - :doc:`/brief-yoctoprojectqs/index` document.
83 - :doc:`/overview-manual/index`.
[all …]
/openbmc/qemu/docs/devel/
H A Dtracing.rst19 $ qemu --trace "memory_region_ops_*" ...
25 ``./configure --enable-trace-backends=BACKENDS`` was not explicitly specified.
27 Multiple patterns can be specified by repeating the ``--trace`` option::
29 $ qemu --trace "kvm_*" --trace "virtio_*" ...
32 file to avoid long command-line options::
36 $ qemu --trace events=/tmp/events ...
41 Sub-directory setup
42 -------------------
44 Each directory in the source tree can declare a set of trace events in a local
45 "trace-events" file. All directories which contain "trace-events" files must be
[all …]
H A Dqom.rst13 - System for dynamically registering types
14 - Support for single-inheritance of types
15 - Multiple inheritance of stateless interfaces
16 - Mapping internal members to publicly exposed properties
21 The QOM tree
24 The QOM tree is a composition tree which represents all of the objects
25 that make up a QEMU "machine". You can view this tree by running
26 ``info qom-tree`` in the :ref:`QEMU monitor`. It will contain both
35 .. code-block:: c
40 #define TYPE_MY_DEVICE "my-device"
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py6 # SPDX-License-Identifier: GPL-2.0-only
26 from django.views.generic import View
49 class XhrBuildRequest(View):
140 class XhrProjectUpdate(View):
183 class XhrSetDefaultImageUrl(View):
239 # recipes-*/*/*.bb
240 recipes_list = glob.glob(os.path.join(layer.local_source_dir, 'recipes-*/*/*.bb'))
243 recipe_path = recipe[recipe.rfind('recipes-'):]
265 class XhrLayer(View):
397 layer_data = json.loads(request.body.decode('utf-8'))
[all …]
/openbmc/openbmc/poky/documentation/test-manual/
H A Dtest-process.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
16 up in batches either in the ``master-next`` branch in the main trees, or
17 in user trees such as ``ross/mut`` in ``poky-contrib`` (Ross Burton
18 helps review and test patches and this is his testing tree).
21 "quick". On the Autobuilder, these can be seen as "a-quick" and
22 "a-full", simply for ease of sorting in the UI. Use our Autobuilder
23 :yocto_ab:`console view </valkyrie/#/console>` to see where we manage most
24 test-related items.
37 build, but also to keep (:yocto_git:`yocto-testresults </yocto-testresults/>`),
38 (:yocto_git:`buildhistory </poky-buildhistory/>`), and
[all …]
H A Dunderstand-autobuilder.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
10 The "a-full" and "a-quick" targets are the usual entry points into the
13 Console view </valkyrie/#/console>`.
15 Each item along the top of that view represents some "target build" and
21 within the :yocto_git:`yocto-autobuilder-helper </yocto-autobuilder-helper>`
23 example could be ``qemux86-64`` which looks like::
25 "qemux86-64" : {
26 "MACHINE" : "qemux86-64",
27 "TEMPLATE" : "arch-qemu",
35 And to expand that, you need the ``arch-qemu`` entry from
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.4.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-2.4-memory-resident-mode:
12 --------------------
16 ``oe-init-build-env-memres``). Now you only need to set
19 between invocations. The ``oe-init-build-env-memres`` script has been
22 .. _migration-2.4-packaging-changes:
25 -----------------
30 - ``python3`` Changes:
32 - The main "python3" package now brings in all of the standard
35 wish to install a subset of Python 3, specify ``python-core`` plus
[all …]
/openbmc/u-boot/board/freescale/t208xqds/
H A DREADME1 The T2080QDS is a high-performance computing evaluation, development and
5 ------------------
6 The T2080 QorIQ multicore processor combines four dual-threaded e6500 Power
7 Architecture processor cores with high-performance datapath acceleration
12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz
13 - 2MB L2 cache and 512KB CoreNet platform cache (CPC)
14 - Hierarchical interconnect fabric
15 - One 32-/64-bit DDR3/3L SDRAM memory controllers with ECC and interleaving
16 - Data Path Acceleration Architecture (DPAA) incorporating acceleration
17 - 16 SerDes lanes up to 10.3125 GHz
[all …]
/openbmc/qemu/
H A Dhmp-commands-info.hx63 .args_type = "nodes:-n,verbose:-v,device:B?",
64 .params = "[-n] [-v] [device]",
66 "(-n: show named nodes; -v: show details)",
89 .name = "block-jobs",
97 ``info block-jobs``
103 .args_type = "cpustate_all:-a,vcpu:i?",
104 .params = "[-a|vcpu]",
105 .help = "show the cpu registers (-a: show register info for all cpus;"
119 .args_type = "apic-id:i?",
120 .params = "[apic-id]",
[all …]
/openbmc/docs/designs/
H A Dphysical-topology.md27 Changes to phosphor-dbus-interfaces documenting new Associations have been
28 [proposed](https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/46806)
37 - Must represent one-to-many relationships from chassis inventory objects which:
38 - Connect to cables
39 - Contain other chassis and/or are contained by a chassis
40 - Contain storage drives
41 - Are cooled by fans
42 - Are powered by power supplies
43 - Contain processors such as CPUs
44 - Contain memory such as DIMMs
[all …]
/openbmc/u-boot/board/freescale/t102xrdb/
H A DREADME2 ------------------
4 combines two or one 64-bit Power Architecture e5500 core respectively with high
9 and general-purpose embedded computing. Its high level of integration offers
14 - two e5500 cores, each with a private 256 KB L2 cache
15 - Up to 1.4 GHz with 64-bit ISA support (Power Architecture v2.06-compliant)
16 - Three levels of instructions: User, supervisor, and hypervisor
17 - Independent boot and reset
18 - Secure boot capability
19 - 256 KB shared L3 CoreNet platform cache (CPC)
20 - Interconnect CoreNet platform
[all …]
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt4 This README contains high-level information about driver model, a unified
5 way of declaring and accessing drivers in U-Boot. The original work was done
20 -----------
22 Uclass - a group of devices which operate in the same way. A uclass provides
28 Driver - some code which talks to a peripheral and presents a higher-level
31 Device - an instance of a driver, tied to a particular port or peripheral.
35 -------------
37 Build U-Boot sandbox and run it:
41 ./u-boot -d u-boot.dtb
43 (type 'reset' to exit U-Boot)
[all …]
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
11 developers create custom Linux-based systems that are designed for
26 .. image:: figures/key-dev-elements.png
31 …ticle <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-I…
39 --------
43 - *Widely Adopted Across the Industry:* Many semiconductor, operating
50 - *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS,
59 - *Images and Code Transfer Easily:* Yocto Project output can easily
68 - *Flexibility:* Corporations use the Yocto Project many different
75 - *Ideal for Constrained Embedded and IoT devices:* Unlike a full Linux
[all …]
/openbmc/u-boot/include/dm/
H A Ddevice.h1 /* SPDX-License-Identifier: GPL-2.0+ */
14 #include <dm/uclass-id.h>
54 * (U-Boot exit)
60 * U-Boot exits and the OS is started
66 * a selective device removal as specified by the remove-stage and the
86 * struct udevice - An instance of a driver
92 * a U_BOOT_DEVICE() macro (in which case platdata is non-NULL) or a node
93 * in the device tree (in which case of_offset is >= 0). In the latter case
94 * we translate the device tree information into platdata in a function
96 * probe method if the device has a device tree node.
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py2 # 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/openbmc/poky/documentation/dev-manual/
H A Dbuilding.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
22 - For information on how to build an image using
24 :doc:`/toaster-manual/index`.
26 - For information on how to use ``devtool`` to build images, see the
27 ":ref:`sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow`"
31 - For a quick example on how to build an image using the
33 :doc:`/brief-yoctoprojectqs/index` document.
35 - You can also use the `Yocto Project BitBake
36 <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
42 ":ref:`overview-manual/concepts:images`" section in the Yocto Project Overview
[all …]
/openbmc/u-boot/board/freescale/t208xrdb/
H A DREADME1 T2080PCIe-RDB is a Freescale Reference Design Board that hosts the T2080 SoC.
5 ------------------
6 The T2080 QorIQ multicore processor combines four dual-threaded e6500 Power
7 Architecture processor cores with high-performance datapath acceleration
12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz
13 - 2MB L2 cache and 512KB CoreNet platform cache (CPC)
14 - Hierarchical interconnect fabric
15 - One 32-/64-bit DDR3/3L SDRAM memory controllers with ECC and interleaving
16 - Data Path Acceleration Architecture (DPAA) incorporating acceleration
17 - 16 SerDes lanes up to 10.3125 GHz
[all …]
/openbmc/u-boot/common/
H A Dfdt_support.c1 // SPDX-License-Identifier: GPL-2.0+
6 * Copyright 2010-2011 Freescale Semiconductor, Inc.
21 * fdt_getprop_u32_default_node - Return a node's property or a default
23 * @fdt: ptr to device tree
52 * fdt_getprop_u32_default - Find a node and return it's property or a default
54 * @fdt: ptr to device tree
77 * @fdt: ptr to device tree
101 * fdt_find_or_add_subnode() - find or possibly add a subnode of a given node
103 * @fdt: pointer to the device tree blob
116 if (offset == -FDT_ERR_NOTFOUND) in fdt_find_or_add_subnode()
[all …]
/openbmc/u-boot/board/freescale/t104xrdb/
H A DREADME2 --------
9 personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch).
16 The board is re-designed T1040RDB board with following changes :
17 - Support of DDR4 memory and some enhancements
20 The board is re-designed T1040RDB board with following changes :
21 - Support of DDR4 memory
22 - Support for 0x86 serdes protocol which can support following interfaces
23 - 2 RGMII's on DTSEC4, DTSEC5
24 - 3 SGMII on DTSEC1, DTSEC2 & DTSEC3
27 -------------------------------------------------------------------------
[all …]

1234