-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X86 compatibles #78483
Open
PiotrZierhoffer
wants to merge
3
commits into
zephyrproject-rtos:main
Choose a base branch
from
antmicro:x86-compatibles
base: main
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.
Open
X86 compatibles #78483
+33
−14
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
PiotrZierhoffer
force-pushed
the
x86-compatibles
branch
from
September 16, 2024 13:22
a433394
to
29b3ff7
Compare
mateusz-holenko
force-pushed
the
x86-compatibles
branch
from
September 16, 2024 14:26
29b3ff7
to
d7f4553
Compare
josuah
added
area: X86
x86 Architecture (32-bit)
area: Devicetree
area: X86_64
x86-64 Architecture (64-bit)
platform: X86
x86 and x86-64
labels
Sep 16, 2024
mateusz-holenko
force-pushed
the
x86-compatibles
branch
2 times, most recently
from
September 23, 2024 15:15
e533b72
to
047123c
Compare
zephyrbot
requested review from
ceolin,
dcpleung,
edersondisouza,
kwd-doodling,
najumon1980,
nashif and
teburd
September 24, 2024 09:14
mateusz-holenko
force-pushed
the
x86-compatibles
branch
from
September 25, 2024 16:54
047123c
to
8b34579
Compare
atom.dtsi enforces "intel,x86", but it doesn't help us discern if the platform is 32 or 64-bit. We do that for example in RISC-V and it's useful from the tooling perspective. Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com> Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
Those dtsi are a base for a range of 32-bit platforms. Setting this compatible makes it easier to distinguish all 32-bit x86 platforms. Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com> Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com> y
This will help distinguish 64 and 32-bit platforms by tooling, following the pattern visible in e.g. RISC-V. Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com> Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
mateusz-holenko
force-pushed
the
x86-compatibles
branch
from
October 7, 2024 13:40
8b34579
to
14a1768
Compare
Rebased to include fixes from #78937 and the CI is green now. @ceolin, @dcpleung, @edersondisouza or others - could you take a look? |
nashif
approved these changes
Oct 14, 2024
dcpleung
approved these changes
Oct 14, 2024
kwd-doodling
approved these changes
Oct 15, 2024
ceolin
approved these changes
Oct 15, 2024
@edersondisouza is out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Devicetree
area: X86
x86 Architecture (32-bit)
area: X86_64
x86-64 Architecture (64-bit)
platform: Intel ISH
Intel Corporation, Integrated Sensor Hub
platform: X86
x86 and x86-64
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.
This merge request unifies x86 and x86-64 targets by adding an explicit
compatible
note to all platforms.These entries are not added on the same level in every case due to the organization of existing x86[-64] platforms which I didn't want to change.
This change should effectively just add data to existing platforms but not change their behavior.