Home
last modified time | relevance | path

Searched refs:product (Results 1 – 17 of 17) sorted by relevance

/SCP-firmware-master/tools/
A Dcppcheck_suppress_list.txt31 nullPointerRedundantCheck:*product/juno/*
34 syntaxError:*product/synquacer/module/synquacer_system/src/mmu500.c:34
49 memleak:*product/rdv1mc/scp_ramfw/config_power_domain.c:156
50 memleak:*product/rdv1mc/scp_ramfw/config_ppu_v1.c:87
51 memleak:*product/tc0/scp_ramfw/config_power_domain.c:114
52 memleak:*product/tc0/scp_ramfw/config_ppu_v1.c:87
53 memleak:*product/tc0/scp_romfw/config_ppu_v1.c:81
110 unreadVariable:*product/synquacer/module/f_i2c/src/i2c_driver.c:240
111 unreadVariable:*product/synquacer/module/f_i2c/src/i2c_driver.c:241
112 unreadVariable:*product/synquacer/module/f_i2c/src/i2c_driver.c:411
[all …]
A Dci_cmake.py22 from product import Product, Build, Parameter
191 for product in products:
193 product.log_level = Parameter(log_level)
194 results.extend(do_build(product.builds, output_path))
/SCP-firmware-master/.github/
A DCODEOWNERS11 /product/n1sdp/ manoj.kumar3@arm.com sudipto.paul@arm.com
12 /product/rdv1*/ thomas.abraham@arm.com
13 /product/synquacer/ masahisa.kojima@linaro.org
14 /product/tc*/ usama.arif@arm.com lakshmi.kailasanathan@arm.com
15 /product/rcar/ nroyer@baylibre.com
/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Drcar_pwc.c81 uint32_t cut, product; in rcar_pwrc_set_self_refresh() local
83 product = reg & RCAR_PRODUCT_MASK; in rcar_pwrc_set_self_refresh()
86 if (!((product == RCAR_PRODUCT_M3 && cut < RCAR_CUT_VER30) || in rcar_pwrc_set_self_refresh()
87 (product == RCAR_PRODUCT_H3 && cut < RCAR_CUT_VER20))) in rcar_pwrc_set_self_refresh()
99 if (product == RCAR_PRODUCT_H3 && cut < RCAR_CUT_VER20) in rcar_pwrc_set_self_refresh()
101 else if (product == RCAR_PRODUCT_H3) { in rcar_pwrc_set_self_refresh()
108 } else if (product == RCAR_PRODUCT_M3) { in rcar_pwrc_set_self_refresh()
153 if (product == RCAR_PRODUCT_M3 && cut < RCAR_CUT_VER30) in rcar_pwrc_set_self_refresh()
156 if (product == RCAR_PRODUCT_H3 && cut < RCAR_CUT_VER20) in rcar_pwrc_set_self_refresh()
/SCP-firmware-master/doc/
A Dcmsis.md51 than one firmware in a product. The build system provides no provisions for
55 └─ product
56    └── <product>
72 to move `<fmw_cmsis.h>` to the product include directory:
75 └─ product
76    └── <product>
A Dbuild_system.md23 └─ product
24    └── <product>
25    ├── product.mk
27 │ │ └── <product level header files...>
29 │ └── <product level source files...>
38 The product.mk is described in the following sections.
40 ### The product.mk File
42 The product.mk file describes a product to the build system listing all build
50 product.
56 can be product-specific and implemented under the product/\<product\>/modules
[all …]
A Dframework.md25 complete product. These components have different roles within the product and
27 the concept of a product itself and then examines each of the components that
28 can be used when constructing a product using the framework.
32 A product is a representation of a system that one or more firmware images
36 a product may be designed such that software for a single processor is split
39 A product always consists of a *product.mk* file that defines one or more
45 used for product-specific definitions.
48 directory per product under the product directory.
52 product/
59 product.mk
[all …]
A Dcmake_readme.md36 configuration of your product, you can gather all of them in a single one.
44 For ease of building the product, the make wrapper can be used with the below
45 command to build all firmwares for a product
218 Vagrant is an open-source software product for building and maintaining portable
391 > "product" concept, and you select the firmware directly. While this prevents
392 > you from building all the firmware images of a product at once, it allows you
A DDoxyfile1237 # (such as a company or product suite) can be grouped.
/SCP-firmware-master/
A DMakefile.cmake15 export PRODUCTS_DIR := $(TOP_DIR)/product
133 ifeq ($(wildcard $(PRODUCT_DIR)/product.mk),)
137 include $(PRODUCT_DIR)/product.mk
A Duser_guide.md19 To build the SCP/MCP firmware for a target product, the following tools are
175 To build SCP-firmware for a specific product the basic command format for
190 firmware defined by the product.
215 [GNU Arm Embedded Toolchain]. According to the desired product and target the
221 When building for an ARMv7 product the sysroot path of the GNU Arm Embedded
249 When building for an ARMv8 product the sysroot path of the GNU Arm Embedded
320 The build system generates firmware images per the `product.mk` file associated
321 with the product. For SGI and Neoverse Reference Design platforms, three
382 The build system generates firmware images per the `product.mk` file associated
383 with the product. For Juno platform, three firmware images are built:
A Dchange_log.md43 - product/rdn2: add support for rdn2 platform variant 2
44 - product/rdn2: Update configuration data for SCMI perf
45 - product/rdv1mc: Update configuration data for SCMI perf
46 - product/rdv1: Update configuration data for SCMI perf
48 - product/rdn2: enable sp805 watchdog module
49 - product/tc2: Add support for TC2/RSS boot flow
82 - product/morello: align DVFS frequency values of FVP with SoC
337 - ppu_v1: Assigning opmode from product configurations
357 - product/rdv1mc: add port aggregation related config data
490 framework: allow product to define notification count
A DCMakeLists.txt23 ABSOLUTE BASE_DIR "${CMAKE_SOURCE_DIR}/product")
/SCP-firmware-master/product/tc2/scp_romfw/
A DFirmware.cmake31 list(PREPEND SCP_MODULE_PATHS "${CMAKE_SOURCE_DIR}/product/tc2/module/tc2_bl1")
/SCP-firmware-master/product/rcar/module/rcar_clock/src/
A Dmod_rcar_clock.c973 uint32_t product; in rcar_dvfs_opp_init() local
978 product = mmio_read_32(RCAR_PRR) & RCAR_PRODUCT_MASK; in rcar_dvfs_opp_init()
980 if (product == RCAR_PRODUCT_H3) { in rcar_dvfs_opp_init()
986 } else if (product == RCAR_PRODUCT_M3) { in rcar_dvfs_opp_init()
/SCP-firmware-master/unit_test/
A Duser_guide.md328 see product/juno/scp_ut
336 is called by module/ut. See example product/juno/scp_ut/tests_entry.c
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md111 - Power Model in product/<product-name>/module/product_power_model

Completed in 23 milliseconds