summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/ambapp_ids.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AMBAPP: updated PnP IDs database with SPWTDPDaniel Hellstrom2015-04-171-0/+1
|
* AMBAPP: update AMBA PnP ID databaseDaniel Hellstrom2015-04-171-8/+36
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* sparc BSP shared: Improve DoxygenToma Radu2014-01-091-2/+7
| | | | Add doxygen to the header files in sparc/shared/include directory.
* LEON: updated AMBA PnP APIDaniel Hellstrom2012-04-171-0/+245
The old layer had some limitations/problems for multiple AHB buses since the data structure containing all AMBA devices were allocated before scanning. The new layer create devices as they are found and memory is allocated using malloc() or bsp_early_malloc() during booting. The old 8 functions for finding a specific AHB-Slave or APB-Slave device has been replaced with one function, ambapp_for_each(), which iterates over all devices matching the specified search options and calls a user provided function. The new way lowers the footprint and makes searching more flexible. The frequency information is now supported, if the frequency of one device is reported by the user. More AHB-to-AHB bridges are supported. The API has been split into several parts in order to lower the footprint. The API also introduces the AMBAPP CORE concept, where one ambapp_core can be created from one AHB Master, AHB Slave and one APB Slave, at least one device is required for creating a core. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>