mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-23 09:21:09 +00:00
mainboards: Fix kernel version to pass CI
Signed-off-by: KuiRong <605470060@gms.tku.edu.tw>
This commit is contained in:
parent
383b97df30
commit
badd59a0b7
@ -33,7 +33,7 @@ fetch: getkernel geturoot getfiano
|
||||
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
|
||||
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
|
||||
|
||||
getfiano:
|
||||
go get -u github.com/linuxboot/fiano/cmds/utk
|
||||
|
@ -51,15 +51,15 @@ uroot:
|
||||
cp *lzma linux
|
||||
|
||||
bzImage:
|
||||
cp config-4.14.111 linux/.config
|
||||
cp config-5.15.0 linux/.config
|
||||
(cd linux && make oldconfig && make -j32)
|
||||
|
||||
fetch: getkernel geturoot getfiano getrom
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.xz
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
|
||||
xzcat kernel.xz | tar x
|
||||
mv linux-4.14.111 linux
|
||||
mv linux-5.15 linux
|
||||
getfiano:
|
||||
go get -u github.com/linuxboot/fiano/cmds/utk
|
||||
go install github.com/linuxboot/fiano/cmds/utk
|
||||
|
2385
mainboards/lenovo/hr630/config-5.15.0
Normal file
2385
mainboards/lenovo/hr630/config-5.15.0
Normal file
File diff suppressed because it is too large
Load Diff
@ -51,7 +51,7 @@ uroot:
|
||||
cp *lzma linux
|
||||
|
||||
bzImage:
|
||||
cp config-4.14.111 linux/.config
|
||||
cp config-5.15.0 linux/.config
|
||||
(cd linux && make oldconfig && make -j32)
|
||||
|
||||
fetch: getkernel geturoot getfiano getrom
|
||||
|
1654
mainboards/lenovo/sr630/config-5.15.0
Normal file
1654
mainboards/lenovo/sr630/config-5.15.0
Normal file
File diff suppressed because it is too large
Load Diff
@ -59,15 +59,15 @@ uroot:
|
||||
cp *lzma linux
|
||||
|
||||
bzImage:
|
||||
cp config-4.14.111 linux/.config
|
||||
cp config-5.15.0 linux/.config
|
||||
(cd linux && make oldconfig && make -j32)
|
||||
|
||||
fetch: getkernel geturoot getfiano getrom
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.xz
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
|
||||
xzcat kernel.xz | tar x
|
||||
mv linux-4.14.111 linux
|
||||
mv linux-5.15 linux
|
||||
getrom:
|
||||
echo you create the flashkernel
|
||||
echo on the APU2: flashrom -r coreboot.bin -p internal
|
||||
|
2435
mainboards/lenovo/thinkpad/config-5.15.0
Normal file
2435
mainboards/lenovo/thinkpad/config-5.15.0
Normal file
File diff suppressed because it is too large
Load Diff
@ -40,15 +40,15 @@ uroot:
|
||||
cp *lzma linux
|
||||
|
||||
bzImage:
|
||||
cp config-4.14.111 linux/.config
|
||||
cp config-5.15.0 linux/.config
|
||||
(cd linux && make oldconfig && make -j32)
|
||||
|
||||
fetch: getkernel geturoot getfiano getrom
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.xz
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
|
||||
xzcat kernel.xz | tar x
|
||||
mv linux-4.14.111 linux
|
||||
mv linux-5.15 linux
|
||||
getrom:
|
||||
echo you create the kernel
|
||||
echo on the APU2: flashrom -r apu.bin -p internal
|
||||
|
2222
mainboards/pcengines/apu/config-5.15.0
Normal file
2222
mainboards/pcengines/apu/config-5.15.0
Normal file
File diff suppressed because it is too large
Load Diff
@ -17,15 +17,15 @@ uroot:
|
||||
cp *lzma linux
|
||||
|
||||
bzImage:
|
||||
cp config-4.14.111 linux/.config
|
||||
cp config-5.15.0 linux/.config
|
||||
(cd linux && make oldconfig && make -j32)
|
||||
|
||||
fetch: getkernel geturoot
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.xz
|
||||
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
|
||||
xzcat kernel.xz | tar x
|
||||
mv linux-4.14.111 linux
|
||||
mv linux-5.15 linux
|
||||
geturoot:
|
||||
go get -u github.com/u-root/u-root
|
||||
|
||||
|
2385
mainboards/slimboot/config-5.15.0
Normal file
2385
mainboards/slimboot/config-5.15.0
Normal file
File diff suppressed because it is too large
Load Diff
@ -99,7 +99,7 @@ fetch: getkernel geturoot
|
||||
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
|
||||
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
|
||||
(cd linux && make mrproper)
|
||||
(cd linux && ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make tinyconfig)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user