fc22c3ce40
This patch provides defconfig and basic support for Andes 45 series RISC-V architecture on AE350 platform. http://www.andestech.com/en/products-solutions/andeshape-platforms/ae350-axi-based-platform-pre-integrated-with-n25f-nx25f-a25-ax25/ Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Alan Kao <alankao@andestech.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
26 lines
719 B
Diff
26 lines
719 B
Diff
From 3847a959ac4c07facbd80104ca5fa6a91fad5f35 Mon Sep 17 00:00:00 2001
|
|
From: Yu Chien Peter Lin <peterlin@andestech.com>
|
|
Date: Thu, 6 Jan 2022 13:50:07 +0800
|
|
Subject: [PATCH] Enable printing OpenSBI boot logo
|
|
|
|
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
|
|
---
|
|
include/opensbi.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/opensbi.h b/include/opensbi.h
|
|
index d812cc8c..91fb8fd9 100644
|
|
--- a/include/opensbi.h
|
|
+++ b/include/opensbi.h
|
|
@@ -20,7 +20,7 @@
|
|
|
|
enum sbi_scratch_options {
|
|
/** Disable prints during boot */
|
|
- SBI_SCRATCH_NO_BOOT_PRINTS = (1 << 0),
|
|
+ SBI_SCRATCH_NO_BOOT_PRINTS = 0,
|
|
};
|
|
|
|
/** Representation dynamic info passed by previous booting stage */
|
|
--
|
|
2.25.1
|