Skip to content
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

Add ARM architecture support to manage-config #146

Merged
merged 2 commits into from
Jun 12, 2020

Conversation

taocy001
Copy link
Contributor

@taocy001 taocy001 commented Jun 8, 2020

There are some kernel compilation options that are only supported on certain architectures, such as CONFIG_SERIAL_8250_LPSS depends on X86.

  1. Split options into multiple sections for different architectures, section [common] for all architectures.
  2. centec PR Add centec arm64 architecture support for E530 sonic-buildimage#4641 depends on this PR, we should remove option CONFIG_STRICT_DEVMEM.
  3. move tsingma SoC driver to initramfs as ko, close PR add CENTEC tsingma SoC platform support #139

…that are only supported by amd64 for arm64.
manage-config Outdated Show resolved Hide resolved
@taocy001
Copy link
Contributor Author

@lguohan
I moved all the options in the current inclusion file to [amd64], do you think that's ok? CENTEC arm64 ARCH depends none of them.
Or do you need to keep the x86 and ARM kernel options as consistent as possible?

@taocy001 taocy001 requested a review from lguohan June 12, 2020 02:39
@lguohan
Copy link
Contributor

lguohan commented Jun 12, 2020

you probably need the optoe driver, but I think we can move those later. i am signing off this pr. great!

@lguohan lguohan merged commit a37a8bf into sonic-net:master Jun 12, 2020
paulmenzel added a commit to paulmenzel/sonic-linux-kernel that referenced this pull request Nov 6, 2020
Fixes: a37a8bf ("Add ARM architecture support to manage-config (sonic-net#146)")
paulmenzel added a commit to paulmenzel/sonic-linux-kernel that referenced this pull request Nov 6, 2020
Fixes: a37a8bf ("Add ARM architecture support to manage-config (sonic-net#146)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants