Skip to content

Commit

Permalink
Merged mss-qspi source code version 2.0.105.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagasureshmchp committed Aug 22, 2022
2 parents 261e9fe + 7a7438c commit 771f632
Show file tree
Hide file tree
Showing 195 changed files with 14,052 additions and 12,906 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ To enable interrupt mode, define a constant USE_QSPI_INTERRUPT in
src/platform/drivers/off_chip/micron_mt25/micron_mt25.c.

This project provides build configurations and debug launchers as exaplained
[here](https://github.com/polarfire-soc/polarfire-soc-bare-metal-examples/blob/main/README.md)
[here](https://mi-v-ecosystem.github.io/redirects/repo-polarfire-soc-bare-metal-examples)
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList context=&quot;Context string&quot;&gt;&#13;&#10; &lt;memoryBlockExpression address=&quot;134311736&quot; label=&quot;0x8016f38&quot;/&gt;&#13;&#10;&lt;/memoryBlockExpressionList&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;memoryBlockExpressionList context=&quot;Context string&quot;&gt;&#10; &lt;memoryBlockExpression address=&quot;134311736&quot; label=&quot;0x8016f38&quot;/&gt;&#10;&lt;/memoryBlockExpressionList&gt;&#10;"/>
<stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/>
</launchConfiguration>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ void e51(void)
MSS_UART_DATA_8_BITS | MSS_UART_NO_PARITY | MSS_UART_ONE_STOP_BIT);

MSS_UART_polled_tx_string(&g_mss_uart0_lo ,
(const uint8_t*)"\r\nPlease observe UART-1 for application messages\r\n");
(const uint8_t*)"\r\nThis message is from E51.\
Application will execute from U54_1.\r\n\
");

/* Raise software interrupt to wake hart 1 */
raise_soft_interrupt(1U);
Expand Down
Loading

0 comments on commit 771f632

Please sign in to comment.