]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: sifive: spl: Initialized the PWM setting in the SPL stage
authorVincent Chen <vincent.chen@sifive.com>
Tue, 16 Jan 2024 06:35:57 +0000 (14:35 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 31 Jan 2024 08:52:24 +0000 (16:52 +0800)
commit282159ff242b7dcce1163f64fb6ed564c060b1a5
tree75124fa506f2330f56adabecb1b1489140caaebc
parentcbc45cb5964297e682f072e56336288a8b5c881a
board: sifive: spl: Initialized the PWM setting in the SPL stage

LEDs and multiple fans can be controlled by SPL. This patch ensures
that all fans have been enabled in the SPL stage. In addition, the
LED's color will be set to yellow.

Signed-off-by: Vincent Chen <vincent.chen@sifive.com>
Co-developed-by: Nylon Chen <nylon.chen@sifive.com>
Signed-off-by: Nylon Chen <nylon.chen@sifive.com>
Co-developed-by: Zong Li <zong.li@sifve.com>
Signed-off-by: Zong Li <zong.li@sifve.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/include/asm/arch-fu740/eeprom.h [new file with mode: 0644]
board/sifive/unmatched/spl.c