pru: Initial support for the Beaglebone PRU

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-05-06 21:47:04 -04:00
parent ccaa25eaa5
commit 2255176228
10 changed files with 643 additions and 0 deletions

9
src/pru/pru.lds Normal file
View File

@@ -0,0 +1,9 @@
/* Final linker script klipper.elf on the PRU */
SECTIONS
{
/* binutils on the PRU doesn't support --gc-sections so manually
* discard the .compile_time_request section */
/DISCARD/ : {
*( .compile_time_request )
}
}