This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix support for ARM, RISC-V, LoongArch detection #2139
Open
saeziae
wants to merge
6
commits into
dylanaraps:master
Choose a base branch
from
saeziae:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
圈子好小 qwq |
hykilpikonna
added a commit
to hykilpikonna/hyfetch
that referenced
this pull request
Jul 30, 2022
… ARM CPU Upstream PR: dylanaraps/neofetch#2139 Thanks to @saeziae Co-authored-by: Estela Xu <i@estela.cn>
合并到 HyFetch 里面啦。会加入到下一个版本的 (看 neofetch 半年没接过 PR 了我要借机 take over! |
hykilpikonna
added a commit
to hykilpikonna/hyfetch
that referenced
this pull request
Jul 31, 2022
This was referenced Jul 31, 2022
Closed
hykilpikonna
added a commit
to hykilpikonna/hyfetch
that referenced
this pull request
Sep 6, 2022
saeziae
changed the title
Use lscpu to get name of ARM CPU
FIx support for ARM, RISC-V, LoongArch detection
Sep 10, 2022
saeziae
changed the title
FIx support for ARM, RISC-V, LoongArch detection
Fix support for ARM, RISC-V, LoongArch detection
Sep 10, 2022
hykilpikonna
added a commit
to hykilpikonna/hyfetch
that referenced
this pull request
Sep 10, 2022
…C-V, LoongArch detection Upstream PR: dylanaraps/neofetch#2139 Thanks to @saeziae Co-authored-by: Estela Xu <i@estela.cn>
hykilpikonna
added a commit
to hykilpikonna/hyfetch
that referenced
this pull request
Sep 20, 2022
peeweep
added a commit
to peeweep/gentoo
that referenced
this pull request
Nov 17, 2022
Closes: https://bugs.gentoo.org/881591 Upstream: dylanaraps/neofetch#2139 Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
peeweep
added a commit
to peeweep/gentoo
that referenced
this pull request
Nov 17, 2022
Closes: https://bugs.gentoo.org/881591 Upstream: dylanaraps/neofetch#2139 Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
gentoo-bot
pushed a commit
to gentoo/gentoo
that referenced
this pull request
Nov 23, 2022
Closes: https://bugs.gentoo.org/881591 Upstream: dylanaraps/neofetch#2139 Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Closes: #28305 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
What is the status of this PR? I would like to make a PR to improve neofetch on RISC-V, but I don't want to conflict with this work. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Use lscpu to get name of ARM CPU, tested on HiSilicon and Phytium machines.
cpuinfo shows ARM CPU implementer and model as binary information stored at cpuid register, e.g.
0x48
means HiSilicon, lscpu uses a lookup table to decode that, utilising lscpu could avoid maintaining the lookup table ourselves.Update 20220731
Update 20220909
P.S.:
small bugfix: fixed the bug of that the scripts deleting postfixes not matching those CPUs saying
with Radeon Graphics