summaryrefslogtreecommitdiff
path: root/doc/README.LED
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-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>
2017-01-21status_led: Kconfig migration - introductionUri Mashiach1-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>
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-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>
2009-07-08Coding style cleanup; update CHANGELOGWolfgang Denk1-6/+6
Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-06-12LED Add documentation describing the status_led and colour led API.Tom Rix1-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>