summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/amba/ambapp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-24bsps/sparc: Make local functions for amba plug&play static.Daniel Cederman1-6/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-04-17LEON: updated AMBA PnP APIDaniel Hellstrom1-418/+376
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>
2009-11-29Whitespace removal.Ralf Corsepius1-5/+5
2007-09-062007-09-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill1-0/+499
* shared/amba/ambapp.c, shared/include/ambapp.h: New files.