/SCP-firmware-master/debugger/src/cli/ |
A D | cli.c | 55 size_t strnlen(s, maxlen) register const char *s; in strnlen() argument 331 char *s, 1365 char *s, in cli_snprintf_arg() argument 1388 *s++ = c; in cli_snprintf_arg() 1397 *s = 0; in cli_snprintf_arg() 1473 *s = 0; in cli_snprintf_arg() 1496 *s = 0; in cli_snprintf_arg() 1503 *s++ = *fmt++; in cli_snprintf_arg() 1504 if (s == smax) { in cli_snprintf_arg() 1505 s[-1] = 0; in cli_snprintf_arg() [all …]
|
A D | readme.txt | 87 s Null-terminated string of characters example
|
/SCP-firmware-master/arch/arm/armv8-a/src/ |
A D | arch_libc.c | 17 void *memset(void *s, int c, size_t count) in memset() argument 19 char *xs = s; in memset() 22 return s; in memset() 144 char *s; in vsnprintf() local 171 s = va_arg(args, char *); in vsnprintf() 172 strncpy(tmp, s, n - length); in vsnprintf()
|
/SCP-firmware-master/module/apremap/doc/ |
A D | module_apremap_design.md | 9 The Manageability and System Control Processors (MSCP) in some of the Arm's 12 2GB of the application processor's address space using the expansion ports that 13 are directly mapped into 2GB of the MSCP's address space. For accessing any 94 - MSCP to access 2GB and above address space of the local chip's application 95 processor memory space or remote chip's application processor memory space. 111 space and uses the System Access Port 1's 1MB windowing range to access the 122 Setting this bit will translate MSCP's `0x6000_0000 - 0x9FFF_FFFFF` to
|
/SCP-firmware-master/doc/media/ |
A D | style.css | 38 -o-transition: text-shadow 0.5s linear; 39 transition: text-shadow 0.5s linear; 193 -webkit-transition-duration: 0.5s; 195 -moz-transition-duration: 0.5s; 197 -ms-transition-duration: 0.5s; 199 -o-transition-duration: 0.5s; 201 transition-duration: 0.5s; 430 -moz-transition-duration: 0.5s; 432 -ms-transition-duration: 0.5s; 434 -o-transition-duration: 0.5s; [all …]
|
/SCP-firmware-master/ |
A D | dco.txt | 13 Developer's Certificate of Origin 1.1 37 this project or the open source license(s) involved.
|
A D | CMakeLists.txt | 34 "firmware's CMake target respectively.") 41 # if it's in-tree. 163 # Set up Cppcheck if it's available and enabled. 207 # Set up Clang-Tidy if it's available and enabled. 258 # Set up Include What You Use ("IWYU") if it's available and enabled. 292 # Try to locate Arm Compiler's 'fromelf' tool. 315 # from the firmware's compiled ELF image. 725 COMMAND Yamllint -s "${yaml_sources}"
|
A D | Makefile.cmake | 162 Firmware(s) : $(BS_FIRMWARE_LIST)
|
A D | readme.md | 73 - Morello (Please see Arm's Ecosystem FVPs Developer page)
|
/SCP-firmware-master/debugger/include/ |
A D | cli.h | 235 void cli_snprintf(char *s, char *smax, const char *fmt, ...);
|
/SCP-firmware-master/product/tc0/doc/ |
A D | variants.md | 12 The variant(s) can be chosen at build time by adding: 27 For this default variant, it's not required to provide any extra parameters in
|
/SCP-firmware-master/doc/ |
A D | framework.md | 133 module and the functionality of their device(s) can be used through these 150 validation during certain operations such as binding to a module's API. 155 framework's module interface so that other modules can bind to it. It does not 260 - Identifying a module's elements, events or APIs from the context of another 293 An API is declared in the module's public header as a structure containing one 298 the API's declared function pointers pointing to a function within the module. 303 API identifier so that it can uniquely identify which of the target module's 308 latter is used to specify which of the target module's APIs is requested. 371 Apart from this, from the user's view the *Light Events* behaves as same as 439 *element_init()* function pointer of the framework's module API. This function [all …]
|
A D | build_system.md | 13 documentation using the build system's "help" parameter: 78 When only the 'lib' directory is supplied, the module's pre-built static library 95 names in the BS_FIRMWARE_MODULES list within the firmware's firmware.mk 175 WFE on ARM architecture makes processor suspends it's execution until it
|
A D | deferred_response_architecture.md | 121 The HAL receives and processes the *REQUEST* event E1, and it stores the event's 130 retrieving the result of the operation from the event E2's parameters. At the
|
A D | code_rules.md | 6 the project's coding rules. 340 - The structure name for the programmer's view must follow the pattern "struct
|
A D | Doxyfile | 238 # "Side Effects:". You can put \n's in the value part of an alias to insert 333 # If you use Microsoft's C++/CLI language, you should set this option to YES to 347 # For Microsoft's IDL there are propget and propput attributes to indicate 508 # blocks will be appended to the function's detailed documentation block. 537 # append additional text to a page's title, such as Class Reference. If set to 698 # that represents doxygen's defaults, run doxygen with the -l option. You can 1018 # source browser. The htags tool is part of GNU's global source tagging system 1376 # project's filter section matches. Qt Help Project / Filter Attributes (see: 1382 # The QHG_LOCATION tag can be used to specify the location of Qt's 1994 # overwrite each other's variables. [all …]
|
/SCP-firmware-master/cmake/Toolchain/ |
A D | ArmClang-Base.cmake | 26 # Suppress warnings about duplicate input files. This one is CMake's fault -
|
/SCP-firmware-master/product/morello/module/dmc_bing/src/ |
A D | morello_ddr_phy.c | 314 int s; in write_eye_detect_single_rank() local 552 for (s = 0; s < (int)NUM_BITS_PER_SLICE; s++) { in write_eye_detect_single_rank() 553 if (eye->mid < sorted_mids[s]) { in write_eye_detect_single_rank() 557 sorted_mids[s] = eye->mid; in write_eye_detect_single_rank()
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_ddr_phy/src/ |
A D | mod_n1sdp_ddr_phy.c | 386 int s; in write_eye_detect_single_rank() local 629 for (s = 0; s < (int)NUM_BITS_PER_SLICE; s++) { in write_eye_detect_single_rank() 630 if (eye->mid < sorted_mids[s]) { in write_eye_detect_single_rank() 634 sorted_mids[s] = eye->mid; in write_eye_detect_single_rank()
|
/SCP-firmware-master/arch/ |
A D | CMakeLists.txt | 103 # architecture library links to the framework. It's the firmware dependency on
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 213 It's recommended to export the path to gm.rb to PATH for ease of use, but 277 3. Populate config data, typically using a platform's config as starting point 303 fwk_core's mock.
|
/SCP-firmware-master/module/debug/doc/ |
A D | module_dedug_architecture.md | 66 platform's needs. The debug driver will then contain all the logic without
|
/SCP-firmware-master/module/scmi_perf/doc/ |
A D | perf_plugins_handler.md | 214 - The order in which the plugins are listed in the plugins table (module's 217 the table of plugins in the module's configuration. This is to ensure that all
|
/SCP-firmware-master/docker/ |
A D | Dockerfile | 100 cd bin && ln -s include-what-you-use iwyu && cd $cwd && \
|
/SCP-firmware-master/module/transport/doc/ |
A D | transport.md | 308 provided to the driver via the transport module's Fast Channels interface.
|