
On Tue, Jan 16, 2024 at 02:35:57PM +0800, Nylon Chen wrote:
From: Vincent Chen vincent.chen@sifive.com
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
arch/riscv/include/asm/arch-fu740/eeprom.h | 15 +++++++ board/sifive/unmatched/spl.c | 52 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 arch/riscv/include/asm/arch-fu740/eeprom.h
Reviewed-by: Leo Yu-Chi Liang ycliang@andestech.com