Searched refs:code (Results 1 – 13 of 13) sorted by relevance
/hal_microchip-latest/mpfs/platform_config_reference/linker/ |
D | mpfs-lim-lma-scratchpad-vma.ld | 12 * Used when debugging code. The debugger loads the code to LIM. 51 /* This 1k of DTIM is used to run code when switching the envm clock */ 74 * So the memory map will look like once apportion in startup code: 85 * Stack size for each hart's startup code. 86 * Before copying itself to the scratchpad memory area and executing the code from there, the 87 * startup code is executing from LIM. The scratchpad area is not configured yet. This per-hart 88 * startup stack area is located in LIM and used during this phase of the startup code. 90 * After the startup code executing from LIM configures the scratchpad memory, it configures 156 … /* placed at the start of used scratchpad, used as check to verify enough available in code */ 350 /* place at the end of used scratchpad, used as check to verify enough available in code */ [all …]
|
D | mpfs-envm-lma-scratchpad-vma.ld | 59 /* This 1k of DTIM is used to run code when switching the envm clock */ 82 * So the memory map will look like once apportion in startup code: 93 * Stack size for each hart's startup code. 94 * Before copying itself to the scratchpad memory area and executing the code from there, the 95 * startup code is executing from LIM. The scratchpad area is not configured yet. This per-hart 96 * startup stack area is located in LIM and used during this phase of the startup code. 98 * After the startup code executing from LIM configures the scratchpad memory, it configures 165 … /* placed at the start of used scratchpad, used as check to verify enough available in code */ 361 /* place at the end of used scratchpad, used as check to verify enough available in code */ 366 * The .ram_code section will contain the code That is run from RAM. [all …]
|
D | mpfs-envm.ld | 12 * Use with Bare metal startup code. 13 * Startup code runs from envm on MSS reset 60 /* This 1K of DTIM is used to run code when switching the envm clock */ 83 * So the memory map will look like once apportion in startup code: 195 * The .ram_code section will contain the code that is run from RAM. 196 * We are using this code to switch the clocks including envm clock. 198 * This will need to be copied to ram, before any of this code is run. 205 *(.ram_codetext) /* .ram_codetext sections (code) */ 206 *(.ram_codetext*) /* .ram_codetext* sections (code) */ 214 * The .ddr_code section will contain the code that is run from DDR. [all …]
|
D | mpfs-lim.ld | 12 * Used when debugging code. The debugger loads the code to LIM. 71 * So the memory map will look like once apportion in startup code: 122 /* text: text code section */ 185 * The .ram_code section will contain the code That is run from RAM. 186 * We are using this code to switch the clocks including eNVM clock. 188 * This will need to be copied to ram, before any of this code is run. 195 *(.ram_codetext) /* .ram_codetext sections (code) */ 196 *(.ram_codetext*) /* .ram_codetext* sections (code) */ 201 } >switch_code AT> l2lim /* On the MPFS for startup code use, >switch_code AT>eNVM */
|
D | mpfs-ddr-loaded-by-boot-loader.ld | 67 /* This 1K of DTIM is used to run code when switching the envm clock */ 97 /* text: test code section */
|
/hal_microchip-latest/mpfs/mpfs_hal/ |
D | readme.md | 5 The PolarFire-SoC MSS HAL provides the initial boot code, interrupt handling, 9 The PolarFire-SoC MSS hal is a combination of C and assembly source code. 16 * Start-up code executing from reset
|
/hal_microchip-latest/mpfs/hal/ |
D | readme.md | 5 The HAL folder provides support code for use by the bare metal drivers for the 7 The HAL folder contains files using a combination of C and assembly source code.
|
/hal_microchip-latest/ |
D | README.md | 23 - [Scripts](scripts/README.md) used for code generation 27 # How to submit code 29 Any contribution should follow the `How to submit code` using as premisses the
|
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/ |
D | newlib_stubs.c | 104 void _exit( int code ) in _exit() argument 106 (void)code; in _exit()
|
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/ |
D | readme.md | 3 This directory contains code related to the MSS and particuar the north west
|
/hal_microchip-latest/mpfs/ |
D | readme.md | 1 # PolarFire® SoC platform source code
|
/hal_microchip-latest/pinconfigs/ |
D | README.md | 27 - `map`: Define the macro that will be used to generate code for an specific 137 challenges like define a part number which uses same pin code with different 165 At below `yaml` snip code defines `pc16` pin:
|
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/ |
D | mpfs-ddr-e51.ld | 64 /* This 1K of DTIM is used to run code when switching the envm clock */ 94 /* text: test code section */
|