summaryrefslogtreecommitdiffstats
path: root/doc/README.LED
Commit message (Collapse)AuthorAgeFilesLines
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-1/+0
| | | | | | | | | | There was for long time no activity in the 8xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 8xx, so remove it (with a heavy heart, knowing that I remove here the root of U-Boot). Signed-off-by: Heiko Schocher <hs@denx.de>
* status_led: Kconfig migration - introductionUri Mashiach2017-01-211-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-131-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-071-6/+6
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* LED Add documentation describing the status_led and colour led API.Tom Rix2009-06-121-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>