Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
626cea68
Commit
626cea68
authored
10 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
linux-seblu: Enable early microcode update
parent
de6b7bf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PKGBUILD
+1
-1
1 addition, 1 deletion
PKGBUILD
config.x86_64.3.17
+5
-4
5 additions, 4 deletions
config.x86_64.3.17
with
6 additions
and
5 deletions
PKGBUILD
+
1
−
1
View file @
626cea68
...
...
@@ -4,7 +4,7 @@
pkgname
=
linux-seblu
pkgver
=
3.17
pkgrel
=
2
pkgrel
=
3
arch
=(
'x86_64'
)
license
=(
'GPL2'
)
url
=
'http://www.kernel.org'
...
...
This diff is collapsed.
Click to expand it.
config.x86_64.3.17
+
5
−
4
View file @
626cea68
...
...
@@ -399,7 +399,7 @@ CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_NR_CPUS=
1
6
CONFIG_NR_CPUS=6
4
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
...
...
@@ -418,12 +418,13 @@ CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_I8K=m
CONFIG_MICROCODE=
m
CONFIG_MICROCODE=
y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_MICROCODE_INTEL_EARLY is not set
# CONFIG_MICROCODE_AMD_EARLY is not set
CONFIG_MICROCODE_INTEL_EARLY=y
CONFIG_MICROCODE_AMD_EARLY=y
CONFIG_MICROCODE_EARLY=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment