From 2689e369c494e8b1b4afd1b919f2f28fef27dc8e Mon Sep 17 00:00:00 2001 From: KuiRong <605470060@gms.tku.edu.tw> Date: Thu, 28 Dec 2023 13:59:46 +0800 Subject: [PATCH] tyan7106: Update kernel to 5.15 Add key.pub and ssh_host_rsa_key to for docker build. Signed-off-by: KuiRong <605470060@gms.tku.edu.tw> --- mainboards/tyan7106/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mainboards/tyan7106/Makefile b/mainboards/tyan7106/Makefile index 8749491..333be04 100644 --- a/mainboards/tyan7106/Makefile +++ b/mainboards/tyan7106/Makefile @@ -49,13 +49,15 @@ bzImage: fetch: 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 go get -u github.com/linuxboot/fiano/cmds/utk wget ftp://ftp.tyan.com/bios/S7106GM2NR-L2_v204.zip - unzip S7106GM2NR-L2_v204.zip + unzip -o S7106GM2NR-L2_v204.zip cp 7106V204.ROM tyan7106.bin + touch key.pub + touch ssh_host_rsa_key go get -u github.com/u-root/u-root go get -u github.com/u-root/cpu/...