/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | PhysicalContext.json | 3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 4 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 16 "Capacity": "Capacity-related logical context.", 17 "Environment": "Environment-related logical context.", 18 "Network": "Network-related logical context.", 19 "Performance": "Performance-related logical context.", 20 "Security": "Security-related logical context.", 21 "Storage": "Storage-related logical context." 74 "Board", 84 "ACInput": "An AC electrical input or input-related circuit.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PhysicalContext.json | 3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 4 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 16 "Capacity": "Capacity-related logical context.", 17 "Environment": "Environment-related logical context.", 18 "Network": "Network-related logical context.", 19 "Performance": "Performance-related logical context.", 20 "Security": "Security-related logical context.", 21 "Storage": "Storage-related logical context." 74 "Board", 84 "ACInput": "An AC electrical input or input-related circuit.", [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.m68k | 2 U-Boot for Motorola (or Freescale/NXP) ColdFire processors 8 August 08, 2005 Jens Scharsig <esw@bus-elektronik.de> 14 This file contains status information for the port of U-Boot to the 25 Bernhard Kuhn ported U-Boot 0.4.0 to the Motorola ColdFire architecture. 27 of these patches was that they needed a pre-bootloader to start U-Boot. 31 Thanks mainly to Freescale but also to several other contributors, U-Boot now 32 supports nearly the entire range of ColdFire processors and their related 44 U-Boot supports actually more than 40 ColdFire based boards. 45 Board configuration can be done trough include/configs/<boardname>.h but the 50 specific board please check: [all …]
|
H A D | README.log | 1 Logging in U-Boot 5 ------------ 7 U-Boot's internal operation involves many different steps and actions. From 8 setting up the board to displaying a start-up screen to loading an Operating 12 console would delay booting (U-Boot's primary purpose) and confuse users. 15 a problem it is often useful to see what U-Boot is doing in more detail than 18 U-Boot's logging feature aims to satisfy this goal for both users and 23 -------------- 27 LOGL_EMERG - Printed before U-Boot halts 28 LOGL_ALERT - Indicates action must be taken immediate or U-Boot will crash [all …]
|
H A D | README.generic-board | 1 # SPDX-License-Identifier: GPL-2.0+ 7 ---------- 9 U-Boot traditionally had a board.c file for each architecture. This introduced 11 initialisation slightly differently. To address this, a new 'generic board 19 ----------------- 21 The main change is that the arch/<arch>/lib/board.c file is removed in 22 favour of common/board_f.c (for pre-relocation init) and common/board_r.c 23 (for post-relocation init). 25 Related to this, the global_data and bd_t structures now have a core set of 26 fields which are common to all architectures. Architecture-specific fields [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-lefi-boardinfo | 7 and BIOS version when there exists problems related with 10 The related structures are already defined in the interface 18 Board Info 20 Board Name : LEMOTE-LS3A4000-7A1000-1w-V01-pc 25 Version : Kunlun-A1901-V4.1.3-20200414093938 27 Release Date : 2020-04-14
|
H A D | sysfs-c2port | 13 The /sys/class/c2port/c2portX/ directory is related to X-th 37 access to the on-board flash of the connected micro. 45 the on-board flash block size of the connected micro. 52 the on-board flash blocks number of the connected micro. 59 the content of the on-board flash of the connected micro. 66 the "erase" command on the on-board flash of the connected
|
/openbmc/u-boot/include/ |
H A D | bootstage.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * Note that it requires timer_get_boot_us() to be defined by the board 20 /* bootstate sub-IDs used for kernel and ramdisk ranges */ 66 BOOTSTAGE_ID_CHECK_BOOT_OS, /* Calling OS-specific boot function */ 77 BOOTSTAGE_ID_RUN_OS = 15, /* Exiting U-Boot, entering OS */ 88 * have a generic board implementation. 100 BOOTSTAGE_ID_BOARD_DONE, /* Board init done, off to main loop */ 103 /* Boot stages related to loading a kernel from an IDE device */ 118 /* Boot stages related to loading a kernel from an NAND device */ 127 /* Boot stages related to loading a kernel from an network device */ [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | PhysicalContext_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!--################################################################################ --> 4 <!--# Redfish Schema: PhysicalContext --> 5 <!--# --> 6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7 <!--# available at http://www.dmtf.org/standards/redfish --> 8 <!--# Copyright 2014-2024 DMTF. --> 9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10 <!--################################################################################ --> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | PhysicalContext_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!--################################################################################ --> 4 <!--# Redfish Schema: PhysicalContext --> 5 <!--# --> 6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7 <!--# available at http://www.dmtf.org/standards/redfish --> 8 <!--# Copyright 2014-2024 DMTF. --> 9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10 <!--################################################################################ --> [all …]
|
/openbmc/linux/include/sound/ |
H A D | soc-acpi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013-15, Intel Corporation. All rights reserved. 22 /* codec name is used in DAIs is i2c-<HID>:00 with HID being 8 chars */ 61 * @acpi_ipc_irq_index: used for BYT-CR detection 64 * @dmic_num: number of SoC- or chipset-attached PDM digital microphones 66 * @link_mask: SoundWire links enabled on the board 68 * @i2s_link_mask: I2S/TDM links enabled on the board 93 * snd_soc_acpi_endpoint - endpoint descriptor 96 * @group_position: zero-based order (only when @aggregated is 1) 97 * @group_id: platform-unique group identifier (only when @aggregrated is 1) [all …]
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | mxc_i2c.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 7 #include <asm-generic/gpio.h> 8 #include <asm/mach-imx/iomux-v3.h> 24 * struct mxc_i2c_bus - information about the i2c[x] bus 30 * The following two is only to be compatible with non-DM part. 35 * scl-gpio: specify the gpio related to SCL pin 36 * sda-gpio: specify the gpio related to SDA pin 40 * board file can use this index to locate which i2c_pads_info is for 42 * discarded. Here we do not use dev->seq, because we do not want to 43 * export device to board file.
|
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/ |
H A D | config.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Written-by: Lei Wen <leiwen@marvell.com> 9 * This file should be included in board config header file. 31 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ 36 * If for some board, different configuration file need to be used, 37 * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file 40 #define CONFIG_SYS_KWD_CONFIG arch/arm/mach-mvebu/kwbimage.cfg 61 * I2C related stuff
|
/openbmc/linux/arch/powerpc/platforms/52xx/ |
H A D | mpc5200_simple.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Support for 'mpc5200-simple-platform' compatible boards. 13 * - GPIO pins are configured by the firmware, 14 * - CDM configuration (clocking) is setup correctly by firmware, 15 * - if the 'fsl,has-wdt' property is present in one of the 16 * gpt nodes, then it is safe to use such gpt to reset the board, 17 * - PCI is supported if enabled in the kernel configuration 21 * are listed in a 'board' table. 41 /* Some mpc5200 & mpc5200b related configuration */ in mpc5200_simple_setup_arch() 46 static const char *board[] __initdata = { variable [all …]
|
/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | sdrc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Functions related to OMAP3 SDRC. 6 * the SDRC related content from mem.c and board.c, also created 9 * Copyright (C) 2004-2010 10 * Texas Instruments Incorporated - http://www.ti.com/ 13 * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de> 18 * Original implementation by (mem.c, board.c) : 35 * is_mem_sdr - 36 * - Return 1 if mem type in use is SDR 40 if (readl(&sdrc_base->cs[CS0].mr) == SDRC_MR_0_SDR) in is_mem_sdr() [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | dra7xx_evm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 7 * Configuration settings for the TI DRA7XX board. 22 /* MMC ENV related defines */ 81 * 0x000000 - 0x040000 : QSPI.SPL (256KiB) 82 * 0x040000 - 0x140000 : QSPI.u-boot (1MiB) 83 * 0x140000 - 0x1C0000 : QSPI.u-boot-spl-os (512KiB) 84 * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB) 85 * 0x1D0000 - 0x1E0000 : QSPI.u-boot-env.backup1 (64KiB) 86 * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB) 87 * 0x9E0000 - 0x2000000 : USERLAND [all …]
|
H A D | ti816x_evm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Copyright (C) 2013, Adeneo Embedded <www.adeneo-embedded.com> 6 * Antoine Tenart, <atenart@adeneo-embedded.com> 38 * Platform/Board specific defs 48 #define CONFIG_SYS_NS16550_REG_SIZE (-4) 63 /* NAND: SPL related configs */ 65 /* NAND: device related configs */ 72 /* NAND: driver related configs */ 94 #define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \ 109 * Disable MMC DM for SPL build and can be re-enabled after adding
|
H A D | cm_t54.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Config file for Compulab CM-T54 board 5 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ 20 /* EEPROM related defines */ 31 /* MMC ENV related defines */ 46 /* SATA Boot related defines */ 87 "fdtfile=omap5-sbc-t54.dtb\0" \ 88 "kernel=zImage-cm-t54\0" \ 89 "ramdisk=ramdisk-cm-t54.img\0" \ 118 "setenv rdaddr - ; " \
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | README | 1 Freescale MPC8323ERDB Board 2 ----------------------------------------- 18 export CROSS_COMPILE=your-cross-compiler-prefix- 25 3.1 Reflash U-Boot Image using U-Boot 28 the flash available if the new U-Boot doesn't boot. 42 tftp $loadaddr u-boot.bin 47 To keep your old U-Boot's environment variables, do a: 51 prior to resetting the board. 55 Ensure that all networking-related environment variables are set
|
/openbmc/u-boot/board/sbc8349/ |
H A D | pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * pci.c -- WindRiver SBC8349 PCI board support. 5 * Copyright (C) 2006-2009 Freescale Semiconductor, Inc. 7 * Based on MPC8349 PCI support but w/o PIB related code. 43 * physical PCI slot on the board. 50 volatile clk83xx_t *clk = (volatile clk83xx_t *)&immr->clk; in pci_init_board() 51 volatile law83xx_t *pci_law = immr->sysconf.pcilaw; in pci_init_board() 55 clk->occr = 0xff000000; in pci_init_board()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/ |
H A D | trusted-firmware-a-fvp-base.inc | 4 # Armv8-A Base Platform FVP 7 FILESEXTRAPATHS:prepend := "${THISDIR}/files/:${THISDIR}/files/fvp-base" 10 file://optee_spmc_maifest.dts;subdir=git/plat/arm/board/fvp/fdts \ 13 # OP-TEE SPMC related configuration 14 SPMC_IS_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'arm-ffa', '0' \ 18 '${S}/plat/arm/board/fvp/fdts/optee_spmc_maifest.dts', '', d)}" 19 EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES','arm-ffa', \ 23 # Set OP-TEE SPMC specific TF-A config settings 27 DEPENDS += " ${@oe.utils.conditional('SPMC_IS_OPTEE', '1', 'optee-os', '', d)}" 36 ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem \ [all …]
|
/openbmc/u-boot/board/freescale/mpc8313erdb/ |
H A D | README | 1 Freescale MPC8313ERDB Board 2 ----------------------------------------- 4 1. Board Switches and Jumpers 11 +------+ +------+ 14 +------+ ON +------+ ON 21 +------+ +------+ 24 +------+ ON +------+ ON 28 When booting from NAND, use u-boot-nand.bin, not u-boot.bin. 40 0xfa00_0000 0xfa00_7fff Board Status/ 32K 55 CONFIG_MPC8313ERDB MPC8313ERDB board specific [all …]
|
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/ |
H A D | config.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Written-by: Lei Wen <leiwen@marvell.com> 9 * This file should be included in board config header file. 31 * EHCI driver (ehci-marvell.c) and possibly others rely on the data 37 * By default kwbimage.cfg from board specific folder is used 38 * If for some board, different configuration file need to be used, 39 * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file 87 /* Needs byte-swapping for ATA data register */ 93 /* Each 8-bit ATA register is aligned to a 4-bytes address */ 95 /* Controller supports 48-bits LBA addressing */ [all …]
|
/openbmc/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-byt-match.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration. 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 91 .drv_name = "cht-bsw-rt5672", 93 .board = "cht-bsw", 94 .sof_tplg_filename = "sof-byt-rt5670.tplg", 101 .board = "bytcr_rt5651", 102 .sof_tplg_filename = "sof-byt-rt5651.tplg", 146 .board = "bytcr_rt5640", [all …]
|
/openbmc/u-boot/test/py/ |
H A D | README.md | 1 # U-Boot pytest suite 5 This tool aims to test U-Boot by executing U-Boot shell commands using the 6 console interface. A single top-level script exists to execute or attach to the 7 U-Boot console, run the entire script of tests against it, and summarize the 10 - Testing is performed in the same way a user or script would interact with 11 U-Boot; there can be no disconnect. 12 - There is no need to write or embed test-related code into U-Boot itself. 13 It is asserted that writing test-related code in Python is simpler and more 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 [all …]
|