[v0.92][ARM] Print ACII art based on SoC instead of CPU vendor. Add snapdragon ASCII art. Refactor printer to save some lines of code

This commit is contained in:
Dr-Noob
2020-11-26 16:42:36 +01:00
parent 89e5e30e53
commit c62a63f539
6 changed files with 109 additions and 94 deletions

View File

@@ -66,6 +66,28 @@
\
\
"
#define SNAPDRAGON_ASCII \
" @@ \
@@@@@@ @@@@@@ \
@ @@@@@ @@@ \
@@@@ @@@@@@ @@@ \
@@@@@@@@@@@@@ @@ \
@@@@@@@@@@@@@@@ @@ \
@@@@@@@@@@@@@@@@@@ @@ \
@@@@@@@@@@@@@@@@@@@@@ @@ \
@@@@@@@@@@@@@@@@@@@@@@ @@ \
@@@@@@@@@@@@@@@@@@@@@@ @@ \
@@@@@@@@@@@@@@@@@@@ @@ \
@@ @@@@@@@@@@@@@@@@ @@ \
@@@@@ @@@@@@@@@@@@@@ @@ \
@@@@@@@@@ @@@@@@@@@@@@@ @@@ \
@@@@@@@@@@ @@@@@@@@@@@ @@@ \
@@@@@@@@ @@@@@@@@@@ @@@ \
@@@@@@@@@@@@@@@@@@@@ \
\
"
#define UNKNOWN_ASCII \
" \
@@ -92,6 +114,7 @@ static const char* ASCII_ARRAY [] = {
AMD_ASCII,
INTEL_ASCII,
ARM_ASCII,
SNAPDRAGON_ASCII,
UNKNOWN_ASCII
};