u-boot-brain/board/k+p
Lukasz Majewski 9c1f71060b arm: Implement show_boot_progress() for imx53's HSC and DDC devices
This patch provides information regarding the boot stage with using LEDs.
On the very beginning of U-Boot execution the GREEN LED is turned on.
When the execution is passed to Linux kernel the GREEN LED is off and
RED one is ON.

Afterwards, when Linux takes over the execution, the "heartbeat" driver
provides indication if the board is still alive.

Please also note that this patch uses {set|clr}bits_le32 macros as turning
ON GREEN LED is performed in a _very_ early stage of U-Boot execution
before DM_GPIOs are initialized.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
2020-11-01 15:53:40 +01:00
..
bootscripts boot.src: Provide dsa_core.blacklist bootarg when booting via NFS 2019-04-25 17:03:25 +02:00
kp_imx6q_tpc common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
kp_imx53 arm: Implement show_boot_progress() for imx53's HSC and DDC devices 2020-11-01 15:53:40 +01:00