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
660ba398
Commit
660ba398
authored
Oct 12, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated xu4 patch to work on Odroid HC2
parent
fc56a5c8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
876159 additions
and
67644 deletions
+876159
-67644
Makefile
Makefile
+3
-3
linux-5.4.51-xu4.patch
linux-5.4.51-xu4.patch
+876156
-67641
No files found.
Makefile
View file @
660ba398
...
...
@@ -171,7 +171,7 @@ opipcplus:
odroidhc2-clfs
:
tar
xf linux-5.4.51.tar.xz
patch
-Np1
-d
linux-5.4.51 < linux-5.4.51-xu4.patch
$(MAKE)
-C
linux-5.4.51 odroid
xu4
_defconfig
$(MAKE)
-C
linux-5.4.51 odroid
hc2
_defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/odroid-hc2` ; for config in $$files ; do cat /kernelconfig/odroid-hc2/$$config >> linux-5.4.51/.config ; done'
$(MAKE)
-C
linux-5.4.51 oldconfig
...
...
@@ -179,7 +179,7 @@ odroidhc2-clfs:
$(MAKE)
-C
linux-5.4.51 zinstall modules_install dtbs_install
cp
-v
linux-5.4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.4.51 /boot/zImage
ln
-svf
dtbs/5.4.51/exynos5422-odroidhc
1
.dtb /boot/machine.dtb
ln
-svf
dtbs/5.4.51/exynos5422-odroidhc
2
.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.4.51
...
...
@@ -200,7 +200,7 @@ odroidhc2:
$(MAKE)
-C
linux-5.4.51 zinstall modules_install dtbs_install
cp
-v
linux-5.4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.4.51 /boot/zImage
ln
-svf
dtbs/5.4.51/exynos5422-odroidhc
1
.dtb /boot/machine.dtb
ln
-svf
dtbs/5.4.51/exynos5422-odroidhc
2
.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.4.51
...
...
linux-5.4.51-xu4.patch
View file @
660ba398
This diff is collapsed.
Click to expand it.
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