summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/src/bsp-uboot-board-info.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move bsp-uboot-board-info.c to bspsSebastian Huber2018-04-161-32/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* U-Boot: Flush data cache after bdinfo copySebastian Huber2016-03-031-12/+7
|
* bsps/u-boot: Add optional text and data sectionsSebastian Huber2015-01-091-4/+12
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-301-0/+31
* shared/bspgetworkarea.c: Include <bsp/u-boot.h> if necessary. * shared/include/u-boot.h, shared/src/bsp-uboot-board-info.c: New files.