Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
linux
Commits
1ca7eb2d
Commit
1ca7eb2d
authored
Aug 18, 2023
by
Yuri Aksenov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for xeon silver 4310
parent
263c2e42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
Makefile
Makefile
+36
-0
build.xml
build.xml
+4
-0
No files found.
Makefile
View file @
1ca7eb2d
...
...
@@ -43,6 +43,7 @@ boot-i7-2600: boot-x86_64
boot-xeon-5130
:
boot-x86_64
boot-xeon-e5504
:
boot-x86_64
boot-xeon-e5620
:
boot-x86_64
boot-xeon-silver-4310
:
boot-x86_64
boot-xeon-x5650
:
boot-x86_64
boot-xeon-e3-1271
:
boot-x86_64
boot-lenovo-t460s
:
boot-x86_64
...
...
@@ -1161,6 +1162,41 @@ xeon-x5650:
rm
-rf
/kernelconfig
rm
-rf
linux-5.12.10
xeon-silver-4310-clfs
:
tar
xf linux-5.12.10.tar.xz
$(MAKE)
-C
linux-5.12.10 defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-silver-4310` ; for config in $$files ; do cat /kernelconfig/xeon-silver-4310/$$config >> linux-5.12.10/.config ; done'
$(MAKE)
-C
linux-5.12.10 oldconfig
$(MAKE)
-C
linux-5.12.10
$(MAKE)
-C
linux-5.12.10 modules_install
cp
-v
linux-5.12.10/arch/x86/boot/bzImage /boot/vmlinuz-5.12.10
cp
-v
linux-5.12.10/System.map /boot/System.map-5.12.10
cp
-v
linux-5.12.10/.config /boot/config-5.12.10
ln
-svf
vmlinuz-5.12.10 /boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.12.10
xeon-silver-4310
:
tar
xf linux-5.12.10.tar.xz
cp
-v
/boot/config-5.12.10 linux-5.12.10/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-silver-4310` ; for config in $$files ; do cat /kernelconfig/xeon-silver-4310/$$config >> linux-5.12.10/.config ; done'
$(MAKE)
-C
linux-5.12.10 oldconfig
$(MAKE)
-C
linux-5.12.10
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.12.10 modules_install
cp
-v
linux-5.12.10/arch/x86/boot/bzImage /boot/vmlinuz-5.12.10
cp
-v
linux-5.12.10/System.map /boot/System.map-5.12.10
cp
-v
linux-5.12.10/.config /boot/config-5.12.10
ln
-svf
vmlinuz-5.12.10 /boot/zImage
# rm -rf /kernelconfig
# rm -rf linux-5.12.10
xeon-e3-1271-clfs
:
tar
xf linux-5.12.10.tar.xz
$(MAKE)
-C
linux-5.12.10 defconfig
...
...
build.xml
View file @
1ca7eb2d
...
...
@@ -311,6 +311,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
<target
name=
"boot-linux-xeon-silver-4310"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
<target
name=
"boot-linux-xeon-e3-1271"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment