[v1.03][RISCV] Improve SiFive logo and add SiFive color scheme

This commit is contained in:
Dr-Noob
2023-04-08 12:39:56 +02:00
parent 65bad8721e
commit 9e9828d210
4 changed files with 46 additions and 38 deletions

View File

@@ -24,6 +24,7 @@ typedef int STYLE;
#define COLOR_DEFAULT_IBM "092,119,172:092,119,172:000,000,000:240,240,240:092,119,172"
#define COLOR_DEFAULT_ARM "000,145,189:000,145,189:000,000,000:240,240,240:000,145,189"
#define COLOR_DEFAULT_ROCKCHIP "114,159,207:229,195,000:000,000,000:240,240,240:114,159,207"
#define COLOR_DEFAULT_SIFIVE "255,255,255:000,000,000:000,000,000:255,255,255:000,000,000"
#ifdef ARCH_X86
void print_levels(struct cpuInfo* cpu);