summaryrefslogtreecommitdiff
path: root/doc/README.LED
Commit message (Collapse)AuthorAgeLines
* status_led: Kconfig migration - introductionUri Mashiach2017-01-21-29/+29
| | | | | | | | | Move all of the status LED feature to drivers/led/Kconfig. doc/README.LED updated to reflect the Kconfig implementation. Tested boards: CL-SOM-AM57x, CM-T335 Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-1/+1
| | | | | | | | | Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Coding style cleanup; update CHANGELOGWolfgang Denk2009-07-07-6/+6
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* LED Add documentation describing the status_led and colour led API.Tom Rix2009-06-12-0/+78
This document describes the u-boot status LED API. This allows common u-boot commands to use a board's leds to provide status for activities like booting and downloading files. Signed-off-by: Tom Rix <Tom.Rix@windriver.com>