Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp51 template <typename T, typename U>
52 auto make_handler(U&& handler) in make_handler()
54 return T(std::forward<U>(handler)); in make_handler()
79 template <typename T, typename U>
88 explicit Properties(U&& handler) : in Properties()
89 _path(""), _intf(""), _prop(""), _handler(std::forward<U>(handler)) in Properties()
92 U&& handler) : in Properties()
94 _handler(std::forward<U>(handler)) in Properties()
183 U _handler;
197 template <typename T, typename U>
[all …]
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_dra_test2 Simple steps used to test the QSPI at U-Boot
5 For #1, build the patched U-Boot and load MLO/u-boot.img
11 U-Boot# mmc dev 0
13 U-Boot# fatload mmc 0 0x82000000 MLO
16 U-Boot# fatload mmc 0 0x83000000 u-boot.img
23 U-Boot# sf probe 0
25 U-Boot# sf erase 0 0x10000
27 U-Boot# sf erase 0x20000 0x10000
29 U-Boot# sf erase 0x30000 0x10000
31 U-Boot# sf erase 0x40000 0x10000
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dtupleref.hpp21 template <size_t size, size_t i, typename T, typename U>
24 static constexpr bool compare(const T& l, const U& r) in compare()
34 return TupleOfRefsLess<size, i + 1, T, U>::compare(l, r); in compare()
39 template <size_t size, typename T, typename U>
40 struct TupleOfRefsLess<size, size, T, U>
42 static constexpr bool compare(const T& /* l */, const U& /* r */) in compare()
52 template <typename... T, typename... U>
54 const TupleOfRefs<U...>& r) const in operator ()()
56 static_assert(sizeof...(T) == sizeof...(U), in operator ()()
59 TupleOfRefs<U...>>::compare(l, r); in operator ()()
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pad/
H A Dapi.h10 #define SC_PAD_CONFIG_NORMAL 0U /* Normal */
16 #define SC_PAD_ISO_OFF 0U /* ISO latch is transparent */
22 #define SC_PAD_28FDSOI_DSE_18V_1MA 0U /* Drive strength of 1mA for 1.8v */
30 #define SC_PAD_28FDSOI_DSE_33V_2MA 0U /* Drive strength of 2mA for 3.3v */
34 #define SC_PAD_28FDSOI_DSE_DV_HIGH 0U /* High drive strength dual volt */
38 #define SC_PAD_28FDSOI_PS_KEEPER 0U /* Bus-keeper (only valid for 1.8v) */
44 #define SC_PAD_28FDSOI_PUS_30K_PD 0U /* 30K pull-down */
50 #define SC_PAD_WAKEUP_OFF 0U /* Off */
/openbmc/u-boot/board/ti/dra7xx/
H A DREADME16 U-Boot # setenv autoload no
17 U-Boot # usb start
18 U-Boot # dhcp
19 U-Boot # mmc dev 1 1
20 U-Boot # tftp ${loadaddr} dra7xx/MLO
21 U-Boot # mmc write ${loadaddr} 0 100
22 U-Boot # tftp ${loadaddr} dra7xx/u-boot.img
23 U-Boot # mmc write ${loadaddr} 300 400
24 U-Boot # mmc bootbus 1 2 0 2
25 U-Boot # mmc partconf 1 1 1 0
[all …]
/openbmc/u-boot/board/ti/omap5_uevm/
H A DREADME16 U-Boot # setenv autoload no
17 U-Boot # usb start
18 U-Boot # dhcp
19 U-Boot # mmc dev 1 1
20 U-Boot # tftp ${loadaddr} omap5uevm/MLO
21 U-Boot # mmc write ${loadaddr} 0 100
22 U-Boot # tftp ${loadaddr} omap5uevm/u-boot.img
23 U-Boot # mmc write ${loadaddr} 300 400
24 U-Boot # mmc bootbus 1 2 0 2
25 U-Boot # mmc partconf 1 1 1 0
/openbmc/u-boot/board/ti/am335x/
H A DREADME62 U-Boot # mmc rescan
64 U-Boot # nand erase.chip
65 U-Boot # env default -f -a
66 U-Boot # saveenv
68 U-Boot # load mmc 0 0x82000000 MLO
69 U-Boot # nand write 0x82000000 0x00000 0x20000
70 U-Boot # nand write 0x82000000 0x20000 0x20000
71 U-Boot # nand write 0x82000000 0x40000 0x20000
72 U-Boot # nand write 0x82000000 0x60000 0x20000
74 U-Boot # load mmc 0 0x82000000 u-boot.img
[all …]
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md11 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power status
17 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power on
23 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power off
29 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power reset
35 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power cycle
41 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power soft
47 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power diag
55 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user list
61 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user summary
67 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user set name <userid> <user…
[all …]
/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp75 template <typename T, typename U>
76 auto make_get_property(U&& method) in make_get_property()
78 return GetProperty<T>(std::forward<U>(method)); in make_get_property()
138 template <typename T, typename U, typename V>
141 U&& member, V&& value) in setProperty()
175 template <typename T, typename U>
176 inline auto getProperty(const char* path, const char* iface, U&& member, in getProperty()
190 template <typename T, typename U>
201 U&& condition) : in PropertyChangedCondition()
203 _condition(std::forward<U>(condition)) in PropertyChangedCondition()
[all …]
/openbmc/u-boot/board/logicpd/omap3som/
H A DREADME23 U-Boot # mmc rescan
25 U-Boot # fatload mmc 0 ${loadaddr} uImage
26 U-Boot # run loadfdt
27 U-Boot # setenv optargs quiet
28 U-Boot # run mmcargs
29 U-Boot # run common_bootargs
30 U-Boot # spl export fdt ${loadaddr} - ${fdtaddr}
37 U-Boot # fatwrite mmc 0:1 0x8dec9000 args 0x20000
50 U-Boot # nand read ${loadaddr} kernel
51 U-Boot # load nand rootfs ${fdtaddr} /boot/am335x-evm.dtb
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch20 @@ -77,37 +77,37 @@ template <typename T, typename U>
22 U diff) {
27 template <typename T, typename U>
29 U diff) {
34 template <typename T, typename U>
36 U diff) {
41 template <typename T, typename U>
43 U diff) {
48 template <typename T, typename U, typename V>
50 T *addr, U oldval, V newval) {
[all …]
/openbmc/u-boot/doc/
H A DREADME.u-boot_on_efi5 U-Boot on EFI
7 This document provides information about U-Boot running on top of EFI, either
8 as an application or just as a means of getting U-Boot onto a new platform.
29 Running U-Boot on EFI is useful in several situations:
31 - You have EFI running on a board but U-Boot does not natively support it
32 fully yet. You can boot into U-Boot from EFI and use that until U-Boot is
38 - You plan to use coreboot to boot into U-Boot but coreboot support does
39 not currently exist for your platform. In the meantime you can use U-Boot
40 on EFI and then move to U-Boot on coreboot when ready
42 - You use EFI but want to experiment with a simpler alternative like U-Boot
[all …]
/openbmc/u-boot/lib/efi/
H A DKconfig2 bool "Support running U-Boot from EFI"
5 U-Boot can be started from EFI on certain platforms. This allows
6 EFI to perform most of the system init and then jump to U-Boot for
7 final system boot. Another option is to run U-Boot as an EFI
8 application, with U-Boot using EFI's drivers instead of its own.
17 Build U-Boot as an application which can be started from EFI. This
19 U-Boot to it. It allows only very basic functionality, such as a
29 hex "Amount of EFI RAM for U-Boot"
33 Set the amount of EFI RAM which is claimed by U-Boot for its own
34 use. U-Boot allocates this from EFI on start-up (along with a few
[all …]
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h311 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument
312 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument
313 #define fVUADDSAT(WIDTH, U, V) \ argument
314 fVSATUN(WIDTH, fZXTN(WIDTH, 2 * WIDTH, U) + fZXTN(WIDTH, 2 * WIDTH, V))
315 #define fVSADDSAT(WIDTH, U, V) \ argument
316 fVSATN(WIDTH, fSXTN(WIDTH, 2 * WIDTH, U) + fSXTN(WIDTH, 2 * WIDTH, V))
317 #define fVUSUBSAT(WIDTH, U, V) \ argument
318 fVSATUN(WIDTH, fZXTN(WIDTH, 2 * WIDTH, U) - fZXTN(WIDTH, 2 * WIDTH, V))
319 #define fVSSUBSAT(WIDTH, U, V) \ argument
320 fVSATN(WIDTH, fSXTN(WIDTH, 2 * WIDTH, U) - fSXTN(WIDTH, 2 * WIDTH, V))
[all …]
/openbmc/telemetry/src/utils/
H A Densure.hpp14 template <class U>
15 Ensure(U&& functor) : functor(std::forward<U>(functor)) in Ensure()
28 template <class U>
29 Ensure& operator=(U&& other) in operator =()
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/misc/
H A Dapi.h10 #define SC_MISC_BOOT_STATUS_SUCCESS 0U /* Success */
14 #define SC_MISC_SECO_AUTH_SECO_FW 0U /* SECO Firmware */
19 #define SC_MISC_TEMP 0U /* Temp sensor */
24 #define SC_MISC_AUTH_CONTAINER 0U /* Authenticate container */
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp112 template <typename U>
113 static U& ref();
115 template <typename U>
116 static std::true_type check(decltype(ref<U>().find(
117 ref<std::tuple_element_t<0, typename U::value_type>>()))*);
133 template <typename U>
134 static U& ref();
136 template <typename U>
137 static std::true_type check(decltype(ref<U>().contains(
138 ref<std::tuple_element_t<0, typename U::value_type>>()))*);
/openbmc/u-boot/Licenses/
H A DExceptions4 Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+,
6 use U-Boot services by means of the jump table provided by U-Boot
8 U-Boot, and does *not* fall under the heading of "derived work".
11 define interfaces to U-Boot. Including these (unmodified) header
12 files in another file is considered normal use of U-Boot, and does
/openbmc/dbus-sensors/src/
H A DVariantVisitors.hpp28 template <typename U>
32 U operator()(const T& t) const in operator ()()
36 return static_cast<U>(t); in operator ()()
41 boost::typeindex::type_id<U>().pretty_name()); in operator ()()
72 template <std::integral V, std::integral U>
78 if constexpr (std::is_same_v<T, std::vector<U>>) in operator ()()
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME.mx6qsabrelite1 U-Boot for the Freescale i.MX6q SabreLite board
4 This file contains information for the port of U-Boot to the Freescale
11 To build U-Boot for the SabreLite board:
23 BootROM to load the U-Boot from SD card.
46 3. Power-up the SabreLite, press 'space' to enter command mode in the U-Boot
50 MX6Q SABRELITE U-Boot > mmc dev 0
51 MX6Q SABRELITE U-Boot > mmc read 0x10800000 0 200
52 MX6Q SABRELITE U-Boot > sf probe
53 MX6Q SABRELITE U-Boot > sf erase 0 0x40000
54 MX6Q SABRELITE U-Boot > sf write 0x10800000 0 0x40000
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D153.out101 == Running utility commands -U ==
103 _qemu_io_wrapper -U -c read 0 512 TEST_DIR/t.qcow2
106 _qemu_io_wrapper -U -r -c read 0 512 TEST_DIR/t.qcow2
108 _qemu_io_wrapper -c open -U TEST_DIR/t.qcow2 -c read 0 512
112 _qemu_io_wrapper -c open -r -U TEST_DIR/t.qcow2 -c read 0 512
114 _qemu_img_wrapper info -U TEST_DIR/t.qcow2
116 _qemu_img_wrapper check -U TEST_DIR/t.qcow2
118 _qemu_img_wrapper compare -U TEST_DIR/t.qcow2 TEST_DIR/t.qcow2
120 _qemu_img_wrapper map -U TEST_DIR/t.qcow2
122 _qemu_img_wrapper amend -o size=32M -U TEST_DIR/t.qcow2
[all …]
/openbmc/u-boot/board/efi/
H A DKconfig10 This target is used for running U-Boot on top of EFI. In
11 this case EFI does the early initialisation, and U-Boot
13 U-Boot is loaded as an application from EFI.
18 This target is used for running U-Boot on top of EFI. In
19 this case EFI does the early initialisation, and U-Boot
21 U-Boot is loaded as a payload from EFI.
/openbmc/u-boot/board/ti/ks2_evm/
H A DREADME1 U-Boot port for Texas Instruments Keystone II EVM boards
6 This README has information on the U-Boot port for K2HK, K2E, and K2L EVM boards.
29 Some of the peripherals that are configured by U-Boot
44 to install this image from U-Boot.
56 As U-Boot is migrating to Kconfig there is also board defconfig files
83 Load and Run U-Boot on keystone EVMs using CCS
90 Use u-boot.bin from the build folder for loading and running U-Boot binary
105 loading the U-Boot binary on the target EVM. Instead do the following:-
118 5. The U-Boot prompt is shown at the Tera Term/ Hyper terminal console as
121 U-Boot 2014.04-rc1-00201-gc215b5a (Mar 21 2014 - 12:47:59)
[all …]
/openbmc/u-boot/test/py/
H A DREADME.md1 # U-Boot pytest suite
5 This tool aims to test U-Boot by executing U-Boot shell commands using the
7 U-Boot console, run the entire script of tests against it, and summarize the
11 U-Boot; there can be no disconnect.
12 - There is no need to write or embed test-related code into U-Boot itself.
15 - It is reasonably simple to interact with U-Boot in this way.
19 The test suite is implemented using pytest. Interaction with the U-Boot console
40 - Executing a sandbox port of U-Boot on the local machine as a sub-process,
42 - Executing an external "hook" scripts to flash a U-Boot binary onto a
64 To run the testsuite on the sandbox port (U-Boot built as a native user-space
[all …]
/openbmc/u-boot/board/xilinx/
H A DKconfig10 On Zynq and ZynqMP U-Boot SPL (or U-Boot proper if
17 U-Boot contains PS init files for some boards, but each of
22 There are three ways to give a PS init file to U-Boot:
26 ps7_init_gpl.c file is located. U-Boot will build this
29 2. If you leave an empty string here, U-Boot will use
35 3. If the above file does not exist, U-Boot will use
38 is not provided by U-Boot, you have to copy it there

12345678910>>...41