mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
Add linux 5.4 support
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
b58a2e50de
commit
d4fe5f2dac
@ -164,6 +164,11 @@ cpukernel: cpu.cpio.lzma cpu.config
|
|||||||
(cd linux && make oldconfig && make -j32)
|
(cd linux && make oldconfig && make -j32)
|
||||||
cp linux/arch/x86/boot/bzImage $@
|
cp linux/arch/x86/boot/bzImage $@
|
||||||
|
|
||||||
|
cpukernel-5.4: cpu.cpio.lzma cpu.config-5.4
|
||||||
|
cp cpu.config-5.4 linux-5.4/.config
|
||||||
|
(cd linux-5.4 && make oldconfig && make -j32)
|
||||||
|
cp linux-5.4/arch/x86/boot/bzImage $@
|
||||||
|
|
||||||
cpuflashkernel: cpu.cpio.lzma cpuflash.config
|
cpuflashkernel: cpu.cpio.lzma cpuflash.config
|
||||||
cp cpuflash.config linux/.config
|
cp cpuflash.config linux/.config
|
||||||
(cd linux && make oldconfig && make -j32)
|
(cd linux && make oldconfig && make -j32)
|
||||||
@ -242,6 +247,14 @@ getkernel:
|
|||||||
rm -rf linux
|
rm -rf linux
|
||||||
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
|
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
|
||||||
|
|
||||||
|
getlinux-5.4:
|
||||||
|
rm -rf linux-5.4
|
||||||
|
git clone --depth=1 -b v5.4 --single-branch https://github.com/torvalds/linux linux-5.4
|
||||||
|
|
||||||
|
getlinux-5.10:
|
||||||
|
rm -rf linux-5.10
|
||||||
|
git clone --depth=1 -b v5.10 --single-branch https://github.com/torvalds/linux linux-5.10
|
||||||
|
|
||||||
getfiano:
|
getfiano:
|
||||||
go get -u github.com/linuxboot/fiano/cmds/utk
|
go get -u github.com/linuxboot/fiano/cmds/utk
|
||||||
go install github.com/linuxboot/fiano/cmds/utk
|
go install github.com/linuxboot/fiano/cmds/utk
|
||||||
|
2635
mainboards/digitalloggers/atomicpi/cpu.config-5.4
Normal file
2635
mainboards/digitalloggers/atomicpi/cpu.config-5.4
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user