pru-software-support: add library for PRU firmware
authorAsh Charles <ashcharles@gmail.com>
Fri, 2 Dec 2016 04:22:41 +0000 (23:22 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Dec 2016 21:18:36 +0000 (22:18 +0100)
commitbd438fc06f3fc8b509994c02d100bc05c0ac13b7
treeac56d1477097abdf190634dd2e6f3ae819fdecfd
parentc84a2cb9aae778d3e89b23268640fbe08b3bc2bc
pru-software-support: add library for PRU firmware

TI provides a set of headers files and libraries useful in developing
firmware for real-time (PRU) cores embedded in some processors e.g.
AM3358.  This package stages these files for any packages creating
PRU firmware.

Note: As per [1], use commit v4.0.2 to sync with common TI Linux
      versions.

[1] http://e2e.ti.com/support/arm/sitara_arm/f/791/p/552190/2018113#2018113

Signed-off-by: Ash Charles <ash.charles@savoirfairelinux.com>
[Thomas:
 - rename BR2_PACKAGE_PRU_EXAMPLES to BR2_PACKAGE_PRU_SOFTWARE_SUPPORT,
   since the package directory name should match the Config.in option
   for this package
 - use select for BR2_PACKAGE_HOST_TI_CGT_PRU, and therefore add the
   appropriate "depends on BR2_PACKAGE_HOST_TI_CGT_PRU_ARCH_SUPPORTS".]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/Config.in.host
package/pru-software-support/Config.in [new file with mode: 0644]
package/pru-software-support/Config.in.host [new file with mode: 0644]
package/pru-software-support/pru-software-support.hash [new file with mode: 0644]
package/pru-software-support/pru-software-support.mk [new file with mode: 0644]
package/pru-software-support/readme.txt [new file with mode: 0644]