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
2db2fee5
Commit
2db2fee5
authored
May 01, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for i9-9900K
parent
dd412b2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
0 deletions
+48
-0
Makefile
Makefile
+36
-0
build.xml
build.xml
+4
-0
linux.i9-9900k-clfs.groups
linux.i9-9900k-clfs.groups
+4
-0
linux.i9-9900k.groups
linux.i9-9900k.groups
+4
-0
No files found.
Makefile
View file @
2db2fee5
...
...
@@ -46,6 +46,7 @@ boot-i5-8500: boot-x86_64
boot-x5-z8330
:
boot-x86_64
boot-i7-2600
:
boot-x86_64
boot-i7-8809g
:
boot-x86_64
boot-i9-9900k
:
boot-x86_64
boot-xeon-5130
:
boot-x86_64
boot-xeon-e5504
:
boot-x86_64
boot-xeon-e5620
:
boot-x86_64
...
...
@@ -1200,6 +1201,41 @@ i7-8809g:
rm
-rf
/kernelconfig
rm
-rf
linux-5.12.10
i9-9900k-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/i9-9900k` ; for config in $$files ; do cat /kernelconfig/i9-9900k/$$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
i9-9900k
:
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/i9-9900k` ; for config in $$files ; do cat /kernelconfig/i9-9900k/$$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-5130-clfs
:
tar
xf linux-5.12.10.tar.xz
$(MAKE)
-C
linux-5.12.10 defconfig
...
...
build.xml
View file @
2db2fee5
...
...
@@ -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-i9-9900k"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
<target
name=
"boot-linux-xeon-5130"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
...
...
linux.i9-9900k-clfs.groups
0 → 100644
View file @
2db2fee5
kernel
/boot/.*
modules
/lib/modules/.*
linux.i9-9900k.groups
0 → 100644
View file @
2db2fee5
kernel
/boot/.*
modules
/lib/modules/.*
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