Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #487 from sifive/koala-rc04-prep
Browse files Browse the repository at this point in the history
Last preparation for v20.05 branching and RC
  • Loading branch information
bsousi5 authored May 7, 2020
2 parents 946a11a + 163c287 commit eb83882
Show file tree
Hide file tree
Showing 41 changed files with 358 additions and 6 deletions.
9 changes: 9 additions & 0 deletions bsp/freedom-e310-arty/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/freedom-e310-arty/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/freedom-e310-arty/metal.ramrodata.lds
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/freedom-e310-arty/metal.scratchpad.lds
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-e31/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-e31/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-e31/metal.ramrodata.lds
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-e31/metal.scratchpad.lds
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-s51/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-s51/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-s51/metal.ramrodata.lds
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-s51/metal.scratchpad.lds
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54/metal.ramrodata.lds
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54/metal.scratchpad.lds
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54mc/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54mc/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54mc/metal.ramrodata.lds
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/qemu-sifive-u54mc/metal.scratchpad.lds
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >testram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/sifive-hifive-unleashed/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/sifive-hifive-unleashed/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/sifive-hifive-unleashed/metal.ramrodata.lds
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/sifive-hifive-unleashed/metal.scratchpad.lds
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/sifive-hifive1-revb/metal.default.lds
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
9 changes: 9 additions & 0 deletions bsp/sifive-hifive1-revb/metal.freertos.lds
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,13 @@ SECTIONS
PROVIDE( _heap_end = . );
PROVIDE( __heap_end = . );
} >ram :ram

/* C++ exception handling information is
* not useful with our current runtime environment,
* and it consumes flash space. Discard it until
* we have something that can use it
*/
/DISCARD/ : {
*(.eh_frame .eh_frame.*)
}
}
Loading

0 comments on commit eb83882

Please sign in to comment.